Repository: zeppelin
Updated Branches:
  refs/heads/master e7b12a8ce -> f71aca480


[MINOR] Update `package-lock.json`

### What is this PR for?
Updating dependencies updated

### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

### Todos
* [ ] - Task

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. 
[ZEPPELIN-533]

### How should this be tested?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?

Author: Jongyoul Lee <[email protected]>

Closes #3160 from jongyoul/minor/update-package-lock-json and squashes the 
following commits:

8996ec012 [Jongyoul Lee] Update `package-lock.json`


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

Branch: refs/heads/master
Commit: f71aca480f8298e34787a072c0ebb7cb621873f4
Parents: e7b12a8
Author: Jongyoul Lee <[email protected]>
Authored: Thu Aug 23 11:35:39 2018 +0900
Committer: Jongyoul Lee <[email protected]>
Committed: Thu Aug 23 14:35:52 2018 +0900

----------------------------------------------------------------------
 zeppelin-web/package-lock.json | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f71aca48/zeppelin-web/package-lock.json
----------------------------------------------------------------------
diff --git a/zeppelin-web/package-lock.json b/zeppelin-web/package-lock.json
index 443c7b7..f11853b 100644
--- a/zeppelin-web/package-lock.json
+++ b/zeppelin-web/package-lock.json
@@ -154,21 +154,23 @@
       "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz";,
       "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
     },
-    "angular": {
-      "version": "1.5.11",
-      "resolved": "https://registry.npmjs.org/angular/-/angular-1.5.11.tgz";,
-      "integrity": "sha1-jFunOG8VllyazzQp9ogVU6raMNY="
-    },
     "angular-ui-grid": {
-      "version": "4.0.11",
-      "resolved": 
"https://registry.npmjs.org/angular-ui-grid/-/angular-ui-grid-4.0.11.tgz";,
-      "integrity": "sha1-lqp1KkH2CiVMGeBSV2iehMZhhiY=",
+      "version": "4.4.6",
+      "resolved": 
"https://registry.npmjs.org/angular-ui-grid/-/angular-ui-grid-4.4.6.tgz";,
+      "integrity": 
"sha512-0d14HDY4XeqFHI508thxeufiR0AlFoZQ8ihk0x8TRCQc+b9CCk1/F63W2zihirxF0cdOAqBCY2pVSM7vfZvXBQ==",
       "requires": {
-        "angular": "1.5.11"
+        "angular": "1.6.10"
+      },
+      "dependencies": {
+        "angular": {
+          "version": "1.6.10",
+          "resolved": 
"https://registry.npmjs.org/angular/-/angular-1.6.10.tgz";,
+          "integrity": 
"sha512-PCZ5/hVdvPQiYyH0VwsPjrErPHRcITnaXxhksceOXgtJeesKHLA7KDu4X/yvcAi+1zdGgGF+9pDxkJvghXI9Wg=="
+        }
       }
     },
     "angular-viewport-watch": {
-      "version": 
"github:shahata/angular-viewport-watch#182923b3934e63817b6fc7b640ecb5c4a011f74c"
+      "version": 
"github:wix/angular-viewport-watch#182923b3934e63817b6fc7b640ecb5c4a011f74c"
     },
     "ansi-escapes": {
       "version": "1.4.0",
@@ -2385,6 +2387,11 @@
       "integrity": "sha1-YOr9DSjukG5Oj/ClLBIpUhAzv5k=",
       "dev": true
     },
+    "diff-match-patch": {
+      "version": "1.0.0",
+      "resolved": 
"https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.0.tgz";,
+      "integrity": "sha1-HMPIOkkNZ/ldkeOfatHy4Ia2MEg="
+    },
     "doctrine": {
       "version": "2.0.2",
       "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.2.tgz";,

Reply via email to