Bump vite from 5.1.1 to 5.1.2 in /client

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.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/v5.1.2/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-02-14 21:30:19 +00:00
committed by GitHub
parent 09502dfb94
commit a465c5ab44
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -25,7 +25,7 @@
"react-i18next": "^14.0.5",
"sass": "^1.70.0",
"uuid": "^9.0.1",
"vite": "^5.1.1",
"vite": "^5.1.2",
"vite-plugin-pwa": "^0.18.1"
},
"devDependencies": {
@@ -4943,9 +4943,9 @@
}
},
"node_modules/vite": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz",
"integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==",
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.35",
@@ -8580,9 +8580,9 @@
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
},
"vite": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz",
"integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==",
"requires": {
"esbuild": "^0.19.3",
"fsevents": "~2.3.3",
+1 -1
View File
@@ -23,7 +23,7 @@
"react-i18next": "^14.0.5",
"sass": "^1.70.0",
"uuid": "^9.0.1",
"vite": "^5.1.1",
"vite": "^5.1.2",
"vite-plugin-pwa": "^0.18.1",
"@rollup/plugin-wasm": "^6.2.2"
},