Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2021
1 parent c8f8779 commit eb55a75
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 88 deletions.
100 changes: 77 additions & 23 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 @@ -95,7 +95,7 @@
"supertest": "6.1.3",
"ts-jest": "26.5.4",
"ts-node": "9.1.1",
"typeorm": "0.2.31",
"typeorm": "0.2.32",
"typescript": "4.0.3"
},
"peerDependencies": {
Expand Down
94 changes: 63 additions & 31 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": "6.6.6",
"typeorm": "0.2.31"
"typeorm": "0.2.32"
},
"devDependencies": {
"@nestjs/testing": "7.6.13",
Expand Down
Loading

0 comments on commit eb55a75

Please sign in to comment.