build(deps-dev): bump vite from 7.1.12 to 7.2.2

Dependabot couldn't find the original pull request head commit, 18b91d6c4aeb2b043ec744b3b4d221596d322fb3.
This commit is contained in:
dependabot[bot] 2025-11-16 20:06:09 +00:00 committed by GitHub
parent c3d09cd777
commit ea3c313173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

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"
},