diff --git a/frontend/package.json b/frontend/package.json index 6d4521c553..3d6d0dbc6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -100,7 +100,7 @@ "vite-plugin-env-compatible": "^1.1.1", "vite-plugin-svgr": "2.1.0", "vite-tsconfig-paths": "^3.4.1", - "vitest": "0.12.4", + "vitest": "0.12.6", "whatwg-fetch": "^3.6.2" }, "jest": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ca5fcdb41a..92ec8cfc78 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6104,10 +6104,10 @@ vite@^2.9.8: optionalDependencies: fsevents "~2.3.2" -vitest@0.12.4: - version "0.12.4" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.12.4.tgz#de1e3180bd9af97e87564482d347dd7ac714ca8d" - integrity sha512-EDxdhlAt6vcu6y4VouAI60z78iCAVFnfBL4VlSQVQnGmOk5altOtIKvp3xfZ+cfo4iVHgqq1QNyf5qOFiL4leg== +vitest@0.12.6: + version "0.12.6" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.12.6.tgz#9de2cca78e97effe5395230486ebd3830d0721dd" + integrity sha512-YWbCTv0XKBuBw5YtuW/iufuguoi8QhGpYyi2g57Oo7akpscMkkWTAaZGgY0ux1oJJtO/pc/8GFt0EF32WFBUUQ== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3"