Skip to content

Commit c2e408f

Browse files
committed
chore(deps): update dependency fastify to v4.25.0
1 parent 98d082d commit c2e408f

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-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": "10.2.10",
3333
"@nestjs/platform-fastify": "10.2.10",
3434
"@nestjs/testing": "10.2.10",
35-
"fastify": "4.24.3",
35+
"fastify": "4.25.0",
3636
"mercurius": "13.3.2",
3737
"mercurius-integration-testing": "8.1.1"
3838
},

yarn.lock

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4954,6 +4954,28 @@ [email protected]:
49544954
semver "^7.5.4"
49554955
toad-cache "^3.3.0"
49564956

4957+
4958+
version "4.25.0"
4959+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.25.0.tgz#0b6c7e030464a428c878cd53f537acd185792b6a"
4960+
integrity sha512-2XANZZDadl/PccnVbmrIC8BmUtb16MO5Hyfnqv1cZIslvf7GYTVwlPuVxLKL23NNxWRc5BikY8HyhWj+NJvokA==
4961+
dependencies:
4962+
"@fastify/ajv-compiler" "^3.5.0"
4963+
"@fastify/error" "^3.4.0"
4964+
"@fastify/fast-json-stringify-compiler" "^4.3.0"
4965+
abstract-logging "^2.0.1"
4966+
avvio "^8.2.1"
4967+
fast-content-type-parse "^1.1.0"
4968+
fast-json-stringify "^5.8.0"
4969+
find-my-way "^7.7.0"
4970+
light-my-request "^5.11.0"
4971+
pino "^8.17.0"
4972+
process-warning "^3.0.0"
4973+
proxy-addr "^2.0.7"
4974+
rfdc "^1.3.0"
4975+
secure-json-parse "^2.7.0"
4976+
semver "^7.5.4"
4977+
toad-cache "^3.3.0"
4978+
49574979
fastparallel@^2.3.0:
49584980
version "2.4.1"
49594981
resolved "https://registry.yarnpkg.com/fastparallel/-/fastparallel-2.4.1.tgz#0d984a5813ffa67f30b4a5cb4cb8cbe61c7ee5a5"
@@ -8897,6 +8919,23 @@ pino@^8.16.0:
88978919
sonic-boom "^3.7.0"
88988920
thread-stream "^2.0.0"
88998921

8922+
pino@^8.17.0:
8923+
version "8.17.0"
8924+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.0.tgz#db30a77b2b510f058eee93b85f5a1fd49de99df2"
8925+
integrity sha512-ey+Mku+PVPhvxglLXMg1l1zQMwSHuNrKC3MD40EDZbkckJmmuY7DYZLIOwwjZ8ix/Nvhe9dZt5H99cgkot9bAw==
8926+
dependencies:
8927+
atomic-sleep "^1.0.0"
8928+
fast-redact "^3.1.1"
8929+
on-exit-leak-free "^2.1.0"
8930+
pino-abstract-transport v1.1.0
8931+
pino-std-serializers "^6.0.0"
8932+
process-warning "^2.0.0"
8933+
quick-format-unescaped "^4.0.3"
8934+
real-require "^0.2.0"
8935+
safe-stable-stringify "^2.3.1"
8936+
sonic-boom "^3.7.0"
8937+
thread-stream "^2.0.0"
8938+
89008939
pirates@^4.0.4:
89018940
version "4.0.6"
89028941
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
@@ -8959,6 +8998,11 @@ process-warning@^2.0.0, process-warning@^2.2.0:
89598998
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.2.0.tgz#008ec76b579820a8e5c35d81960525ca64feb626"
89608999
integrity sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==
89619000

9001+
process-warning@^3.0.0:
9002+
version "3.0.0"
9003+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
9004+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
9005+
89629006
process@^0.11.10:
89639007
version "0.11.10"
89649008
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"

0 commit comments

Comments
 (0)