chore(deps): bump vite from 7.1.3 to 7.1.4 in /client

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.4
  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-09-03 15:53:13 +00:00
committed by GitHub
parent 8158cee4c4
commit aaaf4afff7
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
"react-router-dom": "^7.8.2",
"sass-embedded": "^1.91.0",
"uuid": "^11.1.0",
"vite": "^7.1.3",
"vite": "^7.1.4",
"vite-plugin-pwa": "^1.0.3"
},
"devDependencies": {
@@ -6234,9 +6234,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.3.tgz",
"integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.4.tgz",
"integrity": "sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",
@@ -10402,9 +10402,9 @@
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
},
"vite": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.3.tgz",
"integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.4.tgz",
"integrity": "sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==",
"requires": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",

View File

@@ -25,7 +25,7 @@
"react-router-dom": "^7.8.2",
"sass-embedded": "^1.91.0",
"uuid": "^11.1.0",
"vite": "^7.1.3",
"vite": "^7.1.4",
"vite-plugin-pwa": "^1.0.3"
},
"devDependencies": {