From af0c1695fcfa7925db3804c3afc4dfaede9f4fdc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 19:13:32 +0000 Subject: [PATCH] Bump @types/jest from 26.0.10 to 26.0.13 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a925363e..6a80177f 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.10", + "@types/jest": "^26.0.13", "@types/js-yaml": "^3.12.4", "@types/node": "^14.6.3", "@types/rimraf": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 02d2bf4b..7931ea02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -651,10 +651,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.10": - version "26.0.10" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607" - integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q== +"@types/jest@^26.0.13": + version "26.0.13" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e" + integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"