From e9cd4a0286440839246928d12b07b17f34310d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 07:42:38 -0500 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.4.0 (#432) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 63f4aea9..253afb15 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -188,7 +188,7 @@ "@types/create-react-class": "15.6.3", "@types/fs-extra": "11.0.1", "@types/is-hotkey": "0.1.7", - "@types/jest": "29.2.6", + "@types/jest": "29.4.0", "@types/js-yaml": "4.0.5", "@types/jwt-decode": "2.2.1", "@types/lodash": "4.14.191", diff --git a/yarn.lock b/yarn.lock index 01e10a65..758b00fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4276,7 +4276,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@29.2.6": +"@types/jest@*": version "29.2.6" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.6.tgz#1d43c8e533463d0437edef30b2d45d5aa3d95b0a" integrity sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw== @@ -4284,6 +4284,14 @@ expect "^29.0.0" pretty-format "^29.0.0" +"@types/jest@29.4.0": + version "29.4.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.0.tgz#a8444ad1704493e84dbf07bb05990b275b3b9206" + integrity sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ== + dependencies: + expect "^29.0.0" + pretty-format "^29.0.0" + "@types/js-cookie@^2.2.6": version "2.2.7" resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.7.tgz#226a9e31680835a6188e887f3988e60c04d3f6a3"