Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2022
1 parent 5448566 commit 85b8a94
Show file tree
Hide file tree
Showing 24 changed files with 236 additions and 568 deletions.
177 changes: 27 additions & 150 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@mikro-orm/mysql": "5.5.3",
"@mikro-orm/nestjs": "5.1.2",
"@nestjs/axios": "1.0.0",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/microservices": "9.2.0",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/microservices": "9.2.1",
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.2.0",
"@nestjs/platform-fastify": "9.2.0",
"@nestjs/platform-express": "9.2.1",
"@nestjs/platform-fastify": "9.2.1",
"@nestjs/sequelize": "9.0.0",
"@nestjs/swagger": "6.1.3",
"@nestjs/testing": "9.2.0",
"@nestjs/testing": "9.2.1",
"@nestjs/typeorm": "9.0.1",
"@release-it/conventional-changelog": "5.1.1",
"@types/express": "4.17.14",
Expand Down
45 changes: 13 additions & 32 deletions sample/000-dogs-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/platform-express": "9.2.0",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/terminus": "9.1.4",
"@nestjs/testing": "9.2.0",
"@nestjs/testing": "9.2.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.7"
},
Expand Down
Loading

0 comments on commit 85b8a94

Please sign in to comment.