[PR #422] [CLOSED] Bump hono from 4.12.4 to 4.12.7 #972

Closed
opened 2026-04-20 19:54:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/422
Author: @dependabot[bot]
Created: 3/11/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/hono-4.12.7


📝 Commits (1)

  • aa7000f Bump hono from 4.12.4 to 4.12.7

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 plugins-external/mcp-server/package.json (+1 -1)

📄 Description

Bumps hono from 4.12.4 to 4.12.7.

Release notes

Sourced from hono's releases.

v4.12.7

Security hardening

Ignore __proto__ path segments in parseBody({ dot: true }) to prevent potential prototype pollution when merged with unsafe patterns.


Full Changelog: https://github.com/honojs/hono/compare/v4.12.6...v4.12.7

v4.12.6

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.5...v4.12.6

v4.12.5

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.4...v4.12.5

Commits

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.

🔄 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/mountain-loop/yaak/pull/422 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/hono-4.12.7` --- ### 📝 Commits (1) - [`aa7000f`](https://github.com/mountain-loop/yaak/commit/aa7000f2dfc65e44d6624531332ae1935654621b) Bump hono from 4.12.4 to 4.12.7 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `plugins-external/mcp-server/package.json` (+1 -1) </details> ### 📄 Description Bumps [hono](https://github.com/honojs/hono) from 4.12.4 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 &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> </blockquote> </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.4...v4.12.7">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.4&new-version=4.12.7)](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/mountain-loop/yaak/network/alerts). </details> --- <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-20 19:54:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#972