Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 3, 2021
1 parent 36bd2a5 commit 99b1e44
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 63 deletions.
48 changes: 24 additions & 24 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 @@ -95,7 +95,7 @@
"supertest": "6.1.3",
"ts-jest": "26.5.6",
"ts-node": "10.0.0",
"typeorm": "0.2.32",
"typeorm": "0.2.34",
"typescript": "4.0.3"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 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": "6.6.7",
"typeorm": "0.2.32"
"typeorm": "0.2.34"
},
"devDependencies": {
"@nestjs/testing": "7.6.17",
Expand Down
36 changes: 18 additions & 18 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": "6.6.7",
"typeorm": "0.2.32"
"typeorm": "0.2.34"
},
"devDependencies": {
"@nestjs/testing": "7.6.17",
Expand Down

0 comments on commit 99b1e44

Please sign in to comment.