Bump the npm_and_yarn group across 1 directory with 2 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 2 updates in the /NodeJS/conFusionServer directory: multer and fast-xml-parser.
Updates multer from 2.0.2 to 2.1.1
Release notes
Sourced from multer's releases.
v2.1.1
Important
What's Changed
- chore: add node version to 25.x in CI by
@imangasin expressjs/multer#1372- chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by
@dependabot[bot] in expressjs/multer#1378- chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by
@dependabot[bot] in expressjs/multer#1377- chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 by
@dependabot[bot] in expressjs/multer#1376- chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 by
@dependabot[bot] in expressjs/multer#1375- chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by
@dependabot[bot] in expressjs/multer#1374- fix error/abort handling by
@ctcpipin expressjs/multer#1373- 2.1.1 by
@UlisesGasconin expressjs/multer#1380New Contributors
@imangasmade their first contribution in expressjs/multer#1372@dependabot[bot] made their first contribution in expressjs/multer#1378Full Changelog: https://github.com/expressjs/multer/compare/v2.1.0...v2.1.1
v2.1.0
Important
What's Changed
- chore: add funding to package.json by
@bjohansebasin expressjs/multer#1346- chore: drop mkdirp dependency by
@wojtekmajin expressjs/multer#1350- chore: drop object-assign dependency by
@wojtekmajin expressjs/multer#1351- chore: drop xtend dependency by
@wojtekmajin expressjs/multer#1352- chore(gitignore): ignore .nyc_output directory by
@ShubhamOulkarin expressjs/multer#1332- Fix typo in README-vi.md regarding file upload by
@Kunniiiin expressjs/multer#1366- Fix typo in README-pt-br.md for array method by
@matheushbm192in expressjs/multer#1367- headers-support-utf8 by
@Doc999torin expressjs/multer#1210- Add Turkish translation (README-tr.md) by
@Sabandoganin expressjs/multer#1360- Release: 2.1.0 by
@UlisesGasconin expressjs/multer#1371New Contributors
@wojtekmajmade their first contribution in expressjs/multer#1350@ShubhamOulkarmade their first contribution in expressjs/multer#1332@Kunniiimade their first contribution in expressjs/multer#1366@matheushbm192made their first contribution in expressjs/multer#1367@Doc999tormade their first contribution in expressjs/multer#1210@Sabandoganmade their first contribution in expressjs/multer#1360Full Changelog: https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0
Changelog
Sourced from multer's changelog.
2.1.1
- Fix CVE-2026-3520 (GHSA-5528-5vmv-3xc2)
- fix error/abort handling
2.1.0
- Add
defParamCharsetoption for UTF-8 filename support (#1210)- Fix CVE-2026-2359 (GHSA-v52c-386h-88mc)
- Fix CVE-2026-3304 (GHSA-xf7r-hgr6-v32p)
Commits
368c8a12.1.1 (#1380)7e66481🐛 fix recursion issue643571e✅ add explicit test for client able to send body without abrupt disconnecte86fa52fix error/abort handlingca37779chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 (#1374)13088f4chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 (#1375)bc6a1d1chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 (#1376)c496e93chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1377)fa173d3chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#1378)17d7f51chore: add node version to 25.x in CI- Additional commits viewable in compare view
Updates fast-xml-parser from 5.3.6 to 5.4.1
Release notes
Sourced from fast-xml-parser's releases.
Separate Builder
XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.
Migration
To migrate to fast-xml-builder;
From
import { XMLBuilder } from "fast-xml-parser";To
import XMLBuilder from "fast-xml-builder";XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.
support strictReservedNames
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9
handle non-array input for XML builder && support maxNestedTags
- support maxNestedTags
- handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
- save use of js properies Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8
CJS typing fix
What's Changed
- Unexport
X2jOptionsat declaration site by@Drarig29in NaturalIntelligence/fast-xml-parser#787New Contributors
@Drarig29made their first contribution in NaturalIntelligence/fast-xml-parser#787Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7
Changelog
Sourced from fast-xml-parser's changelog.
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion
5.4.2 / 2026-03-03
- support maxEntityCount option
5.4.1 / 2026-02-25
- fix (#785) unpairedTag node should not have tag content
5.4.0 / 2026-02-25
- migrate to fast-xml-builder
5.3.9 / 2026-02-25
- support strictReservedNames
5.3.8 / 2026-02-25
- support maxNestedTags
- handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
- save use of js properies
5.3.7 / 2026-02-20
- fix typings for CJS (By Corentin Girard)
5.3.6 / 2026-02-14
- Improve security and performance of entity processing
- new options
maxEntitySize,maxExpansionDepth,maxTotalExpansions,maxExpandedLength,allowedTags,tagFilter- fast return when no edtity is present
- improvement replacement logic to reduce number of calls
5.3.5 / 2026-02-08
- fix: Escape regex char in entity name
- update strnum to 2.1.2
- add missing exports in CJS typings
5.3.4 / 2026-01-30
- fix: handle HTML numeric and hex entities when out of range
5.3.3 / 2025-12-12
- fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute
5.3.2 / 2025-11-14
- fix for import statement for v6
5.3.1 / 2025-11-03
... (truncated)
Commits
4e7ca80update release info36023b4fix (#785) unpairedTag node should not have tag contentb366026separate builder6f333a8update release infoc3ffbabsupport strictReservedNamesc692040update release info107e34cavoid{}to create an empty object60835a4support maxNestedTagsf55657cavoid direct call to hasOwnPropertyc13a961handle non-array input for XML builder when preserveOrder is true- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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.
Package Dependencies
Security Advisories
Multer vulnerable to Denial of Service via incomplete cleanup
Multer vulnerable to Denial of Service via resource exhaustion
Multer Vulnerable to Denial of Service via Uncontrolled Recursion
Technical Details
| ID: | 14422398 |
| UUID: | 4033028158 |
| Node ID: | PR_kwDODtggVc7IcM0u |
| Host: | GitHub |
| Repository: | afshimono/full_stack_web_dev_react |