From 709b9a65361bec9c82f9a675b804d3458c02514f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:55:25 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.8 to 4.12.10 Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.10) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index afa7c1a..229d509 100644 --- a/bun.lock +++ b/bun.lock @@ -1,12 +1,13 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "mue-api", "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.1", - "hono": "^4.12.8", + "hono": "^4.12.10", }, "devDependencies": { "@eslint/eslintrc": "^3.3.5", @@ -284,7 +285,7 @@ "globals": ["globals@17.4.0", "", {}, "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw=="], - "hono": ["hono@4.12.8", "", {}, "sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A=="], + "hono": ["hono@4.12.10", "", {}, "sha512-mx/p18PLy5og9ufies2GOSUqep98Td9q4i/EF6X7yJgAiIopxqdfIO3jbqsi3jRgTgw88jMDEzVKi+V2EF+27w=="], "htmlparser2": ["htmlparser2@10.1.0", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "entities": "^7.0.1" } }, "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="], diff --git a/package.json b/package.json index 8347a80..57f55b8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.1", - "hono": "^4.12.8" + "hono": "^4.12.10" }, "devDependencies": { "@eslint/eslintrc": "^3.3.5",