From 0fec3c9e4b850ad01c4dd06638a1bf7d22ed0926 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 14:18:49 +0000 Subject: [PATCH] Bump ts-jest from 26.1.0 to 26.1.1 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.0 to 26.1.1. - [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.1.0...v26.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86e89e2..0a780d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10767,9 +10767,9 @@ "dev": true }, "ts-jest": { - "version": "26.1.0", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.0.tgz", - "integrity": "sha512-JbhQdyDMYN5nfKXaAwCIyaWLGwevcT2/dbqRPsQeh6NZPUuXjZQZEfeLb75tz0ubCIgEELNm6xAzTe5NXs5Y4Q==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz", + "integrity": "sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A==", "dev": true, "requires": { "bs-logger": "0.x", diff --git a/package.json b/package.json index 5dd7c33..78b7546 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "jest-circus": "^26.1.0", "npm-check-updates": "^6.0.1", "prettier": "^2.0.5", - "ts-jest": "^26.1.0", + "ts-jest": "^26.1.1", "typescript": "^3.9.5" } }