Merge pull request #56320 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/nextcloud/webpack-vue-config-7.0.1

build(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.0 to 7.0.1 in /build/frontend-legacy
pull/56317/head
Andy Scherzinger 2025-11-20 13:48:37 +07:00 committed by GitHub
commit b7ff39403d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

@ -93,7 +93,7 @@
"@codecov/webpack-plugin": "^1.9.1",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.3.0",
"@nextcloud/webpack-vue-config": "^7.0.1",
"@pinia/testing": "^0.1.7",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/user-event": "^14.6.1",
@ -4127,15 +4127,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.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",

@ -109,7 +109,7 @@
"@codecov/webpack-plugin": "^1.9.1",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.3.0",
"@nextcloud/webpack-vue-config": "^7.0.1",
"@pinia/testing": "^0.1.7",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/user-event": "^14.6.1",