spiegel-keyman/developer/src/server/package.json
dependabot[bot] 9404a7457f
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
chore(deps): bump qs and express
Bumps [qs](https://github.com/ljharb/qs) to 6.15.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.13.0 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.15.2)

Updates `express` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/v4.22.1...v4.22.2)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 4.22.2
  dependency-type: direct:production
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-02 10:53:38 +00:00

39 lines
992 B
JSON

{
"name": "@keymanapp/developer-server",
"description": "Keyman Developer backend server",
"main": "build/src/index.js",
"type": "module",
"scripts": {
"build": "npx gosh ./build.sh build",
"test": "npx gosh ./build.sh test"
},
"license": "MIT",
"dependencies": {
"@keymanapp/developer-utils": "*",
"@ngrok/ngrok": "^1.7.0",
"@sentry/node": "^7.57.0",
"chalk": "^4.1.2",
"express": "^4.22.2",
"multer": "^2.1.1",
"open": "^8.4.0",
"restructure": "^3.0.1",
"sax": ">=0.6.0",
"semver": "^7.5.4",
"ws": "^8.20.1",
"xmlbuilder": "~11.0.0"
},
"optionalDependencies": {
"node-hide-console-window": "^2.2.0"
},
"devDependencies": {
"@keymanapp/keyman-version": "*",
"@keymanapp/resources-gosh": "*",
"@types/express": "^4.17.13",
"@types/multer": "^1.4.12",
"@types/ws": "^8.2.2",
"copyfiles": "^2.4.1",
"node-gyp": "^10.2.0",
"tsc-watch": "^4.5.0",
"typescript": "^5.4.5"
}
}