Skip to content

Commit 49b7721

Browse files
Update dependency fastify to v5.2.0 (#570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3662f33 commit 49b7721

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.7.2",
99
"graphql": "16.9.0",
10-
"fastify": "5.1.0",
10+
"fastify": "5.2.0",
1111
"@mercuriusjs/gateway": "4.0.1"
1212
},
1313
"resolutions": {

federation-v1/gateways/mercurius/yarn.lock

Lines changed: 6 additions & 6 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.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==
527+
fastify@5.2.0:
528+
version "5.2.0"
529+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.2.0.tgz#dab4d4583e7719cf96aad90ccf3e690bceb069a6"
530+
integrity sha512-3s+Qt5S14Eq5dCpnE0FxTp3z4xKChI83ZnMv+k0FwX+VUoZrgCFoLAxpfdi/vT4y6Mk+g7aAMt9pgXDoZmkefQ==
531531
dependencies:
532532
"@fastify/ajv-compiler" "^4.0.0"
533533
"@fastify/error" "^4.0.0"
@@ -541,7 +541,7 @@ [email protected]:
541541
process-warning "^4.0.0"
542542
proxy-addr "^2.0.7"
543543
rfdc "^1.3.1"
544-
secure-json-parse "^2.7.0"
544+
secure-json-parse "^3.0.1"
545545
semver "^7.6.0"
546546
toad-cache "^3.7.0"
547547

@@ -946,7 +946,7 @@ secure-json-parse@^2.7.0:
946946
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
947947
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
948948

949-
secure-json-parse@^3.0.0:
949+
secure-json-parse@^3.0.0, secure-json-parse@^3.0.1:
950950
version "3.0.1"
951951
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-3.0.1.tgz#78987844ea1f0cfe9c5f9f723cdf031f542e7b5f"
952952
integrity sha512-9QR7G96th4QJ2+dJwvZB+JoXyt8PN+DbEjOr6kL2/JU4KH8Eb2sFdU+gt8EDdzWDWoWH0uocDdfCoFzdVSixUA==

0 commit comments

Comments
 (0)