chore(deps): bump h3 from 1.15.4 to 1.15.5 in /webapp #209

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/webapp/h3-1.15.5 into main
dependabot[bot] commented 2026-01-15 16:24:24 -05:00 (Migrated from github.com)

Bumps h3 from 1.15.4 to 1.15.5.

Release notes

Sourced from h3's releases.

v1.15.5

compare changes

[!IMPORTANT] Security: Fixed a bug in readBody(event) and readRawBody(event) utils where certain Transfer-Encoding header formats could cause the request body to be ignored.

In some deployments (for example, behind TCP load balancers or non-normalizing proxies), this could allow request smuggling. The handling is now safe and fully compliant. (read more)

🩹 Fixes

  • readRawBody: Fix case-sensitive Transfer-Encoding check causing request smuggling risk (618ccf4)
Changelog

Sourced from h3's changelog.

v1.15.5

compare changes

🩹 Fixes

  • readRawBody: Fix case-sensitive Transfer-Encoding check causing request smuggling risk (618ccf4)

🏡 Chore

🤖 CI

❤️ Contributors

Commits
  • 24231b9 chore(release): v1.15.5
  • bd92b74 chore: fix more ts/lint issues
  • d18c074 chore: update deps
  • c9ebf80 chore: fix ts issue
  • 618ccf4 fix(readRawBody): fix case-sensitive Transfer-Encoding check causing reques...
  • 401c9b8 ci: fix publish tag
  • 589625c chore: update publish tag to 1.x
  • b4dce71 chore: update ci
  • 0a4a115 chore: add test:types script
  • c934599 chore: update ci
  • 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.
