Commit 0b2ad4e
authored
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (npm#1908)
Bumps the npm_and_yarn group with 2 updates in the / directory:
[tar](https://github.com/isaacs/node-tar) and
[multer](https://github.com/expressjs/multer).
Updates `tar` from 7.5.9 to 7.5.10
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/node-tar/commit/2b72abc1d47c3570e1ad95c9ab557fc4c2e6e4b1"><code>2b72abc</code></a>
7.5.10</li>
<li><a
href="https://github.com/isaacs/node-tar/commit/7bc755dd85e623c0279e08eb3784909e6d7e4b9f"><code>7bc755d</code></a>
parse root off paths before sanitizing .. parts</li>
<li><a
href="https://github.com/isaacs/node-tar/commit/c8cb84629dee649feedde03f2f4ea48f2e44e778"><code>c8cb846</code></a>
update deps</li>
<li>See full diff in <a
href="https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.10">compare
view</a></li>
</ul>
</details>
<br />
Updates `multer` from 2.1.0 to 2.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/multer/releases">multer's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>Important</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2026-3520">CVE-2026-3520</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2">GHSA-5528-5vmv-3xc2</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>chore: add node version to 25.x in CI by <a
href="https://github.com/imangas"><code>@imangas</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1372">expressjs/multer#1372</a></li>
<li>chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/multer/pull/1378">expressjs/multer#1378</a></li>
<li>chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/multer/pull/1377">expressjs/multer#1377</a></li>
<li>chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/multer/pull/1376">expressjs/multer#1376</a></li>
<li>chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/multer/pull/1375">expressjs/multer#1375</a></li>
<li>chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/multer/pull/1374">expressjs/multer#1374</a></li>
<li>fix error/abort handling by <a
href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1373">expressjs/multer#1373</a></li>
<li>2.1.1 by <a
href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1380">expressjs/multer#1380</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/imangas"><code>@imangas</code></a> made
their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1372">expressjs/multer#1372</a></li>
<li><a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
made their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1378">expressjs/multer#1378</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/multer/compare/v2.1.0...v2.1.1">https://github.com/expressjs/multer/compare/v2.1.0...v2.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/multer/blob/main/CHANGELOG.md">multer's
changelog</a>.</em></p>
<blockquote>
<h2>2.1.1</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2026-3520">CVE-2026-3520</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2">GHSA-5528-5vmv-3xc2</a>)</li>
<li>fix error/abort handling</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/expressjs/multer/commit/368c8a10cca11854cf17c24029fefd1eafb1c059"><code>368c8a1</code></a>
2.1.1 (<a
href="https://redirect.github.com/expressjs/multer/issues/1380">#1380</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752"><code>7e66481</code></a>
🐛 fix recursion issue</li>
<li><a
href="https://github.com/expressjs/multer/commit/643571ef85e9db94b87a777773f4d67156f82a3e"><code>643571e</code></a>
✅ add explicit test for client able to send body without abrupt
disconnect</li>
<li><a
href="https://github.com/expressjs/multer/commit/e86fa523753f8d54ad0687bf52fb20044b6fa309"><code>e86fa52</code></a>
fix error/abort handling</li>
<li><a
href="https://github.com/expressjs/multer/commit/ca37779bf1f531a70af9977805380d0f51d293e2"><code>ca37779</code></a>
chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 (<a
href="https://redirect.github.com/expressjs/multer/issues/1374">#1374</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/13088f41e3bf8c3fc21d8c2867ffafb42470ed09"><code>13088f4</code></a>
chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 (<a
href="https://redirect.github.com/expressjs/multer/issues/1375">#1375</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/bc6a1d1374f7ddc9baf9d22bf7c30f831c621e3a"><code>bc6a1d1</code></a>
chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 (<a
href="https://redirect.github.com/expressjs/multer/issues/1376">#1376</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/c496e931263a901ccfc0821ac21768ac23786f77"><code>c496e93</code></a>
chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (<a
href="https://redirect.github.com/expressjs/multer/issues/1377">#1377</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/fa173d30d01f4e18a8be74570b2770c7230b8b05"><code>fa173d3</code></a>
chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (<a
href="https://redirect.github.com/expressjs/multer/issues/1378">#1378</a>)</li>
<li><a
href="https://github.com/expressjs/multer/commit/17d7f5193a237ebfd4c19274c7a6729538b4a9a0"><code>17d7f51</code></a>
chore: add node version to 25.x in CI</li>
<li>See full diff in <a
href="https://github.com/expressjs/multer/compare/v2.1.0...v2.1.1">compare
view</a></li>
</ul>
</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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/npm/documentation/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 589575c commit 0b2ad4e
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments