From 62c373b11b6c2b94b5e8f1c7f126466079846a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:24:58 +0000 Subject: [PATCH] chore(deps): Bump hono in /samples/traffic-splitting/api Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.9.6. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/traffic-splitting/api/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/traffic-splitting/api/package-lock.json b/samples/traffic-splitting/api/package-lock.json index 7bf64a8..b22b06f 100644 --- a/samples/traffic-splitting/api/package-lock.json +++ b/samples/traffic-splitting/api/package-lock.json @@ -2552,9 +2552,9 @@ } }, "node_modules/hono": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.5.tgz", - "integrity": "sha512-Up2cQbtNz1s111qpnnECdTGqSIUIhZJMLikdKkshebQSEBcoUKq6XJayLGqSZWidiH0zfHRCJqFu062Mz5UuRA==", + "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"