Bumps [h3](https://github.com/h3js/h3) from 1.15.4 to 1.15.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/releases">h3's releases</a>.</em></p> <blockquote> <h2>v1.15.5</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.4...v1.15.5">compare changes</a></p> <blockquote> <p>[!IMPORTANT] <strong>Security:</strong> Fixed a bug in <code>readBody(event)</code> and <code>readRawBody(event)</code> utils where certain <code>Transfer-Encoding</code> header formats could cause the request body to be ignored.</p> <p>In some deployments (for example, behind TCP load balancers or non-normalizing proxies), this could allow request smuggling. The handling is now safe and fully compliant. (<a href="https://github.com/h3js/h3/security/advisories/GHSA-mp2g-9vg9-f4cg">read more</a>)</p> </blockquote> <h3>🩹 Fixes</h3> <ul> <li><strong>readRawBody:</strong> Fix case-sensitive <code>Transfer-Encoding</code> check causing request smuggling risk (<a href="https://github.com/h3js/h3/commit/618ccf4">618ccf4</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h2>v1.15.5</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.4...v1.15.5">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>readRawBody:</strong> Fix case-sensitive <code>Transfer-Encoding</code> check causing request smuggling risk (<a href="https://github.com/h3js/h3/commit/618ccf4">618ccf4</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/h3js/h3/commit/e2462ec">e2462ec</a>)</li> <li>Update ci (<a href="https://github.com/h3js/h3/commit/c934599">c934599</a>)</li> <li>Add <code>test:types</code> script (<a href="https://github.com/h3js/h3/commit/0a4a115">0a4a115</a>)</li> <li>Update ci (<a href="https://github.com/h3js/h3/commit/b4dce71">b4dce71</a>)</li> <li>Update publish tag to 1.x (<a href="https://github.com/h3js/h3/commit/589625c">589625c</a>)</li> <li>Fix ts issue (<a href="https://github.com/h3js/h3/commit/c9ebf80">c9ebf80</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/d18c074">d18c074</a>)</li> <li>Fix more ts/lint issues (<a href="https://github.com/h3js/h3/commit/bd92b74">bd92b74</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Fix publish tag (<a href="https://github.com/h3js/h3/commit/401c9b8">401c9b8</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/h3js/h3/commit/24231b9c448aa852b15b889c53253a783f67a126"><code>24231b9</code></a> chore(release): v1.15.5</li> <li><a href="https://github.com/h3js/h3/commit/bd92b74c706c0a7958eeca4de960b03c7a2d0684"><code>bd92b74</code></a> chore: fix more ts/lint issues</li> <li><a href="https://github.com/h3js/h3/commit/d18c0743bb07cd1bcec6f41377f439bc7228c098"><code>d18c074</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/c9ebf80d988d48e2e895ab62709a51fa40a25127"><code>c9ebf80</code></a> chore: fix ts issue</li> <li><a href="https://github.com/h3js/h3/commit/618ccf4f37b8b6148bea7f36040471af45bfb097"><code>618ccf4</code></a> fix(readRawBody): fix case-sensitive <code>Transfer-Encoding</code> check causing reques...</li> <li><a href="https://github.com/h3js/h3/commit/401c9b8f149ace41d6404c4653472bcae8211594"><code>401c9b8</code></a> ci: fix publish tag</li> <li><a href="https://github.com/h3js/h3/commit/589625c3c547202a3836ab278aa044cf37f78b61"><code>589625c</code></a> chore: update publish tag to 1.x</li> <li><a href="https://github.com/h3js/h3/commit/b4dce71c256911335f3402d09f30ffad120ad61a"><code>b4dce71</code></a> chore: update ci</li> <li><a href="https://github.com/h3js/h3/commit/0a4a11508255a92575a0f1f2aad6e3681c2abd04"><code>0a4a115</code></a> chore: add <code>test:types</code> script</li> <li><a href="https://github.com/h3js/h3/commit/c9345997d59e003d54a6c46347ec0f344594cba8"><code>c934599</code></a> chore: update ci</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v1.15.4...v1.15.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h3&package-manager=npm_and_yarn&previous-version=1.15.4&new-version=1.15.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 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/orpheuslummis/AstaVerde/network/alerts). </details>
vercel[bot] commented 2026-01-15 16:24:27 -05:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
astaverde Ready Ready Preview, Comment Jan 15, 2026 9:25pm
[vc]: #0ogatM8bE5rFPe1ZK2BndMMw1o3uO9wsYtp2L6XOaTM=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3RhdmVyZGUiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vb3JwaGV1c2x1bW1pcy1wcm9qZWN0cy9hc3RhdmVyZGUvNkdOV0ZDTDdycnFjV3RRdGtqd3JOQTFHcTJRViIsInByZXZpZXdVcmwiOiJhc3RhdmVyZGUtZ2l0LWRlcGVuZGFib3QtbnBtYW5keWEtYmI3YTBiLW9ycGhldXNsdW1taXMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3RhdmVyZGUtZ2l0LWRlcGVuZGFib3QtbnBtYW5keWEtYmI3YTBiLW9ycGhldXNsdW1taXMtcHJvamVjdHMudmVyY2VsLmFwcCJ9LCJyb290RGlyZWN0b3J5Ijoid2ViYXBwIn1dfQ== The latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more). | Project | Deployment | Review | Updated (UTC) | | :--- | :----- | :------ | :------ | | [astaverde](https://vercel.com/orpheuslummis-projects/astaverde) | ![Ready](https://vercel.com/static/status/ready.svg) [Ready](https://vercel.com/orpheuslummis-projects/astaverde/6GNWFCL7rrqcWtQtkjwrNA1Gq2QV) | [Preview](https://astaverde-git-dependabot-npmandya-bb7a0b-orpheuslummis-projects.vercel.app), [Comment](https://vercel.live/open-feedback/astaverde-git-dependabot-npmandya-bb7a0b-orpheuslummis-projects.vercel.app?via=pr-comment-feedback-link) | Jan 15, 2026 9:25pm |
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/webapp/h3-1.15.5:dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch dependabot/npm_and_yarn/webapp/h3-1.15.5

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch dependabot/npm_and_yarn/webapp/h3-1.15.5
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch dependabot/npm_and_yarn/webapp/h3-1.15.5
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch main
git merge --squash dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch main
git merge --ff-only dependabot/npm_and_yarn/webapp/h3-1.15.5
git switch main
git merge dependabot/npm_and_yarn/webapp/h3-1.15.5
git push origin main
Sign in to join this conversation.
No description provided.