Merge pull request #55999 from nextcloud/dependabot/npm_and_yarn/vite-7.1.12

This commit is contained in:
dependabot[bot] 2025-10-27 22:16:57 +00:00 committed by GitHub
commit 4b9ebe43b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 8 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.11
- version: 7.1.12
- 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.11
- version: 7.1.12
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0

9
package-lock.json generated
View file

@ -54,7 +54,7 @@
"stylelint-use-logical": "^2.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"vite": "^7.1.11",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"wait-on": "^9.0.1"
},
@ -16387,10 +16387,9 @@
}
},
"node_modules/vite": {
"version": "7.1.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
"integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
"license": "MIT",
"version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",

View file

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