diff --git a/package.json b/package.json index 0c8a69f..d26033a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "simple-git": "^1.132.0" }, "devDependencies": { - "@types/jest": "^25.2.1", + "@types/jest": "^26.0.8", "@types/meow": "^5.0.0", "@types/node": "^13.13.2", "@types/react": "^16.9.34", diff --git a/yarn.lock b/yarn.lock index 3007434..9d8074f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -542,10 +542,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^25.2.1": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5" - integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA== +"@types/jest@^26.0.8": + version "26.0.8" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369" + integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"