Merge pull request #56313 from nextcloud/dependabot/npm_and_yarn/vite-7.2.2

This commit is contained in:
dependabot[bot] 2025-11-16 21:55:28 +00:00 committed by GitHub
commit 2b2e6d32c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 9 deletions

View file

@ -65,7 +65,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.3
- license: ISC
- vite
- version: 7.1.12
- version: 7.2.2
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0

View file

@ -65,7 +65,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.3
- license: ISC
- vite
- version: 7.1.12
- version: 7.2.2
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0

View file

@ -26,7 +26,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: AGPL-3.0-or-later
- vite
- version: 7.1.12
- version: 7.2.2
- license: MIT
- vue-material-design-icons
- version: 5.3.1

View file

@ -26,7 +26,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: AGPL-3.0-or-later
- vite
- version: 7.1.12
- version: 7.2.2
- license: MIT
- vue-material-design-icons
- version: 5.3.1

9
package-lock.json generated
View file

@ -55,7 +55,7 @@
"stylelint-use-logical": "^2.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vitest": "^3.2.4",
"wait-on": "^9.0.3"
},
@ -16425,9 +16425,10 @@
}
},
"node_modules/vite": {
"version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",

View file

@ -84,7 +84,7 @@
"stylelint-use-logical": "^2.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vitest": "^3.2.4",
"wait-on": "^9.0.3"
},