From 22585d83e9a59452461a66c1008d2234707e1faf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jun 2022 23:49:54 +0000 Subject: [PATCH] Update dependency @types/jest to v28.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fcc90c36..af8e2da1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@graphql-codegen/cli": "2.6.2", "@graphql-codegen/typescript": "2.4.11", "@tsconfig/recommended": "1.0.1", - "@types/jest": "28.1.0", + "@types/jest": "28.1.1", "@typescript-eslint/eslint-plugin": "5.27.0", "@typescript-eslint/parser": "5.27.0", "eslint": "8.17.0", diff --git a/yarn.lock b/yarn.lock index b3ca0fe1..96c0d1cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1479,10 +1479,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@28.1.0": - version "28.1.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573" - integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A== +"@types/jest@28.1.1": + version "28.1.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1" + integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"