From 6c69ba0cde562b560fcd38ddcf2ffdeaa80ea00d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:45:39 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v29.0.5 (#19945) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 724285ff30..28478d85aa 100644 --- a/package.json +++ b/package.json @@ -323,7 +323,7 @@ "shelljs": "0.8.5", "strip-ansi": "6.0.1", "tmp-promise": "3.0.3", - "ts-jest": "29.0.4", + "ts-jest": "29.0.5", "ts-node": "10.9.1", "type-fest": "3.5.1", "typescript": "4.9.4", diff --git a/yarn.lock b/yarn.lock index 491d1e46e6..bdd9ae9f65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9753,10 +9753,10 @@ ts-essentials@^7.0.3: resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38" integrity sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ== -ts-jest@29.0.4: - version "29.0.4" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.4.tgz#9bc1fd0ec4d863f001af6c5c630e3a807df90f6d" - integrity sha512-YdNofkoyzeinwjIqLSYQeAM+GTmFQ7xFNtWcR5OyitY5VLzzNINrNmfhP5H3daA/V+RGQR7O3g1K6ysRgu5xIQ== +ts-jest@29.0.5: + version "29.0.5" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066" + integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" -- GitLab