diff --git a/package-lock.json b/package-lock.json index 845aa2b65..dffb99f1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^7.0.2", "@types/leaflet": "^1.9.21", "@vue/tsconfig": "^0.5.1", "typescript": "^5.9.2" @@ -2903,14 +2903,13 @@ } }, "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, "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 a7498039d..2edae6ef6 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^7.0.2", "@types/leaflet": "^1.9.21", "@vue/tsconfig": "^0.5.1", "typescript": "^5.9.2"