From 5ce080b993c77c704b4aabc222922c91d019d711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:54:40 +0000 Subject: [PATCH] Build(deps): Bump the npm-production group across 1 directory with 3 updates Bumps the npm-production group with 3 updates in the /examples/node-gate-publisher directory: [hono](https://github.com/honojs/hono), [@hono/node-server](https://github.com/honojs/node-server) and [ws](https://github.com/websockets/ws). Updates `hono` from 4.12.25 to 4.12.33 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.33) Updates `@hono/node-server` from 1.19.14 to 1.19.17 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.14...v1.19.17) Updates `ws` from 8.21.0 to 8.21.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.0...8.21.1) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: hono dependency-version: 4.12.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- .../node-gate-publisher/package-lock.json | 24 +++++++++---------- examples/node-gate-publisher/package.json | 6 ++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/node-gate-publisher/package-lock.json b/examples/node-gate-publisher/package-lock.json index 8c4a847..60f2b24 100644 --- a/examples/node-gate-publisher/package-lock.json +++ b/examples/node-gate-publisher/package-lock.json @@ -7,9 +7,9 @@ "name": "eep-gate-publisher-example", "dependencies": { "@eep-dev/gates": "file:../../packages/@eep-dev/gates", - "@hono/node-server": "^1.8.0", - "hono": "^4.12.25", - "ws": "^8.21.0" + "@hono/node-server": "^1.19.17", + "hono": "^4.12.33", + "ws": "^8.21.1" }, "devDependencies": { "@types/ws": "^8.5.0", @@ -477,9 +477,9 @@ } }, "node_modules/@hono/node-server": { - "version": "1.19.14", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz", - "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==", + "version": "1.19.17", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.17.tgz", + "integrity": "sha512-dSneS5qhiauZWGDCeK4o695Xd9nUNjviSZCMQrj10eetr8Uln1ucn6bbphOM6UynAMMtNIzZNSpL9vnASJwrPQ==", "license": "MIT", "engines": { "node": ">=18.14.1" @@ -566,9 +566,9 @@ } }, "node_modules/hono": { - "version": "4.12.25", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", - "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", + "version": "4.12.33", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.33.tgz", + "integrity": "sha512-+SwvkaiJtxsiPjhy9LivY/1m7UsNqCJetM1BrZl9A5DkQhlbHQDU730mMiDPWjnoCYOM8Chf3WrCJw27kNTPFQ==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -615,9 +615,9 @@ "license": "MIT" }, "node_modules/ws": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", - "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", + "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/examples/node-gate-publisher/package.json b/examples/node-gate-publisher/package.json index 468bf07..e915d2e 100644 --- a/examples/node-gate-publisher/package.json +++ b/examples/node-gate-publisher/package.json @@ -7,9 +7,9 @@ }, "dependencies": { "@eep-dev/gates": "file:../../packages/@eep-dev/gates", - "hono": "^4.12.25", - "@hono/node-server": "^1.8.0", - "ws": "^8.21.0" + "hono": "^4.12.33", + "@hono/node-server": "^1.19.17", + "ws": "^8.21.1" }, "devDependencies": { "tsx": "^4.23.1",