[PR #8393] [MERGED] chore(deps): bump hono from 4.12.3 to 4.12.5 in /demo/nextjs #24846

Closed
opened 2026-04-15 22:35:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8393
Author: @dependabot[bot]
Created: 3/4/2026
Status: Merged
Merged: 3/5/2026
Merged by: @himself65

Base: canaryHead: dependabot/npm_and_yarn/demo/nextjs/hono-4.12.5


📝 Commits (1)

  • 4d00cd1 chore(deps): bump hono from 4.12.3 to 4.12.5 in /demo/nextjs

📊 Changes

1 file changed (+37 additions, -35 deletions)

View changed files

📝 demo/nextjs/pnpm-lock.yaml (+37 -35)

📄 Description

Bumps hono from 4.12.3 to 4.12.5.

Release notes

Sourced from hono's releases.

v4.12.5

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/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. https://github.com/honojs/hono/security/advisories/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. https://github.com/honojs/hono/security/advisories/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. https://github.com/honojs/hono/security/advisories/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: https://github.com/honojs/hono/compare/v4.12.3...v4.12.4

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.

Summary by cubic

Update Hono to 4.12.5 in demo/nextjs to include security fixes (SSE field injection, cookie attribute injection, static middleware bypass) and minor bug fixes. This PR only updates the lockfile.

  • Dependencies
    • hono: 4.12.3 → 4.12.5
    • Transitive bumps in pnpm-lock: @better-auth/core and @better-auth/sso → 1.5.1-beta.3, better-call → 2.0.0-beta.4, fast-xml-parser → 5.4.2

Written for commit 4d00cd112e. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8393 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `dependabot/npm_and_yarn/demo/nextjs/hono-4.12.5` --- ### 📝 Commits (1) - [`4d00cd1`](https://github.com/better-auth/better-auth/commit/4d00cd112eafa19cb2e48cd16e2a70bccbcdba0a) chore(deps): bump hono from 4.12.3 to 4.12.5 in /demo/nextjs ### 📊 Changes **1 file changed** (+37 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/pnpm-lock.yaml` (+37 -35) </details> ### 📄 Description Bumps [hono](https://github.com/honojs/hono) from 4.12.3 to 4.12.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.12.5</h2> <h2>What's Changed</h2> <ul> <li>fix(request): return <code>string | undefined</code> from param() when path type is any by <a href="https://github.com/andrewdamelio"><code>@​andrewdamelio</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4723">honojs/hono#4723</a></li> <li>fix(jwt): validate token format in decode and decodeHeader functions by <a href="https://github.com/otoneko1102"><code>@​otoneko1102</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4752">honojs/hono#4752</a></li> <li>fix(jsx): Fix &quot;Invalid state: Controller is already closed&quot; by <a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4770">honojs/hono#4770</a></li> <li>chore(eslint): upgrade <code>@hono/eslint-config</code> by <a href="https://github.com/BarryThePenguin"><code>@​BarryThePenguin</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4781">honojs/hono#4781</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/andrewdamelio"><code>@​andrewdamelio</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4723">honojs/hono#4723</a></li> <li><a href="https://github.com/otoneko1102"><code>@​otoneko1102</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4752">honojs/hono#4752</a></li> <li><a href="https://github.com/gaearon"><code>@​gaearon</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4770">honojs/hono#4770</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.4...v4.12.5">https://github.com/honojs/hono/compare/v4.12.4...v4.12.5</a></p> <h2>v4.12.4</h2> <h2>Security fixes</h2> <p>This release includes fixes for the following security issues:</p> <h3>SSE Control Field Injection</h3> <p>Affects: <code>streamSSE()</code> in Streaming Helper. Fixes injection of unintended SSE fields by rejecting CR/LF characters in <code>event</code>, <code>id</code>, and <code>retry</code>. <a href="https://github.com/honojs/hono/security/advisories/GHSA-p6xx-57qc-3wxr">https://github.com/honojs/hono/security/advisories/GHSA-p6xx-57qc-3wxr</a></p> <h3>Cookie Attribute Injection in <code>setCookie()</code></h3> <p>Affects: <code>setCookie()</code> from <code>hono/cookie</code>. Fixes cookie attribute manipulation by rejecting <code>;</code>, <code>\r</code>, and <code>\n</code> in <code>domain</code> and <code>path</code> options. <a href="https://github.com/honojs/hono/security/advisories/GHSA-5pq2-9x2x-5p6w">https://github.com/honojs/hono/security/advisories/GHSA-5pq2-9x2x-5p6w</a></p> <h3>Middleware Bypass in Serve Static</h3> <p>Affects: Serve Static middleware. Fixes inconsistent URL decoding that could allow protected static resources to be accessed without triggering route-based middleware. <a href="https://github.com/honojs/hono/security/advisories/GHSA-q5qw-h33p-qvwr">https://github.com/honojs/hono/security/advisories/GHSA-q5qw-h33p-qvwr</a></p> <p>Users who uses Strreaming Helper, Cookie utility, and Serve Static are strongly encouraged to upgrade to this version.</p> <hr /> <h2>Other changes</h2> <ul> <li>fix(client): preserve route schema in ApplyGlobalResponse by <a href="https://github.com/agumy"><code>@​agumy</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4777">honojs/hono#4777</a></li> <li>fix(utils/url): specify the return type of <code>tryDecodeURI</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4779">honojs/hono#4779</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/agumy"><code>@​agumy</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4777">honojs/hono#4777</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.3...v4.12.4">https://github.com/honojs/hono/compare/v4.12.3...v4.12.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/18cc595fc2a6a24c919bda8d733e7f95460eef4f"><code>18cc595</code></a> 4.12.5</li> <li><a href="https://github.com/honojs/hono/commit/5d59ac770b8adb10dc7b1b45be748dc4931fb3ca"><code>5d59ac7</code></a> chore(eslint): upgrade <code>@hono/eslint-config</code> (<a href="https://redirect.github.com/honojs/hono/issues/4781">#4781</a>)</li> <li><a href="https://github.com/honojs/hono/commit/b8cff189051d408c8c4cf57d24ca82ec8712e73d"><code>b8cff18</code></a> fix(jsx): Fix &quot;Invalid state: Controller is already closed&quot; (<a href="https://redirect.github.com/honojs/hono/issues/4770">#4770</a>)</li> <li><a href="https://github.com/honojs/hono/commit/8c4d7f3d2feea19c726bcaf3b7d01b62215eae8b"><code>8c4d7f3</code></a> fix(jwt): validate token format in decode and decodeHeader functions (<a href="https://redirect.github.com/honojs/hono/issues/4752">#4752</a>)</li> <li><a href="https://github.com/honojs/hono/commit/0f499152ee20daf4f394d1f0ef5cc700ce7e2735"><code>0f49915</code></a> fix(request): return <code>string | undefined</code> from param() when path type is any ...</li> <li><a href="https://github.com/honojs/hono/commit/19d20d23a2921e26c3bbfdb5549fce98b4a39b28"><code>19d20d2</code></a> 4.12.4</li> <li><a href="https://github.com/honojs/hono/commit/44ae0c8cc4d5ab2bed529127a4ac72e1483ad073"><code>44ae0c8</code></a> Merge commit from fork</li> <li><a href="https://github.com/honojs/hono/commit/f4123ed9ea3c7c52380cc99a079a4d773838846e"><code>f4123ed</code></a> Merge commit from fork</li> <li><a href="https://github.com/honojs/hono/commit/80a9837904c346f264b57dbfd22822a46cc24b08"><code>80a9837</code></a> fix(utils/url): specify the return type of <code>tryDecodeURI</code> (<a href="https://redirect.github.com/honojs/hono/issues/4779">#4779</a>)</li> <li><a href="https://github.com/honojs/hono/commit/6a0607a929d888893f0c91d92dce2fcfdb3662a3"><code>6a0607a</code></a> Merge commit from fork</li> <li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.12.3...v4.12.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hono&package-manager=npm_and_yarn&previous-version=4.12.3&new-version=4.12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/better-auth/better-auth/network/alerts). </details> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update Hono to 4.12.5 in demo/nextjs to include security fixes (SSE field injection, cookie attribute injection, static middleware bypass) and minor bug fixes. This PR only updates the lockfile. - **Dependencies** - hono: 4.12.3 → 4.12.5 - Transitive bumps in pnpm-lock: @better-auth/core and @better-auth/sso → 1.5.1-beta.3, better-call → 2.0.0-beta.4, fast-xml-parser → 5.4.2 <sup>Written for commit 4d00cd112eafa19cb2e48cd16e2a70bccbcdba0a. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:35:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#24846