Skip to content

Commit

Permalink
Merge pull request #457 from nestjs/renovate/fastify-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency fastify to v2.11.0
  • Loading branch information
BrunnerLivio authored Dec 16, 2019
2 parents 45f766f + d954613 commit 509f4ca
Show file tree
Hide file tree
Showing 10 changed files with 338 additions and 232 deletions.
168 changes: 109 additions & 59 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "24.0.23",
"@types/mongoose": "5.5.34",
"@types/node": "12.12.17",
"fastify": "2.10.0",
"fastify": "2.11.0",
"fastify-formbody": "3.1.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
Expand Down
98 changes: 56 additions & 42 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.

2 changes: 1 addition & 1 deletion sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/core": "6.10.2",
"@nestjs/platform-express": "6.10.2",
"@nestjs/testing": "6.10.2",
"fastify": "2.10.0",
"fastify": "2.11.0",
"reflect-metadata": "0.1.13",
"typescript": "3.7.3"
},
Expand Down
98 changes: 56 additions & 42 deletions sample/002-microservice-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/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/websockets": "6.10.2",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
"fastify": "2.10.0",
"fastify": "2.11.0",
"lodash": "4.17.15",
"redis": "2.8.0",
"reflect-metadata": "0.1.13",
Expand Down
Loading

0 comments on commit 509f4ca

Please sign in to comment.