From 2095212b5e09546d06c741ae7ecc976b20704e05 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jun 2021 17:12:54 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v27.0.3 Signed-off-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 c7ec0e0ad..8d1c10f62 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest": "27.0.4", "prettier": "2.3.1", "supertest": "6.1.3", - "ts-jest": "27.0.2", + "ts-jest": "27.0.3", "ts-loader": "9.2.3", "ts-node": "10.0.0", "tsconfig-paths": "3.9.0", diff --git a/yarn.lock b/yarn.lock index f30f98853..f08594603 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6466,10 +6466,10 @@ tree-kill@1.2.2: resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== -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"