Upgrade deps
This commit is contained in:
parent
5a95bacee4
commit
858207a6f8
|
@ -1,4 +1,4 @@
|
||||||
const VERSION = "3.6.3";
|
const VERSION = "3.7.0";
|
||||||
var singleton = null;
|
var singleton = null;
|
||||||
var Config = require("./config");
|
var Config = require("./config");
|
||||||
|
|
||||||
|
|
30
package.json
30
package.json
|
@ -2,29 +2,29 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.6.3",
|
"version": "3.7.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^0.8.0",
|
"bcrypt": "^0.8.1",
|
||||||
"body-parser": "^1.6.5",
|
"body-parser": "^1.10.2",
|
||||||
"compression": "^1.2.0",
|
"compression": "^1.3.0",
|
||||||
"cookie-parser": "^1.3.2",
|
"cookie-parser": "^1.3.3",
|
||||||
"cytubefilters": "git://github.com/calzoneman/cytubefilters#89f56fee",
|
"cytubefilters": "git://github.com/calzoneman/cytubefilters#89f56fee",
|
||||||
"express": "^4.8.5",
|
"express": "^4.11.1",
|
||||||
"express-minify": "0.0.11",
|
"express-minify": "^0.1.2",
|
||||||
"graceful-fs": "^3.0.5",
|
"graceful-fs": "^3.0.5",
|
||||||
"jade": "^1.5.0",
|
"jade": "^1.9.1",
|
||||||
"json-typecheck": "^0.1.0",
|
"json-typecheck": "^0.1.3",
|
||||||
"morgan": "^1.2.3",
|
"morgan": "^1.5.1",
|
||||||
"mysql": "^2.4.2",
|
"mysql": "^2.5.4",
|
||||||
"nodemailer": "^1.2.0",
|
"nodemailer": "^1.3.0",
|
||||||
"oauth": "^0.9.12",
|
"oauth": "^0.9.12",
|
||||||
"q": "^1.0.1",
|
"q": "^1.1.2",
|
||||||
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
||||||
"serve-static": "^1.5.3",
|
"serve-static": "^1.8.1",
|
||||||
"socket.io": "^1.3.2",
|
"socket.io": "^1.3.2",
|
||||||
"yamljs": "^0.1.5"
|
"yamljs": "^0.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue