From af65fcd0b1e1dede7701c169c09070ff9f4cbc75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:05:29 +0000 Subject: [PATCH] chore(examples): update dependency @types/jest to v29.5.7 (#1126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/typescript/package.json | 2 +- examples/typescript/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 2893fc2e..5d0c6a8c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -23,7 +23,7 @@ "@testing-library/jest-dom": "6.1.4", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.5.1", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "16.18.59", "@types/react": "18.2.31", "@types/react-dom": "18.2.14", diff --git a/examples/typescript/yarn.lock b/examples/typescript/yarn.lock index 12cd7bcb..9eeaa5b8 100644 --- a/examples/typescript/yarn.lock +++ b/examples/typescript/yarn.lock @@ -2769,10 +2769,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.6": - version "29.5.6" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b" - integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w== +"@types/jest@29.5.7": + version "29.5.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.7.tgz#2c0dafe2715dd958a455bc10e2ec3e1ec47b5036" + integrity sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g== dependencies: expect "^29.0.0" pretty-format "^29.0.0"