From 1493568ad09ee5ef36e5ef73fd4cac6dc826c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 06:42:20 +0000 Subject: [PATCH] :arrow_up: Bump ts-jest from 26.4.2 to 26.4.3 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.2 to 26.4.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.2...v26.4.3) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbd2cbf..b6f27dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12514,9 +12514,9 @@ "dev": true }, "ts-jest": { - "version": "26.4.2", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.2.tgz", - "integrity": "sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==", + "version": "26.4.3", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.3.tgz", + "integrity": "sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==", "dev": true, "requires": { "@jest/create-cache-key-function": "^26.5.0",