Commit b3e3042
authored
Bump on-headers and serve (#14)
Bumps [on-headers](https://github.com/jshttp/on-headers) to 1.1.0 and
updates ancestor dependency [serve](https://github.com/vercel/serve).
These dependencies need to be updated together.
Updates `on-headers` from 1.0.2 to 1.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jshttp/on-headers/releases">on-headers's
releases</a>.</em></p>
<blockquote>
<h2>1.1.0</h2>
<h2>Important</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-7339">CVE-2025-7339</a>
(<a
href="https://github.com/jshttp/on-headers/security/advisories/GHSA-76c9-3jph-rj3q">GHSA-76c9-3jph-rj3q</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Migrate CI pipeline to GitHub actions by <a
href="https://github.com/carpasse"><code>@carpasse</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/12">jshttp/on-headers#12</a></li>
<li>fix README.md badges by <a
href="https://github.com/carpasse"><code>@carpasse</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/13">jshttp/on-headers#13</a></li>
<li>add OSSF scorecard action by <a
href="https://github.com/carpasse"><code>@carpasse</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/14">jshttp/on-headers#14</a></li>
<li>fix: use <code>ubuntu-latest</code> as ci runner by <a
href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/jshttp/on-headers/pull/19">jshttp/on-headers#19</a></li>
<li>ci: apply OSSF Scorecard security best practices by <a
href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/jshttp/on-headers/pull/20">jshttp/on-headers#20</a></li>
<li>👷 add upstream change detection by <a
href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/31">jshttp/on-headers#31</a></li>
<li>✨ add script to update known hashes by <a
href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/32">jshttp/on-headers#32</a></li>
<li>💚 update CI - add newer node versions by <a
href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/jshttp/on-headers/pull/33">jshttp/on-headers#33</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/carpasse"><code>@carpasse</code></a>
made their first contribution in <a
href="https://redirect.github.com/jshttp/on-headers/pull/12">jshttp/on-headers#12</a></li>
<li><a
href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a>
made their first contribution in <a
href="https://redirect.github.com/jshttp/on-headers/pull/19">jshttp/on-headers#19</a></li>
<li><a href="https://github.com/ctcpip"><code>@ctcpip</code></a> made
their first contribution in <a
href="https://redirect.github.com/jshttp/on-headers/pull/31">jshttp/on-headers#31</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0">https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jshttp/on-headers/blob/master/HISTORY.md">on-headers's
changelog</a>.</em></p>
<blockquote>
<h1>1.1.0 / 2025-07-17</h1>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-7339">CVE-2025-7339</a>
(<a
href="https://github.com/jshttp/on-headers/security/advisories/GHSA-76c9-3jph-rj3q">GHSA-76c9-3jph-rj3q</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jshttp/on-headers/commit/4b017af88f5375bbdf3ad2ee732d2c122e4f52b0"><code>4b017af</code></a>
1.1.0</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/b636f2d08e6c1e0a784b53a13cd61e05c09bb118"><code>b636f2d</code></a>
♻️ refactor header array code</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/3e2c2d46c3e9592f6a1c3a3a1dbe622401f95d39"><code>3e2c2d4</code></a>
✨ ignore falsy header keys, matching node behavior</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/172eb41b99a5a290b27a2c43fe602ca33aa1c8ce"><code>172eb41</code></a>
✨ support duplicate headers</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/c6e384908c9c6127d18831d16ab0bd96e1231867"><code>c6e3849</code></a>
🔒️ fix array handling</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/6893518341bb4e5363285df086b3158302d3b216"><code>6893518</code></a>
💚 update CI - add newer node versions</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/56a345d82b51a0dcb8d09f061f87b1fd1dc4c01e"><code>56a345d</code></a>
✨ add script to update known hashes</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/175ab217155d525371a5416ff059f895a3a532a6"><code>175ab21</code></a>
👷 add upstream change detection (<a
href="https://redirect.github.com/jshttp/on-headers/issues/31">#31</a>)</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/ce0b2c8fcd313d38d3534fb731050dc16e105bf6"><code>ce0b2c8</code></a>
ci: apply OSSF Scorecard security best practices (<a
href="https://redirect.github.com/jshttp/on-headers/issues/20">#20</a>)</li>
<li><a
href="https://github.com/jshttp/on-headers/commit/1a38c543e75cd06217b449531de10b1758e35299"><code>1a38c54</code></a>
fix: use <code>ubuntu-latest</code> as ci runner (<a
href="https://redirect.github.com/jshttp/on-headers/issues/19">#19</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~ulisesgascon">ulisesgascon</a>, a new
releaser for on-headers since your current version.</p>
</details>
<br />
Updates `serve` from 11.3.2 to 14.2.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/serve/releases">serve's
releases</a>.</em></p>
<blockquote>
<h2>v14.2.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>f4b6fbd: Update compression to v1.8.1</li>
</ul>
<h2>14.2.4</h2>
<h3>Patches</h3>
<ul>
<li>Bump <code>serve-handler</code>, <code>vitest</code>, and
`typescript: <a
href="https://redirect.github.com/vercel/serve/issues/812">#812</a></li>
</ul>
<h2>14.2.3</h2>
<h3>Patches</h3>
<ul>
<li>Bump <code>@zeit/schemas</code> to <code>2.36.0</code>: <a
href="https://redirect.github.com/vercel/serve/issues/803">#803</a></li>
</ul>
<h2>14.2.2</h2>
<h3>Patches</h3>
<ul>
<li>fix: Update ajv from 8.11.0 to 8.12.0: <a
href="https://redirect.github.com/vercel/serve/issues/796">#796</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/legobeat"><code>@legobeat</code></a> for
helping!</p>
<h2>14.2.1</h2>
<h3>Patches</h3>
<ul>
<li>Set <code>Access-Control-Allow-Headers: *</code> default response
header: <a
href="https://redirect.github.com/vercel/serve/issues/775">#775</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/hood"><code>@hood</code></a> for helping!</p>
<h2>14.2.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Update CORS headers to support PNA spec: <a
href="https://redirect.github.com/vercel/serve/issues/753">#753</a></li>
<li>Bump <code>@zeit/schemas</code> package: <a
href="https://redirect.github.com/vercel/serve/issues/756">#756</a></li>
</ul>
<h3>Patches</h3>
<ul>
<li>Update the license year: <a
href="https://redirect.github.com/vercel/serve/issues/752">#752</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/k-yle"><code>@k-yle</code></a> and <a
href="https://github.com/IcedMonk"><code>@IcedMonk</code></a> for
helping!</p>
<h2>14.1.2</h2>
<h3>Patches</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/serve/commit/efd21500cca5d7823eb12cd55f45bf0014015a11"><code>efd2150</code></a>
Version Packages (<a
href="https://redirect.github.com/vercel/serve/issues/829">#829</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/838721d3ea5cd800777472153170e80f1b4b3ed7"><code>838721d</code></a>
Add missing setup step for Changeset (<a
href="https://redirect.github.com/vercel/serve/issues/832">#832</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/e0d526a84e4caac3ba4e850325b312a756562281"><code>e0d526a</code></a>
Fix changeset config (<a
href="https://redirect.github.com/vercel/serve/issues/831">#831</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/f4b6fbd66b58783e5e71023ea47c7ec272740cd4"><code>f4b6fbd</code></a>
Add Changeset (<a
href="https://redirect.github.com/vercel/serve/issues/828">#828</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/7f2676a21eebe8225a0162325c1c709f1e98d8cb"><code>7f2676a</code></a>
Update GitHub Actions workflows (<a
href="https://redirect.github.com/vercel/serve/issues/827">#827</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/cfaff36e54cd6f59fdf6d173cf6ca1b5c3d55589"><code>cfaff36</code></a>
chore(deps): update compression to v1.8.1 (<a
href="https://redirect.github.com/vercel/serve/issues/824">#824</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/dd5393882e25caae9793dad614270383ae41eb80"><code>dd53938</code></a>
14.2.4</li>
<li><a
href="https://github.com/vercel/serve/commit/67d75e01fdd34f39033f2bf996a6d8ebfaedbc6f"><code>67d75e0</code></a>
Bump <code>serve-handler</code>, <code>vitest</code>, and
<code>typescript</code> (<a
href="https://redirect.github.com/vercel/serve/issues/812">#812</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/d06104a2de569b1bef57f567f853ab3cfd0024e4"><code>d06104a</code></a>
X handle has changed (<a
href="https://redirect.github.com/vercel/serve/issues/805">#805</a>)</li>
<li><a
href="https://github.com/vercel/serve/commit/c8b7436b8b6e8db5279357638a6556ea7a562a6c"><code>c8b7436</code></a>
14.2.3</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/serve/compare/11.3.2...v14.2.5">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~vercel-release-bot">vercel-release-bot</a>,
a new releaser for serve since your current version.</p>
</details>
<br />
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/hazelcast/jdbc-driver-docs/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3542076 commit b3e3042
2 files changed
+494
-342
lines changed
0 commit comments