Skip to content

Commit 7d30e3f

Browse files
chore(deps): update dependency fastify to v5.3.1 (#3558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b398f34 commit 7d30e3f

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.0.20",
3333
"@nestjs/platform-fastify": "11.0.20",
3434
"@nestjs/testing": "11.0.20",
35-
"fastify": "5.3.0",
35+
"fastify": "5.3.1",
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
@@ -5080,6 +5080,27 @@ [email protected]:
50805080
semver "^7.6.0"
50815081
toad-cache "^3.7.0"
50825082

5083+
5084+
version "5.3.1"
5085+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.1.tgz#89881214b23d2c0715cb86eefc055a0ff2b53744"
5086+
integrity sha512-PhpFhuUZVnq1IvTHCrIMCqqukNuJGWnV/nxTrSDtirbsAZnVYO8I9LaxSk5OPXSiioA6DoEG1r5U1g41/cix0g==
5087+
dependencies:
5088+
"@fastify/ajv-compiler" "^4.0.0"
5089+
"@fastify/error" "^4.0.0"
5090+
"@fastify/fast-json-stringify-compiler" "^5.0.0"
5091+
"@fastify/proxy-addr" "^5.0.0"
5092+
abstract-logging "^2.0.1"
5093+
avvio "^9.0.0"
5094+
fast-json-stringify "^6.0.0"
5095+
find-my-way "^9.0.0"
5096+
light-my-request "^6.0.0"
5097+
pino "^9.0.0"
5098+
process-warning "^5.0.0"
5099+
rfdc "^1.3.1"
5100+
secure-json-parse "^4.0.0"
5101+
semver "^7.6.0"
5102+
toad-cache "^3.7.0"
5103+
50835104
fastparallel@^2.4.1:
50845105
version "2.4.1"
50855106
resolved "https://registry.yarnpkg.com/fastparallel/-/fastparallel-2.4.1.tgz#0d984a5813ffa67f30b4a5cb4cb8cbe61c7ee5a5"

0 commit comments

Comments
 (0)