From f34fecf6f40dcecb3b93e3a3ba9b8411cac650c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:42:22 +0000 Subject: [PATCH] Bump hono from 2.6.2 to 4.5.8 Bumps [hono](https://github.com/honojs/hono) from 2.6.2 to 4.5.8. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v2.6.2...v4.5.8) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54948d4..88413e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "MIT", "dependencies": { - "hono": "^2.6.2", + "hono": "^4.5.8", "jose": "^4.15.5", "wrangler": "^2.20.2" } @@ -884,9 +884,9 @@ } }, "node_modules/hono": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-2.6.2.tgz", - "integrity": "sha512-Y4Uv6dPPx6u7TNoWN245tLw8jycBf97w0FJGJoEMdgdBqQEv1dqIvg5IfDhiYMkimSIt4SXxmMgiyPf2wzwFWQ==", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", "engines": { "node": ">=16.0.0" } @@ -2002,9 +2002,9 @@ } }, "hono": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-2.6.2.tgz", - "integrity": "sha512-Y4Uv6dPPx6u7TNoWN245tLw8jycBf97w0FJGJoEMdgdBqQEv1dqIvg5IfDhiYMkimSIt4SXxmMgiyPf2wzwFWQ==" + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==" }, "html-rewriter-wasm": { "version": "0.4.1", diff --git a/package.json b/package.json index fd1103e..43b52a8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Erisa A ", "license": "MIT", "dependencies": { - "hono": "^2.6.2", + "hono": "^4.5.8", "jose": "^4.15.5", "wrangler": "^2.20.2" }