From 8ec3cffa88f9fdef00b9624bec62ee78cec26675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:57:16 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 Bumps [ts-jest](/~https://github.com/kulshekhar/ts-jest) from 29.0.5 to 29.1.0. - [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/v29.0.5...v29.1.0) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... 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 ca6d7ac6..ddf35ca9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest-circus": "^29.5.0", "js-yaml": "^4.1.0", "prettier": "^2.8.7", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "^5.0.3" } } diff --git a/yarn.lock b/yarn.lock index 5db807b6..4727d0a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3567,10 +3567,10 @@ tr46@~0.0.3: resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== -ts-jest@^29.0.5: - version "29.0.5" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066" - integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA== +ts-jest@^29.1.0: + version "29.1.0" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891" + integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x"