From cb9ca50c1130801fed1a8a1d47802ec9a5c4cf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:09:13 +0000 Subject: [PATCH] chore(deps): bump fastify from 4.22.0 to 4.22.2 Bumps [fastify](https://github.com/fastify/fastify) from 4.22.0 to 4.22.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.22.0...v4.22.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ae4a5777c..783adcdd387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "eslint-plugin-import": "2.28.1", "eventsource": "2.0.2", "fancy-log": "2.0.0", - "fastify": "4.22.0", + "fastify": "4.22.2", "graphql": "16.8.0", "graphql-tools": "9.0.0", "gulp": "4.0.2", @@ -12439,9 +12439,9 @@ "license": "MIT" }, "node_modules/fastify": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz", - "integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==", + "version": "4.22.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz", + "integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==", "dev": true, "dependencies": { "@fastify/ajv-compiler": "^3.5.0", diff --git a/package.json b/package.json index 1f9e850ed51..6fc85555b7d 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "eslint-plugin-import": "2.28.1", "eventsource": "2.0.2", "fancy-log": "2.0.0", - "fastify": "4.22.0", + "fastify": "4.22.2", "graphql": "16.8.0", "graphql-tools": "9.0.0", "gulp": "4.0.2", diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index 53f5d19aaa9..12c52beaa40 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -21,7 +21,7 @@ "@fastify/cors": "8.3.0", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", - "fastify": "4.22.0", + "fastify": "4.22.2", "light-my-request": "5.10.0", "path-to-regexp": "3.2.0", "tslib": "2.6.2"