diff --git a/frontend/package.json b/frontend/package.json index 4f96031c56..a5b2f6bf5a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "@types/debounce": "1.2.1", "@types/enzyme": "3.10.8", "@types/enzyme-adapter-react-16": "1.0.6", - "@types/jest": "26.0.22", + "@types/jest": "26.0.24", "@types/node": "12.20.7", "@types/react": "17.0.3", "@types/react-dom": "17.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index cd17bc438e..04e928919c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2051,7 +2051,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@26.0.22": +"@types/jest@*": version "26.0.22" resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz" integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== @@ -2059,6 +2059,14 @@ jest-diff "^26.0.0" pretty-format "^26.0.0" +"@types/jest@26.0.24": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== + dependencies: + jest-diff "^26.0.0" + pretty-format "^26.0.0" + "@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": version "7.0.7" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"