From f11ef260d8f3b5f9ae94241bc58d2ce32393fb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:30:45 -0500 Subject: [PATCH] build(deps-dev): bump ts-jest from 27.1.1 to 27.1.2 (#52) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.1 to 27.1.2. - [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.1.1...v27.1.2) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erick Rodriguez --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d436f65..2b43d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7466,9 +7466,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 0c70cd0..cbf2b79 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "prettier": "^2.3.2", "rimraf": "^3.0.2", "terser-webpack-plugin": "^5.3.0", - "ts-jest": "^27.1.1", + "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "ts-node-dev": "^1.1.8", "tsc-watch": "^4.5.0",