From 512db7ec2b1786eb0ff2881f648339f5c7f6948a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:01:45 +0000 Subject: [PATCH] Bump @types/jest from 29.5.11 to 29.5.12 in /client Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index f6bdb0c95b..35496b8361 100644 --- a/client/package.json +++ b/client/package.json @@ -99,7 +99,7 @@ "@testing-library/react-hooks": "^8.0.1", "@types/debug": "^4.1.12", "@types/i18next": "^13.0.0", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.12", "@types/ramda": "^0.29.3", "@types/react-native": "^0.67.3", "@types/react-test-renderer": "^18.0.7", diff --git a/client/yarn.lock b/client/yarn.lock index 3b183d358c..9263198297 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2698,10 +2698,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@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== +"@types/jest@^29.5.12": + version "29.5.12" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544" + integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw== dependencies: expect "^29.0.0" pretty-format "^29.0.0"