Update npm to v9
All checks were successful
repod / nextcloud-25 (push) Successful in 57s
repod / nextcloud-27 (push) Successful in 37s
repod / nodejs (push) Successful in 1m45s

This commit is contained in:
Renovate Bot 2023-07-04 06:50:04 +00:00
parent 6047d913aa
commit a8efc9bed2
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -28,7 +28,7 @@
}, },
"engines": { "engines": {
"node": "^16.0.0", "node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0" "npm": "^7.0.0 || ^8.0.0 || ^9.0.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@ -33,7 +33,7 @@
], ],
"engines": { "engines": {
"node": "^16.0.0", "node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0" "npm": "^7.0.0 || ^8.0.0 || ^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",