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

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

Loading…
Cancel
Save