diff --git a/taker-frontend/package.json b/taker-frontend/package.json index 3906f23..bac301b 100644 --- a/taker-frontend/package.json +++ b/taker-frontend/package.json @@ -16,7 +16,7 @@ "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", - "@types/jest": "^27.0.2", + "@types/jest": "^27.0.3", "@types/node": "^16.11.7", "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", diff --git a/taker-frontend/yarn.lock b/taker-frontend/yarn.lock index f7ee228..052068c 100644 --- a/taker-frontend/yarn.lock +++ b/taker-frontend/yarn.lock @@ -2574,10 +2574,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@^27.0.2": - version "27.0.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7" - integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA== +"@types/jest@*", "@types/jest@^27.0.3": + version "27.0.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a" + integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg== dependencies: jest-diff "^27.0.0" pretty-format "^27.0.0"