diff --git a/frontend/package.json b/frontend/package.json index 744ef836ac..8f098daf4b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,7 +98,7 @@ "vite-plugin-env-compatible": "^1.1.1", "vite-plugin-svgr": "2.1.0", "vite-tsconfig-paths": "^3.4.1", - "vitest": "0.12.3", + "vitest": "0.12.4", "whatwg-fetch": "^3.6.2" }, "jest": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 1aea688426..e1d82e6171 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3999,10 +3999,10 @@ vite@2.9.8, vite@^2.9.8: optionalDependencies: fsevents "~2.3.2" -vitest@0.12.3: - version "0.12.3" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.12.3.tgz#d17b6ffbb17b462779e7ca3502379f34dc09d04d" - integrity sha512-Dc4uJAcnUampdJ6+C8IasrmL+Px+oDhS9gxeHlL9uwUzoM0ae2WydAK9UF2THxHszfZogLGT37atQwOkj1Lqvg== +vitest@0.12.4: + version "0.12.4" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.12.4.tgz#de1e3180bd9af97e87564482d347dd7ac714ca8d" + integrity sha512-EDxdhlAt6vcu6y4VouAI60z78iCAVFnfBL4VlSQVQnGmOk5altOtIKvp3xfZ+cfo4iVHgqq1QNyf5qOFiL4leg== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3"