Skip to content

deps(deps): bump hono from 4.12.1 to 4.12.5#383

Merged
commjoen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-4.12.5
Mar 7, 2026
Merged

deps(deps): bump hono from 4.12.1 to 4.12.5#383
commjoen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-4.12.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown
Contributor

Bumps hono from 4.12.1 to 4.12.5.

Release notes

Sourced from hono's releases.

v4.12.5

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.4...v4.12.5

v4.12.4

Security fixes

This release includes fixes for the following security issues:

SSE Control Field Injection

Affects: streamSSE() in Streaming Helper. Fixes injection of unintended SSE fields by rejecting CR/LF characters in event, id, and retry. GHSA-p6xx-57qc-3wxr

Cookie Attribute Injection in setCookie()

Affects: setCookie() from hono/cookie. Fixes cookie attribute manipulation by rejecting ;, \r, and \n in domain and path options. GHSA-5pq2-9x2x-5p6w

Middleware Bypass in Serve Static

Affects: Serve Static middleware. Fixes inconsistent URL decoding that could allow protected static resources to be accessed without triggering route-based middleware. GHSA-q5qw-h33p-qvwr

Users who uses Strreaming Helper, Cookie utility, and Serve Static are strongly encouraged to upgrade to this version.


Other changes

New Contributors

Full Changelog: honojs/hono@v4.12.3...v4.12.4

v4.12.3

What's Changed

... (truncated)

Commits
  • 18cc595 4.12.5
  • 5d59ac7 chore(eslint): upgrade @hono/eslint-config (#4781)
  • b8cff18 fix(jsx): Fix "Invalid state: Controller is already closed" (#4770)
  • 8c4d7f3 fix(jwt): validate token format in decode and decodeHeader functions (#4752)
  • 0f49915 fix(request): return string | undefined from param() when path type is any ...
  • 19d20d2 4.12.4
  • 44ae0c8 Merge commit from fork
  • f4123ed Merge commit from fork
  • 80a9837 fix(utils/url): specify the return type of tryDecodeURI (#4779)
  • 6a0607a Merge commit from fork
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 4, 2026
@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview deployed!

Your changes are now available at: https://commjoen.github.io/generated-game-experiment/pr-383/

This preview will be automatically cleaned up when the PR is closed or merged.

@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker Image Built Successfully!

Image: ghcr.io/commjoen/generated-game-experiment:pr-383

🚀 Quick Test

# Pull and run the PR image
docker pull ghcr.io/commjoen/generated-game-experiment:pr-383
docker run -p 8080:80 -p 3001:3001 ghcr.io/commjoen/generated-game-experiment:pr-383

# Access the game
open http://localhost:8080

📋 Features Tested

  • ✅ Game client loads on port 80
  • ✅ Multiplayer server starts on port 3001
  • ✅ Health checks pass
  • ✅ Multi-platform build (amd64, arm64)

🔗 Container Details

  • Registry: GitHub Container Registry (ghcr.io)
  • Platforms: linux/amd64, linux/arm64
  • Size: Optimized multi-stage build
  • Security: Runs as non-root user

🌐 Deploy to Render

You can deploy this specific image to Render by updating the image reference in your service settings.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.5 branch from a054af4 to f1b45ae Compare March 7, 2026 05:15
@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview deployed!

Your changes are now available at: https://commjoen.github.io/generated-game-experiment/pr-383/

This preview will be automatically cleaned up when the PR is closed or merged.

Bumps [hono](https://github.com/honojs/hono) from 4.12.1 to 4.12.5.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.1...v4.12.5)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.5 branch from f1b45ae to 7f2b143 Compare March 7, 2026 05:20
@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview deployed!

Your changes are now available at: https://commjoen.github.io/generated-game-experiment/pr-383/

This preview will be automatically cleaned up when the PR is closed or merged.

@commjoen commjoen merged commit 6ca75c6 into main Mar 7, 2026
6 checks passed
@commjoen commjoen deleted the dependabot/npm_and_yarn/hono-4.12.5 branch March 7, 2026 05:21
@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

🧹 Preview cleaned up!

The preview deployment for this PR has been automatically removed from GitHub Pages.

github-actions Bot pushed a commit that referenced this pull request Mar 7, 2026
@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker Image Built Successfully!

Image: ghcr.io/commjoen/generated-game-experiment:pr-383

🚀 Quick Test

# Pull and run the PR image
docker pull ghcr.io/commjoen/generated-game-experiment:pr-383
docker run -p 8080:80 -p 3001:3001 ghcr.io/commjoen/generated-game-experiment:pr-383

# Access the game
open http://localhost:8080

📋 Features Tested

  • ✅ Game client loads on port 80
  • ✅ Multiplayer server starts on port 3001
  • ✅ Health checks pass
  • ✅ Multi-platform build (amd64, arm64)

🔗 Container Details

  • Registry: GitHub Container Registry (ghcr.io)
  • Platforms: linux/amd64, linux/arm64
  • Size: Optimized multi-stage build
  • Security: Runs as non-root user

🌐 Deploy to Render

You can deploy this specific image to Render by updating the image reference in your service settings.

1 similar comment
@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker Image Built Successfully!

Image: ghcr.io/commjoen/generated-game-experiment:pr-383

🚀 Quick Test

# Pull and run the PR image
docker pull ghcr.io/commjoen/generated-game-experiment:pr-383
docker run -p 8080:80 -p 3001:3001 ghcr.io/commjoen/generated-game-experiment:pr-383

# Access the game
open http://localhost:8080

📋 Features Tested

  • ✅ Game client loads on port 80
  • ✅ Multiplayer server starts on port 3001
  • ✅ Health checks pass
  • ✅ Multi-platform build (amd64, arm64)

🔗 Container Details

  • Registry: GitHub Container Registry (ghcr.io)
  • Platforms: linux/amd64, linux/arm64
  • Size: Optimized multi-stage build
  • Security: Runs as non-root user

🌐 Deploy to Render

You can deploy this specific image to Render by updating the image reference in your service settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant