From 722988d3d13507219a6fb2cf230461837fec6724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:30:42 +0000 Subject: [PATCH] Bump hono from 4.6.8 to 4.6.10 Bumps [hono](https://github.com/honojs/hono) from 4.6.8 to 4.6.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.8...v4.6.10) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... 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 a8f39f6..4a90442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.1", "@hono/zod-openapi": "^0.16.4", - "hono": "^4.6.8", + "hono": "^4.6.10", "octokit": "^4.0.2" }, "devDependencies": { @@ -1821,9 +1821,9 @@ } }, "node_modules/hono": { - "version": "4.6.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.8.tgz", - "integrity": "sha512-f+2Ec9JAzabT61pglDiLJcF/DjiSefZkjCn9bzm1cYLGkD5ExJ3Jnv93ax9h0bn7UPLHF81KktoyjdQfWI2n1Q==", + "version": "4.6.10", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.10.tgz", + "integrity": "sha512-IXXNfRAZEahFnWBhUUlqKEGF9upeE6hZoRZszvNkyAz/CYp+iVbxm3viMvStlagRJohjlBRGOQ7f4jfcV0XMGg==", "engines": { "node": ">=16.9.0" } @@ -4442,9 +4442,9 @@ } }, "hono": { - "version": "4.6.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.8.tgz", - "integrity": "sha512-f+2Ec9JAzabT61pglDiLJcF/DjiSefZkjCn9bzm1cYLGkD5ExJ3Jnv93ax9h0bn7UPLHF81KktoyjdQfWI2n1Q==" + "version": "4.6.10", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.10.tgz", + "integrity": "sha512-IXXNfRAZEahFnWBhUUlqKEGF9upeE6hZoRZszvNkyAz/CYp+iVbxm3viMvStlagRJohjlBRGOQ7f4jfcV0XMGg==" }, "human-signals": { "version": "5.0.0", diff --git a/package.json b/package.json index f45d7ec..45e504a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.1", "@hono/zod-openapi": "^0.16.4", - "hono": "^4.6.8", + "hono": "^4.6.10", "octokit": "^4.0.2" }, "devDependencies": {