[PR #718] [CLOSED] build(deps): bump hono from 4.9.4 to 4.9.6 in /worker #717

Closed
opened 2026-02-26 21:32:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/718
Author: @dependabot[bot]
Created: 9/4/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/worker/hono-4.9.6


📝 Commits (1)

  • b4e0b4e build(deps): bump hono from 4.9.4 to 4.9.6 in /worker

📊 Changes

2 files changed (+285 additions, -274 deletions)

View changed files

📝 worker/package.json (+1 -1)
📝 worker/pnpm-lock.yaml (+284 -273)

📄 Description

Bumps hono from 4.9.4 to 4.9.6.

Release notes

Sourced from hono's releases.

v4.9.6

Security

Fixed a bug in URL path parsing (getPath) that could cause path confusion under malformed requests.

If you rely on reverse proxies (e.g. Nginx) for ACLs or restrict access to endpoints like /admin, please update immediately.

See advisory for details: GHSA-9hp6-4448-45g2

What's Changed

Full Changelog: https://github.com/honojs/hono/compare/v4.9.5...v4.9.6

v4.9.5

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.9.4...v4.9.5

Commits
  • 7f4311c 4.9.6
  • 1d79aed Merge commit from fork
  • adecab1 chore(benchmarks): remove comment-out from router bench (#4387)
  • b3d5b40 chore: update packages in the router bench (#4386)
  • 98cb963 4.9.5
  • b3e8cab fix(language-detector): Detect language from path after getPath changed (#4369)
  • 0e3db67 fix(service-worker): correct args for app.fetch in handle (#4374)
  • c4577e9 fix(cors): Allow returning null or undefined for origin (#4375)
  • 5bfbff8 feat(cors): Allow async functions for origin and allowMethods (#4373)
  • a268569 fix(aws-lambda): preserve percent-encoded values in query strings (#4372)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/dreamhunter2333/cloudflare_temp_email/pull/718 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/worker/hono-4.9.6` --- ### 📝 Commits (1) - [`b4e0b4e`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/b4e0b4e60ee8180667809527cd441a6efff33863) build(deps): bump hono from 4.9.4 to 4.9.6 in /worker ### 📊 Changes **2 files changed** (+285 additions, -274 deletions) <details> <summary>View changed files</summary> 📝 `worker/package.json` (+1 -1) 📝 `worker/pnpm-lock.yaml` (+284 -273) </details> ### 📄 Description Bumps [hono](https://github.com/honojs/hono) from 4.9.4 to 4.9.6. <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.9.6</h2> <h2>Security</h2> <p>Fixed a bug in URL path parsing (<code>getPath</code>) that could cause path confusion under malformed requests.</p> <p>If you rely on reverse proxies (e.g. Nginx) for ACLs or restrict access to endpoints like <code>/admin</code>, please update immediately.</p> <p>See advisory for details: GHSA-9hp6-4448-45g2</p> <h2>What's Changed</h2> <ul> <li>chore: update packages in the router bench by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4386">honojs/hono#4386</a></li> <li>chore(benchmarks): remove comment-out from router bench by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4387">honojs/hono#4387</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.9.5...v4.9.6">https://github.com/honojs/hono/compare/v4.9.5...v4.9.6</a></p> <h2>v4.9.5</h2> <h2>What's Changed</h2> <ul> <li>chore: replace supertest with undici by <a href="https://github.com/BarryThePenguin"><code>@​BarryThePenguin</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4365">honojs/hono#4365</a></li> <li>fix(aws-lambda): preserve percent-encoded values in query strings by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4372">honojs/hono#4372</a></li> <li>feat(cors): Allow async functions for <code>origin</code> and <code>allowMethods</code> by <a href="https://github.com/jobrk"><code>@​jobrk</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4373">honojs/hono#4373</a></li> <li>feat(cors): Correct origin function return type asynchronously returning null or undefined for origin by <a href="https://github.com/jobrk"><code>@​jobrk</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4375">honojs/hono#4375</a></li> <li>fix(service-worker): correct args for <code>app.fetch</code> in <code>handle</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4374">honojs/hono#4374</a></li> <li>fix(language-detector): Detect language from path after getPath changed by <a href="https://github.com/iflamed"><code>@​iflamed</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4369">honojs/hono#4369</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jobrk"><code>@​jobrk</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4373">honojs/hono#4373</a></li> <li><a href="https://github.com/iflamed"><code>@​iflamed</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4369">honojs/hono#4369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.9.4...v4.9.5">https://github.com/honojs/hono/compare/v4.9.4...v4.9.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/7f4311c010dbd15bd25e16551ecf58059887d105"><code>7f4311c</code></a> 4.9.6</li> <li><a href="https://github.com/honojs/hono/commit/1d79aedc3f82d8c9969b115fe61bc4bd705ec8de"><code>1d79aed</code></a> Merge commit from fork</li> <li><a href="https://github.com/honojs/hono/commit/adecab1caeb2665c8da83a470de958566890d6ba"><code>adecab1</code></a> chore(benchmarks): remove comment-out from router bench (<a href="https://redirect.github.com/honojs/hono/issues/4387">#4387</a>)</li> <li><a href="https://github.com/honojs/hono/commit/b3d5b404291a71ec088c5f5c9d6f2940150fbb5b"><code>b3d5b40</code></a> chore: update packages in the router bench (<a href="https://redirect.github.com/honojs/hono/issues/4386">#4386</a>)</li> <li><a href="https://github.com/honojs/hono/commit/98cb9633174a9a1a5279c37ee2a262658c6af60c"><code>98cb963</code></a> 4.9.5</li> <li><a href="https://github.com/honojs/hono/commit/b3e8cab13da828f2af84fe6dcce6e2e8a156b85f"><code>b3e8cab</code></a> fix(language-detector): Detect language from path after getPath changed (<a href="https://redirect.github.com/honojs/hono/issues/4369">#4369</a>)</li> <li><a href="https://github.com/honojs/hono/commit/0e3db674ad3f40be215a55a18062dd8e387ce525"><code>0e3db67</code></a> fix(service-worker): correct args for <code>app.fetch</code> in <code>handle</code> (<a href="https://redirect.github.com/honojs/hono/issues/4374">#4374</a>)</li> <li><a href="https://github.com/honojs/hono/commit/c4577e93746c4642d5e663509febcb803d20f47e"><code>c4577e9</code></a> fix(cors): Allow returning null or undefined for origin (<a href="https://redirect.github.com/honojs/hono/issues/4375">#4375</a>)</li> <li><a href="https://github.com/honojs/hono/commit/5bfbff8acf54395174d54c65ad8d796493c2b7ea"><code>5bfbff8</code></a> feat(cors): Allow async functions for <code>origin</code> and <code>allowMethods</code> (<a href="https://redirect.github.com/honojs/hono/issues/4373">#4373</a>)</li> <li><a href="https://github.com/honojs/hono/commit/a2685692543ceb0a4cfcc1e6a95f4f9cda73f14f"><code>a268569</code></a> fix(aws-lambda): preserve percent-encoded values in query strings (<a href="https://redirect.github.com/honojs/hono/issues/4372">#4372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.9.4...v4.9.6">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.9.4&new-version=4.9.6)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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/dreamhunter2333/cloudflare_temp_email/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:32:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#717
No description provided.