enso/tools/simple-library-server/package.json
dependabot[bot] bbf28115dc
Bump cookie and express in /tools/simple-library-server (#11552)
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

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

---
updated-dependencies:
- dependency-name: cookie
  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-11-14 10:36:33 +00: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.1",
"multer": "^1.4.2",
"semver": "^7.5.2",
"yargs": "^17.0.1"
},
"engines": {
"node": ">=14.17.2"
}
}