From 8ed3ae5855736ecbb97cd36a5b5bc77d97225dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:05:04 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2767ee6c..adaa8b8f 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.5", + "ts-jest": "^27.0.6", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }, @@ -22784,16 +22784,16 @@ } }, "node_modules/ts-jest": { - "version": "27.0.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.5.tgz", - "integrity": "sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==", + "version": "27.0.6", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz", + "integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==", "dev": true, "dependencies": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", "jest-util": "^27.0.0", "json5": "2.x", - "lodash": "4.x", + "lodash.memoize": "4.x", "make-error": "1.x", "semver": "7.x", "yargs-parser": "20.x" @@ -42840,16 +42840,16 @@ "dev": true }, "ts-jest": { - "version": "27.0.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.5.tgz", - "integrity": "sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==", + "version": "27.0.6", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz", + "integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==", "dev": true, "requires": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", "jest-util": "^27.0.0", "json5": "2.x", - "lodash": "4.x", + "lodash.memoize": "4.x", "make-error": "1.x", "semver": "7.x", "yargs-parser": "20.x" diff --git a/package.json b/package.json index 19f2f815..82b27f8d 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.5", + "ts-jest": "^27.0.6", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }