chore(deps-dev): bump ts-jest from 25.3.1 to 25.4.0 (#158)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-17 17:09:12 +02:00 committed by GitHub
parent fb949a3789
commit db99dcc9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -9834,9 +9834,9 @@
"dev": true
},
"ts-jest": {
"version": "25.3.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.3.1.tgz",
"integrity": "sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==",
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.4.0.tgz",
"integrity": "sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==",
"dev": true,
"requires": {
"bs-logger": "0.x",
@ -10318,9 +10318,9 @@
}
},
"yargs-parser": {
"version": "18.1.2",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz",
"integrity": "sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==",
"version": "18.1.3",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
"dev": true,
"requires": {
"camelcase": "^5.0.0",

View File

@ -40,7 +40,7 @@
"jest-circus": "^25.3.0",
"jest-runtime": "^25.3.0",
"prettier": "^2.0.4",
"ts-jest": "^25.3.1",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2"
}