Skip to content

build(deps): bump body-parser from 1.20.4 to 1.20.6 in /ui - #651

Merged
ruromero merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/body-parser-1.20.6
Aug 26, 2026
Merged

build(deps): bump body-parser from 1.20.4 to 1.20.6 in /ui#651
ruromero merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/body-parser-1.20.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps body-parser from 1.20.4 to 1.20.6.

Release notes

Sourced from body-parser's releases.

1.20.6

Important: Security

What's Changed

Full Changelog: expressjs/body-parser@1.20.5...1.20.6

v1.20.5

What's Changed

The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@6.14.2+. (expressjs/body-parser#716)

New Contributors

Special thanks to triager @​krzysdz for keeping this on our radar and effectively triaging the specific issue!

Full Changelog: expressjs/body-parser@1.20.4...1.20.5

Changelog

Sourced from body-parser's changelog.

1.20.6 / 2026-07-09

  • Security fix for GHSA-v422-hmwv-36x6
  • fix: improve limit option validation (#698)
    • Invalid limit values (e.g. unparseable strings or NaN) now throw instead of being silently ignored, which previously disabled size limit enforcement
    • null and undefined fall back to the default 100kb limit

1.20.5 / 2026-04-24

  • refactor(json): simplify strict mode error string construction
  • fix: extended urlencoded parsing of arrays with >100 elements (#716)
  • deps: qs@~6.15.1
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/body-parser-1.20.6 branch 2 times, most recently from 9f15e2f to c3d30c0 Compare July 22, 2026 11:32

@ruromero ruromero left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM — dependabot patch bump

@ruromero

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.4 to 1.20.6.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.4...1.20.6)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/body-parser-1.20.6 branch from c3d30c0 to 1bf3650 Compare August 26, 2026 07:05
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.43%. Comparing base (14b41fb) to head (1bf3650).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #651   +/-   ##
=========================================
  Coverage     57.43%   57.43%           
  Complexity      913      913           
=========================================
  Files            93       93           
  Lines          5089     5089           
  Branches        721      721           
=========================================
  Hits           2923     2923           
  Misses         1843     1843           
  Partials        323      323           
Flag Coverage Δ
integration-tests 57.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ruromero
ruromero merged commit f471d1b into main Aug 26, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ui/body-parser-1.20.6 branch August 26, 2026 07:40
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.

2 participants