Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2022
1 parent 3788a55 commit 819f0ad
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 62 deletions.
54 changes: 25 additions & 29 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 @@ -94,7 +94,7 @@
"supertest": "6.2.4",
"ts-jest": "27.1.4",
"ts-node": "10.8.2",
"typeorm": "0.3.6",
"typeorm": "0.3.7",
"typescript": "4.7.4",
"wait-port": "0.2.9"
},
Expand Down
38 changes: 23 additions & 15 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": "7.5.5",
"typeorm": "0.3.6"
"typeorm": "0.3.7"
},
"devDependencies": {
"@nestjs/testing": "8.4.7",
Expand Down
38 changes: 23 additions & 15 deletions sample/006-multi-db-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/006-multi-db-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": "7.5.5",
"typeorm": "0.3.6"
"typeorm": "0.3.7"
},
"devDependencies": {
"@nestjs/testing": "8.4.7",
Expand Down

0 comments on commit 819f0ad

Please sign in to comment.