Bump ts-jest from 25.0.0 to 25.1.0 (#17)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.0.0 to 25.1.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.0.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-31 09:29:57 +01:00 committed by GitHub
parent 41986a3dc0
commit 53d161ac19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5169,9 +5169,9 @@
}
},
"ts-jest": {
"version": "25.0.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.0.0.tgz",
"integrity": "sha512-F+hZg3j7XYOFpXJteXb4lnqy7vQzTmpTmX7AJT6pvSGeZejyXj1Lk0ArpnrEPOpv6Zu/NugHc5W7FINngC9WZQ==",
"version": "25.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.1.0.tgz",
"integrity": "sha512-1Lf576ulKhbxX5og+tG8udVg/5cgcMLPBxp1iCqbbf6VvUK4gEsgAtzMjl8u98izhLrzKMPB0LxCBKEZ5l19Hw==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -36,7 +36,7 @@
"jest-circus": "^25.1.0",
"jest-runtime": "^25.1.0",
"prettier": "^1.17.1",
"ts-jest": "^25.0.0",
"ts-jest": "^25.1.0",
"typescript": "^3.5.1",
"typescript-formatter": "^7.2.2"
}