From 8ccb9c7c26c5bfa19df7a3b58266c91ece41611f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:58:17 +0900 Subject: [PATCH] build(deps-dev): bump ts-jest from 26.5.0 to 26.5.1 (#207) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.0 to 26.5.1. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a8e921b..742c846 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jquery": ">=3.5.1", "sass-loader": ">=11.0.1", "style-loader": ">=2.0.0", - "ts-jest": ">=26.5.0", + "ts-jest": ">=26.5.1", "ts-loader": ">=8.0.17", "typescript": ">=4.1.5", "webpack": ">=5.21.2", diff --git a/yarn.lock b/yarn.lock index f3b4c9e..8258ca1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5428,10 +5428,10 @@ tr46@^2.0.2: dependencies: punycode "^2.1.1" -ts-jest@>=26.5.0: - version "26.5.0" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.0.tgz#3e3417d91bc40178a6716d7dacc5b0505835aa21" - integrity sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g== +ts-jest@>=26.5.1: + version "26.5.1" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150" + integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg== dependencies: "@types/jest" "26.x" bs-logger "0.x"