Skip to content

Commit

Permalink
Merge pull request #11731 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.16
  • Loading branch information
kamilmysliwiec committed Jun 12, 2023
2 parents 9c921c5 + 461de6d commit 028b961
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 16 deletions.
82 changes: 68 additions & 14 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
Expand Up @@ -27,7 +27,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "4.4.1",
"rxjs": "7.5.5",
"typeorm": "0.3.14"
"typeorm": "0.3.16"
},
"devDependencies": {
"@nestjs/cli": "9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/package.json
Expand Up @@ -27,7 +27,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "4.4.1",
"rxjs": "7.5.5",
"typeorm": "0.3.14"
"typeorm": "0.3.16"
},
"devDependencies": {
"@nestjs/cli": "9.5.0",
Expand Down

0 comments on commit 028b961

Please sign in to comment.