From 56a2530598cafaae41c80e478327d3eb3d522bc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:37:53 +0000 Subject: [PATCH] Bump ts-jest from 26.5.0 to 26.5.2 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.0 to 26.5.2. - [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.0...v26.5.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58a4ab4..c53808f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8423,9 +8423,9 @@ } }, "ts-jest": { - "version": "26.5.0", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz", - "integrity": "sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==", + "version": "26.5.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.2.tgz", + "integrity": "sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==", "dev": true, "requires": { "@types/jest": "26.x", @@ -8457,9 +8457,9 @@ } }, "yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "version": "20.2.6", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.6.tgz", + "integrity": "sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==", "dev": true } } diff --git a/package.json b/package.json index f5e86da..de1e83d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jest-junit": "12.0.0", "prettier": "2.2.1", "rimraf": "3.0.2", - "ts-jest": "26.5.0", + "ts-jest": "26.5.2", "ts-node": "9.1.1", "typescript": "4.1.3" },