From deda3ce5b3cff29b499d2dcb466e87ddcdd71fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:54:58 -0500 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.11 (#1029) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/tools/package.json | 2 +- yarn.lock | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/tools/package.json b/packages/tools/package.json index db0f129f..34773ff1 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -21,7 +21,7 @@ "@types/create-react-class": "15.6.6", "@types/fs-extra": "11.0.1", "@types/is-hotkey": "0.1.10", - "@types/jest": "29.5.5", + "@types/jest": "29.5.11", "@types/js-yaml": "4.0.9", "@types/lodash": "4.14.202", "@types/minimatch": "5.1.2", diff --git a/yarn.lock b/yarn.lock index b91d67ea..b89f4ade 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5108,14 +5108,6 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/jest@29.5.5": - version "29.5.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" - integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== - dependencies: - expect "^29.0.0" - pretty-format "^29.0.0" - "@types/js-yaml@4.0.9": version "4.0.9" resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.9.tgz#cd82382c4f902fed9691a2ed79ec68c5898af4c2"