dependabot[bot] opened a new pull request, #1530:
URL: https://github.com/apache/camel-website/pull/1530

   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://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>
   <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://redirect.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://redirect.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://redirect.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://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.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/apache/camel-website/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to