From ad6482df647bd0b75a09cd739962ac93a80eba0a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Jul 2020 05:16:14 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e85bc2c1..248dc5ec 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/react": "5.3.19", "@testing-library/react": "10.4.7", "@testing-library/react-hooks": "3.4.1", - "@types/jest": "26.0.7", + "@types/jest": "26.0.8", "@types/react": "16.9.11", "@typescript-eslint/eslint-plugin": "3.7.1", "@typescript-eslint/parser": "3.7.1", diff --git a/yarn.lock b/yarn.lock index afff763b..049d7183 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3476,10 +3476,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"