From 70c64289b05277829aa3f25fb6543060fbb3f536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:56:59 +0000 Subject: [PATCH] npm: bump ts-jest from 26.4.4 to 26.5.6 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.6. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v26.5.6) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa0bf8..58c06c4 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "spectre.css": "0.5.9", "spectron": "11.1.0", "through2": "4.0.2", - "ts-jest": "26.4.4", + "ts-jest": "26.5.6", "typescript": "4.9.5" } }