snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

chore(deps): bump express-fileupload from 1.1.7-alpha.4 to 1.4.0 #58

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps express-fileupload from 1.1.7-alpha.4 to 1.4.0.

Release notes

Sourced from express-fileupload's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.3.1...v1.4.0

1.3.1

Updates

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

1.2.1

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)

1.2.0

Bug Fixes

#241 Cleanup temporary files - @​nusu

1.1.10

Updates:

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

1.1.9

Updates:

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

1.1.8

Updates:

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

Commits
  • 4f81fc8 1.4.0
  • 78a66c1 Merge pull request #315 from duterte/master
  • 310a382 Merge branch 'richardgirges:master' into master
  • f57198b fix linting error
  • ce713c2 add workflow job filters
  • e47cc7d trigger ci
  • 74a0830 Refactor: upgrade to busboy 1.6.0
  • d1d6c66 Refactor busboy is no longer a constructor, its a function
  • 30d8535 Merge pull request #310 from richardgirges/dependabot/npm_and_yarn/minimist-1...
  • e6948f9 Bump minimist from 1.2.5 to 1.2.6
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by richardgirges, a new releaser for express-fileupload since your current version.


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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](https://github.com/snoopysecurity/dvws-node/network/alerts).