Bump ts-jest from 25.3.0 to 25.3.1 (#68)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.3.0 to 25.3.1.
- [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/v25.3.0...v25.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-04-07 19:50:19 +02:00 committed by GitHub
parent cab035e773
commit 822ff71d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -4821,9 +4821,9 @@
}
},
"mkdirp": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.3.tgz",
"integrity": "sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"dev": true
},
"ms": {
@ -6245,9 +6245,9 @@
}
},
"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",
@ -6256,10 +6256,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"
}
},
"tunnel": {

View File

@ -36,7 +36,7 @@
"jest-circus": "^25.2.6",
"jest-runtime": "^25.2.7",
"prettier": "^2.0.2",
"ts-jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2"
}