Merge pull request #304 from mirumee/dependabot/npm_and_yarn/ts-jest-24.2.0
Bump ts-jest from 23.10.5 to 24.2.0
This commit is contained in:
commit
752074a14f
2 changed files with 5 additions and 4 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
@ -21446,15 +21446,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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue