diff --git a/webClient/package-lock.json b/webClient/package-lock.json index d9115b5d..2f9bd312 100644 --- a/webClient/package-lock.json +++ b/webClient/package-lock.json @@ -972,8 +972,8 @@ "dev": true }, "@zlux/file-explorer": { - "version": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#4faa8c27557845e3c594657cd8ed8e38594ea0b7", - "from": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#src-for-widgets", + "version": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#e8e67d947690d26c7eb8e17477bb77210ee8e04c", + "from": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#rc", "dev": true, "requires": { "@angular/animations": "~6.0.9", @@ -3069,9 +3069,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.3.209", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.209.tgz", - "integrity": "sha512-KxRvLp5jUapyKIcMaecwgmUpJEsJKuHn0DJJPZjZh2valqYlzdmGvaE/nTAqwKqQwf0jIKv7Go4FYHu9wKWzOg==", + "version": "1.3.210", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.210.tgz", + "integrity": "sha512-m1i/F+gw9jkauxDx0mOr7Sj6vp6se1mfkQNYqZb1yL5VGTp0AC1NZH5CGI6YMSO7WaScILmkKDZFG9/hlR9axQ==", "dev": true }, "elliptic": { @@ -3927,12 +3927,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3947,17 +3949,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4074,7 +4079,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4086,6 +4092,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4100,6 +4107,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -4107,12 +4115,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -4131,6 +4141,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4211,7 +4222,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4223,6 +4235,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4344,6 +4357,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/webClient/package.json b/webClient/package.json index 24bd7fb4..79b6db8a 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -36,7 +36,7 @@ "@angular/platform-browser-dynamic": "~6.0.9", "@angular/router": "~6.0.9", "@types/node": "^6.0.112", - "@zlux/file-explorer": "git+ssh://git@github.com:zowe/zlux-file-explorer.git#src-for-widgets", + "@zlux/file-explorer": "git+ssh://git@github.com:zowe/zlux-file-explorer.git#rc", "angular2-template-loader": "~0.6.2", "codelyzer": "~4.4.2", "compression-webpack-plugin": "~2.0.0",