From 89e8b1edf9ef0be48cb14a271b2bef2689f2a92c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Aug 2020 00:33:41 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 415402a6..ee245efe 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/react": "5.3.19", "@testing-library/react": "10.4.8", "@testing-library/react-hooks": "3.4.1", - "@types/jest": "26.0.8", + "@types/jest": "26.0.9", "@types/react": "16.9.11", "@typescript-eslint/eslint-plugin": "3.8.0", "@typescript-eslint/parser": "3.8.0", diff --git a/yarn.lock b/yarn.lock index 131badb7..8b8c937b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3481,10 +3481,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@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== +"@types/jest@26.0.9": + version "26.0.9" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989" + integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"