v1.18.x
barisusakli 10 years ago
parent 878690e5f7
commit 85ae56e41d

@ -14,14 +14,14 @@
"test": "mocha ./tests -t 10000" "test": "mocha ./tests -t 10000"
}, },
"dependencies": { "dependencies": {
"async": "~0.9.0", "async": "~1.4.2",
"bcryptjs": "~2.1.0", "bcryptjs": "~2.2.1",
"body-parser": "^1.9.0", "body-parser": "^1.9.0",
"colors": "^1.1.0", "colors": "^1.1.0",
"compression": "^1.1.0", "compression": "^1.1.0",
"connect-ensure-login": "^0.1.1", "connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1", "connect-flash": "^0.1.1",
"connect-multiparty": "^1.2.4", "connect-multiparty": "^2.0.0",
"cookie-parser": "^1.3.3", "cookie-parser": "^1.3.3",
"cron": "^1.0.5", "cron": "^1.0.5",
"csurf": "^1.6.1", "csurf": "^1.6.1",
@ -43,7 +43,7 @@
"nodebb-plugin-composer-default": "1.0.9", "nodebb-plugin-composer-default": "1.0.9",
"nodebb-plugin-dbsearch": "0.2.15", "nodebb-plugin-dbsearch": "0.2.15",
"nodebb-plugin-emoji-extended": "0.4.9", "nodebb-plugin-emoji-extended": "0.4.9",
"nodebb-plugin-markdown": "4.0.2", "nodebb-plugin-markdown": "4.0.4",
"nodebb-plugin-mentions": "1.0.0", "nodebb-plugin-mentions": "1.0.0",
"nodebb-plugin-soundpack-default": "0.1.2", "nodebb-plugin-soundpack-default": "0.1.2",
"nodebb-plugin-spam-be-gone": "0.4.1", "nodebb-plugin-spam-be-gone": "0.4.1",
@ -57,23 +57,23 @@
"passport-local": "1.0.0", "passport-local": "1.0.0",
"prompt": "^0.2.14", "prompt": "^0.2.14",
"request": "^2.44.0", "request": "^2.44.0",
"rimraf": "~2.3.2", "rimraf": "~2.4.2",
"rss": "^1.0.0", "rss": "^1.0.0",
"semver": "^4.3.3", "semver": "^5.0.1",
"serve-favicon": "^2.1.5", "serve-favicon": "^2.1.5",
"sitemap": "^0.8.1", "sitemap": "^1.0.0",
"socket.io": "^1.2.1", "socket.io": "^1.2.1",
"socket.io-client": "^1.2.1", "socket.io-client": "^1.2.1",
"socket.io-redis": "^0.1.3", "socket.io-redis": "^0.1.3",
"socketio-wildcard": "~0.1.1", "socketio-wildcard": "~0.1.1",
"string": "^3.0.0", "string": "^3.0.0",
"templates.js": "0.2.8", "templates.js": "0.2.8",
"touch": "0.0.3", "touch": "1.0.0",
"uglify-js": "^2.4.23", "uglify-js": "^2.4.23",
"underscore": "~1.8.3", "underscore": "~1.8.3",
"underscore.deep": "^0.5.1", "underscore.deep": "^0.5.1",
"validator": "^3.30.0", "validator": "^4.0.5",
"winston": "^0.9.0", "winston": "^1.0.1",
"xregexp": "~2.0.0" "xregexp": "~2.0.0"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save