@zowe/cli 7.23.3 → 7.23.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "7.23.3",
3
+ "version": "7.23.4",
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",
@@ -57,17 +57,17 @@
57
57
  "preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
58
58
  },
59
59
  "dependencies": {
60
- "@zowe/core-for-zowe-sdk": "7.23.3",
61
- "@zowe/imperative": "5.22.3",
62
- "@zowe/provisioning-for-zowe-sdk": "7.23.3",
63
- "@zowe/zos-console-for-zowe-sdk": "7.23.3",
64
- "@zowe/zos-files-for-zowe-sdk": "7.23.3",
65
- "@zowe/zos-jobs-for-zowe-sdk": "7.23.3",
66
- "@zowe/zos-logs-for-zowe-sdk": "7.23.3",
67
- "@zowe/zos-tso-for-zowe-sdk": "7.23.3",
68
- "@zowe/zos-uss-for-zowe-sdk": "7.23.3",
69
- "@zowe/zos-workflows-for-zowe-sdk": "7.23.3",
70
- "@zowe/zosmf-for-zowe-sdk": "7.23.3",
60
+ "@zowe/core-for-zowe-sdk": "7.23.4",
61
+ "@zowe/imperative": "5.22.4",
62
+ "@zowe/provisioning-for-zowe-sdk": "7.23.4",
63
+ "@zowe/zos-console-for-zowe-sdk": "7.23.4",
64
+ "@zowe/zos-files-for-zowe-sdk": "7.23.4",
65
+ "@zowe/zos-jobs-for-zowe-sdk": "7.23.4",
66
+ "@zowe/zos-logs-for-zowe-sdk": "7.23.4",
67
+ "@zowe/zos-tso-for-zowe-sdk": "7.23.4",
68
+ "@zowe/zos-uss-for-zowe-sdk": "7.23.4",
69
+ "@zowe/zos-workflows-for-zowe-sdk": "7.23.4",
70
+ "@zowe/zosmf-for-zowe-sdk": "7.23.4",
71
71
  "find-process": "1.4.7",
72
72
  "get-stream": "6.0.1",
73
73
  "lodash": "4.17.21",
@@ -78,7 +78,7 @@
78
78
  "@types/diff": "^5.0.2",
79
79
  "@types/lodash": "^4.14.175",
80
80
  "@types/tar": "^6.1.2",
81
- "@zowe/cli-test-utils": "7.23.3",
81
+ "@zowe/cli-test-utils": "7.23.4",
82
82
  "comment-json": "^4.1.1",
83
83
  "strip-ansi": "^6.0.1",
84
84
  "which": "^2.0.2"
@@ -42,6 +42,12 @@ version = "0.13.1"
42
42
  source = "registry+https://github.com/rust-lang/crates.io-index"
43
43
  checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
44
44
 
45
+ [[package]]
46
+ name = "bitflags"
47
+ version = "1.3.2"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
50
+
45
51
  [[package]]
46
52
  name = "bitflags"
47
53
  version = "2.3.3"
@@ -135,7 +141,7 @@ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
135
141
  dependencies = [
136
142
  "errno-dragonfly",
137
143
  "libc",
138
- "windows-sys 0.48.0",
144
+ "windows-sys",
139
145
  ]
140
146
 
141
147
  [[package]]
@@ -196,7 +202,7 @@ checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
196
202
  dependencies = [
197
203
  "hermit-abi 0.3.2",
198
204
  "rustix",
199
- "windows-sys 0.48.0",
205
+ "windows-sys",
200
206
  ]
201
207
 
202
208
  [[package]]
@@ -222,9 +228,9 @@ dependencies = [
222
228
 
223
229
  [[package]]
224
230
  name = "libc"
225
- version = "0.2.147"
231
+ version = "0.2.153"
226
232
  source = "registry+https://github.com/rust-lang/crates.io-index"
227
- checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
233
+ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
228
234
 
229
235
  [[package]]
230
236
  name = "linux-raw-sys"
@@ -252,14 +258,14 @@ dependencies = [
252
258
 
253
259
  [[package]]
254
260
  name = "mio"
255
- version = "0.8.6"
261
+ version = "0.8.11"
256
262
  source = "registry+https://github.com/rust-lang/crates.io-index"
257
- checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
263
+ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
258
264
  dependencies = [
259
265
  "libc",
260
266
  "log",
261
267
  "wasi",
262
- "windows-sys 0.45.0",
268
+ "windows-sys",
263
269
  ]
264
270
 
265
271
  [[package]]
@@ -343,6 +349,15 @@ dependencies = [
343
349
  "num_cpus",
344
350
  ]
345
351
 
352
+ [[package]]
353
+ name = "redox_syscall"
354
+ version = "0.4.1"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
357
+ dependencies = [
358
+ "bitflags 1.3.2",
359
+ ]
360
+
346
361
  [[package]]
347
362
  name = "rpassword"
348
363
  version = "5.0.1"
@@ -359,11 +374,11 @@ version = "0.38.3"
359
374
  source = "registry+https://github.com/rust-lang/crates.io-index"
360
375
  checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
361
376
  dependencies = [
362
- "bitflags",
377
+ "bitflags 2.3.3",
363
378
  "errno",
364
379
  "libc",
365
380
  "linux-raw-sys",
366
- "windows-sys 0.48.0",
381
+ "windows-sys",
367
382
  ]
368
383
 
369
384
  [[package]]
@@ -486,7 +501,7 @@ dependencies = [
486
501
  "pin-project-lite",
487
502
  "socket2",
488
503
  "tokio-macros",
489
- "windows-sys 0.48.0",
504
+ "windows-sys",
490
505
  ]
491
506
 
492
507
  [[package]]
@@ -536,6 +551,12 @@ version = "0.11.0+wasi-snapshot-preview1"
536
551
  source = "registry+https://github.com/rust-lang/crates.io-index"
537
552
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
538
553
 
554
+ [[package]]
555
+ name = "wasite"
556
+ version = "0.1.0"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
559
+
539
560
  [[package]]
540
561
  name = "wasm-bindgen"
541
562
  version = "0.2.84"
@@ -602,11 +623,12 @@ dependencies = [
602
623
 
603
624
  [[package]]
604
625
  name = "whoami"
605
- version = "1.4.0"
626
+ version = "1.5.0"
606
627
  source = "registry+https://github.com/rust-lang/crates.io-index"
607
- checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
628
+ checksum = "0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e"
608
629
  dependencies = [
609
- "wasm-bindgen",
630
+ "redox_syscall",
631
+ "wasite",
610
632
  "web-sys",
611
633
  ]
612
634
 
@@ -632,37 +654,13 @@ version = "0.4.0"
632
654
  source = "registry+https://github.com/rust-lang/crates.io-index"
633
655
  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
634
656
 
635
- [[package]]
636
- name = "windows-sys"
637
- version = "0.45.0"
638
- source = "registry+https://github.com/rust-lang/crates.io-index"
639
- checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
640
- dependencies = [
641
- "windows-targets 0.42.2",
642
- ]
643
-
644
657
  [[package]]
645
658
  name = "windows-sys"
646
659
  version = "0.48.0"
647
660
  source = "registry+https://github.com/rust-lang/crates.io-index"
648
661
  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
649
662
  dependencies = [
650
- "windows-targets 0.48.0",
651
- ]
652
-
653
- [[package]]
654
- name = "windows-targets"
655
- version = "0.42.2"
656
- source = "registry+https://github.com/rust-lang/crates.io-index"
657
- checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
658
- dependencies = [
659
- "windows_aarch64_gnullvm 0.42.2",
660
- "windows_aarch64_msvc 0.42.2",
661
- "windows_i686_gnu 0.42.2",
662
- "windows_i686_msvc 0.42.2",
663
- "windows_x86_64_gnu 0.42.2",
664
- "windows_x86_64_gnullvm 0.42.2",
665
- "windows_x86_64_msvc 0.42.2",
663
+ "windows-targets",
666
664
  ]
667
665
 
668
666
  [[package]]
@@ -671,93 +669,51 @@ version = "0.48.0"
671
669
  source = "registry+https://github.com/rust-lang/crates.io-index"
672
670
  checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
673
671
  dependencies = [
674
- "windows_aarch64_gnullvm 0.48.0",
675
- "windows_aarch64_msvc 0.48.0",
676
- "windows_i686_gnu 0.48.0",
677
- "windows_i686_msvc 0.48.0",
678
- "windows_x86_64_gnu 0.48.0",
679
- "windows_x86_64_gnullvm 0.48.0",
680
- "windows_x86_64_msvc 0.48.0",
672
+ "windows_aarch64_gnullvm",
673
+ "windows_aarch64_msvc",
674
+ "windows_i686_gnu",
675
+ "windows_i686_msvc",
676
+ "windows_x86_64_gnu",
677
+ "windows_x86_64_gnullvm",
678
+ "windows_x86_64_msvc",
681
679
  ]
682
680
 
683
- [[package]]
684
- name = "windows_aarch64_gnullvm"
685
- version = "0.42.2"
686
- source = "registry+https://github.com/rust-lang/crates.io-index"
687
- checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
688
-
689
681
  [[package]]
690
682
  name = "windows_aarch64_gnullvm"
691
683
  version = "0.48.0"
692
684
  source = "registry+https://github.com/rust-lang/crates.io-index"
693
685
  checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
694
686
 
695
- [[package]]
696
- name = "windows_aarch64_msvc"
697
- version = "0.42.2"
698
- source = "registry+https://github.com/rust-lang/crates.io-index"
699
- checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
700
-
701
687
  [[package]]
702
688
  name = "windows_aarch64_msvc"
703
689
  version = "0.48.0"
704
690
  source = "registry+https://github.com/rust-lang/crates.io-index"
705
691
  checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
706
692
 
707
- [[package]]
708
- name = "windows_i686_gnu"
709
- version = "0.42.2"
710
- source = "registry+https://github.com/rust-lang/crates.io-index"
711
- checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
712
-
713
693
  [[package]]
714
694
  name = "windows_i686_gnu"
715
695
  version = "0.48.0"
716
696
  source = "registry+https://github.com/rust-lang/crates.io-index"
717
697
  checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
718
698
 
719
- [[package]]
720
- name = "windows_i686_msvc"
721
- version = "0.42.2"
722
- source = "registry+https://github.com/rust-lang/crates.io-index"
723
- checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
724
-
725
699
  [[package]]
726
700
  name = "windows_i686_msvc"
727
701
  version = "0.48.0"
728
702
  source = "registry+https://github.com/rust-lang/crates.io-index"
729
703
  checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
730
704
 
731
- [[package]]
732
- name = "windows_x86_64_gnu"
733
- version = "0.42.2"
734
- source = "registry+https://github.com/rust-lang/crates.io-index"
735
- checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
736
-
737
705
  [[package]]
738
706
  name = "windows_x86_64_gnu"
739
707
  version = "0.48.0"
740
708
  source = "registry+https://github.com/rust-lang/crates.io-index"
741
709
  checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
742
710
 
743
- [[package]]
744
- name = "windows_x86_64_gnullvm"
745
- version = "0.42.2"
746
- source = "registry+https://github.com/rust-lang/crates.io-index"
747
- checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
748
-
749
711
  [[package]]
750
712
  name = "windows_x86_64_gnullvm"
751
713
  version = "0.48.0"
752
714
  source = "registry+https://github.com/rust-lang/crates.io-index"
753
715
  checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
754
716
 
755
- [[package]]
756
- name = "windows_x86_64_msvc"
757
- version = "0.42.2"
758
- source = "registry+https://github.com/rust-lang/crates.io-index"
759
- checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
760
-
761
717
  [[package]]
762
718
  name = "windows_x86_64_msvc"
763
719
  version = "0.48.0"
@@ -772,7 +728,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
772
728
 
773
729
  [[package]]
774
730
  name = "zowe"
775
- version = "1.2.0"
731
+ version = "1.2.1"
776
732
  dependencies = [
777
733
  "base64",
778
734
  "fslock",
@@ -788,6 +744,6 @@ dependencies = [
788
744
  "tokio",
789
745
  "tokio-test",
790
746
  "whoami",
791
- "windows-sys 0.48.0",
747
+ "windows-sys",
792
748
  "yansi",
793
749
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "zowe"
3
- version = "1.2.0"
3
+ version = "1.2.1"
4
4
  authors = ["Zowe Project"]
5
5
  edition = "2018"
6
6
  license = "EPL-2.0"
@@ -14,13 +14,13 @@ home = "0.5.4"
14
14
  is-terminal = "0.4.9"
15
15
  pathsearch = "0.2.0"
16
16
  rpassword = "5.0.1"
17
- serde = { version = "1.0.156", features = ["derive"]}
17
+ serde = { version = "1.0.156", features = ["derive"] }
18
18
  serde_json = "1.0.94"
19
19
  simple-error = "0.2.3"
20
20
  supports-color = "2.0.0"
21
21
  sysinfo = "0.29.4"
22
22
  tokio = { version = "1.28.0", features = ["io-util", "macros", "net", "rt-multi-thread"] }
23
- whoami = "1.4.0"
23
+ whoami = "1.5.0"
24
24
  yansi = "0.5.1"
25
25
 
26
26
  [target.'cfg(windows)'.dependencies]
Binary file
Binary file
Binary file