From fc750daff198a02cd99ba4a9f87dea494975c977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:05:45 +0000 Subject: [PATCH] Update dependency @types/jest to v29.2.6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87035c6b..26e362d8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@graphql-codegen/cli": "2.16.1", "@graphql-codegen/typescript": "^2.8.7", "@tsconfig/recommended": "1.0.2", - "@types/jest": "29.2.5", + "@types/jest": "29.2.6", "@typescript-eslint/eslint-plugin": "5.48.2", "@typescript-eslint/parser": "5.48.2", "eslint": "8.32.0", diff --git a/yarn.lock b/yarn.lock index c1f7347c..340bfe39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1846,10 +1846,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.2.5": - version "29.2.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0" - integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw== +"@types/jest@29.2.6": + version "29.2.6" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.6.tgz#1d43c8e533463d0437edef30b2d45d5aa3d95b0a" + integrity sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw== dependencies: expect "^29.0.0" pretty-format "^29.0.0"