chore(deps): update dependency ts-jest to ^26.5.6 (#36)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-20 17:10:17 +02:00 committed by GitHub
parent 4f7045cd07
commit cbb4488702
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

@ -7716,9 +7716,9 @@
}
},
"ts-jest": {
"version": "26.5.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.4.tgz",
"integrity": "sha512-I5Qsddo+VTm94SukBJ4cPimOoFZsYTeElR2xy6H2TOVs+NsvgYglW8KuQgKoApOKuaU/Ix/vrF9ebFZlb5D2Pg==",
"version": "26.5.6",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.6.tgz",
"integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -43,7 +43,7 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"sqlite3": "^5.0.2",
"ts-jest": "^26.5.4",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typeorm": "^0.2.34",
"typescript": "^4.2.3"