From f81894264c853596ec003429839d91d7dd591060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:49:07 +0000 Subject: [PATCH] chore(deps): update dependency fastify to v4.29.0 --- packages/mercurius/package.json | 2 +- yarn.lock | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index dd4904481..8de3cc8d6 100644 --- a/packages/mercurius/package.json +++ b/packages/mercurius/package.json @@ -32,7 +32,7 @@ "@nestjs/common": "10.4.13", "@nestjs/platform-fastify": "10.4.13", "@nestjs/testing": "10.4.13", - "fastify": "4.28.1", + "fastify": "4.29.0", "mercurius": "14.1.0", "mercurius-integration-testing": "9.0.0" }, diff --git a/yarn.lock b/yarn.lock index 9662d7ff7..75cee149f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5024,6 +5024,28 @@ fastify@4.28.1: semver "^7.5.4" toad-cache "^3.3.0" +fastify@4.29.0: + version "4.29.0" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.29.0.tgz#ea3fcd92f4d9deaa841a6722dc6e3e7ff9392850" + integrity sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ== + dependencies: + "@fastify/ajv-compiler" "^3.5.0" + "@fastify/error" "^3.4.0" + "@fastify/fast-json-stringify-compiler" "^4.3.0" + abstract-logging "^2.0.1" + avvio "^8.3.0" + fast-content-type-parse "^1.1.0" + fast-json-stringify "^5.8.0" + find-my-way "^8.0.0" + light-my-request "^5.11.0" + pino "^9.0.0" + process-warning "^3.0.0" + proxy-addr "^2.0.7" + rfdc "^1.3.0" + secure-json-parse "^2.7.0" + semver "^7.5.4" + toad-cache "^3.3.0" + fastparallel@^2.3.0: version "2.4.1" resolved "https://registry.npmjs.org/fastparallel/-/fastparallel-2.4.1.tgz"