@zowe/cli 8.33.0 → 8.33.1
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.
|
@@ -42,9 +42,9 @@ class JobHandler extends zosmf_for_zowe_sdk_1.ZosmfBaseHandler {
|
|
|
42
42
|
searchLimit: this.arguments.searchLimit,
|
|
43
43
|
fileLimit: this.arguments.fileLimit };
|
|
44
44
|
if (this.arguments.searchString != undefined)
|
|
45
|
-
searchParms.searchString =
|
|
45
|
+
searchParms.searchString = encodeURIComponent(this.arguments.searchString);
|
|
46
46
|
if (this.arguments.searchRegex != undefined)
|
|
47
|
-
searchParms.searchRegex =
|
|
47
|
+
searchParms.searchRegex = encodeURIComponent(this.arguments.searchRegex);
|
|
48
48
|
// Get the job details
|
|
49
49
|
const dsContentBuf = yield zos_jobs_for_zowe_sdk_1.SearchJobs.searchJobs(this.mSession, searchParms);
|
|
50
50
|
// If no string was found then set the exit code
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Job.handler.js","sourceRoot":"","sources":["../../../../src/zosjobs/search/job/Job.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;;;;;;;;;AAGF,uEAAyD;AAEzD,iEAA4D;AAE5D;;;;;GAKG;AACH,MAAqB,UAAW,SAAQ,qCAAgB;IASpD;;;;;OAKG;IACU,UAAU,CAAC,MAA0B;;YAC9C,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;YAClC,MAAM,WAAW,GAAqB,EAAE,OAAO,EAAG,IAAI,CAAC,SAAS,CAAC,OAAO;gBACpE,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,eAAe;gBAC/C,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,WAAW;gBACvC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,SAAS,EAAC,CAAC;YAEzC,IAAI,IAAI,CAAC,SAAS,CAAC,YAAY,IAAI,SAAS;gBACxC,WAAW,CAAC,YAAY,GAAG,
|
|
1
|
+
{"version":3,"file":"Job.handler.js","sourceRoot":"","sources":["../../../../src/zosjobs/search/job/Job.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;;;;;;;;;AAGF,uEAAyD;AAEzD,iEAA4D;AAE5D;;;;;GAKG;AACH,MAAqB,UAAW,SAAQ,qCAAgB;IASpD;;;;;OAKG;IACU,UAAU,CAAC,MAA0B;;YAC9C,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;YAClC,MAAM,WAAW,GAAqB,EAAE,OAAO,EAAG,IAAI,CAAC,SAAS,CAAC,OAAO;gBACpE,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,eAAe;gBAC/C,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,WAAW;gBACvC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,SAAS,EAAC,CAAC;YAEzC,IAAI,IAAI,CAAC,SAAS,CAAC,YAAY,IAAI,SAAS;gBACxC,WAAW,CAAC,YAAY,GAAG,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;YAE/E,IAAG,IAAI,CAAC,SAAS,CAAC,WAAW,IAAI,SAAS;gBACtC,WAAW,CAAC,WAAW,GAAG,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;YAE7E,sBAAsB;YACtB,MAAM,YAAY,GAAU,MAAM,kCAAU,CAAC,UAAU,CAAC,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;YAEpF,gDAAgD;YAChD,IAAG,YAAY,CAAC,MAAM,IAAI,CAAC,EAAC,CAAC;gBACzB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;YAC7B,CAAC;iBAAI,CAAC;gBACF,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;YAC7B,CAAC;YAED,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;YAC/B,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAChD,CAAC;KAAA;CACJ;AAzCD,6BAyCC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "8.33.
|
|
3
|
+
"version": "8.33.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "8.33.
|
|
9
|
+
"version": "8.33.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@zowe/core-for-zowe-sdk": "8.33.
|
|
14
|
-
"@zowe/imperative": "8.33.
|
|
15
|
-
"@zowe/provisioning-for-zowe-sdk": "8.33.
|
|
16
|
-
"@zowe/zos-console-for-zowe-sdk": "8.33.
|
|
17
|
-
"@zowe/zos-files-for-zowe-sdk": "8.33.
|
|
18
|
-
"@zowe/zos-jobs-for-zowe-sdk": "8.33.
|
|
19
|
-
"@zowe/zos-logs-for-zowe-sdk": "8.33.
|
|
20
|
-
"@zowe/zos-tso-for-zowe-sdk": "8.33.
|
|
21
|
-
"@zowe/zos-uss-for-zowe-sdk": "8.33.
|
|
22
|
-
"@zowe/zos-workflows-for-zowe-sdk": "8.33.
|
|
23
|
-
"@zowe/zosmf-for-zowe-sdk": "8.33.
|
|
13
|
+
"@zowe/core-for-zowe-sdk": "8.33.1",
|
|
14
|
+
"@zowe/imperative": "8.33.1",
|
|
15
|
+
"@zowe/provisioning-for-zowe-sdk": "8.33.1",
|
|
16
|
+
"@zowe/zos-console-for-zowe-sdk": "8.33.1",
|
|
17
|
+
"@zowe/zos-files-for-zowe-sdk": "8.33.1",
|
|
18
|
+
"@zowe/zos-jobs-for-zowe-sdk": "8.33.1",
|
|
19
|
+
"@zowe/zos-logs-for-zowe-sdk": "8.33.1",
|
|
20
|
+
"@zowe/zos-tso-for-zowe-sdk": "8.33.1",
|
|
21
|
+
"@zowe/zos-uss-for-zowe-sdk": "8.33.1",
|
|
22
|
+
"@zowe/zos-workflows-for-zowe-sdk": "8.33.1",
|
|
23
|
+
"@zowe/zosmf-for-zowe-sdk": "8.33.1",
|
|
24
24
|
"find-process": "^1.4.7",
|
|
25
25
|
"lodash": "^4.17.23",
|
|
26
26
|
"minimatch": "^10.2.3",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/diff": "^5.0.9",
|
|
34
34
|
"@types/lodash": "^4.17.6",
|
|
35
|
-
"@zowe/cli-test-utils": "8.33.
|
|
35
|
+
"@zowe/cli-test-utils": "8.33.1",
|
|
36
36
|
"comment-json": "^4.2.3",
|
|
37
37
|
"strip-ansi": "^6.0.1",
|
|
38
38
|
"which": "^4.0.0"
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"license": "MIT"
|
|
150
150
|
},
|
|
151
151
|
"node_modules/@zowe/core-for-zowe-sdk": {
|
|
152
|
-
"version": "8.33.
|
|
153
|
-
"integrity": "sha512-
|
|
152
|
+
"version": "8.33.1",
|
|
153
|
+
"integrity": "sha512-fOdJ/huXEgsBnj3DBP5GKYzHBhtHqsGRM4Vw0SjWVSUew28OJh1AC0hBjji3DP558NwHtnKIasg/SbrH7OR39Q==",
|
|
154
154
|
"license": "EPL-2.0",
|
|
155
155
|
"dependencies": {
|
|
156
156
|
"comment-json": "~4.2.3",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
"node_modules/@zowe/imperative": {
|
|
167
|
-
"version": "8.33.
|
|
168
|
-
"integrity": "sha512-
|
|
167
|
+
"version": "8.33.1",
|
|
168
|
+
"integrity": "sha512-alYUxPAw81m3en0HTAICQ/Vn9DCd6gWA96WXgIqkdEEbo93U4csCVMrliOELHaunaHLRdqSYhgirxbD0dNauyA==",
|
|
169
169
|
"license": "EPL-2.0",
|
|
170
170
|
"dependencies": {
|
|
171
171
|
"@types/semver": "^7.5.0",
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
"prettyjson": "^1.2.5",
|
|
201
201
|
"progress": "^2.0.3",
|
|
202
202
|
"read": "^3.0.1",
|
|
203
|
+
"sanitize-html": "^2.17.5",
|
|
203
204
|
"semver": "^7.5.2",
|
|
204
205
|
"stack-trace": "^0.0.10",
|
|
205
206
|
"strip-ansi": "^6.0.1",
|
|
@@ -213,8 +214,8 @@
|
|
|
213
214
|
}
|
|
214
215
|
},
|
|
215
216
|
"node_modules/@zowe/provisioning-for-zowe-sdk": {
|
|
216
|
-
"version": "8.33.
|
|
217
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "8.33.1",
|
|
218
|
+
"integrity": "sha512-yVP5JzjgB8s+DI0rbseONspEb5et/BAqQ02+W8tq01cFq+t5lUtImo7NN+S01LFHx8epDmqJx+Vtq9zbvUtXBw==",
|
|
218
219
|
"license": "EPL-2.0",
|
|
219
220
|
"dependencies": {
|
|
220
221
|
"js-yaml": "^4.2.0"
|
|
@@ -238,8 +239,8 @@
|
|
|
238
239
|
}
|
|
239
240
|
},
|
|
240
241
|
"node_modules/@zowe/zos-console-for-zowe-sdk": {
|
|
241
|
-
"version": "8.33.
|
|
242
|
-
"integrity": "sha512-
|
|
242
|
+
"version": "8.33.1",
|
|
243
|
+
"integrity": "sha512-ycki71nauc7uiNNhOROuaIxQkwoE2uwXtxMqdpcXXwXRhtShLqjiE6L4wrWrfrBxS0KajCJ8O1+WWToY+b2kWw==",
|
|
243
244
|
"license": "EPL-2.0",
|
|
244
245
|
"engines": {
|
|
245
246
|
"node": ">=20.9.0"
|
|
@@ -250,8 +251,8 @@
|
|
|
250
251
|
}
|
|
251
252
|
},
|
|
252
253
|
"node_modules/@zowe/zos-files-for-zowe-sdk": {
|
|
253
|
-
"version": "8.33.
|
|
254
|
-
"integrity": "sha512-
|
|
254
|
+
"version": "8.33.1",
|
|
255
|
+
"integrity": "sha512-S82dR6D3eLqibh/JFUX/ehf5uYdLzoZtyjYYcI9p4YBgdxpMoIp7+8gvyJo07XdmlG39CN0iEVKyu7TXLIhw9Q==",
|
|
255
256
|
"license": "EPL-2.0",
|
|
256
257
|
"dependencies": {
|
|
257
258
|
"lodash": "^4.17.23",
|
|
@@ -266,11 +267,11 @@
|
|
|
266
267
|
}
|
|
267
268
|
},
|
|
268
269
|
"node_modules/@zowe/zos-jobs-for-zowe-sdk": {
|
|
269
|
-
"version": "8.33.
|
|
270
|
-
"integrity": "sha512-
|
|
270
|
+
"version": "8.33.1",
|
|
271
|
+
"integrity": "sha512-quHR77giV8NrfEkcfDf3jBltv3Tc6840OS7u9qZlEQ92UbwhRiPURKto79+D0uOgzSnXJgx2Cmd3jqA2e9rFlg==",
|
|
271
272
|
"license": "EPL-2.0",
|
|
272
273
|
"dependencies": {
|
|
273
|
-
"@zowe/zos-files-for-zowe-sdk": "8.33.
|
|
274
|
+
"@zowe/zos-files-for-zowe-sdk": "8.33.1"
|
|
274
275
|
},
|
|
275
276
|
"engines": {
|
|
276
277
|
"node": ">=20.9.0"
|
|
@@ -281,8 +282,8 @@
|
|
|
281
282
|
}
|
|
282
283
|
},
|
|
283
284
|
"node_modules/@zowe/zos-logs-for-zowe-sdk": {
|
|
284
|
-
"version": "8.33.
|
|
285
|
-
"integrity": "sha512-
|
|
285
|
+
"version": "8.33.1",
|
|
286
|
+
"integrity": "sha512-3CLi05IR9nsn+c5Q50UcvtnQg1vj8c/4cmtl7kUvei+EEJ249jgiGr+PJWk+goSzvtwm0s7pctmusZNCwkQ/3A==",
|
|
286
287
|
"license": "EPL-2.0",
|
|
287
288
|
"engines": {
|
|
288
289
|
"node": ">=20.9.0"
|
|
@@ -293,11 +294,11 @@
|
|
|
293
294
|
}
|
|
294
295
|
},
|
|
295
296
|
"node_modules/@zowe/zos-tso-for-zowe-sdk": {
|
|
296
|
-
"version": "8.33.
|
|
297
|
-
"integrity": "sha512-
|
|
297
|
+
"version": "8.33.1",
|
|
298
|
+
"integrity": "sha512-HfQp2u6GoUIxw8saHNDmzkqbpTQ4Z/YZuaTDxbqvhh4qXn1Yp5qvh2rzC4VV8qtNVgHlc0az0JMin7Hdrv4fhw==",
|
|
298
299
|
"license": "EPL-2.0",
|
|
299
300
|
"dependencies": {
|
|
300
|
-
"@zowe/zosmf-for-zowe-sdk": "8.33.
|
|
301
|
+
"@zowe/zosmf-for-zowe-sdk": "8.33.1"
|
|
301
302
|
},
|
|
302
303
|
"engines": {
|
|
303
304
|
"node": ">=20.9.0"
|
|
@@ -308,8 +309,8 @@
|
|
|
308
309
|
}
|
|
309
310
|
},
|
|
310
311
|
"node_modules/@zowe/zos-uss-for-zowe-sdk": {
|
|
311
|
-
"version": "8.33.
|
|
312
|
-
"integrity": "sha512-
|
|
312
|
+
"version": "8.33.1",
|
|
313
|
+
"integrity": "sha512-7lrUBnxZ5CdzYmGmDopVFglK/GITmvym5IANSiGBI8CG+AXvCMEzoA/G4SUI5leZh6tCxULjxUJI9xtiN4Yrug==",
|
|
313
314
|
"license": "EPL-2.0",
|
|
314
315
|
"dependencies": {
|
|
315
316
|
"ssh2": "^1.15.0"
|
|
@@ -322,11 +323,11 @@
|
|
|
322
323
|
}
|
|
323
324
|
},
|
|
324
325
|
"node_modules/@zowe/zos-workflows-for-zowe-sdk": {
|
|
325
|
-
"version": "8.33.
|
|
326
|
-
"integrity": "sha512-
|
|
326
|
+
"version": "8.33.1",
|
|
327
|
+
"integrity": "sha512-znFfxjigMtRYgd/FiOclITDZKTWmmYCoNKwQKgtmjXj1V4Rbv3l+rO/VKOHigWdQxawh3iMhGKQ6vsCaKIGh+Q==",
|
|
327
328
|
"license": "EPL-2.0",
|
|
328
329
|
"dependencies": {
|
|
329
|
-
"@zowe/zos-files-for-zowe-sdk": "8.33.
|
|
330
|
+
"@zowe/zos-files-for-zowe-sdk": "8.33.1"
|
|
330
331
|
},
|
|
331
332
|
"engines": {
|
|
332
333
|
"node": ">=20.9.0"
|
|
@@ -337,8 +338,8 @@
|
|
|
337
338
|
}
|
|
338
339
|
},
|
|
339
340
|
"node_modules/@zowe/zosmf-for-zowe-sdk": {
|
|
340
|
-
"version": "8.33.
|
|
341
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "8.33.1",
|
|
342
|
+
"integrity": "sha512-c/9OyOXSO8QSHjI92e2OfGsjLgB2ywtdyu5k/gthaojc41NuFuIdpl1ia7bVJZ8szYJd7ZAYCW9LE3vWU5eHDA==",
|
|
342
343
|
"license": "EPL-2.0",
|
|
343
344
|
"engines": {
|
|
344
345
|
"node": ">=20.9.0"
|
|
@@ -650,6 +651,57 @@
|
|
|
650
651
|
"highlight.js": "11.11.1"
|
|
651
652
|
}
|
|
652
653
|
},
|
|
654
|
+
"node_modules/dom-serializer": {
|
|
655
|
+
"version": "2.0.0",
|
|
656
|
+
"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
|
|
657
|
+
"license": "MIT",
|
|
658
|
+
"dependencies": {
|
|
659
|
+
"domelementtype": "^2.3.0",
|
|
660
|
+
"domhandler": "^5.0.2",
|
|
661
|
+
"entities": "^4.2.0"
|
|
662
|
+
},
|
|
663
|
+
"funding": {
|
|
664
|
+
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"node_modules/domelementtype": {
|
|
668
|
+
"version": "2.3.0",
|
|
669
|
+
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
|
|
670
|
+
"funding": [
|
|
671
|
+
{
|
|
672
|
+
"type": "github",
|
|
673
|
+
"url": "https://github.com/sponsors/fb55"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"license": "BSD-2-Clause"
|
|
677
|
+
},
|
|
678
|
+
"node_modules/domhandler": {
|
|
679
|
+
"version": "5.0.3",
|
|
680
|
+
"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
|
|
681
|
+
"license": "BSD-2-Clause",
|
|
682
|
+
"dependencies": {
|
|
683
|
+
"domelementtype": "^2.3.0"
|
|
684
|
+
},
|
|
685
|
+
"engines": {
|
|
686
|
+
"node": ">= 4"
|
|
687
|
+
},
|
|
688
|
+
"funding": {
|
|
689
|
+
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"node_modules/domutils": {
|
|
693
|
+
"version": "3.2.2",
|
|
694
|
+
"integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
|
|
695
|
+
"license": "BSD-2-Clause",
|
|
696
|
+
"dependencies": {
|
|
697
|
+
"dom-serializer": "^2.0.0",
|
|
698
|
+
"domelementtype": "^2.3.0",
|
|
699
|
+
"domhandler": "^5.0.3"
|
|
700
|
+
},
|
|
701
|
+
"funding": {
|
|
702
|
+
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
653
705
|
"node_modules/emoji-regex": {
|
|
654
706
|
"version": "8.0.0",
|
|
655
707
|
"license": "MIT"
|
|
@@ -677,6 +729,16 @@
|
|
|
677
729
|
"node": ">=6"
|
|
678
730
|
}
|
|
679
731
|
},
|
|
732
|
+
"node_modules/escape-string-regexp": {
|
|
733
|
+
"version": "4.0.0",
|
|
734
|
+
"license": "MIT",
|
|
735
|
+
"engines": {
|
|
736
|
+
"node": ">=10"
|
|
737
|
+
},
|
|
738
|
+
"funding": {
|
|
739
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
680
742
|
"node_modules/esprima": {
|
|
681
743
|
"version": "4.0.1",
|
|
682
744
|
"license": "BSD-2-Clause",
|
|
@@ -835,6 +897,35 @@
|
|
|
835
897
|
"node": "^16.14.0 || >=18.0.0"
|
|
836
898
|
}
|
|
837
899
|
},
|
|
900
|
+
"node_modules/htmlparser2": {
|
|
901
|
+
"version": "10.1.0",
|
|
902
|
+
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
|
|
903
|
+
"funding": [
|
|
904
|
+
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
905
|
+
{
|
|
906
|
+
"type": "github",
|
|
907
|
+
"url": "https://github.com/sponsors/fb55"
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"license": "MIT",
|
|
911
|
+
"dependencies": {
|
|
912
|
+
"domelementtype": "^2.3.0",
|
|
913
|
+
"domhandler": "^5.0.3",
|
|
914
|
+
"domutils": "^3.2.2",
|
|
915
|
+
"entities": "^7.0.1"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"node_modules/htmlparser2/node_modules/entities": {
|
|
919
|
+
"version": "7.0.1",
|
|
920
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
921
|
+
"license": "BSD-2-Clause",
|
|
922
|
+
"engines": {
|
|
923
|
+
"node": ">=0.12"
|
|
924
|
+
},
|
|
925
|
+
"funding": {
|
|
926
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
838
929
|
"node_modules/http-proxy-agent": {
|
|
839
930
|
"version": "7.0.2",
|
|
840
931
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
@@ -894,6 +985,13 @@
|
|
|
894
985
|
"node": ">=0.12.0"
|
|
895
986
|
}
|
|
896
987
|
},
|
|
988
|
+
"node_modules/is-plain-object": {
|
|
989
|
+
"version": "5.0.0",
|
|
990
|
+
"license": "MIT",
|
|
991
|
+
"engines": {
|
|
992
|
+
"node": ">=0.10.0"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
897
995
|
"node_modules/is-stream": {
|
|
898
996
|
"version": "2.0.1",
|
|
899
997
|
"license": "MIT",
|
|
@@ -975,6 +1073,14 @@
|
|
|
975
1073
|
"integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==",
|
|
976
1074
|
"license": "MIT"
|
|
977
1075
|
},
|
|
1076
|
+
"node_modules/launder": {
|
|
1077
|
+
"version": "1.7.1",
|
|
1078
|
+
"integrity": "sha512-mU6WRz5EusL9ZZuiZ5SO4Y6C0P9PAUR9iwdb6bzj4KDihm28DiHFw+/yk9DBH4f+Pv1wuzQ4e2jV3oQ7mkIqvw==",
|
|
1079
|
+
"license": "MIT",
|
|
1080
|
+
"dependencies": {
|
|
1081
|
+
"dayjs": "^1.11.7"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
978
1084
|
"node_modules/linkify-it": {
|
|
979
1085
|
"version": "5.0.1",
|
|
980
1086
|
"integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
|
|
@@ -1137,8 +1243,8 @@
|
|
|
1137
1243
|
}
|
|
1138
1244
|
},
|
|
1139
1245
|
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
1140
|
-
"version": "5.0.
|
|
1141
|
-
"integrity": "sha512-
|
|
1246
|
+
"version": "5.0.7",
|
|
1247
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
1142
1248
|
"license": "MIT",
|
|
1143
1249
|
"dependencies": {
|
|
1144
1250
|
"balanced-match": "^4.0.2"
|
|
@@ -1194,6 +1300,23 @@
|
|
|
1194
1300
|
"license": "MIT",
|
|
1195
1301
|
"optional": true
|
|
1196
1302
|
},
|
|
1303
|
+
"node_modules/nanoid": {
|
|
1304
|
+
"version": "3.3.12",
|
|
1305
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
1306
|
+
"funding": [
|
|
1307
|
+
{
|
|
1308
|
+
"type": "github",
|
|
1309
|
+
"url": "https://github.com/sponsors/ai"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"license": "MIT",
|
|
1313
|
+
"bin": {
|
|
1314
|
+
"nanoid": "bin/nanoid.cjs"
|
|
1315
|
+
},
|
|
1316
|
+
"engines": {
|
|
1317
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1197
1320
|
"node_modules/nopt": {
|
|
1198
1321
|
"version": "1.0.10",
|
|
1199
1322
|
"integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==",
|
|
@@ -1263,6 +1386,11 @@
|
|
|
1263
1386
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1264
1387
|
}
|
|
1265
1388
|
},
|
|
1389
|
+
"node_modules/parse-srcset": {
|
|
1390
|
+
"version": "1.0.2",
|
|
1391
|
+
"integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==",
|
|
1392
|
+
"license": "MIT"
|
|
1393
|
+
},
|
|
1266
1394
|
"node_modules/path-exists": {
|
|
1267
1395
|
"version": "4.0.0",
|
|
1268
1396
|
"license": "MIT",
|
|
@@ -1277,6 +1405,11 @@
|
|
|
1277
1405
|
"node": ">=8"
|
|
1278
1406
|
}
|
|
1279
1407
|
},
|
|
1408
|
+
"node_modules/picocolors": {
|
|
1409
|
+
"version": "1.1.1",
|
|
1410
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1411
|
+
"license": "ISC"
|
|
1412
|
+
},
|
|
1280
1413
|
"node_modules/picomatch": {
|
|
1281
1414
|
"version": "2.3.2",
|
|
1282
1415
|
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
@@ -1287,6 +1420,33 @@
|
|
|
1287
1420
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1288
1421
|
}
|
|
1289
1422
|
},
|
|
1423
|
+
"node_modules/postcss": {
|
|
1424
|
+
"version": "8.5.14",
|
|
1425
|
+
"integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
|
|
1426
|
+
"funding": [
|
|
1427
|
+
{
|
|
1428
|
+
"type": "opencollective",
|
|
1429
|
+
"url": "https://opencollective.com/postcss/"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"type": "tidelift",
|
|
1433
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"type": "github",
|
|
1437
|
+
"url": "https://github.com/sponsors/ai"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"license": "MIT",
|
|
1441
|
+
"dependencies": {
|
|
1442
|
+
"nanoid": "^3.3.11",
|
|
1443
|
+
"picocolors": "^1.1.1",
|
|
1444
|
+
"source-map-js": "^1.2.1"
|
|
1445
|
+
},
|
|
1446
|
+
"engines": {
|
|
1447
|
+
"node": "^10 || ^12 || >=14"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1290
1450
|
"node_modules/pretty-format": {
|
|
1291
1451
|
"version": "29.7.0",
|
|
1292
1452
|
"license": "MIT",
|
|
@@ -1450,6 +1610,20 @@
|
|
|
1450
1610
|
"version": "2.1.2",
|
|
1451
1611
|
"license": "MIT"
|
|
1452
1612
|
},
|
|
1613
|
+
"node_modules/sanitize-html": {
|
|
1614
|
+
"version": "2.17.5",
|
|
1615
|
+
"integrity": "sha512-ZmU1joGRrvoyctKIiuwUxqR6moLoU2Wk+2bMccN6f7UwhAmwYDvWziqPxRDDN2Qip62NqnIrVrT9akbL6Wretg==",
|
|
1616
|
+
"license": "MIT",
|
|
1617
|
+
"dependencies": {
|
|
1618
|
+
"deepmerge": "^4.2.2",
|
|
1619
|
+
"escape-string-regexp": "^4.0.0",
|
|
1620
|
+
"htmlparser2": "^10.1.0",
|
|
1621
|
+
"is-plain-object": "^5.0.0",
|
|
1622
|
+
"launder": "^1.7.1",
|
|
1623
|
+
"parse-srcset": "^1.0.2",
|
|
1624
|
+
"postcss": "^8.3.11"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1453
1627
|
"node_modules/semver": {
|
|
1454
1628
|
"version": "7.8.4",
|
|
1455
1629
|
"integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
|
|
@@ -1491,6 +1665,14 @@
|
|
|
1491
1665
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
1492
1666
|
"license": "MIT"
|
|
1493
1667
|
},
|
|
1668
|
+
"node_modules/source-map-js": {
|
|
1669
|
+
"version": "1.2.1",
|
|
1670
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1671
|
+
"license": "BSD-3-Clause",
|
|
1672
|
+
"engines": {
|
|
1673
|
+
"node": ">=0.10.0"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1494
1676
|
"node_modules/ssh2": {
|
|
1495
1677
|
"version": "1.15.0",
|
|
1496
1678
|
"hasInstallScript": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "8.33.
|
|
3
|
+
"version": "8.33.1",
|
|
4
4
|
"zoweVersion": "v3.5.0",
|
|
5
5
|
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
|
|
6
6
|
"author": "Zowe",
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@zowe/core-for-zowe-sdk": "8.33.
|
|
61
|
-
"@zowe/imperative": "8.33.
|
|
62
|
-
"@zowe/provisioning-for-zowe-sdk": "8.33.
|
|
63
|
-
"@zowe/zos-console-for-zowe-sdk": "8.33.
|
|
64
|
-
"@zowe/zos-files-for-zowe-sdk": "8.33.
|
|
65
|
-
"@zowe/zos-jobs-for-zowe-sdk": "8.33.
|
|
66
|
-
"@zowe/zos-logs-for-zowe-sdk": "8.33.
|
|
67
|
-
"@zowe/zos-tso-for-zowe-sdk": "8.33.
|
|
68
|
-
"@zowe/zos-uss-for-zowe-sdk": "8.33.
|
|
69
|
-
"@zowe/zos-workflows-for-zowe-sdk": "8.33.
|
|
70
|
-
"@zowe/zosmf-for-zowe-sdk": "8.33.
|
|
60
|
+
"@zowe/core-for-zowe-sdk": "8.33.1",
|
|
61
|
+
"@zowe/imperative": "8.33.1",
|
|
62
|
+
"@zowe/provisioning-for-zowe-sdk": "8.33.1",
|
|
63
|
+
"@zowe/zos-console-for-zowe-sdk": "8.33.1",
|
|
64
|
+
"@zowe/zos-files-for-zowe-sdk": "8.33.1",
|
|
65
|
+
"@zowe/zos-jobs-for-zowe-sdk": "8.33.1",
|
|
66
|
+
"@zowe/zos-logs-for-zowe-sdk": "8.33.1",
|
|
67
|
+
"@zowe/zos-tso-for-zowe-sdk": "8.33.1",
|
|
68
|
+
"@zowe/zos-uss-for-zowe-sdk": "8.33.1",
|
|
69
|
+
"@zowe/zos-workflows-for-zowe-sdk": "8.33.1",
|
|
70
|
+
"@zowe/zosmf-for-zowe-sdk": "8.33.1",
|
|
71
71
|
"find-process": "^1.4.7",
|
|
72
72
|
"lodash": "^4.17.23",
|
|
73
73
|
"minimatch": "^10.2.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/diff": "^5.0.9",
|
|
78
78
|
"@types/lodash": "^4.17.6",
|
|
79
|
-
"@zowe/cli-test-utils": "8.33.
|
|
79
|
+
"@zowe/cli-test-utils": "8.33.1",
|
|
80
80
|
"comment-json": "^4.2.3",
|
|
81
81
|
"strip-ansi": "^6.0.1",
|
|
82
82
|
"which": "^4.0.0"
|