Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Confidence
express-fileupload 1.1.6-alpha.6 -> 1.5.2 age confidence

Release Notes

richardgirges/express-fileupload (express-fileupload)

v1.5.2

Compare Source

What's Changed

  • Fix possible conflicts for temporary files names(issue #​384).
  • Update some of the dev dependencies
  • Update CI node versions.

Full Changelog: richardgirges/express-fileupload@v1.5.1...v.1.5.2

v1.5.1

Compare Source

What's Changed

  • New option hashAlgorithm.

Full Changelog: richardgirges/express-fileupload@v1.5.0...v.1.5.1

v1.5.0

Compare Source

What's Changed

  • Ability to set custom logger for debug logging. See option logger.
  • Optimize upload timer.

Full Changelog: richardgirges/express-fileupload@v1.4.3...v.1.5.0

v1.4.3

Compare Source

What's Changed

  • TypeError - Cannot read properties of undefined (reading 'includes') in lib/isEligibleRequest.js (issue #​364).

Full Changelog: richardgirges/express-fileupload@v1.4.2...v.1.4.3

v1.4.2

Compare Source

What's Changed

  • Fix TypeError: file.destroy is not a function (issue #​259).
  • Stricter request method and headers checks (to comply with RFC 2046).
  • Do not run next after abortion on limit (issue #​238).

Full Changelog: richardgirges/express-fileupload@v1.4.1...v.1.4.2

v1.4.1

Compare Source

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: richardgirges/express-fileupload@v1.3.1...v1.4.0

v1.3.1: 1.3.1

Compare Source

Updates

  • Have promiseCallback make callbacks and promises behave the same (#​302)
  • Fix prototype pollution in utilities.js (#​301)
  • Switch to CircleCI (ddf5530)
  • End support for Node versions < 12 (ab3d252)

v1.3.0

Compare Source

v1.2.1: 1.2.1

Compare Source

Updates:

  • (Fix) Stopped additional responses from being sent if a limit handler exists (#​264)
  • Unhandled promise rejection warning (#​257)
  • Changed example (#​255)
  • Passing a Buffer body will pollute req.body when used along with processNested (#​291)

v1.2.0

Compare Source

Bug Fixes

#​241 Cleanup temporary files - @​nusu

v1.1.10

Compare Source

Updates:

Additional prototype-pollution security fix when using processNested (#​239)

v1.1.9

Compare Source

Updates:

Second prototype pollution security vulnerability fix when using processNested (#​236)

v1.1.8

Compare Source

Updates:

Fixed prototype pollution security vulnerability when using processNested (#​236)

v1.1.6

Compare Source

Updates

  • Add debug option and debug logging output for upload process.
  • Invoke cleanup in case of abortOnLimit=true to delete temporary file when limit reached(#​155 ).
  • if possible, module uses fs.rename instead of copying + deleting to move uploaded files(#​158).
  • Add busboy unpipe when closing connection. Thanks to @​shel.
  • uploadTimeout(default is 60000 msec) option.
  • Add timeout check for data handler, which triggers cleanup of the temp files in case of no data come during time configured in option uploadTimeout.
  • Fixing vulnerability: middleware checks filename and cut off it if length more then 255 characters.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/express-fileupload-1.x-lockfile branch from 08e5859 to 8546dfd Compare July 13, 2025 08:06
@renovate renovate bot changed the title Update dependency express-fileupload to v1.5.1 Update dependency express-fileupload to v1.5.2 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/express-fileupload-1.x-lockfile branch from 8546dfd to 9aaa331 Compare November 16, 2025 08:17
@renovate renovate bot force-pushed the renovate/express-fileupload-1.x-lockfile branch from 9aaa331 to 61b227e Compare November 19, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant