Bump ts-jest from 26.1.0 to 26.1.1

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.0 to 26.1.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/v26.1.0...v26.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-01 14:18:49 +00:00
parent e0dbeeae1e
commit 0fec3c9e4b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -10767,9 +10767,9 @@
"dev": true "dev": true
}, },
"ts-jest": { "ts-jest": {
"version": "26.1.0", "version": "26.1.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.0.tgz", "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz",
"integrity": "sha512-JbhQdyDMYN5nfKXaAwCIyaWLGwevcT2/dbqRPsQeh6NZPUuXjZQZEfeLb75tz0ubCIgEELNm6xAzTe5NXs5Y4Q==", "integrity": "sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A==",
"dev": true, "dev": true,
"requires": { "requires": {
"bs-logger": "0.x", "bs-logger": "0.x",

View file

@ -48,7 +48,7 @@
"jest-circus": "^26.1.0", "jest-circus": "^26.1.0",
"npm-check-updates": "^6.0.1", "npm-check-updates": "^6.0.1",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"ts-jest": "^26.1.0", "ts-jest": "^26.1.1",
"typescript": "^3.9.5" "typescript": "^3.9.5"
} }
} }