From 1a534b707c9adb5e08ad06a76ad4dffe083e977c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:08:19 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to ^29.5.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55907e5e..577c833c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.2", "@types/babel__core": "^7.20.1", - "@types/jest": "^29.5.2", + "@types/jest": "^29.5.4", "@types/node": "^20.3.3", "@types/react": "^18.2.14", "@types/unist": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index e64bebc9..dcc65343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2908,10 +2908,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.2": - version "29.5.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" - integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== +"@types/jest@^29.5.4": + version "29.5.4" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" + integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== dependencies: expect "^29.0.0" pretty-format "^29.0.0"