Skip to content

chore(deps): bump hono from 4.12.10 to 4.12.25#108

Merged
leegeunhyeok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-4.12.25
Jun 17, 2026
Merged

chore(deps): bump hono from 4.12.10 to 4.12.25#108
leegeunhyeok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-4.12.25

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hono from 4.12.10 to 4.12.25.

Release notes

Sourced from hono's releases.

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

v4.12.23

What's Changed

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

v4.12.22

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
Bumps [hono](https://github.com/honojs/hono) from 4.12.10 to 4.12.25.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.10...v4.12.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.25 branch from 63b81d2 to 51efc9f Compare June 17, 2026 20:31
@leegeunhyeok leegeunhyeok merged commit 00475d1 into main Jun 17, 2026
1 check passed
@leegeunhyeok leegeunhyeok deleted the dependabot/npm_and_yarn/hono-4.12.25 branch June 17, 2026 21:38
@rollipop-bot rollipop-bot Bot mentioned this pull request Jun 18, 2026
leegeunhyeok added a commit that referenced this pull request Jun 18, 2026
## [1.0.0-alpha.24] - 2026-06-18

### 🚀 Features

- add skills command by @leegeunhyeok
- add `withTransform` option to polyfill config by @leegeunhyeok
- store hmr chunk by @leegeunhyeok
- support `rollipop` format (#101) by @leegeunhyeok

### 🐛 Bug Fixes

- add `minify` as affected option field by @leegeunhyeok
- invalid `import.meta.hot` value when hmr disabled by @leegeunhyeok
- build progress total cache (#103) by @leegeunhyeok
- resolve bundle entry file paths (#102) by @leegeunhyeok
- preserve prelude order without strict execution (#99) by @leegeunhyeok

### 🚜 Refactor

- add ident by @leegeunhyeok

### 📚 Documentation

- update troubleshooting.mdx by @leegeunhyeok
- fix sidebar styles by @leegeunhyeok
- update main title by @leegeunhyeok
- add ARCHITECTURE.md by @leegeunhyeok

### ⚙️ Miscellaneous Tasks

- deps: bump next from 16.2.1 to 16.2.6 (#114) by @dependabot[bot]
- renew release pipeline by @leegeunhyeok
- deps: bump ws from 6.2.3 to 8.21.0 (#109) by @dependabot[bot]
- deps: bump hono from 4.12.10 to 4.12.25 (#108) by @dependabot[bot]
- deps: bump dompurify from 3.3.3 to 3.4.9 (#107) by @dependabot[bot]
- deps: bump launch-editor from 2.12.0 to 2.14.1 (#106) by
@dependabot[bot]
- deps-dev: bump @babel/core from 7.29.0 to 7.29.6 (#105) by
@dependabot[bot]
- deps: bump tar from 7.5.2 to 7.5.16 (#104) by @dependabot[bot]
- bump rolldown to 1.0.14 by @leegeunhyeok
- update repository links by @leegeunhyeok
- add issue templates by @leegeunhyeok

Co-authored-by: leegeunhyeok <26512984+leegeunhyeok@users.noreply.github.com>
leegeunhyeok added a commit that referenced this pull request Jun 18, 2026
## [1.0.0-alpha.24] - 2026-06-18

### 🚀 Features

- add skills command by @leegeunhyeok
- add `withTransform` option to polyfill config by @leegeunhyeok
- store hmr chunk by @leegeunhyeok
- support `rollipop` format (#101) by @leegeunhyeok

### 🐛 Bug Fixes

- add `minify` as affected option field by @leegeunhyeok
- invalid `import.meta.hot` value when hmr disabled by @leegeunhyeok
- build progress total cache (#103) by @leegeunhyeok
- resolve bundle entry file paths (#102) by @leegeunhyeok
- preserve prelude order without strict execution (#99) by @leegeunhyeok

### 🚜 Refactor

- add ident by @leegeunhyeok

### 📚 Documentation

- update troubleshooting.mdx by @leegeunhyeok
- fix sidebar styles by @leegeunhyeok
- update main title by @leegeunhyeok
- add ARCHITECTURE.md by @leegeunhyeok

### ⚙️ Miscellaneous Tasks

- deps: bump next from 16.2.1 to 16.2.6 (#114) by @dependabot[bot]
- renew release pipeline by @leegeunhyeok
- deps: bump ws from 6.2.3 to 8.21.0 (#109) by @dependabot[bot]
- deps: bump hono from 4.12.10 to 4.12.25 (#108) by @dependabot[bot]
- deps: bump dompurify from 3.3.3 to 3.4.9 (#107) by @dependabot[bot]
- deps: bump launch-editor from 2.12.0 to 2.14.1 (#106) by
@dependabot[bot]
- deps-dev: bump @babel/core from 7.29.0 to 7.29.6 (#105) by
@dependabot[bot]
- deps: bump tar from 7.5.2 to 7.5.16 (#104) by @dependabot[bot]
- bump rolldown to 1.0.14 by @leegeunhyeok
- update repository links by @leegeunhyeok
- add issue templates by @leegeunhyeok

Co-authored-by: leegeunhyeok <26512984+leegeunhyeok@users.noreply.github.com>
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