updated out of date dependencies expect socket.io
v1.18.x
barisusakli 11 years ago
parent a3fecee781
commit 3e252187ad

@ -15,8 +15,8 @@
"test": "mocha ./tests -t 10000"
},
"dependencies": {
"async": "~0.2.8",
"bcryptjs": "~0.7.10",
"async": "~0.9.0",
"bcryptjs": "~2.0.1",
"connect-flash": "^0.1.1",
"cron": "~1.0.4",
"daemon": "~1.1.0",
@ -31,8 +31,8 @@
"morgan": "^1.0.0",
"gm": "1.14.2",
"gravatar": "1.0.6",
"less": "~1.6.3",
"mkdirp": "~0.3.5",
"less": "~1.7.3",
"mkdirp": "~0.5.0",
"nconf": "~0.6.7",
"nodebb-plugin-dbsearch": "0.0.9",
"nodebb-plugin-markdown": "~0.5.0",
@ -45,17 +45,17 @@
"passport": "~0.2.0",
"passport-local": "0.1.6",
"prompt": "~0.2.11",
"request": "~2.34.0",
"request": "~2.37.0",
"rimraf": "~2.2.6",
"rss": "~0.2.0",
"semver": "~2.2.1",
"rss": "~0.3.2",
"semver": "~2.3.1",
"sitemap": "~0.7.3",
"socket.io": "~0.9.16",
"socket.io-wildcard": "~0.1.1",
"string": "~1.7.0",
"string": "~1.9.0",
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
"underscore": "~1.6.0",
"validator": "~3.4.0",
"validator": "~3.16.1",
"winston": "~0.7.2",
"xregexp": "~2.0.0",
"templates.js": "0.0.8"

Loading…
Cancel
Save