Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 31, 2021
1 parent f89d329 commit 1a744b1
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 41 deletions.
31 changes: 27 additions & 4 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 @@ -68,7 +68,7 @@
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"fastify": "3.15.1",
"fastify": "3.17.0",
"fastify-formbody": "5.0.0",
"grpc": "1.24.9",
"gulp": "4.0.2",
Expand Down
22 changes: 15 additions & 7 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/platform-express": "7.6.17",
"@nestjs/terminus": "7.2.0",
"@nestjs/testing": "7.6.17",
"fastify": "3.15.1",
"fastify": "3.17.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
},
Expand Down
22 changes: 15 additions & 7 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 @@ -23,7 +23,7 @@
"@nestjs/websockets": "7.6.17",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"lodash": "4.17.21",
"redis": "3.1.2",
"reflect-metadata": "0.1.13",
Expand Down
22 changes: 15 additions & 7 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/terminus": "7.2.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
Expand Down
22 changes: 15 additions & 7 deletions sample/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/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/websockets": "7.6.17",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"grpc": "1.24.9",
"lodash": "4.17.21",
"redis": "3.1.2",
Expand Down
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.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/testing": "7.6.17",
"fastify": "3.15.1",
"fastify": "3.17.0",
"reflect-metadata": "0.1.13",
"typescript": "4.0.3"
},
Expand Down
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.6.17",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"lodash": "4.17.21",
"redis": "3.1.2",
"reflect-metadata": "0.1.13",
Expand Down
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.6.17",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"typescript": "4.0.3"
Expand Down
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.6.17",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"fastify": "3.15.1",
"fastify": "3.17.0",
"grpc": "1.24.9",
"lodash": "4.17.21",
"redis": "3.1.2",
Expand Down

0 comments on commit 1a744b1

Please sign in to comment.