From b7daa949b4ed9e04c68f29d42ea7c0a99f6623a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:25:33 +0000 Subject: [PATCH] build(deps-dev): bump @types/jest from 26.0.7 to 26.0.8 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.7 to 26.0.8. - [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 0518d0fa..40257624 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/compression": "^1.7.0", "@types/cors": "^2.8.6", "@types/helmet": "^0.0.47", - "@types/jest": "^26.0.7", + "@types/jest": "^26.0.8", "@types/jsonwebtoken": "^8.5.0", "@types/serve-favicon": "^2.5.0", "@types/uuid": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index b4b9d573..8b974841 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1135,10 +1135,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@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== +"@types/jest@^26.0.8": + version "26.0.8" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369" + integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"