From b99a398048c54ba1b6efd912d8f339ae7fa2061a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 06:26:43 +0000 Subject: [PATCH] build(deps-dev): bump ts-jest from 24.3.0 to 26.5.4 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.3.0 to 26.5.4. - [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.5.4) 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 12c6827..e4c021c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.2", "jest": "^24.9.0", - "ts-jest": "^24.0.2", + "ts-jest": "^26.5.4", "typescript": "^3.6.0", "semantic-release": "^15.13.24" },