Skip to content

Commit

Permalink
chore(deps): bump body-parser and express
Browse files Browse the repository at this point in the history
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.20.2 to 1.20.3
- [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.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 2fbf00b commit c42ed0e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
111 changes: 63 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"base-64": "^1.0.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.2",
"body-parser": "^1.20.3",
"bullmq": "^5.7.15",
"cache-parser": "^1.2.4",
"cloudmersive-virus-api-client": "^1.2.7",
Expand All @@ -64,7 +64,7 @@
"dotenv": "^16.4.5",
"eventsource": "^2.0.2",
"exponential-backoff": "^3.1.0",
"express": "~4.19.2",
"express": "~4.21.0",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"file-type": "^16.5.4",
Expand Down

0 comments on commit c42ed0e

Please sign in to comment.