You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/08/31 16:15:58 UTC

ignite git commit: IGNITE-843 Update libs.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 1f1659492 -> d4980a0a1


IGNITE-843 Update libs.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d4980a0a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d4980a0a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d4980a0a

Branch: refs/heads/ignite-843
Commit: d4980a0a1e674a839bef6bc646ce1fa5836e9df5
Parents: 1f16594
Author: AKuznetsov <ak...@gridgain.com>
Authored: Mon Aug 31 21:15:55 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Mon Aug 31 21:15:55 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/package.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d4980a0a/modules/control-center-web/src/main/js/package.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/package.json b/modules/control-center-web/src/main/js/package.json
index 41c8932..3a7eb37 100644
--- a/modules/control-center-web/src/main/js/package.json
+++ b/modules/control-center-web/src/main/js/package.json
@@ -32,21 +32,21 @@
     "express-session": "^1.11.1",
     "jade": "~1.11.0",
     "lodash": "3.10.1",
-    "mongoose": "^4.1.3",
+    "mongoose": "^4.1.4",
     "mongoose-deep-populate": "2.0.1",
     "nconf": "^0.7.2",
     "node-sass-middleware": "^0.9.0",
     "passport": "^0.3.0",
     "passport-local": "^1.0.0",
-    "passport-local-mongoose": "1.0.1",
+    "passport-local-mongoose": "1.2.0",
     "nodemailer": "1.4.0",
     "serve-favicon": "~2.3.0",
     "ws": "~0.8.0"
   },
   "devDependencies": {
     "morgan": "~1.6.1",
-    "supertest": "^1.0.1",
-    "mocha": "~2.2.5",
-    "should": "~7.0.4"
+    "supertest": "^1.1.0",
+    "mocha": "~2.3.0",
+    "should": "~7.1.0"
   }
 }