Merge pull request #125 from codecov/dependabot/npm_and_yarn/ts-jest-26.2.0

Bump ts-jest from 26.1.1 to 26.2.0
This commit is contained in:
Thomas Hu 2020-08-25 08:05:35 -04:00 committed by GitHub
commit 076efa6234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -4811,17 +4811,18 @@
}
},
"ts-jest": {
"version": "26.1.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz",
"integrity": "sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A==",
"version": "26.2.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.2.0.tgz",
"integrity": "sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==",
"requires": {
"@types/jest": "26.x",
"bs-logger": "0.x",
"buffer-from": "1.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "26.x",
"json5": "2.x",
"lodash.memoize": "4.x",
"make-error": "1.x",
"micromatch": "4.x",
"mkdirp": "1.x",
"semver": "7.x",
"yargs-parser": "18.x"

View file

@ -31,7 +31,7 @@
"jest-junit": "^11.1.0",
"request": "^2.88.2",
"requestretry": "^4.1.1",
"ts-jest": "^26.1.1",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7",
"yarn": "^1.22.4"
},