Skip to content

Commit 3cfa860

Browse files
committed
chore(deps): update dependency fastify to v4.15.0
1 parent 04eb6cd commit 3cfa860

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
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": "9.3.9",
3333
"@nestjs/platform-fastify": "9.3.9",
3434
"@nestjs/testing": "9.3.9",
35-
"fastify": "4.14.1",
35+
"fastify": "4.15.0",
3636
"mercurius": "12.2.0",
3737
"mercurius-integration-testing": "8.0.0"
3838
},

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.2.0.tgz#9010e0acfe07965f5fc7d2b367f58f042d0f4106"
788788
integrity sha512-KAfcLa+CnknwVi5fWogrLXgidLic+GXnLjijXdpl8pvkvbXU5BGa37iZO9FGvsh9ZL4y+oFi5cbHBm5UOG+dmQ==
789789

790-
"@fastify/fast-json-stringify-compiler@^4.1.0":
790+
"@fastify/fast-json-stringify-compiler@^4.1.0", "@fastify/fast-json-stringify-compiler@^4.2.0":
791791
version "4.2.0"
792792
resolved "https://registry.yarnpkg.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.2.0.tgz#52d047fac76b0d75bd660f04a5dd606659f57c5a"
793793
integrity sha512-ypZynRvXA3dibfPykQN3RB5wBdEUgSGgny8Qc6k163wYPLD4mEGEDkACp+00YmqkGvIm8D/xYoHajwyEdWD/eg==
@@ -4531,18 +4531,18 @@ [email protected]:
45314531
semver "^7.3.7"
45324532
tiny-lru "^10.0.0"
45334533

4534-
fastify@4.14.1:
4535-
version "4.14.1"
4536-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.14.1.tgz#be1b27a13910c74ecb8625de4fa42feab9703259"
4537-
integrity sha512-yjrDeXe77j9gRlSV2UJry8mcFWbD0NQ5JYjnPi4tkFjHZVaG3/BD5wxOmRzGnHPC0YvaBJ0XWrIfFPl2IHRa1w==
4534+
fastify@4.15.0:
4535+
version "4.15.0"
4536+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.15.0.tgz#4ebadaea706217467a332341f9cfa632072d51f2"
4537+
integrity sha512-m/CaRN8nf5uyYdrDe2qqq+0z3oGyE+A++qlKQoLJTI4WI0nWK9D6R3FxXQ3MVwt/md977GMR4F43pE9oqrS2zw==
45384538
dependencies:
45394539
"@fastify/ajv-compiler" "^3.5.0"
45404540
"@fastify/error" "^3.0.0"
4541-
"@fastify/fast-json-stringify-compiler" "^4.1.0"
4541+
"@fastify/fast-json-stringify-compiler" "^4.2.0"
45424542
abstract-logging "^2.0.1"
45434543
avvio "^8.2.0"
45444544
fast-content-type-parse "^1.0.0"
4545-
find-my-way "^7.3.0"
4545+
find-my-way "^7.6.0"
45464546
light-my-request "^5.6.1"
45474547
pino "^8.5.0"
45484548
process-warning "^2.0.0"
@@ -4645,6 +4645,15 @@ find-my-way@^7.3.0:
46454645
fast-querystring "^1.0.0"
46464646
safe-regex2 "^2.0.0"
46474647

4648+
find-my-way@^7.6.0:
4649+
version "7.6.0"
4650+
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-7.6.0.tgz#f1e271fd1aafe87e87860662f9940124274f73c7"
4651+
integrity sha512-H7berWdHJ+5CNVr4ilLWPai4ml7Y2qAsxjw3pfeBxPigZmaDTzF0wjJLj90xRCmGcWYcyt050yN+34OZDJm1eQ==
4652+
dependencies:
4653+
fast-deep-equal "^3.1.3"
4654+
fast-querystring "^1.0.0"
4655+
safe-regex2 "^2.0.0"
4656+
46484657
find-up@^2.0.0:
46494658
version "2.1.0"
46504659
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"

0 commit comments

Comments
 (0)