From 5721dd8821313832253f6ff0ce2c830b2b051b4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 06:32:51 +0000 Subject: [PATCH] build(deps-dev): bump ts-jest from 24.3.0 to 26.0.0 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.3.0 to 26.0.0. - [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/v24.3.0...v26.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19e5a33..12257e1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "jest": "^24.9.0", - "ts-jest": "^24.0.2", + "ts-jest": "^26.0.0", "typescript": "^3.6.0", "semantic-release": "^15.13.24" },