Bump ts-jest from 23.10.5 to 24.2.0

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 23.10.5 to 24.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/v23.10.5...v24.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-10 10:54:25 +00:00 committed by GitHub
parent 4a08984c9e
commit cc3e837880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View file

@ -21327,15 +21327,16 @@
}
},
"ts-jest": {
"version": "23.10.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-23.10.5.tgz",
"integrity": "sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A==",
"version": "24.2.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.2.0.tgz",
"integrity": "sha512-Yc+HLyldlIC9iIK8xEN7tV960Or56N49MDP7hubCZUeI7EbIOTsas6rXCMB4kQjLACJ7eDOF4xWEO5qumpKsag==",
"dev": true,
"requires": {
"bs-logger": "0.x",
"buffer-from": "1.x",
"fast-json-stable-stringify": "2.x",
"json5": "2.x",
"lodash.memoize": "4.x",
"make-error": "1.x",
"mkdirp": "0.x",
"resolve": "1.x",

View file

@ -137,7 +137,7 @@
"require-context.macro": "^1.1.1",
"rimraf": "^3.0.0",
"testcafe": "^1.3.3",
"ts-jest": "^23.10.5",
"ts-jest": "^24.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack": "^4.35.3",
"webpack-bundle-tracker": "^0.3.0",