mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
update packages
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@67891 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "common",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"amazon-s3-url-signer": "https://github.com/agolybev/amazon-s3-url-signer/archive/v0.0.9.tar.gz",
|
||||
"amqplib": "^0.3.2",
|
||||
"aws-sdk": "^2.1.33",
|
||||
"config": "^1.15.0",
|
||||
"log4js": "0.6.26",
|
||||
"amqplib": "^0.4.0",
|
||||
"aws-sdk": "^2.2.33",
|
||||
"config": "^1.19.0",
|
||||
"log4js": "^0.6.31",
|
||||
"mime": "^1.3.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"node-statsd": "^0.1.1",
|
||||
"request": "^2.61.0"
|
||||
"request": "^2.69.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "coauthoring",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"base64-stream": "^0.1.2",
|
||||
"body-parser": "^1.13.1",
|
||||
"config": "^1.15.0",
|
||||
"cron": "^1.0.9",
|
||||
"express": "4.13.1",
|
||||
"fakeredis": "^0.3.1",
|
||||
"base64-stream": "^0.1.3",
|
||||
"body-parser": "^1.14.2",
|
||||
"config": "^1.19.0",
|
||||
"cron": "^1.1.0",
|
||||
"express": "^4.13.4",
|
||||
"fakeredis": "^1.0.2",
|
||||
"mime": "^1.3.4",
|
||||
"multiparty": "^4.1.2",
|
||||
"mysql": "2.9.0",
|
||||
"pg": "4.4.0",
|
||||
"redis": "^0.12.1",
|
||||
"mysql": "^2.10.2",
|
||||
"pg": "^4.4.4",
|
||||
"redis": "^2.4.2",
|
||||
"sockjs": "http://d2ettrnqo7v976.cloudfront.net/npm/sockjs-node/v0.3.15.14.tar.gz",
|
||||
"underscore": "1.8.3"
|
||||
"underscore": "^1.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "fileconverter",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"config": "^1.15.0"
|
||||
"config": "^1.19.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "filestorage",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"s3rver": "https://github.com/agolybev/s3rver/archive/v0.0.6.tar.gz",
|
||||
"config": "^1.15.0"
|
||||
"config": "^1.19.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "spellchecker",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"express" : "4.13.1",
|
||||
"sockjs" : "0.3.15",
|
||||
"nodehun" : "2.0.6",
|
||||
"config": "^1.15.0"
|
||||
"express" : "^4.13.4",
|
||||
"sockjs" : "^0.3.15",
|
||||
"nodehun" : "^2.0.8",
|
||||
"config": "^1.19.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user