diff --git a/package.json b/package.json index ca9adfa6..eb66a5db 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/deep-diff": "^1.0.0", "@types/express": "^4.17.1", "@types/fs-extra": "^9.0.1", - "@types/jest": "^26.0.6", + "@types/jest": "^26.0.7", "@types/js-yaml": "^3.12.4", "@types/node": "^14.0.23", "@types/rimraf": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index eda0d7ff..b6176f47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -651,10 +651,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.6": - version "26.0.6" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.6.tgz#b9f5ef7ba7e0e45a0c482667a0cf314f0a6ed6b3" - integrity sha512-XhJCNf+oPyA90jyPhOT3yZo6xR8R7auyUAibzRewPwbOb649AOPXX/JSjbafcbxJrxs/+BymBmHSETM8VpGMOw== +"@types/jest@^26.0.7": + version "26.0.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324" + integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"