Skip to content

Commit

Permalink
Merge pull request #3072 from nestjs/renovate/fastify-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency fastify to v2.9.0
  • Loading branch information
kamilmysliwiec committed Sep 30, 2019
2 parents b27c08d + 3a42bb8 commit 88618a8
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 71 deletions.
48 changes: 24 additions & 24 deletions integration/hello-world/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 integration/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nestjs/websockets": "6.8.0",
"class-transformer": "0.2.3",
"class-validator": "0.10.1",
"fastify": "2.8.0",
"fastify": "2.9.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.3"
Expand Down
48 changes: 24 additions & 24 deletions integration/scopes/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 integration/scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nestjs/websockets": "6.8.0",
"class-transformer": "0.2.3",
"class-validator": "0.10.1",
"fastify": "2.8.0",
"fastify": "2.9.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.3"
Expand Down
38 changes: 19 additions & 19 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 @@ -55,7 +55,7 @@
"express": "4.17.1",
"fast-json-stringify": "1.15.4",
"fast-safe-stringify": "2.0.7",
"fastify": "2.8.0",
"fastify": "2.9.0",
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"fastify": "2.8.0",
"fastify": "2.9.0",
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"path-to-regexp": "3.1.0"
Expand Down

0 comments on commit 88618a8

Please sign in to comment.