deps: bump ts-jest from 25.3.0 to 25.3.1 (#211)

This commit is contained in:
dependabot-preview[bot] 2020-04-03 15:28:17 +00:00 committed by GitHub
parent 78d67e4cbe
commit d48d5de82e
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

@ -8702,9 +8702,9 @@
"dev": true
},
"ts-jest": {
"version": "25.3.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.3.0.tgz",
"integrity": "sha512-qH/uhaC+AFDU9JfAueSr0epIFJkGMvUPog4FxSEVAtPOur1Oni5WBJMiQIkfHvc7PviVRsnlVLLY2I6221CQew==",
"version": "25.3.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.3.1.tgz",
"integrity": "sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==",
"dev": true,
"requires": {
"bs-logger": "0.x",
@ -8713,10 +8713,11 @@
"json5": "2.x",
"lodash.memoize": "4.x",
"make-error": "1.x",
"micromatch": "4.x",
"mkdirp": "1.x",
"resolve": "1.x",
"semver": "6.x",
"yargs-parser": "^18.1.1"
"yargs-parser": "18.x"
},
"dependencies": {
"mkdirp": {

View File

@ -72,7 +72,7 @@
"lint-staged": "^10.1.1",
"prettier": "2.0.2",
"standard-version": "^7.1.0",
"ts-jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
}
}