Skip to content

Commit

Permalink
Merge pull request #2284 from nestjs/renovate/typeorm-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency typeorm to v0.3.17
  • Loading branch information
BrunnerLivio authored Sep 14, 2023
2 parents d713579 + d07b83a commit 80bb36e
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 44 deletions.
30 changes: 17 additions & 13 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 @@ -99,7 +99,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typeorm": "0.3.16",
"typeorm": "0.3.17",
"typescript": "5.1.3",
"wait-port": "1.0.4"
},
Expand Down
86 changes: 72 additions & 14 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": "4.4.1",
"rxjs": "7.8.1",
"typeorm": "0.3.14"
"typeorm": "0.3.17"
},
"devDependencies": {
"@nestjs/testing": "9.3.2",
Expand Down
Loading

0 comments on commit 80bb36e

Please sign in to comment.