From 96bff034e59ec783eda3d7390da309d1edd6ab0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 04:54:00 +0000 Subject: [PATCH] Build(deps): Bump hono Bumps the npm-production group in /examples/node-gate-publisher with 1 update: [hono](https://github.com/honojs/hono). Updates `hono` from 4.13.3 to 4.13.5 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.13.3...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- examples/node-gate-publisher/package-lock.json | 8 ++++---- examples/node-gate-publisher/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/node-gate-publisher/package-lock.json b/examples/node-gate-publisher/package-lock.json index ded0cf3..64636ce 100644 --- a/examples/node-gate-publisher/package-lock.json +++ b/examples/node-gate-publisher/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@eep-dev/gates": "file:../../packages/@eep-dev/gates", "@hono/node-server": "^1.19.17", - "hono": "^4.13.3", + "hono": "^4.13.5", "ws": "^8.21.3" }, "devDependencies": { @@ -566,9 +566,9 @@ } }, "node_modules/hono": { - "version": "4.13.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.3.tgz", - "integrity": "sha512-r8AO2mYHoLxSHkgafNeC/BXyb2vWRxD3jem4Ts+ptav8oTG5FIRifAjuJEmZI4bSvvc2ns0GxmIYiZnHqN3mMw==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz", + "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/node-gate-publisher/package.json b/examples/node-gate-publisher/package.json index 15e1f71..9ea9b77 100644 --- a/examples/node-gate-publisher/package.json +++ b/examples/node-gate-publisher/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@eep-dev/gates": "file:../../packages/@eep-dev/gates", - "hono": "^4.13.3", + "hono": "^4.13.5", "@hono/node-server": "^1.19.17", "ws": "^8.21.3" },