From 651049316f33b9cb49e21060121cef914ba0359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 00:05:48 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 27.1.1 to 27.1.2 --- 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 7aa9b2da..84235e6a 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.2", - "ts-jest": "^27.1.1", + "ts-jest": "^27.1.2", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }, @@ -23194,9 +23194,9 @@ } }, "node_modules/ts-jest": { - "version": "27.1.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz", - "integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==", + "version": "27.1.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz", + "integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -43509,9 +43509,9 @@ "dev": true }, "ts-jest": { - "version": "27.1.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz", - "integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==", + "version": "27.1.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz", + "integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==", "dev": true, "requires": { "bs-logger": "0.x", diff --git a/package.json b/package.json index ae39c3d5..56fd6cd2 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.2", - "ts-jest": "^27.1.1", + "ts-jest": "^27.1.2", "vue-jest": "^3.0.4", "yaml": "^1.10.2" }