[PR #370] [CLOSED] chore(deps-dev): bump h3 from 1.15.5 to 1.15.6 #362

Closed
opened 2026-06-05 14:22:35 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/370
Author: @dependabot[bot]
Created: 3/18/2026
Status: Closed

Base: developHead: dependabot/npm_and_yarn/h3-1.15.6


📝 Commits (1)

  • 57f6e21 chore(deps-dev): bump h3 from 1.15.5 to 1.15.6

📊 Changes

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

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+20 -20)

📄 Description

Bumps h3 from 1.15.5 to 1.15.6.

Release notes

Sourced from h3's releases.

v1.15.6

compare changes

🩹 Fixes

  • sse: Sanitize newlines in event stream fields to prevent SSE injection (840ac5c)
  • static: Prevent path traversal via percent-encoded dot segments (6465e1b)
Changelog

Sourced from h3's changelog.

v1.15.6

compare changes

🩹 Fixes

  • sse: Sanitize newlines in event stream fields to prevent SSE injection (840ac5c)
  • static: Prevent path traversal via percent-encoded dot segments (6465e1b)

🏡 Chore

❤️ Contributors

Commits
  • 829daf1 chore(release): v1.15.6
  • 65da0e4 chore: update deps
  • 6465e1b fix(static): prevent path traversal via percent-encoded dot segments
  • 840ac5c fix(sse): sanitize newlines in event stream fields to prevent SSE injection
  • See full diff 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 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/Drop-OSS/drop/pull/370 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/h3-1.15.6` --- ### 📝 Commits (1) - [`57f6e21`](https://github.com/Drop-OSS/drop/commit/57f6e212fea66cddcffc7d55c8c0cda0633c9da9) chore(deps-dev): bump h3 from 1.15.5 to 1.15.6 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+20 -20) </details> ### 📄 Description Bumps [h3](https://github.com/h3js/h3) from 1.15.5 to 1.15.6. <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.6</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.5...v1.15.6">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>sse:</strong> Sanitize newlines in event stream fields to prevent SSE injection (<a href="https://github.com/h3js/h3/commit/840ac5c">840ac5c</a>)</li> <li><strong>static:</strong> Prevent path traversal via percent-encoded dot segments (<a href="https://github.com/h3js/h3/commit/6465e1b">6465e1b</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/v1.15.6/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h2>v1.15.6</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.5...v1.15.6">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>sse:</strong> Sanitize newlines in event stream fields to prevent SSE injection (<a href="https://github.com/h3js/h3/commit/840ac5c">840ac5c</a>)</li> <li><strong>static:</strong> Prevent path traversal via percent-encoded dot segments (<a href="https://github.com/h3js/h3/commit/6465e1b">6465e1b</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/h3js/h3/commit/65da0e4">65da0e4</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/829daf157e5add61d60fb18dfdd9f6885e57a5e3"><code>829daf1</code></a> chore(release): v1.15.6</li> <li><a href="https://github.com/h3js/h3/commit/65da0e4e10892637a7a5faf7eebd13c67d63824e"><code>65da0e4</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/6465e1ba923041eeb8cc8393e9489edf35b35ad4"><code>6465e1b</code></a> fix(static): prevent path traversal via percent-encoded dot segments</li> <li><a href="https://github.com/h3js/h3/commit/840ac5ca76cbdf5c70d5995e528800c241957e8a"><code>840ac5c</code></a> fix(sse): sanitize newlines in event stream fields to prevent SSE injection</li> <li>See full diff in <a href="https://github.com/h3js/h3/compare/v1.15.5...v1.15.6">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.5&new-version=1.15.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 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/Drop-OSS/drop/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:22:35 -04:00
yindo closed this issue 2026-06-05 14:22:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#362