diff --git a/package.json b/package.json index c4ec53f3..25f8809c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@babel/core": "7.8.4", "@babel/preset-env": "7.8.4", "@babel/preset-typescript": "7.8.3", - "@types/jest": "25.1.1", + "@types/jest": "25.1.2", "@types/js-yaml": "3.12.2", "@types/mkdirp": "0.5.2", "@types/node": "13.7.0", diff --git a/yarn.lock b/yarn.lock index 0d54cdc0..e5e7a125 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1022,10 +1022,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@25.1.1": - version "25.1.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.1.tgz#dcf65a8ee315b91ad39c0d358ae0ddc5602ab0e9" - integrity sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw== +"@types/jest@25.1.2": + version "25.1.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.2.tgz#1c4c8770c27906c7d8def5d2033df9dbd39f60da" + integrity sha512-EsPIgEsonlXmYV7GzUqcvORsSS9Gqxw/OvkGwHfAdpjduNRxMlhsav0O5Kb0zijc/eXSO/uW6SJt9nwull8AUQ== dependencies: jest-diff "^25.1.0" pretty-format "^25.1.0"