uppy/examples/xhr-bundle/package.json
dependabot[bot] 61997f087c
Bump express from 4.18.1 to 4.19.2 (#5037)
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 10:10:47 +01:00

22 lines
500 B
JSON

{
"name": "@uppy-example/xhr-bundle",
"version": "0.0.0",
"dependencies": {
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"@uppy/xhr-upload": "workspace:*",
"cors": "^2.8.5",
"express": "^4.19.2",
"multer": "^1.4.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
},
"private": true,
"scripts": {
"start": "run-p start:server start:client",
"start:client": "vite",
"start:server": "node server.cjs"
}
}