diff --git a/package-lock.json b/package-lock.json index d17dde70..fca2a53d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.1", "@vue/test-utils": "^2.4.6", "acorn": "^8.15.0", "babel-core": "^7.0.0-bridge.0", @@ -58,8 +58,8 @@ "webpack-merge": "^6.0.1" }, "engines": { - "node": "^22.0.0", - "npm": "^10.5.0" + "node": "^24.0.0", + "npm": "^11.3.0" } }, "node_modules/@babel/code-frame": { @@ -3999,14 +3999,14 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.2.tgz", - "integrity": "sha512-3ihWEW6kflGggVXNqL1gNrIx88GibJMIb1sC5CHjjZ/+2kkdOQ2HizoYKyMqPfcqji9UtwgdT+RlFVC4SViNJg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.1.tgz", + "integrity": "sha512-06K/6C0OfKgkCZLQlceKpjm8lDBYSqwPwjmsvIRN51Og5ncxe81TZF+TTrguPQkuYLwv1qAgUYjCa8BuNycFzg==", "dev": true, "hasInstallScript": true, + "license": "AGPL-3.0-or-later", "engines": { - "node": "^20.0.0", - "npm": "^9.0.0 || ^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" }, "peerDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index 81a5d3eb..db7ceb2a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.1", "@vue/test-utils": "^2.4.6", "acorn": "^8.15.0", "babel-core": "^7.0.0-bridge.0",