Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent d6e404d commit dc9cc66
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"supertest": "6.3.3",
"ts-morph": "21.0.1",
"ts-node": "10.9.2",
"typeorm": "0.3.19",
"typeorm": "0.3.20",
"typescript": "5.3.3",
"wrk": "1.2.1",
"ws": "8.16.0"
Expand Down
174 changes: 78 additions & 96 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": "5.0.5",
"rxjs": "7.8.1",
"typeorm": "0.3.17"
"typeorm": "0.3.20"
},
"devDependencies": {
"@nestjs/cli": "10.3.0",
Expand Down
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": "5.0.5",
"rxjs": "7.8.1",
"typeorm": "0.3.17"
"typeorm": "0.3.20"
},
"devDependencies": {
"@nestjs/cli": "10.3.0",
Expand Down

0 comments on commit dc9cc66

Please sign in to comment.