Skip to content

Commit f81e10a

Browse files
chore(deps): update dependency fastify to v5.4.0 (#3623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be699b2 commit f81e10a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nestjs/common": "11.1.3",
3333
"@nestjs/platform-fastify": "11.1.3",
3434
"@nestjs/testing": "11.1.3",
35-
"fastify": "5.3.3",
35+
"fastify": "5.4.0",
3636
"mercurius": "16.1.0",
3737
"mercurius-integration-testing": "9.0.1"
3838
},

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5396,6 +5396,27 @@ [email protected]:
53965396
semver "^7.6.0"
53975397
toad-cache "^3.7.0"
53985398

5399+
5400+
version "5.4.0"
5401+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.4.0.tgz#82bf56e0bc36ba8dfb0bd372a0de8b62ccf3287c"
5402+
integrity sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==
5403+
dependencies:
5404+
"@fastify/ajv-compiler" "^4.0.0"
5405+
"@fastify/error" "^4.0.0"
5406+
"@fastify/fast-json-stringify-compiler" "^5.0.0"
5407+
"@fastify/proxy-addr" "^5.0.0"
5408+
abstract-logging "^2.0.1"
5409+
avvio "^9.0.0"
5410+
fast-json-stringify "^6.0.0"
5411+
find-my-way "^9.0.0"
5412+
light-my-request "^6.0.0"
5413+
pino "^9.0.0"
5414+
process-warning "^5.0.0"
5415+
rfdc "^1.3.1"
5416+
secure-json-parse "^4.0.0"
5417+
semver "^7.6.0"
5418+
toad-cache "^3.7.0"
5419+
53995420
fastparallel@^2.4.1:
54005421
version "2.4.1"
54015422
resolved "https://registry.yarnpkg.com/fastparallel/-/fastparallel-2.4.1.tgz#0d984a5813ffa67f30b4a5cb4cb8cbe61c7ee5a5"

0 commit comments

Comments
 (0)