Merge pull request #500 from gnmyt/dependabot/npm_and_yarn/client/vite-5.0.8

Bump vite from 5.0.7 to 5.0.8 in /client
This commit is contained in:
Mathias Wagner
2023-12-14 06:10:54 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -25,7 +25,7 @@
"react-i18next": "^13.5.0",
"sass": "^1.69.5",
"uuid": "^9.0.1",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.4"
},
"devDependencies": {
@@ -4943,9 +4943,9 @@
}
},
"node_modules/vite": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz",
"integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.8.tgz",
"integrity": "sha512-jYMALd8aeqR3yS9xlHd0OzQJndS9fH5ylVgWdB+pxTwxLKdO1pgC5Dlb398BUxpfaBxa4M9oT7j1g503Gaj5IQ==",
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.32",
@@ -8580,9 +8580,9 @@
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
},
"vite": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz",
"integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.8.tgz",
"integrity": "sha512-jYMALd8aeqR3yS9xlHd0OzQJndS9fH5ylVgWdB+pxTwxLKdO1pgC5Dlb398BUxpfaBxa4M9oT7j1g503Gaj5IQ==",
"requires": {
"esbuild": "^0.19.3",
"fsevents": "~2.3.3",
+1 -1
View File
@@ -23,7 +23,7 @@
"react-i18next": "^13.5.0",
"sass": "^1.69.5",
"uuid": "^9.0.1",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.4",
"@rollup/plugin-wasm": "^6.2.2"
},