From 2b2c862de40ae8cb904f2b93dfbd39e7a8c350dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:55:27 +0000 Subject: [PATCH] Bump fastify from 4.7.0 to 4.8.1 Bumps [fastify](https://github.com/fastify/fastify) from 4.7.0 to 4.8.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.7.0...v4.8.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 45edc35..3540895 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@fastify/static": "^6.5.0", "@fastify/websocket": "^7.0.1", "@reduxjs/toolkit": "^1.8.5", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index b9d6b72..2363fef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1959,17 +1959,17 @@ fastify-plugin@^4.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.2.1.tgz#4b80020957938dbc44b8ad4a898fd8bcfbab3f65" integrity sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g== -fastify@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.7.0.tgz#53c0cc16c3850580d22d0bb8e966b263e5c0fcd1" - integrity sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ== +fastify@^4.8.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.8.1.tgz#45a341daa47e87e295ede5de31868ced2a1728c5" + integrity sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA== dependencies: "@fastify/ajv-compiler" "^3.3.1" "@fastify/error" "^3.0.0" "@fastify/fast-json-stringify-compiler" "^4.1.0" abstract-logging "^2.0.1" avvio "^8.2.0" - find-my-way "^7.2.0" + find-my-way "^7.3.0" light-my-request "^5.6.1" pino "^8.5.0" process-warning "^2.0.0" @@ -2000,10 +2000,10 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -find-my-way@^7.2.0: - version "7.2.1" - resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-7.2.1.tgz#b96fb322c109a4fae301cf68b87f19b78f8e6d9a" - integrity sha512-OnV0iCd2PnYzC+K4qH8P4WkapYpLJrtdPBBwJqqBawNyEeT2EkGDPcGTEISWkKUW7q5ReOF5aQi8HizjqLOP+w== +find-my-way@^7.3.0: + version "7.3.1" + resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-7.3.1.tgz#fd8a0b468a18c283e05be59f93a627f37e306cfa" + integrity sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg== dependencies: fast-deep-equal "^3.1.3" fast-querystring "^1.0.0"