Bump vite from 5.1.4 to 5.1.5 in /client

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.5.
- [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.5/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-03-05 04:29:33 +00:00
committed by GitHub
parent 6bcf39dfcd
commit 8f9c9c0994
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
"react-i18next": "^14.0.5",
"sass": "^1.71.1",
"uuid": "^9.0.1",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2"
},
"devDependencies": {
@@ -4943,9 +4943,9 @@
}
},
"node_modules/vite": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz",
"integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz",
"integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==",
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.35",
@@ -8586,9 +8586,9 @@
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
},
"vite": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz",
"integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz",
"integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==",
"requires": {
"esbuild": "^0.19.3",
"fsevents": "~2.3.3",

View File

@@ -23,7 +23,7 @@
"react-i18next": "^14.0.5",
"sass": "^1.71.1",
"uuid": "^9.0.1",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2",
"@rollup/plugin-wasm": "^6.2.2"
},