Skip to content

Commit 9bd605c

Browse files
Update dependency fastify to v5.1.0 (#504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea1efb4 commit 9bd605c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

federation-v1/gateways/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsx": "4.19.2",
88
"typescript": "5.6.3",
99
"graphql": "16.9.0",
10-
"fastify": "5.0.0",
10+
"fastify": "5.1.0",
1111
"@mercuriusjs/gateway": "4.0.1"
1212
},
1313
"resolutions": {

federation-v1/gateways/mercurius/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,10 @@ fastify-plugin@^5.0.0:
524524
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
525525
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
526526

527-
fastify@5.0.0:
528-
version "5.0.0"
529-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.0.0.tgz#f8f80bd741bde2de1997c25dbe31e61c91978111"
530-
integrity sha512-Qe4dU+zGOzg7vXjw4EvcuyIbNnMwTmcuOhlOrOJsgwzvjEZmsM/IeHulgJk+r46STjdJS/ZJbxO8N70ODXDMEQ==
527+
fastify@5.1.0:
528+
version "5.1.0"
529+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.1.0.tgz#07029613aa4d94c4e8df71b25696eb67ed5d7079"
530+
integrity sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==
531531
dependencies:
532532
"@fastify/ajv-compiler" "^4.0.0"
533533
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)