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 2018/08/07 11:56:46 UTC

ignite git commit: IGNITE-9207 Web Console: Updated lodash to latest version.

Repository: ignite
Updated Branches:
  refs/heads/master de9227d7c -> e96616f58


IGNITE-9207 Web Console: Updated lodash to latest version.


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

Branch: refs/heads/master
Commit: e96616f580930f267eab44f75d410fa29a876bcb
Parents: de9227d
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Aug 7 18:56:21 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Aug 7 18:56:21 2018 +0700

----------------------------------------------------------------------
 modules/web-console/backend/package.json      | 2 +-
 modules/web-console/e2e/testcafe/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e96616f5/modules/web-console/backend/package.json
----------------------------------------------------------------------
diff --git a/modules/web-console/backend/package.json b/modules/web-console/backend/package.json
index bfe4881..fb12748 100644
--- a/modules/web-console/backend/package.json
+++ b/modules/web-console/backend/package.json
@@ -56,7 +56,7 @@
     "fire-up": "1.0.0",
     "glob": "7.1.2",
     "jszip": "3.1.3",
-    "lodash": "4.17.4",
+    "lodash": "4.17.10",
     "migrate-mongoose": "3.2.2",
     "mongodb-prebuilt": "6.3.3",
     "mongoose": "4.11.4",

http://git-wip-us.apache.org/repos/asf/ignite/blob/e96616f5/modules/web-console/e2e/testcafe/package.json
----------------------------------------------------------------------
diff --git a/modules/web-console/e2e/testcafe/package.json b/modules/web-console/e2e/testcafe/package.json
index 220003a..23d1b27 100644
--- a/modules/web-console/e2e/testcafe/package.json
+++ b/modules/web-console/e2e/testcafe/package.json
@@ -26,7 +26,7 @@
     "app-module-path": "2.2.0",
     "cross-env": "5.1.1",
     "glob": "7.1.2",
-    "lodash": "4.17.5",
+    "lodash": "4.17.10",
     "minimist": "1.2.0",
     "mongodb": "2.2.33",
     "node-cmd": "3.0.0",