From 08c6b4954515a7c0fe847e6651e522dd26fb9bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 19:58:36 +0000 Subject: [PATCH] :arrow_up: Bump ts-jest from 28.0.7 to 28.0.8 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.7 to 28.0.8. - [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/v28.0.7...v28.0.8) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development 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 1aed2f2..5979d73 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jest": "^27.5.1", "posthog-js": "^1.28.0", "posthog-react-native": "^1.1.5", - "ts-jest": "^28.0.7", + "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^4.7.4" } diff --git a/yarn.lock b/yarn.lock index d0ae7ef..fb13e2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4060,10 +4060,10 @@ tr46@^2.1.0: dependencies: punycode "^2.1.1" -ts-jest@^28.0.7: - version "28.0.7" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6" - integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA== +ts-jest@^28.0.8: + version "28.0.8" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73" + integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x"