build(deps-dev): bump vite in /build/frontend-legacy

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.8 to 7.1.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-28 12:20:47 +00:00 committed by GitHub
parent 4b274a858e
commit 32fef60c7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -117,7 +117,7 @@
"sass": "^1.93.2",
"sinon": "<= 5.0.7",
"typescript": "^5.9.2",
"vite": "^7.1.8",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
@ -18203,10 +18203,9 @@
}
},
"node_modules/vite": {
"version": "7.1.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.8.tgz",
"integrity": "sha512-oBXvfSHEOL8jF+R9Am7h59Up07kVVGH1NrFGFoEG6bPDZP3tGpQhvkBpy5x7U6+E6wZCu9OihsWgJqDbQIm8LQ==",
"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

@ -133,7 +133,7 @@
"sass": "^1.93.2",
"sinon": "<= 5.0.7",
"typescript": "^5.9.2",
"vite": "^7.1.8",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",