build(deps): bump vite from 5.4.6 to 5.4.8 in /client

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  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]
2024-09-29 00:17:37 +00:00
committed by GitHub
parent a2a0b2f288
commit 95883ad330
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -25,7 +25,7 @@
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.8"
},
"devDependencies": {
"@types/react": "^18.3.5",
@@ -7427,9 +7427,9 @@
}
},
"node_modules/vite": {
"version": "5.4.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz",
"integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==",
"version": "5.4.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
"integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.43",
@@ -13117,9 +13117,9 @@
}
},
"vite": {
"version": "5.4.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz",
"integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==",
"version": "5.4.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
"integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
"requires": {
"esbuild": "^0.21.3",
"fsevents": "~2.3.3",
+1 -1
View File
@@ -28,7 +28,7 @@
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.8"
},
"scripts": {
"start": "vite --host",