diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 7bc222ea847cc..0b33b30b20dce 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -92,7 +92,7 @@ "@babel/preset-typescript": "^7.28.5", "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.10.0", - "@nextcloud/webpack-vue-config": "^7.0.1", + "@nextcloud/webpack-vue-config": "^7.0.2", "@pinia/testing": "^0.1.7", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", @@ -3975,11 +3975,12 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "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==", + "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 || ^22.0.0 || ^24.0.0" }, diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index a7feec533d65f..0f10b6fcb59c6 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -108,7 +108,7 @@ "@babel/preset-typescript": "^7.28.5", "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.10.0", - "@nextcloud/webpack-vue-config": "^7.0.1", + "@nextcloud/webpack-vue-config": "^7.0.2", "@pinia/testing": "^0.1.7", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1",