@zowe/cli 7.9.7 → 7.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.8",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "7.9.
|
|
9
|
+
"version": "7.9.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -1514,9 +1514,9 @@
|
|
|
1514
1514
|
"optional": true
|
|
1515
1515
|
},
|
|
1516
1516
|
"node_modules/http-cache-semantics": {
|
|
1517
|
-
"version": "4.1.
|
|
1518
|
-
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.
|
|
1519
|
-
"integrity": "sha512-
|
|
1517
|
+
"version": "4.1.1",
|
|
1518
|
+
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
|
|
1519
|
+
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
|
|
1520
1520
|
},
|
|
1521
1521
|
"node_modules/https-proxy-agent": {
|
|
1522
1522
|
"version": "5.0.1",
|
|
@@ -4600,9 +4600,9 @@
|
|
|
4600
4600
|
"optional": true
|
|
4601
4601
|
},
|
|
4602
4602
|
"http-cache-semantics": {
|
|
4603
|
-
"version": "4.1.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.
|
|
4605
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "4.1.1",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
|
|
4605
|
+
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
|
|
4606
4606
|
},
|
|
4607
4607
|
"https-proxy-agent": {
|
|
4608
4608
|
"version": "5.0.1",
|
package/package.json
CHANGED