From e7a82ebc5a776fe1069440d292d0150645da635c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jun 2020 07:58:22 +0000 Subject: [PATCH] chore: update dependency ts-jest to v26.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3871f08c0c..272b2b3f51 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "lerna-v3": "npm:lerna@3", "lint-staged": "10.2.11", "prettier": "1.17.1", - "ts-jest": "26.1.0", + "ts-jest": "26.1.1", "typescript": "3.8.2" }, "husky": { diff --git a/yarn.lock b/yarn.lock index 8abadc9de5..576e883b06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10503,10 +10503,10 @@ trim-off-newlines@^1.0.0: resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= -ts-jest@26.1.0: - version "26.1.0" - resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.0.tgz#e9070fc97b3ea5557a48b67c631c74eb35e15417" - integrity sha512-JbhQdyDMYN5nfKXaAwCIyaWLGwevcT2/dbqRPsQeh6NZPUuXjZQZEfeLb75tz0ubCIgEELNm6xAzTe5NXs5Y4Q== +ts-jest@26.1.1: + version "26.1.1" + resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz#b98569b8a4d4025d966b3d40c81986dd1c510f8d" + integrity sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A== dependencies: bs-logger "0.x" buffer-from "1.x"