Skip to content

Commit 07eaf92

Browse files
Update dependency fastify to v5.4.0 (#712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f6d12c commit 07eaf92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

federation/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.20.3",
88
"typescript": "5.8.3",
99
"graphql": "16.11.0",
10-
"fastify": "5.3.3",
10+
"fastify": "5.4.0",
1111
"@mercuriusjs/gateway": "5.0.0"
1212
},
1313
"resolutions": {

federation/gateways/mercurius/yarn.lock

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

558-
fastify@5.3.3:
559-
version "5.3.3"
560-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.3.tgz#14915c39a6198dbb0a3910e0d1f13e04234bbedc"
561-
integrity sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==
558+
fastify@5.4.0:
559+
version "5.4.0"
560+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.4.0.tgz#82bf56e0bc36ba8dfb0bd372a0de8b62ccf3287c"
561+
integrity sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==
562562
dependencies:
563563
"@fastify/ajv-compiler" "^4.0.0"
564564
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)