From 7bf6019d470be1138eb021c3685f0c664353caa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 00:28:08 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v28.0.7 (#16726) 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 e164ba03c0..1e4541cbb7 100644 --- a/package.json +++ b/package.json @@ -298,7 +298,7 @@ "shelljs": "0.8.5", "strip-ansi": "6.0.1", "tmp-promise": "3.0.3", - "ts-jest": "28.0.6", + "ts-jest": "28.0.7", "ts-node": "10.8.2", "type-fest": "2.16.0", "typescript": "4.7.4", diff --git a/yarn.lock b/yarn.lock index dd94493c25..309f7a196b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9155,10 +9155,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@28.0.6: - version "28.0.6" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.6.tgz#d63df9a9908044cd891e066ad869b1a432e70d67" - integrity sha512-yLAWoaSJ6c9o+IT7+nyutp5uvwGzhMYb/LD5WEQAi2tBq4ZSAPay4Lf69pP/IU+GFYg87pdg5eADSzuNAFSK4g== +ts-jest@28.0.7: + version "28.0.7" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6" + integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" -- GitLab