Skip to content

Commit

Permalink
Update dependency ts-jest to v26.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2021
1 parent c7aa5f9 commit 4d73698
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.6.0",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
"tslint": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/express-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/fastify-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "25.5.4",
"prettier": "2.0.4",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.8.2",
"tsconfig-paths": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/multiple-handlers-in-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/request-scoped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.3",
"ts-jest": "26.5.1",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
Expand Down

0 comments on commit 4d73698

Please sign in to comment.