Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2019
1 parent 8387e3c commit e4f0d6e
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 162 deletions.
102 changes: 51 additions & 51 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.10.11",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
"fastify": "2.10.0",
"fastify": "2.11.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.7.2"
Expand Down
98 changes: 83 additions & 15 deletions integration/nest-application/get-url/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/nest-application/get-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nestjs/testing": "6.10.11",
"class-transformer": "0.2.3",
"class-validator": "0.10.1",
"fastify": "2.9.0",
"fastify": "2.11.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.7.2"
Expand Down

0 comments on commit e4f0d6e

Please sign in to comment.