diff --git a/front/package.json b/front/package.json index b1aef9b..6163a7a 100644 --- a/front/package.json +++ b/front/package.json @@ -107,7 +107,7 @@ "prettier": "^2.3.1", "react-test-renderer": "^18.2.0", "relay-compiler": "^14.1.0", - "vite": "^4.5.3", + "vite": "^4.5.5", "vite-plugin-node-polyfills": "^0.7.0", "vite-plugin-relay": "^2.0.0", "vitest": "^0.28.4" diff --git a/front/yarn.lock b/front/yarn.lock index 0dce7cf..c004416 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -6001,10 +6001,10 @@ vite-plugin-relay@^2.0.0: dependencies: "@babel/core" "^7.19.0" -"vite@^3.0.0 || ^4.0.0", vite@^4.5.3: - version "4.5.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a" - integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg== +"vite@^3.0.0 || ^4.0.0", vite@^4.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e" + integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ== dependencies: esbuild "^0.18.10" postcss "^8.4.27"