From cfbfc73c6b1973eca73d5042869961743fac261a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 05:14:30 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 24.3.0 to 25.2.0 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.3.0 to 25.2.0. - [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/v24.3.0...v25.2.0) Signed-off-by: dependabot-preview[bot] --- examples/sdk/simple-integration/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sdk/simple-integration/package.json b/examples/sdk/simple-integration/package.json index 9df8192d73..3807bd1491 100644 --- a/examples/sdk/simple-integration/package.json +++ b/examples/sdk/simple-integration/package.json @@ -21,7 +21,7 @@ "@akashaproject/sdk-core": "*", "@akashaproject/sdk-runtime": "*", "jest": "^24.9.0", - "ts-jest": "^24.1.0", + "ts-jest": "^25.2.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.9" } diff --git a/package.json b/package.json index b84c7db404..575314bb92 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react": "16.12.0", "react-dom": "16.12.0", "source-map-loader": "^0.2.4", - "ts-jest": "25.1.0", + "ts-jest": "25.2.0", "ts-loader": "6.2.1", "tslint": "6.0.0", "tslint-config-airbnb": "5.11.2",