mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
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>
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"name": "@uppy-example/aws-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "Uppy for AWS S3 with a custom Node.js backend for signing URLs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "node --watch index.js",
|
|
"start": "node index.js"
|
|
},
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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.3",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|