From 3015cdceb6c88bcc88ba10a8a2aa76d646df9096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 07:39:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20ts-jest=20from=2027.0.6?= =?UTF-8?q?=20to=2027.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.6 to 27.0.7. - [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/v27.0.6...v27.0.7) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 373a82bb..3e4c4169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "^8.0.1", "jest": "^27.3.0", "supertest": "^6.1.6", - "ts-jest": "^27.0.6" + "ts-jest": "^27.0.7" }, "engines": { "node": ">=12.0.0" @@ -5665,9 +5665,9 @@ } }, "node_modules/ts-jest": { - "version": "27.0.6", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz", - "integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==", + "version": "27.0.7", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.7.tgz", + "integrity": "sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -10395,9 +10395,9 @@ } }, "ts-jest": { - "version": "27.0.6", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz", - "integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==", + "version": "27.0.7", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.7.tgz", + "integrity": "sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==", "dev": true, "requires": { "bs-logger": "0.x", diff --git a/package.json b/package.json index 181a5d35..9641b451 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^8.0.1", "jest": "^27.3.0", "supertest": "^6.1.6", - "ts-jest": "^27.0.6" + "ts-jest": "^27.0.7" }, "repository": { "type": "git",