From 4442894fa4c6b83ad65e39eda9ed9ef5445c0c6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:52:01 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.24 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d5ce49..0518c1c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@babel/preset-react": "7.13.13", "@babel/preset-typescript": "7.13.0", "@babel/runtime": "7.13.10", - "@types/jest": "26.0.15", + "@types/jest": "26.0.24", "@types/react": "18.2.38", "@types/react-native": "0.72.7", "@types/react-test-renderer": "18.0.7", diff --git a/yarn.lock b/yarn.lock index cb75555..442e67b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1725,10 +1725,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.15": - version "26.0.15" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe" - integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog== +"@types/jest@26.0.24": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"