Skip to content

Commit b6749ea

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

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.0",
3333
"@nestjs/platform-fastify": "11.1.0",
3434
"@nestjs/testing": "11.1.0",
35-
"fastify": "5.3.2",
35+
"fastify": "5.3.3",
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
@@ -5101,6 +5101,27 @@ [email protected]:
51015101
semver "^7.6.0"
51025102
toad-cache "^3.7.0"
51035103

5104+
5105+
version "5.3.3"
5106+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.3.tgz#14915c39a6198dbb0a3910e0d1f13e04234bbedc"
5107+
integrity sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==
5108+
dependencies:
5109+
"@fastify/ajv-compiler" "^4.0.0"
5110+
"@fastify/error" "^4.0.0"
5111+
"@fastify/fast-json-stringify-compiler" "^5.0.0"
5112+
"@fastify/proxy-addr" "^5.0.0"
5113+
abstract-logging "^2.0.1"
5114+
avvio "^9.0.0"
5115+
fast-json-stringify "^6.0.0"
5116+
find-my-way "^9.0.0"
5117+
light-my-request "^6.0.0"
5118+
pino "^9.0.0"
5119+
process-warning "^5.0.0"
5120+
rfdc "^1.3.1"
5121+
secure-json-parse "^4.0.0"
5122+
semver "^7.6.0"
5123+
toad-cache "^3.7.0"
5124+
51045125
fastparallel@^2.4.1:
51055126
version "2.4.1"
51065127
resolved "https://registry.yarnpkg.com/fastparallel/-/fastparallel-2.4.1.tgz#0d984a5813ffa67f30b4a5cb4cb8cbe61c7ee5a5"

0 commit comments

Comments
 (0)