build(deps-dev): Bump ts-jest from 27.0.1 to 27.0.2 (#319)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.1 to 27.0.2.
- [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/v27.0.1...v27.0.2)

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] 2021-06-01 05:24:58 +09:00 committed by GitHub
parent 6ee941ecc7
commit bc9dc3e82b
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

@ -6064,9 +6064,9 @@
}
},
"ts-jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.1.tgz",
"integrity": "sha512-03qAt77QjhxyM5Bt2KrrT1WbdumiwLz989sD3IUznSp3GIFQrx76kQqSMLF7ynnxrF3/1ipzABnHxMlU8PD4Vw==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.2.tgz",
"integrity": "sha512-pozjHOOfm+sbv9kXCvTFVyDntWvuJztzkNFql/akD75hSMZ2jsbidVauOhBRImAopXohqcLtPK/NTTIS8Y49Ug==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View file

@ -41,7 +41,7 @@
"jest-circus": "^27.0.3",
"js-yaml": "^4.1.0",
"prettier": "2.3.0",
"ts-jest": "^27.0.1",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2"
}
}