From 77db3d55084f706044ca5ec91ceaf9784140c296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:07:24 +0000 Subject: [PATCH] Update dependency @types/jest to v29.5.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb3f4bd3..3c4680b5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@graphql-codegen/cli": "3.3.0", "@graphql-codegen/typescript": "^3.0.0", "@tsconfig/recommended": "1.0.2", - "@types/jest": "29.5.0", + "@types/jest": "29.5.1", "@typescript-eslint/eslint-plugin": "5.59.0", "@typescript-eslint/parser": "5.59.0", "eslint": "8.38.0", diff --git a/yarn.lock b/yarn.lock index 1b903162..15341f08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1980,10 +1980,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac" - integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg== +"@types/jest@29.5.1": + version "29.5.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47" + integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0"