Skip to content

Commit f558104

Browse files
build(deps): bump multer from 2.0.2 to 2.1.0 in the npm_and_yarn group across 1 directory (#1900)
Bumps the npm_and_yarn group with 1 update in the / directory: [multer](https://github.com/expressjs/multer). Updates `multer` from 2.0.2 to 2.1.0 <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.0</h2> <h2>Important</h2> <ul> <li>Fix <a href="https://www.cve.org/CVERecord?id=CVE-2026-2359">CVE-2026-2359</a> (<a href="https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc">GHSA-v52c-386h-88mc</a>)</li> <li>Fix <a href="https://www.cve.org/CVERecord?id=CVE-2026-3304">CVE-2026-3304</a> (<a href="https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p">GHSA-xf7r-hgr6-v32p</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>chore: add funding to package.json by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1346">expressjs/multer#1346</a></li> <li>chore: drop mkdirp dependency by <a href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1350">expressjs/multer#1350</a></li> <li>chore: drop object-assign dependency by <a href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1351">expressjs/multer#1351</a></li> <li>chore: drop xtend dependency by <a href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1352">expressjs/multer#1352</a></li> <li>chore(gitignore): ignore .nyc_output directory by <a href="https://github.com/ShubhamOulkar"><code>@​ShubhamOulkar</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1332">expressjs/multer#1332</a></li> <li>Fix typo in README-vi.md regarding file upload by <a href="https://github.com/Kunniii"><code>@​Kunniii</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1366">expressjs/multer#1366</a></li> <li>Fix typo in README-pt-br.md for array method by <a href="https://github.com/matheushbm192"><code>@​matheushbm192</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1367">expressjs/multer#1367</a></li> <li>headers-support-utf8 by <a href="https://github.com/Doc999tor"><code>@​Doc999tor</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1210">expressjs/multer#1210</a></li> <li>Add Turkish translation (README-tr.md) by <a href="https://github.com/Sabandogan"><code>@​Sabandogan</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1360">expressjs/multer#1360</a></li> <li>Release: 2.1.0 by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/multer/pull/1371">expressjs/multer#1371</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1350">expressjs/multer#1350</a></li> <li><a href="https://github.com/ShubhamOulkar"><code>@​ShubhamOulkar</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1332">expressjs/multer#1332</a></li> <li><a href="https://github.com/Kunniii"><code>@​Kunniii</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1366">expressjs/multer#1366</a></li> <li><a href="https://github.com/matheushbm192"><code>@​matheushbm192</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1367">expressjs/multer#1367</a></li> <li><a href="https://github.com/Doc999tor"><code>@​Doc999tor</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1210">expressjs/multer#1210</a></li> <li><a href="https://github.com/Sabandogan"><code>@​Sabandogan</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/multer/pull/1360">expressjs/multer#1360</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0">https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0</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.0</h2> <ul> <li>Add <code>defParamCharset</code> option for UTF-8 filename support (<a href="https://redirect.github.com/expressjs/multer/pull/1210">#1210</a>)</li> <li>Fix <a href="https://www.cve.org/CVERecord?id=CVE-2026-2359">CVE-2026-2359</a> (<a href="https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc">GHSA-v52c-386h-88mc</a>)</li> <li>Fix <a href="https://www.cve.org/CVERecord?id=CVE-2026-3304">CVE-2026-3304</a> (<a href="https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p">GHSA-xf7r-hgr6-v32p</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/multer/commit/809f9ddac298a5aff4686e14cfac8d003b93e9c9"><code>809f9dd</code></a> 2.1.0 (<a href="https://redirect.github.com/expressjs/multer/issues/1371">#1371</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee"><code>7399190</code></a> 🔒 fix orphaned files issue</li> <li><a href="https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab"><code>cccf0fe</code></a> 🔒️ improve disconnect handling</li> <li><a href="https://github.com/expressjs/multer/commit/2c8cd23ac30bf8ab915eeb5f8d18a4381ed53708"><code>2c8cd23</code></a> docs: add Turkish translation (README-tr.md) (<a href="https://redirect.github.com/expressjs/multer/issues/1360">#1360</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/fd3c7d33f9eb34661451b61e6540f2126e8c3ae8"><code>fd3c7d3</code></a> feat: add defParamCharset option for UTF-8 filename support (<a href="https://redirect.github.com/expressjs/multer/issues/1210">#1210</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/c13ab9494da3e70a1b9f776f2ac493564915d136"><code>c13ab94</code></a> docs: improve readability in README-pt-br.md for array method (<a href="https://redirect.github.com/expressjs/multer/issues/1367">#1367</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/e28d6786a443b6a98529d9567d4a117c2ed5fadf"><code>e28d678</code></a> docs: improve readability (<a href="https://redirect.github.com/expressjs/multer/issues/1366">#1366</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/51529e34f1845e6324f9a809f5160438aa19f782"><code>51529e3</code></a> fix: add <code>.nyc_output</code> to <code>.gitignore</code> (<a href="https://redirect.github.com/expressjs/multer/issues/1332">#1332</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/b6e4b1f6abb85673e9307b42368b3e7bfb1fc63b"><code>b6e4b1f</code></a> chore: drop xtend dependency (<a href="https://redirect.github.com/expressjs/multer/issues/1352">#1352</a>)</li> <li><a href="https://github.com/expressjs/multer/commit/5c8407f3524dfb285fe00e5b15ed7158f097a0c0"><code>5c8407f</code></a> chore: drop object-assign dependency (<a href="https://redirect.github.com/expressjs/multer/issues/1351">#1351</a>)</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=multer&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=2.1.0)](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 <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 1e48410 commit f558104

1 file changed

Lines changed: 9 additions & 29 deletions

File tree

package-lock.json

Lines changed: 9 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)