Update dependencies
This commit is contained in:
parent
e85fd4bcd0
commit
14bfaae487
36
package.json
36
package.json
|
@ -2,34 +2,34 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
"license":"MIT",
|
"license":"MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^0.8.1",
|
"bcrypt": "^0.8.5",
|
||||||
"body-parser": "^1.10.2",
|
"body-parser": "^1.14.0",
|
||||||
"cheerio": "^0.18.0",
|
"cheerio": "^0.19.0",
|
||||||
"compression": "^1.3.0",
|
"compression": "^1.5.2",
|
||||||
"cookie-parser": "^1.3.3",
|
"cookie-parser": "^1.4.0",
|
||||||
"csrf": "^2.0.6",
|
"csrf": "^3.0.0",
|
||||||
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
|
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
|
||||||
"cytubefilters": "git://github.com/calzoneman/cytubefilters#378bebfb",
|
"cytubefilters": "git://github.com/calzoneman/cytubefilters#095b7956",
|
||||||
"express": "^4.11.1",
|
"express": "^4.13.3",
|
||||||
"express-minify": "^0.1.3",
|
"express-minify": "^0.1.6",
|
||||||
"graceful-fs": "^3.0.5",
|
"graceful-fs": "^4.1.2",
|
||||||
"http-errors": "^1.3.1",
|
"http-errors": "^1.3.1",
|
||||||
"jade": "^1.9.1",
|
"jade": "^1.11.0",
|
||||||
"json-typecheck": "^0.1.3",
|
"json-typecheck": "^0.1.3",
|
||||||
"morgan": "^1.5.1",
|
"morgan": "^1.6.1",
|
||||||
"mysql": "^2.5.4",
|
"mysql": "^2.9.0",
|
||||||
"nodemailer": "^1.3.0",
|
"nodemailer": "^1.4.0",
|
||||||
"oauth": "^0.9.12",
|
"oauth": "^0.9.12",
|
||||||
"q": "^1.1.2",
|
"q": "^1.4.1",
|
||||||
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
|
||||||
"serve-static": "^1.8.1",
|
"serve-static": "^1.10.0",
|
||||||
"socket.io": "^1.3.5",
|
"socket.io": "^1.3.7",
|
||||||
"status-message-polyfill": "calzoneman/status-message-polyfill",
|
"status-message-polyfill": "calzoneman/status-message-polyfill",
|
||||||
"yamljs": "^0.1.6"
|
"yamljs": "^0.1.6"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue