Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/typeorm to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent 1d22928 commit 3cf5c15
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 82 deletions.
34 changes: 19 additions & 15 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 @@ -54,7 +54,7 @@
"@nestjs/sequelize": "10.0.0",
"@nestjs/swagger": "7.1.16",
"@nestjs/testing": "10.2.10",
"@nestjs/typeorm": "10.0.0",
"@nestjs/typeorm": "10.0.1",
"@prisma/client": "4.16.2",
"@release-it/conventional-changelog": "5.1.1",
"@types/express": "4.17.21",
Expand Down
51 changes: 19 additions & 32 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 @@ -19,7 +19,7 @@
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"@nestjs/typeorm": "10.0.0",
"@nestjs/typeorm": "10.0.1",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.4",
Expand Down
51 changes: 19 additions & 32 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 @@ -19,7 +19,7 @@
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"@nestjs/typeorm": "10.0.0",
"@nestjs/typeorm": "10.0.1",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.4",
Expand Down

0 comments on commit 3cf5c15

Please sign in to comment.