diff --git a/frontend/package.json b/frontend/package.json index 4c6e734f..4a400477 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@storybook/addon-storyshots": "6.4.19", "@storybook/cli": "6.4.19", "@storybook/react": "6.4.19", - "@types/jest": "27.4.0", + "@types/jest": "27.4.1", "@types/react-dom": "17.0.11", "@types/react-router-dom": "5.3.3", "@types/storybook-react-router": "1.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 7d5ff781..f9ce2ef2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3472,7 +3472,7 @@ dependencies: "@types/jest" "*" -"@types/jest@*", "@types/jest@27.4.0": +"@types/jest@*": version "27.4.0" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed" integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ== @@ -3480,6 +3480,14 @@ jest-diff "^27.0.0" pretty-format "^27.0.0" +"@types/jest@27.4.1": + version "27.4.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" + integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== + dependencies: + jest-matcher-utils "^27.0.0" + pretty-format "^27.0.0" + "@types/jest@^26.0.16": version "26.0.24" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" @@ -9741,7 +9749,7 @@ jest-matcher-utils@^26.6.2: jest-get-type "^26.3.0" pretty-format "^26.6.2" -jest-matcher-utils@^27.5.1: +jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab" integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==