diff --git a/frontend/package.json b/frontend/package.json index 35596699964..f4e24442f6c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -93,7 +93,7 @@ "vite-plugin-env-compatible": "1.1.1", "vite-plugin-svgr": "2.2.2", "vite-tsconfig-paths": "3.5.2", - "vitest": "0.25.1", + "vitest": "0.25.2", "whatwg-fetch": "3.6.2" }, "resolutions": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b377098e630..67d8af23bca 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7121,10 +7121,10 @@ vite@^3.0.0: optionalDependencies: fsevents "~2.3.2" -vitest@0.25.1: - version "0.25.1" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.1.tgz#4eafca68fabab22b6099451ab3fcaac33290a4ed" - integrity sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA== +vitest@0.25.2: + version "0.25.2" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2.tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc" + integrity sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ== dependencies: "@types/chai" "^4.3.3" "@types/chai-subset" "^1.3.3"