Files
server/SpellChecker/package.json
dependabot[bot] 45d9832f1c Bump express from 4.16.4 to 4.19.2 in /SpellChecker
Bumps [express](https://github.com/expressjs/express) from 4.16.4 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.16.4...4.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 13:45:25 +03:00

20 lines
432 B
JSON

{
"name": "spellchecker",
"version": "1.0.1",
"homepage": "https://www.onlyoffice.com",
"private": true,
"bin": "sources/server.js",
"dependencies": {
"co": "4.6.0",
"config": "2.0.1",
"express": "4.19.2",
"nodehun": "git+https://git@github.com/ONLYOFFICE/nodehun.git#2411a56828c7d58214c61781b4a5c63d18adba99",
"sockjs": "0.3.21"
},
"pkg": {
"assets": [
"dictionaries/**/*"
]
}
}