From 560acd2b983c0b1ca5e14bf74fd817b5af68f3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:12:25 +0000 Subject: [PATCH] build(deps-dev): bump ts-jest from 26.5.5 to 28.0.7 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.5 to 28.0.7. - [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/v26.5.5...v28.0.7) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e9f4ad56e84..95102b0e66f9 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "stylelint-config-taro-rn": "workspace:*", "stylelint-order": "^5.0.0", "stylelint-taro-rn": "workspace:*", - "ts-jest": "26.5.5", + "ts-jest": "28.0.7", "tslib": "^1.9.3", "typescript": "^4.7.4", "vue": "^2.6.11",