diff --git a/package.json b/package.json index eccd008922..455a084c97 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/react-redux": "^7.1.24", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^6.19.0", - "@vitest/coverage-istanbul": "^1.2.2", + "@vitest/coverage-istanbul": "^1.3.0", "autoprefixer": "^10.4.17", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index 77c056b7d3..8e40d10a24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4932,10 +4932,10 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitest/coverage-istanbul@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-1.2.2.tgz#e65f4bcf532195bf5d8c6f60a0e10c3aef01618d" - integrity sha512-tJybwO8JT4H9ANz0T0/tJ1M5g3BkuHKYF1w5YO3z9sAiHBdGANrxN9c5lomJx1WSnLzCxQR5xxlJ4TLKbzrR3w== +"@vitest/coverage-istanbul@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-1.3.0.tgz#3e3704ff19f23529fc9b6332948741d7473af27d" + integrity sha512-Kvj05eR2LJRmYgV+83I6WSHSS7JP3ayeon3c1YN1Tb2Z2U/VHMJNuq1hdC2lF/wC+WRA/MZ0BZUMVP8LfDClJQ== dependencies: debug "^4.3.4" istanbul-lib-coverage "^3.2.2"