deps: bump ts-jest from 26.2.0 to 26.3.0 (#467)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.2.0 to 26.3.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/v26.2.0...v26.3.0)

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-08-27 16:57:12 +09:00 committed by GitHub
parent 67200cfb5a
commit 5a84f48f78
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

@ -8873,9 +8873,9 @@
"dev": true
},
"ts-jest": {
"version": "26.2.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.2.0.tgz",
"integrity": "sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==",
"version": "26.3.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.3.0.tgz",
"integrity": "sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q==",
"dev": true,
"requires": {
"@types/jest": "26.x",

View File

@ -78,7 +78,7 @@
"lint-staged": "^10.2.13",
"prettier": "2.1.0",
"standard-version": "^9.0.0",
"ts-jest": "^26.2.0",
"ts-jest": "^26.3.0",
"typescript": "^3.9.7"
}
}