mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
Merge pull request #117 from marocchino/dependabot/npm_and_yarn/ts-jest-25.5.1
build(deps-dev): bump ts-jest from 25.5.0 to 25.5.1
This commit is contained in:
commit
69b64a3167
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -8267,9 +8267,9 @@
|
|||
}
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "25.5.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.5.0.tgz",
|
||||
"integrity": "sha512-govrjbOk1UEzcJ5cX5k8X8IUtFuP3lp3mrF3ZuKtCdAOQzdeCM7qualhb/U8s8SWFwEDutOqfF5PLkJ+oaYD4w==",
|
||||
"version": "25.5.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.5.1.tgz",
|
||||
"integrity": "sha512-kHEUlZMK8fn8vkxDjwbHlxXRB9dHYpyzqKIGDNxbzs+Rz+ssNDSDNusEK8Fk/sDd4xE6iKoQLfFkFVaskmTJyw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"@types/node": "^13.13.5",
|
||||
"jest": "^25.5.4",
|
||||
"jest-circus": "^25.5.3",
|
||||
"ts-jest": "^25.5.0",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^3.8.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue