From 25e265dfef1f88324a7b251f11ee11135a5fa5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:36:01 +0000 Subject: [PATCH] deps: bump hono in the production-minor-patch group Bumps the production-minor-patch group with 1 update: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.32 to 4.12.33 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.32...v4.12.33) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 92754fe..9e65686 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "clock-app", "dependencies": { "@screenly-labs/signage-kit": "github:Screenly-Labs/signage-kit#2026.7.3", - "hono": "^4.12.32", + "hono": "^4.12.33", }, "devDependencies": { "@biomejs/biome": "^2.5.5", @@ -253,7 +253,7 @@ "happy-dom": ["happy-dom@20.11.1", "", { "dependencies": { "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", "buffer-image-size": "^0.6.4", "entities": "^7.0.1", "whatwg-mimetype": "^3.0.0", "ws": "^8.21.0" } }, "sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg=="], - "hono": ["hono@4.12.32", "", {}, "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg=="], + "hono": ["hono@4.12.33", "", {}, "sha512-+SwvkaiJtxsiPjhy9LivY/1m7UsNqCJetM1BrZl9A5DkQhlbHQDU730mMiDPWjnoCYOM8Chf3WrCJw27kNTPFQ=="], "is-fullwidth-code-point": ["is-fullwidth-code-point@3.0.0", "", {}, "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="], diff --git a/package.json b/package.json index 4acf234..5037b88 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "AGPL-3.0-only", "dependencies": { "@screenly-labs/signage-kit": "github:Screenly-Labs/signage-kit#2026.7.3", - "hono": "^4.12.32" + "hono": "^4.12.33" }, "devDependencies": { "@biomejs/biome": "^2.5.5",