From caac6dbec07f58af05584a0100e316c7445328ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 05:01:05 +0000 Subject: [PATCH] Bump fastify from 4.26.0 to 4.26.1 Bumps [fastify](https://github.com/fastify/fastify) from 4.26.0 to 4.26.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4ec99c6..69d49e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@grammyjs/types": "3.4.6", "callback-data": "1.1.1", "dotenv": "16.4.2", - "fastify": "4.26.0", + "fastify": "4.26.1", "grammy": "1.20.4", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", @@ -2676,9 +2676,9 @@ "integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==" }, "node_modules/fastify": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.0.tgz", - "integrity": "sha512-Fq/7ziWKc6pYLYLIlCRaqJqEVTIZ5tZYfcW/mDK2AQ9v/sqjGFpj0On0/7hU50kbPVjLO4de+larPA1WwPZSfw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.1.tgz", + "integrity": "sha512-tznA/G55dsxzM5XChBfcvVSloG2ejeeotfPPJSFaWmHyCDVGMpvf3nRNbsCb/JTBF9RmQFBfuujWt3Nphjesng==", "funding": [ { "type": "github", @@ -2694,7 +2694,7 @@ "@fastify/error": "^3.4.0", "@fastify/fast-json-stringify-compiler": "^4.3.0", "abstract-logging": "^2.0.1", - "avvio": "^8.2.1", + "avvio": "^8.3.0", "fast-content-type-parse": "^1.1.0", "fast-json-stringify": "^5.8.0", "find-my-way": "^8.0.0", diff --git a/package.json b/package.json index 2cb80b87..f2f71427 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@grammyjs/types": "3.4.6", "callback-data": "1.1.1", "dotenv": "16.4.2", - "fastify": "4.26.0", + "fastify": "4.26.1", "grammy": "1.20.4", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0",