@zowe/cli 7.29.20 → 7.29.21
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 +134 -144
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.29.
|
|
3
|
+
"version": "7.29.21",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "7.29.
|
|
9
|
+
"version": "7.29.21",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"get-stream": "6.0.1",
|
|
26
26
|
"lodash": "4.17.23",
|
|
27
27
|
"minimatch": "5.1.6",
|
|
28
|
-
"tar": "7.5.
|
|
28
|
+
"tar": "7.5.7"
|
|
29
29
|
},
|
|
30
30
|
"bin": {
|
|
31
31
|
"bright": "lib/main.js",
|
|
@@ -65,14 +65,6 @@
|
|
|
65
65
|
"node": ">=18.0.0"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"node_modules/@isaacs/fs-minipass/node_modules/minipass": {
|
|
69
|
-
"version": "7.1.2",
|
|
70
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
71
|
-
"license": "ISC",
|
|
72
|
-
"engines": {
|
|
73
|
-
"node": ">=16 || 14 >=14.17"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
68
|
"node_modules/@nodelib/fs.scandir": {
|
|
77
69
|
"version": "2.1.5",
|
|
78
70
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
@@ -261,6 +253,29 @@
|
|
|
261
253
|
"node": ">=12.0.0"
|
|
262
254
|
}
|
|
263
255
|
},
|
|
256
|
+
"node_modules/@zowe/imperative/node_modules/hosted-git-info": {
|
|
257
|
+
"version": "5.2.1",
|
|
258
|
+
"integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==",
|
|
259
|
+
"license": "ISC",
|
|
260
|
+
"dependencies": {
|
|
261
|
+
"lru-cache": "^7.5.1"
|
|
262
|
+
},
|
|
263
|
+
"engines": {
|
|
264
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"node_modules/@zowe/imperative/node_modules/https-proxy-agent": {
|
|
268
|
+
"version": "7.0.4",
|
|
269
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
270
|
+
"license": "MIT",
|
|
271
|
+
"dependencies": {
|
|
272
|
+
"agent-base": "^7.0.2",
|
|
273
|
+
"debug": "4"
|
|
274
|
+
},
|
|
275
|
+
"engines": {
|
|
276
|
+
"node": ">= 14"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
264
279
|
"node_modules/@zowe/imperative/node_modules/isexe": {
|
|
265
280
|
"version": "3.1.1",
|
|
266
281
|
"integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
|
|
@@ -269,6 +284,17 @@
|
|
|
269
284
|
"node": ">=16"
|
|
270
285
|
}
|
|
271
286
|
},
|
|
287
|
+
"node_modules/@zowe/imperative/node_modules/jsonfile": {
|
|
288
|
+
"version": "6.1.0",
|
|
289
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
290
|
+
"license": "MIT",
|
|
291
|
+
"dependencies": {
|
|
292
|
+
"universalify": "^2.0.0"
|
|
293
|
+
},
|
|
294
|
+
"optionalDependencies": {
|
|
295
|
+
"graceful-fs": "^4.1.6"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
272
298
|
"node_modules/@zowe/imperative/node_modules/locate-path": {
|
|
273
299
|
"version": "5.0.0",
|
|
274
300
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
@@ -280,6 +306,28 @@
|
|
|
280
306
|
"node": ">=8"
|
|
281
307
|
}
|
|
282
308
|
},
|
|
309
|
+
"node_modules/@zowe/imperative/node_modules/lru-cache": {
|
|
310
|
+
"version": "7.18.3",
|
|
311
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
312
|
+
"license": "ISC",
|
|
313
|
+
"engines": {
|
|
314
|
+
"node": ">=12"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"node_modules/@zowe/imperative/node_modules/npm-package-arg": {
|
|
318
|
+
"version": "9.1.0",
|
|
319
|
+
"integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==",
|
|
320
|
+
"license": "ISC",
|
|
321
|
+
"dependencies": {
|
|
322
|
+
"hosted-git-info": "^5.0.0",
|
|
323
|
+
"proc-log": "^2.0.1",
|
|
324
|
+
"semver": "^7.3.5",
|
|
325
|
+
"validate-npm-package-name": "^4.0.0"
|
|
326
|
+
},
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
283
331
|
"node_modules/@zowe/imperative/node_modules/p-limit": {
|
|
284
332
|
"version": "2.3.0",
|
|
285
333
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
@@ -316,6 +364,17 @@
|
|
|
316
364
|
"node": ">=4"
|
|
317
365
|
}
|
|
318
366
|
},
|
|
367
|
+
"node_modules/@zowe/imperative/node_modules/validate-npm-package-name": {
|
|
368
|
+
"version": "4.0.0",
|
|
369
|
+
"integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==",
|
|
370
|
+
"license": "ISC",
|
|
371
|
+
"dependencies": {
|
|
372
|
+
"builtins": "^5.0.0"
|
|
373
|
+
},
|
|
374
|
+
"engines": {
|
|
375
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
319
378
|
"node_modules/@zowe/imperative/node_modules/which": {
|
|
320
379
|
"version": "4.0.0",
|
|
321
380
|
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
@@ -857,25 +916,6 @@
|
|
|
857
916
|
"node": ">=8"
|
|
858
917
|
}
|
|
859
918
|
},
|
|
860
|
-
"node_modules/hosted-git-info": {
|
|
861
|
-
"version": "5.2.1",
|
|
862
|
-
"integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==",
|
|
863
|
-
"license": "ISC",
|
|
864
|
-
"dependencies": {
|
|
865
|
-
"lru-cache": "^7.5.1"
|
|
866
|
-
},
|
|
867
|
-
"engines": {
|
|
868
|
-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
869
|
-
}
|
|
870
|
-
},
|
|
871
|
-
"node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
872
|
-
"version": "7.18.3",
|
|
873
|
-
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
874
|
-
"license": "ISC",
|
|
875
|
-
"engines": {
|
|
876
|
-
"node": ">=12"
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
919
|
"node_modules/http-proxy-agent": {
|
|
880
920
|
"version": "7.0.2",
|
|
881
921
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
@@ -888,18 +928,6 @@
|
|
|
888
928
|
"node": ">= 14"
|
|
889
929
|
}
|
|
890
930
|
},
|
|
891
|
-
"node_modules/https-proxy-agent": {
|
|
892
|
-
"version": "7.0.4",
|
|
893
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
894
|
-
"license": "MIT",
|
|
895
|
-
"dependencies": {
|
|
896
|
-
"agent-base": "^7.0.2",
|
|
897
|
-
"debug": "4"
|
|
898
|
-
},
|
|
899
|
-
"engines": {
|
|
900
|
-
"node": ">= 14"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
931
|
"node_modules/is-extglob": {
|
|
904
932
|
"version": "2.1.1",
|
|
905
933
|
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
|
|
@@ -1000,8 +1028,8 @@
|
|
|
1000
1028
|
}
|
|
1001
1029
|
},
|
|
1002
1030
|
"node_modules/jsonfile": {
|
|
1003
|
-
"version": "6.
|
|
1004
|
-
"integrity": "sha512-
|
|
1031
|
+
"version": "6.2.0",
|
|
1032
|
+
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
|
1005
1033
|
"license": "MIT",
|
|
1006
1034
|
"dependencies": {
|
|
1007
1035
|
"universalify": "^2.0.0"
|
|
@@ -1113,6 +1141,14 @@
|
|
|
1113
1141
|
"version": "1.2.6",
|
|
1114
1142
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
1115
1143
|
},
|
|
1144
|
+
"node_modules/minipass": {
|
|
1145
|
+
"version": "7.1.2",
|
|
1146
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
1147
|
+
"license": "ISC",
|
|
1148
|
+
"engines": {
|
|
1149
|
+
"node": ">=16 || 14 >=14.17"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1116
1152
|
"node_modules/ms": {
|
|
1117
1153
|
"version": "2.1.2",
|
|
1118
1154
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
@@ -1133,20 +1169,6 @@
|
|
|
1133
1169
|
"integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
|
|
1134
1170
|
"optional": true
|
|
1135
1171
|
},
|
|
1136
|
-
"node_modules/npm-package-arg": {
|
|
1137
|
-
"version": "9.1.0",
|
|
1138
|
-
"integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==",
|
|
1139
|
-
"license": "ISC",
|
|
1140
|
-
"dependencies": {
|
|
1141
|
-
"hosted-git-info": "^5.0.0",
|
|
1142
|
-
"proc-log": "^2.0.1",
|
|
1143
|
-
"semver": "^7.3.5",
|
|
1144
|
-
"validate-npm-package-name": "^4.0.0"
|
|
1145
|
-
},
|
|
1146
|
-
"engines": {
|
|
1147
|
-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
1172
|
"node_modules/opener": {
|
|
1151
1173
|
"version": "1.5.2",
|
|
1152
1174
|
"integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
|
|
@@ -1190,13 +1212,6 @@
|
|
|
1190
1212
|
"url": "https://github.com/sponsors/isaacs"
|
|
1191
1213
|
}
|
|
1192
1214
|
},
|
|
1193
|
-
"node_modules/path-scurry/node_modules/minipass": {
|
|
1194
|
-
"version": "7.0.4",
|
|
1195
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
1196
|
-
"engines": {
|
|
1197
|
-
"node": ">=16 || 14 >=14.17"
|
|
1198
|
-
}
|
|
1199
|
-
},
|
|
1200
1215
|
"node_modules/picomatch": {
|
|
1201
1216
|
"version": "2.3.1",
|
|
1202
1217
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
@@ -1468,8 +1483,8 @@
|
|
|
1468
1483
|
}
|
|
1469
1484
|
},
|
|
1470
1485
|
"node_modules/tar": {
|
|
1471
|
-
"version": "7.5.
|
|
1472
|
-
"integrity": "sha512-
|
|
1486
|
+
"version": "7.5.7",
|
|
1487
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
1473
1488
|
"license": "BlueOak-1.0.0",
|
|
1474
1489
|
"dependencies": {
|
|
1475
1490
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -1482,14 +1497,6 @@
|
|
|
1482
1497
|
"node": ">=18"
|
|
1483
1498
|
}
|
|
1484
1499
|
},
|
|
1485
|
-
"node_modules/tar/node_modules/minipass": {
|
|
1486
|
-
"version": "7.1.2",
|
|
1487
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
1488
|
-
"license": "ISC",
|
|
1489
|
-
"engines": {
|
|
1490
|
-
"node": ">=16 || 14 >=14.17"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
1500
|
"node_modules/tar/node_modules/minizlib": {
|
|
1494
1501
|
"version": "3.1.0",
|
|
1495
1502
|
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
@@ -1538,17 +1545,6 @@
|
|
|
1538
1545
|
"node": ">= 10.0.0"
|
|
1539
1546
|
}
|
|
1540
1547
|
},
|
|
1541
|
-
"node_modules/validate-npm-package-name": {
|
|
1542
|
-
"version": "4.0.0",
|
|
1543
|
-
"integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==",
|
|
1544
|
-
"license": "ISC",
|
|
1545
|
-
"dependencies": {
|
|
1546
|
-
"builtins": "^5.0.0"
|
|
1547
|
-
},
|
|
1548
|
-
"engines": {
|
|
1549
|
-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
1548
|
"node_modules/which": {
|
|
1553
1549
|
"version": "2.0.2",
|
|
1554
1550
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
@@ -1734,12 +1730,6 @@
|
|
|
1734
1730
|
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
1735
1731
|
"requires": {
|
|
1736
1732
|
"minipass": "^7.0.4"
|
|
1737
|
-
},
|
|
1738
|
-
"dependencies": {
|
|
1739
|
-
"minipass": {
|
|
1740
|
-
"version": "7.1.2",
|
|
1741
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
|
|
1742
|
-
}
|
|
1743
1733
|
}
|
|
1744
1734
|
},
|
|
1745
1735
|
"@nodelib/fs.scandir": {
|
|
@@ -1881,10 +1871,33 @@
|
|
|
1881
1871
|
"integrity": "sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==",
|
|
1882
1872
|
"optional": true
|
|
1883
1873
|
},
|
|
1874
|
+
"hosted-git-info": {
|
|
1875
|
+
"version": "5.2.1",
|
|
1876
|
+
"integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==",
|
|
1877
|
+
"requires": {
|
|
1878
|
+
"lru-cache": "^7.5.1"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
"https-proxy-agent": {
|
|
1882
|
+
"version": "7.0.4",
|
|
1883
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
1884
|
+
"requires": {
|
|
1885
|
+
"agent-base": "^7.0.2",
|
|
1886
|
+
"debug": "4"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1884
1889
|
"isexe": {
|
|
1885
1890
|
"version": "3.1.1",
|
|
1886
1891
|
"integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ=="
|
|
1887
1892
|
},
|
|
1893
|
+
"jsonfile": {
|
|
1894
|
+
"version": "6.1.0",
|
|
1895
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
1896
|
+
"requires": {
|
|
1897
|
+
"graceful-fs": "^4.1.6",
|
|
1898
|
+
"universalify": "^2.0.0"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1888
1901
|
"locate-path": {
|
|
1889
1902
|
"version": "5.0.0",
|
|
1890
1903
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
@@ -1892,6 +1905,20 @@
|
|
|
1892
1905
|
"p-locate": "^4.1.0"
|
|
1893
1906
|
}
|
|
1894
1907
|
},
|
|
1908
|
+
"lru-cache": {
|
|
1909
|
+
"version": "7.18.3",
|
|
1910
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="
|
|
1911
|
+
},
|
|
1912
|
+
"npm-package-arg": {
|
|
1913
|
+
"version": "9.1.0",
|
|
1914
|
+
"integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==",
|
|
1915
|
+
"requires": {
|
|
1916
|
+
"hosted-git-info": "^5.0.0",
|
|
1917
|
+
"proc-log": "^2.0.1",
|
|
1918
|
+
"semver": "^7.3.5",
|
|
1919
|
+
"validate-npm-package-name": "^4.0.0"
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1895
1922
|
"p-limit": {
|
|
1896
1923
|
"version": "2.3.0",
|
|
1897
1924
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
@@ -1913,6 +1940,13 @@
|
|
|
1913
1940
|
"has-flag": "^3.0.0"
|
|
1914
1941
|
}
|
|
1915
1942
|
},
|
|
1943
|
+
"validate-npm-package-name": {
|
|
1944
|
+
"version": "4.0.0",
|
|
1945
|
+
"integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==",
|
|
1946
|
+
"requires": {
|
|
1947
|
+
"builtins": "^5.0.0"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1916
1950
|
"which": {
|
|
1917
1951
|
"version": "4.0.0",
|
|
1918
1952
|
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
@@ -2273,19 +2307,6 @@
|
|
|
2273
2307
|
"version": "2.0.0",
|
|
2274
2308
|
"integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ=="
|
|
2275
2309
|
},
|
|
2276
|
-
"hosted-git-info": {
|
|
2277
|
-
"version": "5.2.1",
|
|
2278
|
-
"integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==",
|
|
2279
|
-
"requires": {
|
|
2280
|
-
"lru-cache": "^7.5.1"
|
|
2281
|
-
},
|
|
2282
|
-
"dependencies": {
|
|
2283
|
-
"lru-cache": {
|
|
2284
|
-
"version": "7.18.3",
|
|
2285
|
-
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="
|
|
2286
|
-
}
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
2310
|
"http-proxy-agent": {
|
|
2290
2311
|
"version": "7.0.2",
|
|
2291
2312
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
@@ -2294,14 +2315,6 @@
|
|
|
2294
2315
|
"debug": "^4.3.4"
|
|
2295
2316
|
}
|
|
2296
2317
|
},
|
|
2297
|
-
"https-proxy-agent": {
|
|
2298
|
-
"version": "7.0.4",
|
|
2299
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
2300
|
-
"requires": {
|
|
2301
|
-
"agent-base": "^7.0.2",
|
|
2302
|
-
"debug": "4"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
2318
|
"is-extglob": {
|
|
2306
2319
|
"version": "2.1.1",
|
|
2307
2320
|
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
|
|
@@ -2370,8 +2383,8 @@
|
|
|
2370
2383
|
}
|
|
2371
2384
|
},
|
|
2372
2385
|
"jsonfile": {
|
|
2373
|
-
"version": "6.
|
|
2374
|
-
"integrity": "sha512-
|
|
2386
|
+
"version": "6.2.0",
|
|
2387
|
+
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
|
2375
2388
|
"requires": {
|
|
2376
2389
|
"graceful-fs": "^4.1.6",
|
|
2377
2390
|
"universalify": "^2.0.0"
|
|
@@ -2453,6 +2466,10 @@
|
|
|
2453
2466
|
"version": "1.2.6",
|
|
2454
2467
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
2455
2468
|
},
|
|
2469
|
+
"minipass": {
|
|
2470
|
+
"version": "7.1.2",
|
|
2471
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
|
|
2472
|
+
},
|
|
2456
2473
|
"ms": {
|
|
2457
2474
|
"version": "2.1.2",
|
|
2458
2475
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
@@ -2470,16 +2487,6 @@
|
|
|
2470
2487
|
"integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
|
|
2471
2488
|
"optional": true
|
|
2472
2489
|
},
|
|
2473
|
-
"npm-package-arg": {
|
|
2474
|
-
"version": "9.1.0",
|
|
2475
|
-
"integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==",
|
|
2476
|
-
"requires": {
|
|
2477
|
-
"hosted-git-info": "^5.0.0",
|
|
2478
|
-
"proc-log": "^2.0.1",
|
|
2479
|
-
"semver": "^7.3.5",
|
|
2480
|
-
"validate-npm-package-name": "^4.0.0"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
2490
|
"opener": {
|
|
2484
2491
|
"version": "1.5.2",
|
|
2485
2492
|
"integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A=="
|
|
@@ -2502,12 +2509,6 @@
|
|
|
2502
2509
|
"requires": {
|
|
2503
2510
|
"lru-cache": "^10.2.0",
|
|
2504
2511
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
2505
|
-
},
|
|
2506
|
-
"dependencies": {
|
|
2507
|
-
"minipass": {
|
|
2508
|
-
"version": "7.0.4",
|
|
2509
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ=="
|
|
2510
|
-
}
|
|
2511
2512
|
}
|
|
2512
2513
|
},
|
|
2513
2514
|
"picomatch": {
|
|
@@ -2685,8 +2686,8 @@
|
|
|
2685
2686
|
}
|
|
2686
2687
|
},
|
|
2687
2688
|
"tar": {
|
|
2688
|
-
"version": "7.5.
|
|
2689
|
-
"integrity": "sha512-
|
|
2689
|
+
"version": "7.5.7",
|
|
2690
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
2690
2691
|
"requires": {
|
|
2691
2692
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
2692
2693
|
"chownr": "^3.0.0",
|
|
@@ -2695,10 +2696,6 @@
|
|
|
2695
2696
|
"yallist": "^5.0.0"
|
|
2696
2697
|
},
|
|
2697
2698
|
"dependencies": {
|
|
2698
|
-
"minipass": {
|
|
2699
|
-
"version": "7.1.2",
|
|
2700
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
|
|
2701
|
-
},
|
|
2702
2699
|
"minizlib": {
|
|
2703
2700
|
"version": "3.1.0",
|
|
2704
2701
|
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
@@ -2735,13 +2732,6 @@
|
|
|
2735
2732
|
"version": "2.0.0",
|
|
2736
2733
|
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
|
|
2737
2734
|
},
|
|
2738
|
-
"validate-npm-package-name": {
|
|
2739
|
-
"version": "4.0.0",
|
|
2740
|
-
"integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==",
|
|
2741
|
-
"requires": {
|
|
2742
|
-
"builtins": "^5.0.0"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2735
|
"which": {
|
|
2746
2736
|
"version": "2.0.2",
|
|
2747
2737
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.29.
|
|
3
|
+
"version": "7.29.21",
|
|
4
4
|
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
|
|
5
5
|
"author": "Zowe",
|
|
6
6
|
"license": "EPL-2.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"get-stream": "6.0.1",
|
|
73
73
|
"lodash": "4.17.23",
|
|
74
74
|
"minimatch": "5.1.6",
|
|
75
|
-
"tar": "7.5.
|
|
75
|
+
"tar": "7.5.7"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@types/diff": "^5.0.2",
|