Commit 441fbab
authored
Bump hono from 4.12.2 to 4.12.7 in /openalprwebhookprocessor.client (#287)
Bumps [hono](https://github.com/honojs/hono) from 4.12.2 to 4.12.7.
<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.7</h2>
<h2>Security hardening</h2>
<p>Ignore <code>__proto__</code> path segments in parseBody({ dot: true
}) to prevent potential prototype pollution when merged with unsafe
patterns.</p>
<hr />
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.12.6...v4.12.7">https://github.com/honojs/hono/compare/v4.12.6...v4.12.7</a></p>
<h2>v4.12.6</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(accept): replace regex split to mitigate ReDoS by <a
href="https://github.com/EdamAme-x"><code>@EdamAme-x</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/4758">honojs/hono#4758</a></li>
<li>fix(jsx): align link hoisting and dedupe with React 19 by <a
href="https://github.com/usualoma"><code>@usualoma</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/4792">honojs/hono#4792</a></li>
<li>chore(builld): tsconfig project references by <a
href="https://github.com/BarryThePenguin"><code>@BarryThePenguin</code></a>
in <a
href="https://redirect.github.com/honojs/hono/pull/4797">honojs/hono#4797</a></li>
<li>chore: add <code>tsconfig.spec.json</code> by <a
href="https://github.com/yusukebe"><code>@yusukebe</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/4798">honojs/hono#4798</a></li>
<li>feat(jsx-renderer): support function-based options by <a
href="https://github.com/3w36zj6"><code>@3w36zj6</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/4780">honojs/hono#4780</a></li>
<li>fix(lambda-edge): avoid callback handler deprecation on NODEJS_24_X
by <a href="https://github.com/t0waxx"><code>@t0waxx</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/4782">honojs/hono#4782</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/t0waxx"><code>@t0waxx</code></a> made
their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/4782">honojs/hono#4782</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.12.5...v4.12.6">https://github.com/honojs/hono/compare/v4.12.5...v4.12.6</a></p>
<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 "Invalid state: Controller is already
closed" 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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/honojs/hono/commit/b0aba5bd76f11a9f0fef1210a705523fa30172ab"><code>b0aba5b</code></a>
4.12.7</li>
<li><a
href="https://github.com/honojs/hono/commit/1be3a53ccbd40b85073fc05a1af1ddf4c7a83620"><code>1be3a53</code></a>
ci: apply automated fixes</li>
<li><a
href="https://github.com/honojs/hono/commit/ef902257e0beacbb83d2a9549b3b83e03514a6fe"><code>ef90225</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/honojs/hono/commit/3f886365c8e2bc3e1e71bc18685583b91fc9327d"><code>3f88636</code></a>
4.12.6</li>
<li><a
href="https://github.com/honojs/hono/commit/53b66aeac5a503860af902013a1f89ba49ec9641"><code>53b66ae</code></a>
fix(lambda-edge): avoid callback handler deprecation on NODEJS_24_X (<a
href="https://redirect.github.com/honojs/hono/issues/4782">#4782</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/58825a72f7cc0a36d08535fc11dc90934ba77aeb"><code>58825a7</code></a>
feat(jsx-renderer): support function-based options (<a
href="https://redirect.github.com/honojs/hono/issues/4780">#4780</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/0e80acb9f82912f44c7ebf949bc00abdfdc1eda0"><code>0e80acb</code></a>
chore: add <code>tsconfig.spec.json</code> (<a
href="https://redirect.github.com/honojs/hono/issues/4798">#4798</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/d69deb8886cde681172d8c1280273e032a50d015"><code>d69deb8</code></a>
chore(builld): tsconfig project references (<a
href="https://redirect.github.com/honojs/hono/issues/4797">#4797</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/8217d9ece6f4d302e446b8dc353d1b3cbf51d92e"><code>8217d9e</code></a>
fix(jsx): align link hoisting and dedupe with React 19 (<a
href="https://redirect.github.com/honojs/hono/issues/4792">#4792</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/50869562980628b2984f73e064bb80691e5286bc"><code>5086956</code></a>
fix(accept): replace regex split to mitigate ReDoS (<a
href="https://redirect.github.com/honojs/hono/issues/4758">#4758</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/honojs/hono/compare/v4.12.2...v4.12.7">compare
view</a></li>
</ul>
</details>
<br />
[](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/mlapaglia/OpenAlprWebhookProcessor/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1fc7280 commit 441fbab
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments