mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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:
parent
a39193ee14
commit
14b10b02e3
7 changed files with 42 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue