diff --git a/package-lock.json b/package-lock.json index e863a3631..9cef0b5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^7.0.2", "@relative-ci/agent": "^4.3.1", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", @@ -4756,15 +4756,14 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.0.tgz", - "integrity": "sha512-Reciadvarap6j3d0arMH34zNiXx6d7B5QXDiosV6ZwDu63mR1lSm4ZUdLr6lv4gfmrADmQ5iP7PQMr99MBeTvw==", + "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, "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 e90f74960..18ea636d6 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^7.0.2", "@relative-ci/agent": "^4.3.1", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6",