From b79bc49151a131043b66b020d0a896017bd36484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:51:52 +0000 Subject: [PATCH] Bump hono from 4.6.1 to 4.6.5 (#588) Bumps [hono](https://github.com/honojs/hono) from 4.6.1 to 4.6.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.1...v4.6.5) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 363bb13e..422517f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "callback-data": "1.1.1", "grammy": "1.27.0", "grammy-guard": "0.5.0", - "hono": "4.6.1", + "hono": "4.6.5", "iso-639-1": "3.1.3", "pino": "9.4.0", "pino-pretty": "11.2.2", @@ -3689,11 +3689,11 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.1.tgz", - "integrity": "sha512-6NGwvttY1+HAFii08VYiEKI6ETPAFbpLntpm2M/MogEsAFWdZV74UNT+2M4bmqX90cIQhjlpBSP+tO+CfB0uww==", + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.5.tgz", + "integrity": "sha512-qsmN3V5fgtwdKARGLgwwHvcdLKursMd+YOt69eGpl1dUCJb8mCd7hZfyZnBYjxCegBG7qkJRQRUy2oO25yHcyQ==", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" } }, "node_modules/hosted-git-info": { diff --git a/package.json b/package.json index 2dab75bd..bd85cf43 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "callback-data": "1.1.1", "grammy": "1.27.0", "grammy-guard": "0.5.0", - "hono": "4.6.1", + "hono": "4.6.5", "iso-639-1": "3.1.3", "pino": "9.4.0", "pino-pretty": "11.2.2",