From 22468cf1e26966e50a670171d92cd7f5a4aa14ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 00:04:08 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 27.0.6 to 27.0.7 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 adaa8b8f..1532f2f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "markdown-toc": "^1.2.0", "nuxt-property-decorator": "^2.9.1", "standard-version": "^9.3.1", - "ts-jest": "^27.0.6", + "ts-jest": "^27.0.7", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }, @@ -22784,9 +22784,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", @@ -42840,9 +42840,9 @@ "dev": true }, "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 82b27f8d..a8b0c6f8 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "markdown-toc": "^1.2.0", "nuxt-property-decorator": "^2.9.1", "standard-version": "^9.3.1", - "ts-jest": "^27.0.6", + "ts-jest": "^27.0.7", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }