diff --git a/client/package-lock.json b/client/package-lock.json index b5792022..b024c32c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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", diff --git a/client/package.json b/client/package.json index aaa1e2ae..f422d324 100644 --- a/client/package.json +++ b/client/package.json @@ -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" },