From 78cacf5eb68af8c4235b208ab3f5d7c3a046bfd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 18:24:10 +0000 Subject: [PATCH] Update dependency @types/jest to v29.4.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b22c8d54..7bd1bf75 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.4.2", + "@types/jest": "29.4.3", "@typescript-eslint/eslint-plugin": "5.55.0", "@typescript-eslint/parser": "5.55.0", "eslint": "8.36.0", diff --git a/yarn.lock b/yarn.lock index 57c433aa..dc902097 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1875,10 +1875,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.4.2": - version "29.4.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.2.tgz#13ca45d528a0f81a4792b7df199f58ad46c2a0e3" - integrity sha512-bbne90W7is+m88ezmZrLiTpp41tIoTdvPC5t3gLoNgu/6qbGdWTC2JWqPWQRJn2Q7rVYTr8aTWqOjhGJDXyvAQ== +"@types/jest@29.4.3": + version "29.4.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.3.tgz#2575bf579815e647f5a6c0f2267d2b142aa72619" + integrity sha512-rQ+fXtBHSDfgoTwGLLNuZ27fHpp14mCZSxGUZ3MlNExwJno5hz0uXEWtXfQlE8vaZmYAa6atbR9rpHk+NnlRaw== dependencies: expect "^29.0.0" pretty-format "^29.0.0"