chore(deps): update dependency ts-jest to v26.5.6 (#373)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-14 20:05:33 +03:00 committed by GitHub
parent a0bd35a2a2
commit 70ee723078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@
"jest": "26.6.3",
"prettier": "2.3.0",
"supertest": "6.1.3",
"ts-jest": "26.5.5",
"ts-jest": "26.5.6",
"ts-loader": "9.1.2",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
@ -11597,9 +11597,9 @@
}
},
"node_modules/ts-jest": {
"version": "26.5.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.5.tgz",
"integrity": "sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg==",
"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,
"dependencies": {
"bs-logger": "0.x",
@ -21634,9 +21634,9 @@
"dev": true
},
"ts-jest": {
"version": "26.5.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.5.tgz",
"integrity": "sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg==",
"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

@ -46,7 +46,7 @@
"jest": "26.6.3",
"prettier": "2.3.0",
"supertest": "6.1.3",
"ts-jest": "26.5.5",
"ts-jest": "26.5.6",
"ts-loader": "9.1.2",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",