enso/tools/simple-library-server/package.json
dependabot[bot] 343f6830a7
Bump send and express in /tools/simple-library-server (#11072)
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- 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-09-17 18:51:29 +01:00

27 lines
546 B
JSON

{
"name": "simple-library-server",
"version": "1.0.0",
"description": "A simple server for hosting Enso libraries and Editions.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"enso",
"libraries",
"server"
],
"author": "Enso Team",
"license": "Apache-2.0",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.21.0",
"multer": "^1.4.2",
"semver": "^7.5.2",
"yargs": "^17.0.1"
},
"engines": {
"node": ">=14.17.2"
}
}