Skip to content

chore(deps): bump hono from 4.12.23 to 4.12.26 in the npm_and_yarn group across 1 directory#36

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-88d83b093f
Open

chore(deps): bump hono from 4.12.23 to 4.12.26 in the npm_and_yarn group across 1 directory#36
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-88d83b093f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: hono.

Updates hono from 4.12.23 to 4.12.26

Release notes

Sourced from hono's releases.

v4.12.26

What's Changed

Full Changelog: honojs/hono@v4.12.25...v4.12.26

v4.12.25

Security fixes

This release includes fixes for the following security issues:

CORS Middleware reflects any Origin with credentials when origin defaults to the wildcard

Affects: hono/cors. Fixes the wildcard origin reflecting the request Origin and sending Access-Control-Allow-Credentials: true when credentials: true is set without an explicit origin, where any site a logged-in user visited could make credentialed cross-origin requests and read responses from cookie-authenticated endpoints. GHSA-88fw-hqm2-52qc

Body Limit Middleware can be bypassed on AWS Lambda by understating Content-Length

Affects: hono/body-limit on AWS Lambda (hono/aws-lambda, hono/lambda-edge). Fixes the request being built with the client-declared Content-Length while the body is delivered fully buffered, where a client could declare a small Content-Length with a much larger body and slip past the configured size limit. GHSA-rv63-4mwf-qqc2

Path traversal in serve-static on Windows via encoded backslash (%5C)

Affects: serveStatic on Windows (Node, Bun, Deno adapters). Fixes the path guard allowing a lone backslash, where an encoded backslash (%5C) decoded to \ was treated as a separator by the Windows path resolver, letting a single URL segment escape into a middleware-guarded subtree. GHSA-wwfh-h76j-fc44

AWS Lambda adapter merges multiple Set-Cookie headers into one value, dropping cookies on ALB single-header and Lattice

Affects: hono/aws-lambda. Fixes multiple Set-Cookie response headers being joined into one comma-separated value for ALB single-header responses and VPC Lattice v2, where the value could not be split back into individual cookies and clients silently dropped or misparsed them. GHSA-j6c9-x7qj-28xf

Lambda@Edge adapter keeps only the last value of a repeated request header, dropping the rest

Affects: hono/lambda-edge. Fixes repeated request headers being written with overwrite instead of append, where only the last value of a header such as X-Forwarded-For reached the application and the remaining values were silently dropped. GHSA-wgpf-jwqj-8h8p

v4.12.24

What's Changed

Full Changelog: honojs/hono@v4.12.23...v4.12.24

Commits
  • 27b7992 4.12.26
  • d29982c chore: replace arg and glob with Bun native APIs in build script
  • 16215d5 chore: remove unused devcontainer and gitpod configs (#5029)
  • c574cf1 ci: publish to npm from CI with OIDC trusted publishing (#5028)
  • e50df01 fix(lambda-edge): satisfy Deno lib types for Content-Length body encoding (#5...
  • fce483e 4.12.25
  • 751ba41 Merge commit from fork
  • f0b094d Merge commit from fork
  • fa5f9bf Merge commit from fork
  • 3892a6c Merge commit from fork
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for hono since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
idapixl added a commit that referenced this pull request Jun 22, 2026
notify.yml curled https://ntfy.idapixl.com, which no longer exists.
The dependabot-pr job failed on every Dependabot PR (curl exit != 0 on
unreachable host), marking PRs UNSTABLE — e.g. PR #36 (hono bump).
ntfy was replaced by Sigil; CI notifications to be rebuilt there separately.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@idapixl

idapixl commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@idapixl

idapixl commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-88d83b093f branch from 32d9b96 to c07646d Compare June 22, 2026 21:09
idapixl added a commit that referenced this pull request Jun 22, 2026
Two dev-scope form-data copies were vulnerable:
- node_modules/form-data 4.0.5 -> 4.0.6 (GHSA-... alert #63)
- @types/request/node_modules/form-data 2.5.5 -> 2.5.6 (alert #62)

Used scoped overrides matching the repo's existing pattern: top-level
form-data pinned ^4.0.6, and the @types/request-nested copy kept on its
2.x line at ^2.5.6 (avoids forcing a major bump on the type package).
Both are dev-scope (build/test toolchain), not shipped runtime.

hono left untouched — that's covered by Dependabot PR #36.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono).


Updates `hono` from 4.12.23 to 4.12.26
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.23...v4.12.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-88d83b093f branch from c07646d to 86d400f Compare June 22, 2026 21:43
@idapixl

idapixl commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant