chore(deps): update dependency ts-jest to v26.4.4 (#200)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-05 19:50:11 +03:00 committed by GitHub
parent 3eacd0b633
commit 7fd5ca6a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 14 deletions

View File

@ -914,15 +914,6 @@
}
}
},
"@jest/create-cache-key-function": {
"version": "26.6.2",
"resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-26.6.2.tgz",
"integrity": "sha512-LgEuqU1f/7WEIPYqwLPIvvHuc1sB6gMVbT6zWhin3txYUNYK/kGQrC1F2WR4gR34YlI9bBtViTm5z98RqVZAaw==",
"dev": true,
"requires": {
"@jest/types": "^26.6.2"
}
},
"@jest/environment": {
"version": "26.6.2",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
@ -10334,12 +10325,11 @@
"dev": true
},
"ts-jest": {
"version": "26.4.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.3.tgz",
"integrity": "sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==",
"version": "26.4.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.4.tgz",
"integrity": "sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==",
"dev": true,
"requires": {
"@jest/create-cache-key-function": "^26.5.0",
"@types/jest": "26.x",
"bs-logger": "0.x",
"buffer-from": "1.x",

View File

@ -46,7 +46,7 @@
"jest": "26.6.3",
"prettier": "2.1.2",
"supertest": "6.0.1",
"ts-jest": "26.4.3",
"ts-jest": "26.4.4",
"ts-loader": "8.0.8",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",