Skip to content

Commit 7afc3f7

Browse files
Merge pull request nestjs#2382 from nestjs/renovate/fastify-2.x
fix(deps): update dependency fastify to v2.5.0
2 parents 3f68e23 + 8452e06 commit 7afc3f7

7 files changed

Lines changed: 55 additions & 55 deletions

File tree

integration/hello-world/package-lock.json

Lines changed: 18 additions & 18 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.3.1",
1515
"class-transformer": "0.2.3",
1616
"class-validator": "0.9.1",
17-
"fastify": "2.4.1",
17+
"fastify": "2.5.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.2",
2020
"typescript": "3.5.2"

integration/scopes/package-lock.json

Lines changed: 18 additions & 18 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.3.1",
1515
"class-transformer": "0.2.3",
1616
"class-validator": "0.9.1",
17-
"fastify": "2.4.1",
17+
"fastify": "2.5.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.2",
2020
"typescript": "3.5.2"

package-lock.json

Lines changed: 15 additions & 15 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
@@ -51,7 +51,7 @@
5151
"express": "4.17.1",
5252
"fast-json-stringify": "1.15.3",
5353
"fast-safe-stringify": "2.0.6",
54-
"fastify": "2.4.1",
54+
"fastify": "2.5.0",
5555
"fastify-cors": "2.1.3",
5656
"fastify-formbody": "3.1.0",
5757
"fastify-multipart": "1.0.0",

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.4.1",
15+
"fastify": "2.5.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)