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:
marocchino 2020-05-12 15:00:10 +09:00 committed by GitHub
commit 69b64a3167
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

@ -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",

View file

@ -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"
}
}