Skip to content

build(deps): bump @adonisjs/bodyparser from 10.1.2 to 10.1.4#444

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/adonisjs/bodyparser-10.1.4
Open

build(deps): bump @adonisjs/bodyparser from 10.1.2 to 10.1.4#444
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/adonisjs/bodyparser-10.1.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps @adonisjs/bodyparser from 10.1.2 to 10.1.4.

Release notes

Sourced from @​adonisjs/bodyparser's releases.

Fix wrongly thrown error

10.1.4 (2026-02-23)

Bug Fixes

  • mismatch catch err variable used (#77) (afa988b)

What's Changed

New Contributors

Full Changelog: adonisjs/bodyparser@v10.1.3...v10.1.4

Security Fixes

Multipart field names sanitization

Hardened the internal storage used by the multipart parser to collect form fields, preventing potential misuse of specially crafted field names.

File type detection memory improvement

Fixed an issue where the internal buffer used for file type detection could grow indefinitely when processing files whose content didn't match any known magic number signature. The parser now falls back to filename-based detection after a reasonable threshold, ensuring predictable memory usage during file uploads.

Commits
  • 908abe6 chore(release): 10.1.4
  • afa988b fix: mismatch catch err variable used (#77)
  • f1fc246 chore(release): 10.1.3
  • f2cb88d style: format files
  • 487de0d fix: prevent unbounded buffer growth when magic number detection fails
  • 2515698 fix: prevent prototype pollution via multipart field names
  • See full diff in compare view

Dependabot compatibility score

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 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.

Bumps [@adonisjs/bodyparser](https://github.com/adonisjs/bodyparser) from 10.1.2 to 10.1.4.
- [Release notes](https://github.com/adonisjs/bodyparser/releases)
- [Commits](adonisjs/bodyparser@v10.1.2...v10.1.4)

---
updated-dependencies:
- dependency-name: "@adonisjs/bodyparser"
  dependency-version: 10.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2026
Copy link

@abtion-internal-projects abtion-internal-projects left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant