Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2021
1 parent f51bbfe commit 9116a29
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 12 deletions.
24 changes: 19 additions & 5 deletions sample/005-typeorm-app/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/005-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.0",
"typeorm": "0.2.34"
"typeorm": "0.2.37"
},
"devDependencies": {
"@nestjs/testing": "8.0.0",
Expand Down
24 changes: 19 additions & 5 deletions sample/006-multi-db-typeorm-app/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/006-multi-db-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.0",
"typeorm": "0.2.34"
"typeorm": "0.2.37"
},
"devDependencies": {
"@nestjs/testing": "8.0.0",
Expand Down

0 comments on commit 9116a29

Please sign in to comment.