From 72dc5fc9bc98c74513ac54cec3a754fb23e1ebcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:33:38 +0000 Subject: [PATCH] Bump hono from 4.5.1 to 4.5.2 (#540) Bumps [hono](https://github.com/honojs/hono) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a95a82c5..c45788fd 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.5.1", + "hono": "4.5.2", "iso-639-1": "3.1.2", "pino": "9.3.2", "pino-pretty": "11.2.2", @@ -4106,10 +4106,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.1.tgz", - "integrity": "sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==", - "license": "MIT", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.2.tgz", + "integrity": "sha512-93P8XEALrHAUGRZoqXs8MDL3w9mDgRpbW9Sy5x4LS7srg78bKUw7EGynxze+Ft1e/rLGmDAbxeSTMu6dHUSRDw==", "engines": { "node": ">=16.0.0" } diff --git a/package.json b/package.json index 179d4afd..0eaed4f3 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.5.1", + "hono": "4.5.2", "iso-639-1": "3.1.2", "pino": "9.3.2", "pino-pretty": "11.2.2",