Skip to content

chore(deps): bump hono from 4.12.2 to 4.12.5 in /docs/en/getting-started/quickstart/js/adk#2630

Merged
twishabansal merged 2 commits intomainfrom
dependabot/npm_and_yarn/docs/en/getting-started/quickstart/js/adk/hono-4.12.5
Mar 6, 2026
Merged

chore(deps): bump hono from 4.12.2 to 4.12.5 in /docs/en/getting-started/quickstart/js/adk#2630
twishabansal merged 2 commits intomainfrom
dependabot/npm_and_yarn/docs/en/getting-started/quickstart/js/adk/hono-4.12.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps hono from 4.12.2 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.

Bumps [hono](https://github.com/honojs/hono) from 4.12.2 to 4.12.5.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.2...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 requested a review from a team as a code owner March 4, 2026 20:56
@dpebot
Copy link
Copy Markdown

dpebot commented Mar 4, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the tests: run Label to trigger Github Action tests. label Mar 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

@twishabansal
Copy link
Copy Markdown
Contributor

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Mar 6, 2026

/gcbrun

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 6, 2026

@twishabansal twishabansal merged commit 129958e into main Mar 6, 2026
21 checks passed
@twishabansal twishabansal deleted the dependabot/npm_and_yarn/docs/en/getting-started/quickstart/js/adk/hono-4.12.5 branch March 6, 2026 05:36
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 6, 2026

🧨 Preview deployments removed.

dishaprakash pushed a commit that referenced this pull request Mar 7, 2026
…ted/quickstart/js/adk (#2630)

Bumps [hono](https://github.com/honojs/hono) from 4.12.2 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://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://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://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://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://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://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://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://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://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://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>
<h2>v4.12.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(validator): prevent type diff bug in form data parsing by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4753">honojs/hono#4753</a></li>
<li>fix(jwt): use <code>Math.floor</code> instead of bitwise OR for safe
timestamp by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4754">honojs/hono#4754</a></li>
<li>fix(jwt): fix <code>JwtVariables</code> for
<code>ContextVariableMap</code> by <a
href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a
href="https://github.com/honojs/hono/pull/4764">honojs/hono#4764</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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://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://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://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://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.2...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.2&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/googleapis/genai-toolbox/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
dishaprakash pushed a commit that referenced this pull request Mar 8, 2026
…ted/quickstart/js/adk (#2630)

Bumps [hono](https://github.com/honojs/hono) from 4.12.2 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://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://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://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://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://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://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://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://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://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://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>
<h2>v4.12.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(validator): prevent type diff bug in form data parsing by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4753">honojs/hono#4753</a></li>
<li>fix(jwt): use <code>Math.floor</code> instead of bitwise OR for safe
timestamp by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4754">honojs/hono#4754</a></li>
<li>fix(jwt): fix <code>JwtVariables</code> for
<code>ContextVariableMap</code> by <a
href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a
href="https://github.com/honojs/hono/pull/4764">honojs/hono#4764</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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://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://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://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://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.2...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.2&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/googleapis/genai-toolbox/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
dumians pushed a commit to dumians/genai-toolbox that referenced this pull request Mar 12, 2026
…ted/quickstart/js/adk (googleapis#2630)

Bumps [hono](https://github.com/honojs/hono) from 4.12.2 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://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://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://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://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://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://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://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://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://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://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>
<h2>v4.12.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(validator): prevent type diff bug in form data parsing by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4753">honojs/hono#4753</a></li>
<li>fix(jwt): use <code>Math.floor</code> instead of bitwise OR for safe
timestamp by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4754">honojs/hono#4754</a></li>
<li>fix(jwt): fix <code>JwtVariables</code> for
<code>ContextVariableMap</code> by <a
href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a
href="https://github.com/honojs/hono/pull/4764">honojs/hono#4764</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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://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://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://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://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.2...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.2&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/googleapis/genai-toolbox/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
NirajNandre pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Mar 24, 2026
…ted/quickstart/js/adk (googleapis#2630)

Bumps [hono](https://github.com/honojs/hono) from 4.12.2 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://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://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://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://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://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://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://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://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://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://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>
<h2>v4.12.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(validator): prevent type diff bug in form data parsing by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4753">honojs/hono#4753</a></li>
<li>fix(jwt): use <code>Math.floor</code> instead of bitwise OR for safe
timestamp by <a
href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a
href="https://github.com/honojs/hono/pull/4754">honojs/hono#4754</a></li>
<li>fix(jwt): fix <code>JwtVariables</code> for
<code>ContextVariableMap</code> by <a
href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a
href="https://github.com/honojs/hono/pull/4764">honojs/hono#4764</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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://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://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://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://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.2...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.2&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/googleapis/genai-toolbox/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests: run Label to trigger Github Action tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants