mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 16:53:33 +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>
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"name": "@uppy-example/digitalocean-spaces",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@uppy/aws-s3": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"body-parser": "^1.20.3",
|
|
"cors": "^2.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.19.2",
|
|
"vite": "^5.3.6"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./server.cjs"
|
|
}
|
|
}
|