From 7addccb1d4b33984855fccbf5bf72a707ba69ab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Jun 2021 20:12:40 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v27.0.3 (#10423) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index efe47375356632..a1bb6fede29427 100644 --- a/package.json +++ b/package.json @@ -264,7 +264,7 @@ "shelljs": "0.8.4", "strip-ansi": "6.0.0", "tmp-promise": "3.0.2", - "ts-jest": "27.0.2", + "ts-jest": "27.0.3", "ts-node": "10.0.0", "type-fest": "1.2.0", "typescript": "4.3.2", diff --git a/yarn.lock b/yarn.lock index 5f6297472890ca..f3310fccf8fe21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9067,10 +9067,10 @@ ts-essentials@^4.0.0: resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-4.0.0.tgz#506c42b270bbd0465574b90416533175b09205ab" integrity sha512-uQJX+SRY9mtbKU+g9kl5Fi7AEMofPCvHfJkQlaygpPmHPZrtgaBqbWFOYyiA47RhnSwwnXdepUJrgqUYxoUyhQ== -ts-jest@27.0.2: - version "27.0.2" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.2.tgz#acc1525d5fd25c107c777c3b80a11365db579aa1" - integrity sha512-pozjHOOfm+sbv9kXCvTFVyDntWvuJztzkNFql/akD75hSMZ2jsbidVauOhBRImAopXohqcLtPK/NTTIS8Y49Ug== +ts-jest@27.0.3: + version "27.0.3" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.3.tgz#808492f022296cde19390bb6ad627c8126bf93f8" + integrity sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw== dependencies: bs-logger "0.x" buffer-from "1.x"