diff --git a/package-lock.json b/package-lock.json index 076774cf..1c9a1163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/browserslist-config": "^3.1.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^4.2.0", "stylelint-webpack-plugin": "^5.0.1", "vue-template-compiler": "^2.7.16" @@ -3150,14 +3150,13 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.2.tgz", + "integrity": "sha512-7pzQptkQ4XEi9hyhLjdJLAyG4ZnnHuDNsOnMBc1RcRniMCTBp8xD5T1H3gCm4lKmB5/pEyuTK52/rj1w/xqmKw==", "dev": true, "hasInstallScript": true, "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 282b7ccd..d2ddec98 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/browserslist-config": "^3.1.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^4.2.0", "stylelint-webpack-plugin": "^5.0.1", "vue-template-compiler": "^2.7.16"