chore(deps): update dependency ts-jest to v27.1.2 (#658)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-16 18:01:10 +00:00 committed by GitHub
parent b58ecb3728
commit b47f58ef70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@
"jest": "27.4.5",
"prettier": "2.5.1",
"supertest": "6.1.6",
"ts-jest": "27.1.1",
"ts-jest": "27.1.2",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",
@ -10274,9 +10274,9 @@
}
},
"node_modules/ts-jest": {
"version": "27.1.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -18825,9 +18825,9 @@
"dev": true
},
"ts-jest": {
"version": "27.1.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -45,7 +45,7 @@
"jest": "27.4.5",
"prettier": "2.5.1",
"supertest": "6.1.6",
"ts-jest": "27.1.1",
"ts-jest": "27.1.2",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",