From 933b3cdadca55c94922513aa733fa4caf6b1c907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:49:07 +0000 Subject: [PATCH] Bump hono from 4.6.2 to 4.6.5 Bumps [hono](https://github.com/honojs/hono) from 4.6.2 to 4.6.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.2...v4.6.5) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c86f473..2b16b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "hono": "^4.6.2" + "hono": "^4.6.5" }, "devDependencies": { "prettier": "^1.17.0", @@ -851,9 +851,9 @@ } }, "node_modules/hono": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.2.tgz", - "integrity": "sha512-v+39817TgAhetmHUEli8O0uHDmxp2Up3DnhS4oUZXOl5IQ9np9tYtldd42e5zgdLVS0wsOoXQNZ6mx+BGmEvCA==", + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.5.tgz", + "integrity": "sha512-qsmN3V5fgtwdKARGLgwwHvcdLKursMd+YOt69eGpl1dUCJb8mCd7hZfyZnBYjxCegBG7qkJRQRUy2oO25yHcyQ==", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index c74916b..ca7ce86 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "vitest": "^2.1.1" }, "dependencies": { - "hono": "^4.6.2" + "hono": "^4.6.5" } }