From 899a116c490dcfceaf6ff349dafb560c28b75ea7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 18:11:10 +0000 Subject: [PATCH] build(deps-dev): bump @types/jest from 26.0.10 to 26.0.12 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.12. - [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 216f0747..0d50ca02 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/compression": "^1.7.0", "@types/cors": "^2.8.7", "@types/helmet": "^0.0.48", - "@types/jest": "^26.0.10", + "@types/jest": "^26.0.12", "@types/jsonwebtoken": "^8.5.0", "@types/serve-favicon": "^2.5.0", "@types/uuid": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index d694ae07..126db845 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1118,10 +1118,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.12": + version "26.0.12" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.12.tgz#0f20fef9e74f55a312530284e6178f3b3254f501" + integrity sha512-vZOFjm562IPb1EmaKxMjdcouxVb1l3NqoUH4XC4tDQ2R/AWde+0HXBUhyfc6L+7vc3mJ393U+5vr3nH2CLSVVg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"