From 194b126d5c7de57ea5904c324d86a92681916e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:36:52 +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.13.5 to 4.13.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.13.5...v4.13.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.7 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 a1b3eaa..09aec01 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.8.11", - "hono": "^4.13.5", + "hono": "^4.13.7", }, "devDependencies": { "@biomejs/biome": "^2.5.12", @@ -253,7 +253,7 @@ "happy-dom": ["happy-dom@20.14.0", "", { "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-4bRh1KzRvKDnFNTlLhzT1RZTpkKhQbQDl9j+7GXszWsvuspYdo29k6OHRf4PwiM6oLb8r/pMWeYiJjkfod5AvQ=="], - "hono": ["hono@4.13.5", "", {}, "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw=="], + "hono": ["hono@4.13.7", "", {}, "sha512-c8/gF9ac8Y78/agExVocyLevgR+JlpNB444Py0FSX8pJoPdYUfUzRcXtYEYGwt6l19qIlVZPN5Mfsw9jFShmQQ=="], "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 1bf522c..cd17a57 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.8.11", - "hono": "^4.13.5" + "hono": "^4.13.7" }, "devDependencies": { "@biomejs/biome": "^2.5.12",