From 5bf1212a7b17f5f6622bbdcf713c5b66d0caacc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 05:50:41 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20update=20de?= =?UTF-8?q?pendency=20@types/jest=20to=20v27.5.1=20(#340)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43628647b..6da6742b7 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "@testing-library/react": "13.2.0", "@testing-library/react-hooks": "8.0.0", "@testing-library/user-event": "14.1.1", - "@types/jest": "27.5.0", + "@types/jest": "27.5.1", "@types/jest-axe": "3.5.3", "@types/jest-in-case": "1.0.5", "@types/mockdate": "3.0.0", diff --git a/yarn.lock b/yarn.lock index f2a1fd287..c2421445c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6185,10 +6185,10 @@ jest-diff "^26.0.0" pretty-format "^26.0.0" -"@types/jest@27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b" - integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g== +"@types/jest@27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9" + integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"