Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v6.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 15, 2020
1 parent e370692 commit 5daabc1
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 231 deletions.
64 changes: 32 additions & 32 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 @@ -40,9 +40,9 @@
"devDependencies": {
"@compodoc/compodoc": "1.1.11",
"@godaddy/terminus": "4.3.1",
"@nestjs/common": "6.10.13",
"@nestjs/core": "6.10.13",
"@nestjs/testing": "6.10.13",
"@nestjs/common": "6.10.14",
"@nestjs/core": "6.10.14",
"@nestjs/testing": "6.10.14",
"@types/jest": "24.9.0",
"@types/mongoose": "5.5.37",
"@types/node": "12.12.21",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"optionalDependencies": {
"@grpc/proto-loader": "0.5.3",
"@nestjs/microservices": "6.10.13",
"@nestjs/microservices": "6.10.14",
"@nestjs/mongoose": "6.1.2",
"@nestjs/platform-express": "6.10.13",
"@nestjs/platform-fastify": "6.10.13",
"@nestjs/platform-express": "6.10.14",
"@nestjs/platform-fastify": "6.10.14",
"@nestjs/typeorm": "6.2.0",
"amqp-connection-manager": "3.1.0",
"amqplib": "0.5.5",
Expand Down
64 changes: 32 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 @@ -16,10 +16,10 @@
},
"dependencies": {
"@godaddy/terminus": "4.3.1",
"@nestjs/common": "6.10.13",
"@nestjs/core": "6.10.13",
"@nestjs/platform-express": "6.10.13",
"@nestjs/testing": "6.10.13",
"@nestjs/common": "6.10.14",
"@nestjs/core": "6.10.14",
"@nestjs/platform-express": "6.10.14",
"@nestjs/testing": "6.10.14",
"fastify": "2.11.0",
"reflect-metadata": "0.1.13",
"typescript": "3.7.4"
Expand Down
Loading

0 comments on commit 5daabc1

Please sign in to comment.