Skip to content

Commit 1e573f6

Browse files
Merge pull request nestjs#2658 from nestjs/renovate/fastify-2.x
fix(deps): update dependency fastify to v2.7.0
2 parents 9e0fec0 + 521533e commit 1e573f6

7 files changed

Lines changed: 52 additions & 52 deletions

File tree

integration/hello-world/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@nestjs/websockets": "6.5.3",
1515
"class-transformer": "0.2.3",
1616
"class-validator": "0.9.1",
17-
"fastify": "2.6.0",
17+
"fastify": "2.7.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.2",
2020
"typescript": "3.5.3"

integration/scopes/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@nestjs/websockets": "6.5.3",
1515
"class-transformer": "0.2.3",
1616
"class-validator": "0.9.1",
17-
"fastify": "2.6.0",
17+
"fastify": "2.7.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.2",
2020
"typescript": "3.5.3"

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"express": "4.17.1",
5353
"fast-json-stringify": "1.15.3",
5454
"fast-safe-stringify": "2.0.6",
55-
"fastify": "2.6.0",
55+
"fastify": "2.7.0",
5656
"fastify-cors": "2.1.3",
5757
"fastify-formbody": "3.1.0",
5858
"fastify-multipart": "1.0.1",

packages/platform-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"fastify": "2.6.0",
15+
"fastify": "2.7.0",
1616
"fastify-cors": "2.1.3",
1717
"fastify-formbody": "3.1.0",
1818
"path-to-regexp": "3.0.0"

0 commit comments

Comments
 (0)