From 9e676e61de32ab68044f8fa1554bef5e863269e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 06:24:57 +0000 Subject: [PATCH] :arrow_up: Bump ts-jest from 26.5.2 to 26.5.3 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.2 to 26.5.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.5.2...v26.5.3) Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c00ee12..eece767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11815,12 +11815,11 @@ "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=" }, "ts-jest": { - "version": "26.5.2", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.2.tgz", - "integrity": "sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==", + "version": "26.5.3", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.3.tgz", + "integrity": "sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==", "dev": true, "requires": { - "@types/jest": "26.x", "bs-logger": "0.x", "buffer-from": "1.x", "fast-json-stable-stringify": "2.x", diff --git a/package.json b/package.json index 1ab72bf..9050824 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest": "^26.6.3", "semantic-release": "^17.4.0", "semantic-release-gitmoji": "^1.3.4", - "ts-jest": "^26.5.2", + "ts-jest": "^26.5.3", "typescript": "^4.2.2" }, "dependencies": {