mirror of https://github.com/calzoneman/sync.git
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 Config = require("./config");
|
||||
|
||||
|
|
30
package.json
30
package.json
|
@ -2,29 +2,29 @@
|
|||
"author": "Calvin Montgomery",
|
||||
"name": "CyTube",
|
||||
"description": "Online media synchronizer and chat",
|
||||
"version": "3.6.3",
|
||||
"version": "3.7.0",
|
||||
"repository": {
|
||||
"url": "http://github.com/calzoneman/sync"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^0.8.0",
|
||||
"body-parser": "^1.6.5",
|
||||
"compression": "^1.2.0",
|
||||
"cookie-parser": "^1.3.2",
|
||||
"bcrypt": "^0.8.1",
|
||||
"body-parser": "^1.10.2",
|
||||
"compression": "^1.3.0",
|
||||
"cookie-parser": "^1.3.3",
|
||||
"cytubefilters": "git://github.com/calzoneman/cytubefilters#89f56fee",
|
||||
"express": "^4.8.5",
|
||||
"express-minify": "0.0.11",
|
||||
"express": "^4.11.1",
|
||||
"express-minify": "^0.1.2",
|
||||
"graceful-fs": "^3.0.5",
|
||||
"jade": "^1.5.0",
|
||||
"json-typecheck": "^0.1.0",
|
||||
"morgan": "^1.2.3",
|
||||
"mysql": "^2.4.2",
|
||||
"nodemailer": "^1.2.0",
|
||||
"jade": "^1.9.1",
|
||||
"json-typecheck": "^0.1.3",
|
||||
"morgan": "^1.5.1",
|
||||
"mysql": "^2.5.4",
|
||||
"nodemailer": "^1.3.0",
|
||||
"oauth": "^0.9.12",
|
||||
"q": "^1.0.1",
|
||||
"q": "^1.1.2",
|
||||
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
||||
"serve-static": "^1.5.3",
|
||||
"serve-static": "^1.8.1",
|
||||
"socket.io": "^1.3.2",
|
||||
"yamljs": "^0.1.5"
|
||||
"yamljs": "^0.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue