Skip to content

Commit

Permalink
Merge pull request #7703 from nestjs/renovate/typeorm-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency typeorm to v0.2.35
  • Loading branch information
kamilmysliwiec committed Jul 29, 2021
2 parents 8c609c2 + e1dc8ed commit c22f8a7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 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 @@ -165,7 +165,7 @@
"supertest": "6.1.4",
"ts-morph": "11.0.3",
"ts-node": "10.1.0",
"typeorm": "0.2.34",
"typeorm": "0.2.35",
"typescript": "4.3.5",
"wrk": "1.2.1",
"ws": "7.5.3"
Expand Down
20 changes: 10 additions & 10 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.2.0",
"typeorm": "0.2.34"
"typeorm": "0.2.35"
},
"devDependencies": {
"@nestjs/cli": "8.0.2",
Expand Down
20 changes: 10 additions & 10 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.2.0",
"typeorm": "0.2.34"
"typeorm": "0.2.35"
},
"devDependencies": {
"@nestjs/cli": "8.0.2",
Expand Down

0 comments on commit c22f8a7

Please sign in to comment.