From fefb6ef18499486ef734c70835ba5dcd84822309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:28:24 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01ead65f..3ba0f717 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@react-native-community/eslint-config": "3.2.0", "@testing-library/react-hooks": "8.0.1", "@testing-library/react-native": "12.1.2", - "@types/jest": "29.5.2", + "@types/jest": "29.5.3", "@types/react": "18.2.14", "@types/react-native": "0.72.2", "all-contributors-cli": "6.25.1", diff --git a/yarn.lock b/yarn.lock index 5a7f8b3e..5e504ef8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1802,10 +1802,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.3": + version "29.5.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777" + integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA== dependencies: expect "^29.0.0" pretty-format "^29.0.0"