diff --git a/package.json b/package.json index ec74f57..886fdc2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nestjs/core": "7.0.9", "@nestjs/platform-express": "7.0.9", "@nestjs/testing": "7.0.9", - "@types/jest": "25.2.1", + "@types/jest": "25.2.3", "@typescript-eslint/eslint-plugin": "2.30.0", "@typescript-eslint/parser": "2.30.0", "@types/node": "13.13.4", diff --git a/yarn.lock b/yarn.lock index 16c915f..167d5bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -676,10 +676,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@25.2.3": + version "25.2.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf" + integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"