From 663642d21e0f3e4bc789e7b11839c708937b1e64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:56:53 +0000 Subject: [PATCH] chore(deps): update dependency fastify to v4.5.2 --- packages/mercurius/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index 344791a79..08cf463e6 100644 --- a/packages/mercurius/package.json +++ b/packages/mercurius/package.json @@ -30,7 +30,7 @@ "@nestjs/common": "8.4.7", "@nestjs/platform-fastify": "8.4.7", "@nestjs/testing": "8.4.7", - "fastify": "4.5.0", + "fastify": "4.5.2", "mercurius": "8.13.1", "mercurius-integration-testing": "5.0.0" }, diff --git a/yarn.lock b/yarn.lock index 319a0ecde..957ac3e90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5526,10 +5526,10 @@ fastify@3.29.0: semver "^7.3.2" tiny-lru "^8.0.1" -fastify@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.5.0.tgz#aa6f6f42a36394a2d960a81a48dcbe7b9facdaa5" - integrity sha512-21DEAqgFniJhgKPiJ0dIzSMrnl9X3bE14/jK2y8EcIy3GLBrjUhqFvIb8cayOrks2eenssVaUhUgMX1t2i4H5g== +fastify@4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.5.2.tgz#6da18ee9c8a466b365614a377a7f448f8c50a46b" + integrity sha512-cDLhc0bh1ftzMoS7ccGGPUW/xTUnk6I51TktQqKFeJnhoAfk56tfn+xDs8JcJYfouPK23Ljx4OpMaEi+kIDwEg== dependencies: "@fastify/ajv-compiler" "^3.1.1" "@fastify/error" "^3.0.0"