From bc1281a2011057c1aec25593e19684d31f5dff2d Mon Sep 17 00:00:00 2001 From: barisusakli Date: Mon, 6 Oct 2014 14:00:10 -0400 Subject: [PATCH] update deps dbsearch, string, underscore, validator --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ad43949248..41b85f3d79 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "mkdirp": "~0.5.0", "morgan": "^1.3.2", "nconf": "~0.6.7", - "nodebb-plugin-dbsearch": "0.0.13", + "nodebb-plugin-dbsearch": "0.0.14", "nodebb-plugin-markdown": "~0.6.3", "nodebb-plugin-mentions": "~0.6.0", "nodebb-plugin-soundpack-default": "~0.1.1", @@ -55,11 +55,11 @@ "socket.io": "^0.9.17", "socket.io-client": "^0.9.17", "socket.io-wildcard": "~0.1.1", - "string": "^1.9.1", + "string": "^2.1.0", "templates.js": "0.1.0", "uglify-js": "git+https://github.com/julianlam/UglifyJS2.git", - "underscore": "~1.6.0", - "validator": "~3.16.1", + "underscore": "~1.7.0", + "validator": "~3.19.1", "winston": "^0.8.0", "xregexp": "~2.0.0" },