chore(deps): bump vite from 7.2.6 to 7.2.7 in /client

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.7
  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-12-08 21:04:19 +00:00
committed by GitHub
parent 125d4bff62
commit 4c47ae8f61
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
"react-router-dom": "^7.10.1",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.6",
"vite": "^7.2.7",
"vite-plugin-pwa": "^1.2.0"
},
"devDependencies": {
@@ -6184,9 +6184,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.6.tgz",
"integrity": "sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==",
"version": "7.2.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.7.tgz",
"integrity": "sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",
@@ -10541,9 +10541,9 @@
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
},
"vite": {
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.6.tgz",
"integrity": "sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==",
"version": "7.2.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.7.tgz",
"integrity": "sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==",
"requires": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",

View File

@@ -25,7 +25,7 @@
"react-router-dom": "^7.10.1",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.6",
"vite": "^7.2.7",
"vite-plugin-pwa": "^1.2.0"
},
"devDependencies": {