diff --git a/package.json b/package.json index 2ba2c6ec..a84b9397 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "storybook": "7.6.4", "tailwindcss": "3.3.6", "typescript": "5.3.3", - "vite": "5.0.6", + "vite": "5.0.7", "vitest": "1.0.2" }, "msw": { diff --git a/yarn.lock b/yarn.lock index ef368c88..2094c0dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11521,7 +11521,18 @@ vite-node@1.0.2: picocolors "^1.0.0" vite "^5.0.0" -vite@5.0.6, vite@^5.0.0: +vite@5.0.7: + version "5.0.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.7.tgz#ad081d735f6769f76b556818500bdafb72c3fe93" + integrity sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw== + dependencies: + esbuild "^0.19.3" + postcss "^8.4.32" + rollup "^4.2.0" + optionalDependencies: + fsevents "~2.3.3" + +vite@^5.0.0: version "5.0.6" resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.6.tgz#f9e13503a4c5ccd67312c67803dec921f3bdea7c" integrity sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==