chore(deps): bump vite from 7.0.2 to 7.0.3 in /client

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.2 to 7.0.3.
- [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.0.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.0.3
  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-07-08 21:26:57 +00:00
committed by GitHub
parent 97bd9d5511
commit 937e09acf6
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
"react-router-dom": "^7.6.3",
"sass-embedded": "^1.89.2",
"uuid": "^11.1.0",
"vite": "^7.0.2",
"vite": "^7.0.3",
"vite-plugin-pwa": "^1.0.1"
},
"devDependencies": {
@@ -6273,9 +6273,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.2.tgz",
"integrity": "sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.3.tgz",
"integrity": "sha512-y2L5oJZF7bj4c0jgGYgBNSdIu+5HF+m68rn2cQXFbGoShdhV1phX9rbnxy9YXj82aS8MMsCLAAFkRxZeWdldrQ==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.6",
@@ -10453,9 +10453,9 @@
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
},
"vite": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.2.tgz",
"integrity": "sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.3.tgz",
"integrity": "sha512-y2L5oJZF7bj4c0jgGYgBNSdIu+5HF+m68rn2cQXFbGoShdhV1phX9rbnxy9YXj82aS8MMsCLAAFkRxZeWdldrQ==",
"requires": {
"esbuild": "^0.25.0",
"fdir": "^6.4.6",

View File

@@ -25,7 +25,7 @@
"react-router-dom": "^7.6.3",
"sass-embedded": "^1.89.2",
"uuid": "^11.1.0",
"vite": "^7.0.2",
"vite": "^7.0.3",
"vite-plugin-pwa": "^1.0.1"
},
"devDependencies": {