diff --git a/package.json b/package.json index cc935d4cea..d1516f4a4e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@types/react-redux": "^7.1.24", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^7.16.0", - "@vitest/coverage-istanbul": "^2.1.2", + "@vitest/coverage-istanbul": "^2.1.3", "autoprefixer": "^10.4.20", "babel-loader": "^9.2.1", "babel-plugin-istanbul": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 6061cc4bdd..adc468697d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3639,10 +3639,10 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitest/coverage-istanbul@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.2.tgz#9c0beddef5a146b7cbf39781cfd6f6dde6e3b3c8" - integrity sha512-dg7ex3GKrTIenAV0oEp78JucTVFsPMzjl1gYWun22O7SBDxcHFC/REZjWLhMTHRHY8ihm4uBCvmu+CvEu5/Adg== +"@vitest/coverage-istanbul@^2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.3.tgz#0709be35e9fbb5acc58b1bd75fb67e990ce61d6f" + integrity sha512-FByj6ni54EzA4SXl5X3ugSeeBSI6MSEQBbvPefF6x6GCajePLeZSNYt7u0NOKUQbWpQpAdHHstrqR9ALEpnAxA== dependencies: "@istanbuljs/schema" "^0.1.3" debug "^4.3.6"