mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
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>
20 lines
432 B
JSON
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/**/*"
|
|
]
|
|
}
|
|
}
|