Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 14, 2020
1 parent a2bc74d commit 776c671
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 115 deletions.
6 changes: 3 additions & 3 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 @@ -57,7 +57,7 @@
"@types/node": "13.13.5",
"amqp-connection-manager": "3.2.0",
"amqplib": "0.5.6",
"fastify": "2.14.0",
"fastify": "2.14.1",
"fastify-formbody": "3.2.0",
"grpc": "1.24.2",
"gulp": "4.0.2",
Expand Down
44 changes: 15 additions & 29 deletions sample/deprecated/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/deprecated/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/core": "7.0.9",
"@nestjs/platform-express": "7.0.9",
"@nestjs/testing": "7.0.9",
"fastify": "2.14.0",
"fastify": "2.14.1",
"reflect-metadata": "0.1.13",
"typescript": "3.8.3"
},
Expand Down
38 changes: 12 additions & 26 deletions sample/deprecated/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/deprecated/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/websockets": "7.0.9",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
"fastify": "2.14.0",
"fastify": "2.14.1",
"lodash": "4.17.15",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
Expand Down
38 changes: 12 additions & 26 deletions sample/deprecated/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/deprecated/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/testing": "7.0.9",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
"fastify": "2.14.0",
"fastify": "2.14.1",
"lodash": "4.17.15",
"reflect-metadata": "0.1.13",
"typescript": "3.8.3"
Expand Down
38 changes: 12 additions & 26 deletions sample/deprecated/004-grpc-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/deprecated/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/websockets": "7.0.9",
"class-transformer": "0.2.2",
"class-validator": "0.12.2",
"fastify": "2.14.0",
"fastify": "2.14.1",
"grpc": "1.24.2",
"lodash": "4.17.15",
"redis": "3.0.2",
Expand Down

0 comments on commit 776c671

Please sign in to comment.