From 331684126a3c76b8013d181ac3bffb7f7f6a6955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 13:06:24 +0000 Subject: [PATCH] [build]: Bump ts-jest from 27.1.1 to 27.1.5 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.1 to 27.1.5. - [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.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a610141..8a8a3d47 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "strip-markdown": "^5.0.0", "style-loader": "^3.3.1", "styled-components": "^5.3.3", - "ts-jest": "^27.1.1", + "ts-jest": "^27.1.5", "ts-loader": "^9.2.6", "tui-color-picker": "^2.2.7", "typescript": "^4.5.4", diff --git a/yarn.lock b/yarn.lock index 01e31567..a856b5b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8609,10 +8609,10 @@ trough@^2.0.0: resolved "https://registry.npmjs.org/trough/-/trough-2.0.2.tgz" integrity sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w== -ts-jest@^27.1.1: - 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== +ts-jest@^27.1.5: + version "27.1.5" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297" + integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x"