build(deps): bump body-parser from 1.20.2 to 1.20.3 (#5462)

Bumps [body-parser](https://github.com/expressjs/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](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-19 10:52:26 +02:00 committed by GitHub
parent a39193ee14
commit 14b10b02e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 42 additions and 13 deletions

View file

@ -11,7 +11,7 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.20.0",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",

View file

@ -13,7 +13,7 @@
"@aws-sdk/client-s3": "^3.338.0",
"@aws-sdk/client-sts": "^3.338.0",
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.0",
"body-parser": "^1.20.3",
"dotenv": "^16.0.0",
"express": "^4.19.2"
}

View file

@ -16,7 +16,7 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"body-parser": "^1.20.3",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express-session": "^1.15.6",

View file

@ -6,7 +6,7 @@
"@uppy/aws-s3": "workspace:*",
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"body-parser": "^1.18.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5"
},
"devDependencies": {

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"body-parser": "^1.20.3",
"express": "^4.19.2",
"express-session": "^1.15.6",
"light-server": "^2.4.0",