From 92ca6d8ccb7bc0e01086f0890485d2bb197f7cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:01:09 +0300 Subject: [PATCH] chore(deps-dev): bump hono from 4.5.7 to 4.5.8 (#1931) Bumps [hono](https://github.com/honojs/hono) from 4.5.7 to 4.5.8. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.7...v4.5.8) --- updated-dependencies: - dependency-name: hono dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12fbe2629..fb2d7029a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11063,9 +11063,9 @@ } }, "node_modules/hono": { - "version": "4.5.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.7.tgz", - "integrity": "sha512-7GeBa+zuZ6rXQEcsYvoAafLNgDr3IMxoMlU1JUc23Buy99FaUpjB0viKIFOsfnzMdEp7RhPL6uLYsVuddjdMvw==", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", "dev": true, "engines": { "node": ">=16.0.0"