From 451dc4e3d8dd56c4a01fcb2594833a448561a2b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:55:48 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to ^29.5.12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8eab9f3..f72b063 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@txo/service-prop": "^2.2.16", "@txo/service-react": "^5.1.14", "@txo/tsconfig": "^1.1.1", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.12", "concurrently": "^8.2.2", "eslint-config-txo-typescript": "^4.0.36", "husky": "^8.0.3", diff --git a/yarn.lock b/yarn.lock index 2f02af5..0d1c0e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1634,10 +1634,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"