From bc206b7c8aab701f2451613682ae197022333317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:11:46 +0000 Subject: [PATCH] Update dependency @types/jest to v29.4.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c8133f7..d2bdd568 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.0", + "@types/jest": "29.4.1", "@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 86ab266f..aea1ae3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1875,10 +1875,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.4.0": - version "29.4.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.0.tgz#a8444ad1704493e84dbf07bb05990b275b3b9206" - integrity sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ== +"@types/jest@29.4.1": + version "29.4.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.1.tgz#d76cbd07e5a24c0f4e86c2c0f9ed9e4ed33af3c8" + integrity sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0"