diff --git a/frontend/package.json b/frontend/package.json index ab159fee72b..8c791ac2261 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -99,7 +99,7 @@ "vite-plugin-env-compatible": "1.1.1", "vite-plugin-svgr": "2.4.0", "vite-tsconfig-paths": "4.0.3", - "vitest": "0.26.2", + "vitest": "0.26.3", "whatwg-fetch": "3.6.2" }, "resolutions": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f7cf0ae10a0..6df76c81799 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7872,10 +7872,10 @@ vfile@^5.0.0: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -vite-node@0.26.2: - version "0.26.2" - resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.2.tgz#2624236b9d68ea62c753572ee465fe4fa0657572" - integrity sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg== +vite-node@0.26.3: + version "0.26.3" + resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.3.tgz#164fbaf449d5bd382b44b736653ba800397b5ebd" + integrity sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w== dependencies: debug "^4.3.4" mlly "^1.0.0" @@ -7930,10 +7930,10 @@ vite@4.0.3: optionalDependencies: fsevents "~2.3.2" -vitest@0.26.2: - version "0.26.2" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.2.tgz#c1647e41d5619d1d059ff65d9c00672261ccac30" - integrity sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA== +vitest@0.26.3: + version "0.26.3" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.3.tgz#0e3abb7674e8af7b74519b40c04efe6e43c0b0a7" + integrity sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg== dependencies: "@types/chai" "^4.3.4" "@types/chai-subset" "^1.3.3" @@ -7949,7 +7949,7 @@ vitest@0.26.2: tinypool "^0.3.0" tinyspy "^1.0.2" vite "^3.0.0 || ^4.0.0" - vite-node "0.26.2" + vite-node "0.26.3" w3c-keyname@^2.2.4: version "2.2.4"