Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 31, 2019
1 parent 3942309 commit 55ed78e
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 70 deletions.
40 changes: 27 additions & 13 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 @@ -47,7 +47,7 @@
"@types/jest": "24.0.16",
"@types/mongoose": "5.5.11",
"@types/node": "12.6.8",
"fastify": "2.7.0",
"fastify": "2.7.1",
"fastify-formbody": "3.1.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
Expand Down
37 changes: 24 additions & 13 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.5.3",
"@nestjs/platform-express": "6.5.3",
"@nestjs/testing": "6.5.3",
"fastify": "2.7.0",
"fastify": "2.7.1",
"reflect-metadata": "0.1.13",
"typescript": "3.5.3"
},
Expand Down
39 changes: 26 additions & 13 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.5.3",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"fastify": "2.7.0",
"fastify": "2.7.1",
"lodash": "4.17.15",
"redis": "2.8.0",
"reflect-metadata": "0.1.13",
Expand Down
39 changes: 26 additions & 13 deletions sample/003-memory-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/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/testing": "6.5.3",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"fastify": "2.7.0",
"fastify": "2.7.1",
"lodash": "4.17.15",
"reflect-metadata": "0.1.13",
"typescript": "3.5.3"
Expand Down
Loading

0 comments on commit 55ed78e

Please sign in to comment.