From b7089be25d7d3468b071c02472c128d9d642a395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 19:58:33 +0000 Subject: [PATCH] build(deps): update dependency ts-jest to ^27.1.2 (#437) 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 5b7fb8f..288ca54 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "rimraf": "^3.0.2", - "ts-jest": "^27.1.1", + "ts-jest": "^27.1.2", "typescript": "^4.5.4" }, "eslintConfig": { diff --git a/yarn.lock b/yarn.lock index 08e4039..cf7ab11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5347,10 +5347,10 @@ tr46@^2.1.0: dependencies: punycode "^2.1.1" -ts-jest@^27.1.1: - version "27.1.1" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.1.tgz#5a54aca96db1dac37c681f3029dd10f3a8c36192" - integrity sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA== +ts-jest@^27.1.2: + version "27.1.2" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.2.tgz#5991d6eb3fd8e1a8d4b8f6de3ec0a3cc567f3151" + integrity sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x"