From 7aa2823cb30c14ce29a0c785e0e09a08ac0294c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:09:11 +0000 Subject: [PATCH] Update dependency @types/jest to v29.5.11 --- test-app/package.json | 2 +- test-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index b9422cd2..92edade5 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", - "@types/jest": "29.5.10", + "@types/jest": "29.5.11", "@types/node": "20.10.3", "@types/react": "18.2.47", "@types/react-dom": "18.2.17", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 6f923b90..2a09a336 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -2070,10 +2070,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.10": - version "29.5.10" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50" - integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ== +"@types/jest@29.5.11": + version "29.5.11" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c" + integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0"