chore(deps): bump vite from 7.2.1 to 7.2.2 in /client

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-07 21:05:09 +00:00
committed by GitHub
parent 4f19017066
commit da024c7736
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
"react-router-dom": "^7.9.5",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.1",
"vite": "^7.2.2",
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {
@@ -6201,9 +6201,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz",
"integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",
@@ -10351,9 +10351,9 @@
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
},
"vite": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz",
"integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
"requires": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",

View File

@@ -25,7 +25,7 @@
"react-router-dom": "^7.9.5",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.1",
"vite": "^7.2.2",
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {