Skip to content

Commit

Permalink
chore(deps-dev): 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:development
- dependency-name: express
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 37b8c1a commit 30b2a36
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 42 deletions.
110 changes: 70 additions & 40 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 @@ -127,7 +127,7 @@
"babel-plugin-lodash": "=3.3.4",
"babel-plugin-module-resolver": "=5.0.2",
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"cross-env": "=7.0.3",
Expand All @@ -143,7 +143,7 @@
"eslint-plugin-react": "^7.34.3",
"esm": "=3.2.25",
"expect": "=29.7.0",
"express": "^4.19.2",
"express": "^4.21.0",
"git-describe": "^4.1.0",
"html-webpack-plugin": "^5.5.1",
"html-webpack-skip-assets-plugin": "^1.0.4",
Expand Down

0 comments on commit 30b2a36

Please sign in to comment.