Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 2, 2021
1 parent 90ebd68 commit 25c6048
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 44 deletions.
46 changes: 20 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"supertest": "6.1.6",
"ts-morph": "12.0.0",
"ts-node": "10.2.1",
"typeorm": "0.2.37",
"typeorm": "0.2.38",
"typescript": "4.3.5",
"wrk": "1.2.1",
"ws": "7.5.5"
Expand Down
12 changes: 6 additions & 6 deletions sample/05-sql-typeorm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1",
"typeorm": "0.2.37"
"typeorm": "0.2.38"
},
"devDependencies": {
"@nestjs/cli": "8.1.2",
Expand Down
18 changes: 9 additions & 9 deletions sample/13-mongo-typeorm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1",
"typeorm": "0.2.37"
"typeorm": "0.2.38"
},
"devDependencies": {
"@nestjs/cli": "8.1.2",
Expand Down

0 comments on commit 25c6048

Please sign in to comment.