mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
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:
parent
6ee941ecc7
commit
bc9dc3e82b
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue