Skip to content

Commit 80a077e

Browse files
build(deps): bump h3 from 1.15.8 to 1.15.9 in /website (#283)
Bumps [h3](https://github.com/h3js/h3) from 1.15.8 to 1.15.9. <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.9</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.7...v1.15.9">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Preserve <code>%25</code> in pathname (<a href="https://github.com/h3js/h3/commit/1103df6">1103df6</a>)</li> <li><strong>static:</strong> Prevent path traversal via double-encoded dot segments (<code>%252e%252e</code>) (<a href="https://github.com/h3js/h3/commit/c56683d">c56683d</a>)</li> <li><strong>sse:</strong> Sanitize carriage returns in event stream data and comments (<a href="https://github.com/h3js/h3/commit/ba3c3fe">ba3c3fe</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/v1.15.9/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h2>v1.15.9</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.7...v1.15.9">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Preserve <code>%25</code> in pathname (<a href="https://github.com/h3js/h3/commit/1103df6">1103df6</a>)</li> <li><strong>static:</strong> Prevent path traversal via double-encoded dot segments (<code>%252e%252e</code>) (<a href="https://github.com/h3js/h3/commit/c56683d">c56683d</a>)</li> <li><strong>sse:</strong> Sanitize carriage returns in event stream data and comments (<a href="https://github.com/h3js/h3/commit/ba3c3fe">ba3c3fe</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>release:</strong> V1.15.8 (<a href="https://github.com/h3js/h3/commit/e3b9c9e">e3b9c9e</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/23045df">23045df</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/4e8d43a7703d0d5c8bbc09748db1d8b9f3c51b42"><code>4e8d43a</code></a> chore(release): v1.15.9</li> <li><a href="https://github.com/h3js/h3/commit/23045df515a67f00182b5f7ca126cbec40efda4d"><code>23045df</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/ba3c3feb6afbef8790714185fa4d12ed4ca31f6d"><code>ba3c3fe</code></a> fix(sse): sanitize carriage returns in event stream data and comments</li> <li><a href="https://github.com/h3js/h3/commit/c56683dcb134969d9c01d403d43eaa6327012007"><code>c56683d</code></a> fix(static): prevent path traversal via double-encoded dot segments (`%252e%2...</li> <li><a href="https://github.com/h3js/h3/commit/e3b9c9e3e78119dc0e047c07396c98d084c28b96"><code>e3b9c9e</code></a> chore(release): v1.15.8</li> <li><a href="https://github.com/h3js/h3/commit/1103df6d638df2d3f3959f1b2678873e2535ad5d"><code>1103df6</code></a> fix: preserve <code>%25</code> in pathname</li> <li><a href="https://github.com/h3js/h3/commit/47684a3ba4d9da4b1ad08547f3c2483440e88c8a"><code>47684a3</code></a> chore(release): v1.15.7</li> <li><a href="https://github.com/h3js/h3/commit/313ea5207b339eef50eef64b9b8058af16cfee21"><code>313ea52</code></a> fix(app): decode percent-encoded path segments to prevent auth bypass</li> <li><a href="https://github.com/h3js/h3/commit/c049dc094a411bff227a52b238cbca4e4c32e1e4"><code>c049dc0</code></a> fix(static): narrow path traversal check to match <code>..</code> as a path segment only</li> <li><a href="https://github.com/h3js/h3/commit/3faaea0a34e4a8a8da49a09814a63bc40615cb8d"><code>3faaea0</code></a> refactor: remove implicit event handler conversion warning (<a href="https://redirect.github.com/h3js/h3/issues/1340">#1340</a>)</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v1.15.8...v1.15.9">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.8&new-version=1.15.9)](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/tetratelabs/built-on-envoy/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 a9c9876 commit 80a077e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/package-lock.json

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

Comments
 (0)