From 61bd88d3b00d80b8a329ce1b2380994da5c5c25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:34:13 +0000 Subject: [PATCH] :arrow_up: Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.8.4 to 4.9.6 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.4...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 e93910b..3e40269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "mintlify-slack", "dependencies": { - "hono": "^4.8.4", + "hono": "^4.9.6", "slack-cloudflare-workers": "^1.3.6" }, "devDependencies": { @@ -1245,9 +1245,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.4.tgz", - "integrity": "sha512-KOIBp1+iUs0HrKztM4EHiB2UtzZDTBihDtOF5K6+WaJjCPeaW4Q92R8j63jOhvJI5+tZSMuKD9REVEXXY9illg==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", + "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 1d1eee6..eaa18d9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.8.4", + "hono": "^4.9.6", "slack-cloudflare-workers": "^1.3.6" }, "devDependencies": {