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/10/26 14:03:49 UTC

ignite git commit: IGNITE-843 Update dependencies.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 0c3a8960d -> 31c502b04


IGNITE-843 Update dependencies.


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

Branch: refs/heads/ignite-843-rc1
Commit: 31c502b04281017772e9544f1cbb6342c7abff8a
Parents: 0c3a896
Author: AKuznetsov <ak...@gridgain.com>
Authored: Mon Oct 26 20:03:42 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Mon Oct 26 20:03:42 2015 +0700

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/31c502b0/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 cf51ac2..8babf6e 100644
--- a/modules/control-center-web/src/main/js/package.json
+++ b/modules/control-center-web/src/main/js/package.json
@@ -20,7 +20,7 @@
     "node": ">=0.12.4"
   },
   "dependencies": {
-    "async": "1.4.2",
+    "async": "1.5.0",
     "body-parser": "~1.14.1",
     "bootstrap-sass": "^3.3.5",
     "compression": "1.6.0",
@@ -29,11 +29,11 @@
     "debug": "~2.2.0",
     "express": "~4.13.3",
     "express-force-ssl": "^0.3.0",
-    "express-session": "^1.11.1",
+    "express-session": "^1.12.0",
     "jade": "~1.11.0",
     "jszip": "^2.5.0",
     "lodash": "3.10.1",
-    "mongoose": "^4.1.12",
+    "mongoose": "^4.2.2",
     "mongoose-deep-populate": "2.0.2",
     "nconf": "^0.8.2",
     "node-sass-middleware": "0.9.7",