@oclif/plugin-version 2.0.7 → 2.0.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/oclif.lock +112 -130
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -492,10 +492,10 @@
|
|
|
492
492
|
wordwrap "^1.0.0"
|
|
493
493
|
wrap-ansi "^7.0.0"
|
|
494
494
|
|
|
495
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.
|
|
496
|
-
version "3.
|
|
497
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
498
|
-
integrity sha512-
|
|
495
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
496
|
+
version "3.12.0"
|
|
497
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
498
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
499
499
|
dependencies:
|
|
500
500
|
ansi-escapes "^4.3.2"
|
|
501
501
|
ansi-styles "^4.3.0"
|
|
@@ -503,6 +503,7 @@
|
|
|
503
503
|
chalk "^4.1.2"
|
|
504
504
|
clean-stack "^3.0.1"
|
|
505
505
|
cli-progress "^3.12.0"
|
|
506
|
+
color "^4.2.3"
|
|
506
507
|
debug "^4.3.4"
|
|
507
508
|
ejs "^3.1.9"
|
|
508
509
|
get-package-type "^0.1.0"
|
|
@@ -557,11 +558,11 @@
|
|
|
557
558
|
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
|
|
558
559
|
|
|
559
560
|
"@oclif/test@^3":
|
|
560
|
-
version "3.1.
|
|
561
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.
|
|
562
|
-
integrity sha512-
|
|
561
|
+
version "3.1.2"
|
|
562
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.2.tgz#cd3d4cf033bd50014be504f432717ae509b775a6"
|
|
563
|
+
integrity sha512-M9W80z7U/1zhwiI3mzh/BiJAXNKow5p8Yh7KcCWvmZfkBge8OV85ujUR96iMzdWaP7omsWpqu6UPSfdtk05b6g==
|
|
563
564
|
dependencies:
|
|
564
|
-
"@oclif/core" "^3.10.
|
|
565
|
+
"@oclif/core" "^3.10.8"
|
|
565
566
|
chai "^4.3.10"
|
|
566
567
|
fancy-test "^3.0.1"
|
|
567
568
|
|
|
@@ -808,9 +809,9 @@
|
|
|
808
809
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
809
810
|
|
|
810
811
|
"@types/mocha@^10":
|
|
811
|
-
version "10.0.
|
|
812
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
813
|
-
integrity sha512-
|
|
812
|
+
version "10.0.6"
|
|
813
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
814
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
814
815
|
|
|
815
816
|
"@types/node@*", "@types/node@20.5.1":
|
|
816
817
|
version "20.5.1"
|
|
@@ -823,9 +824,9 @@
|
|
|
823
824
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
824
825
|
|
|
825
826
|
"@types/node@^18":
|
|
826
|
-
version "18.18.
|
|
827
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
828
|
-
integrity sha512-
|
|
827
|
+
version "18.18.13"
|
|
828
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.13.tgz#ae0f76c0bfe79d8fad0f910b78ae3e59b333c6e8"
|
|
829
|
+
integrity sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==
|
|
829
830
|
dependencies:
|
|
830
831
|
undici-types "~5.26.4"
|
|
831
832
|
|
|
@@ -866,16 +867,16 @@
|
|
|
866
867
|
"@types/expect" "^1.20.4"
|
|
867
868
|
"@types/node" "*"
|
|
868
869
|
|
|
869
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
870
|
-
version "6.
|
|
871
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
872
|
-
integrity sha512-
|
|
870
|
+
"@typescript-eslint/eslint-plugin@^6.11.0":
|
|
871
|
+
version "6.12.0"
|
|
872
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz#2a647d278bb48bf397fef07ba0507612ff9dd812"
|
|
873
|
+
integrity sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==
|
|
873
874
|
dependencies:
|
|
874
875
|
"@eslint-community/regexpp" "^4.5.1"
|
|
875
|
-
"@typescript-eslint/scope-manager" "6.
|
|
876
|
-
"@typescript-eslint/type-utils" "6.
|
|
877
|
-
"@typescript-eslint/utils" "6.
|
|
878
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
876
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
877
|
+
"@typescript-eslint/type-utils" "6.12.0"
|
|
878
|
+
"@typescript-eslint/utils" "6.12.0"
|
|
879
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
879
880
|
debug "^4.3.4"
|
|
880
881
|
graphemer "^1.4.0"
|
|
881
882
|
ignore "^5.2.4"
|
|
@@ -883,119 +884,72 @@
|
|
|
883
884
|
semver "^7.5.4"
|
|
884
885
|
ts-api-utils "^1.0.1"
|
|
885
886
|
|
|
886
|
-
"@typescript-eslint/parser@^6.
|
|
887
|
-
version "6.
|
|
888
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
889
|
-
integrity sha512
|
|
887
|
+
"@typescript-eslint/parser@^6.11.0":
|
|
888
|
+
version "6.12.0"
|
|
889
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.12.0.tgz#9fb21ed7d88065a4a2ee21eb80b8578debb8217c"
|
|
890
|
+
integrity sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==
|
|
890
891
|
dependencies:
|
|
891
|
-
"@typescript-eslint/scope-manager" "6.
|
|
892
|
-
"@typescript-eslint/types" "6.
|
|
893
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
894
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
892
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
893
|
+
"@typescript-eslint/types" "6.12.0"
|
|
894
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
895
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
895
896
|
debug "^4.3.4"
|
|
896
897
|
|
|
897
|
-
"@typescript-eslint/scope-manager@6.
|
|
898
|
-
version "6.
|
|
899
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
900
|
-
integrity sha512-
|
|
901
|
-
dependencies:
|
|
902
|
-
"@typescript-eslint/types" "6.10.0"
|
|
903
|
-
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
904
|
-
|
|
905
|
-
"@typescript-eslint/scope-manager@6.8.0":
|
|
906
|
-
version "6.8.0"
|
|
907
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
|
|
908
|
-
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
|
|
898
|
+
"@typescript-eslint/scope-manager@6.12.0":
|
|
899
|
+
version "6.12.0"
|
|
900
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz#5833a16dbe19cfbad639d4d33bcca5e755c7044b"
|
|
901
|
+
integrity sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==
|
|
909
902
|
dependencies:
|
|
910
|
-
"@typescript-eslint/types" "6.
|
|
911
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
903
|
+
"@typescript-eslint/types" "6.12.0"
|
|
904
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
912
905
|
|
|
913
|
-
"@typescript-eslint/type-utils@6.
|
|
914
|
-
version "6.
|
|
915
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.
|
|
916
|
-
integrity sha512-
|
|
906
|
+
"@typescript-eslint/type-utils@6.12.0":
|
|
907
|
+
version "6.12.0"
|
|
908
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz#968f7c95162808d69950ab5dff710ad730e58287"
|
|
909
|
+
integrity sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==
|
|
917
910
|
dependencies:
|
|
918
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
919
|
-
"@typescript-eslint/utils" "6.
|
|
911
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
912
|
+
"@typescript-eslint/utils" "6.12.0"
|
|
920
913
|
debug "^4.3.4"
|
|
921
914
|
ts-api-utils "^1.0.1"
|
|
922
915
|
|
|
923
|
-
"@typescript-eslint/types@6.
|
|
924
|
-
version "6.
|
|
925
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
926
|
-
integrity sha512-
|
|
927
|
-
|
|
928
|
-
"@typescript-eslint/types@6.8.0":
|
|
929
|
-
version "6.8.0"
|
|
930
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
|
|
931
|
-
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
|
|
916
|
+
"@typescript-eslint/types@6.12.0":
|
|
917
|
+
version "6.12.0"
|
|
918
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
|
|
919
|
+
integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
|
|
932
920
|
|
|
933
|
-
"@typescript-eslint/typescript-estree@6.
|
|
934
|
-
version "6.
|
|
935
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
936
|
-
integrity sha512-
|
|
921
|
+
"@typescript-eslint/typescript-estree@6.12.0":
|
|
922
|
+
version "6.12.0"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz#764ccc32598549e5b48ec99e3b85f89b1385310c"
|
|
924
|
+
integrity sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==
|
|
937
925
|
dependencies:
|
|
938
|
-
"@typescript-eslint/types" "6.
|
|
939
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
926
|
+
"@typescript-eslint/types" "6.12.0"
|
|
927
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
940
928
|
debug "^4.3.4"
|
|
941
929
|
globby "^11.1.0"
|
|
942
930
|
is-glob "^4.0.3"
|
|
943
931
|
semver "^7.5.4"
|
|
944
932
|
ts-api-utils "^1.0.1"
|
|
945
933
|
|
|
946
|
-
"@typescript-eslint/typescript-
|
|
947
|
-
version "6.
|
|
948
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
949
|
-
integrity sha512-
|
|
950
|
-
dependencies:
|
|
951
|
-
"@typescript-eslint/types" "6.8.0"
|
|
952
|
-
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
953
|
-
debug "^4.3.4"
|
|
954
|
-
globby "^11.1.0"
|
|
955
|
-
is-glob "^4.0.3"
|
|
956
|
-
semver "^7.5.4"
|
|
957
|
-
ts-api-utils "^1.0.1"
|
|
958
|
-
|
|
959
|
-
"@typescript-eslint/utils@6.10.0":
|
|
960
|
-
version "6.10.0"
|
|
961
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
|
|
962
|
-
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
|
|
963
|
-
dependencies:
|
|
964
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
965
|
-
"@types/json-schema" "^7.0.12"
|
|
966
|
-
"@types/semver" "^7.5.0"
|
|
967
|
-
"@typescript-eslint/scope-manager" "6.10.0"
|
|
968
|
-
"@typescript-eslint/types" "6.10.0"
|
|
969
|
-
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
970
|
-
semver "^7.5.4"
|
|
971
|
-
|
|
972
|
-
"@typescript-eslint/utils@^6.7.5":
|
|
973
|
-
version "6.8.0"
|
|
974
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
|
|
975
|
-
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
|
|
934
|
+
"@typescript-eslint/utils@6.12.0", "@typescript-eslint/utils@^6.12.0":
|
|
935
|
+
version "6.12.0"
|
|
936
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.12.0.tgz#c6ce8c06fe9b0212620e5674a2036f6f8f611754"
|
|
937
|
+
integrity sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==
|
|
976
938
|
dependencies:
|
|
977
939
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
978
940
|
"@types/json-schema" "^7.0.12"
|
|
979
941
|
"@types/semver" "^7.5.0"
|
|
980
|
-
"@typescript-eslint/scope-manager" "6.
|
|
981
|
-
"@typescript-eslint/types" "6.
|
|
982
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
942
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
943
|
+
"@typescript-eslint/types" "6.12.0"
|
|
944
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
983
945
|
semver "^7.5.4"
|
|
984
946
|
|
|
985
|
-
"@typescript-eslint/visitor-keys@6.
|
|
986
|
-
version "6.
|
|
987
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
988
|
-
integrity sha512-
|
|
947
|
+
"@typescript-eslint/visitor-keys@6.12.0":
|
|
948
|
+
version "6.12.0"
|
|
949
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz#5877950de42a0f3344261b7a1eee15417306d7e9"
|
|
950
|
+
integrity sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==
|
|
989
951
|
dependencies:
|
|
990
|
-
"@typescript-eslint/types" "6.
|
|
991
|
-
eslint-visitor-keys "^3.4.1"
|
|
992
|
-
|
|
993
|
-
"@typescript-eslint/visitor-keys@6.8.0":
|
|
994
|
-
version "6.8.0"
|
|
995
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
|
|
996
|
-
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
|
|
997
|
-
dependencies:
|
|
998
|
-
"@typescript-eslint/types" "6.8.0"
|
|
952
|
+
"@typescript-eslint/types" "6.12.0"
|
|
999
953
|
eslint-visitor-keys "^3.4.1"
|
|
1000
954
|
|
|
1001
955
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -1778,16 +1732,32 @@ color-name@1.1.3:
|
|
|
1778
1732
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
1779
1733
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
1780
1734
|
|
|
1781
|
-
color-name@~1.1.4:
|
|
1735
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
1782
1736
|
version "1.1.4"
|
|
1783
1737
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
1784
1738
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
1785
1739
|
|
|
1740
|
+
color-string@^1.9.0:
|
|
1741
|
+
version "1.9.1"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
1743
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
1744
|
+
dependencies:
|
|
1745
|
+
color-name "^1.0.0"
|
|
1746
|
+
simple-swizzle "^0.2.2"
|
|
1747
|
+
|
|
1786
1748
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
1787
1749
|
version "1.1.3"
|
|
1788
1750
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
1789
1751
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
1790
1752
|
|
|
1753
|
+
color@^4.2.3:
|
|
1754
|
+
version "4.2.3"
|
|
1755
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
1756
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
1757
|
+
dependencies:
|
|
1758
|
+
color-convert "^2.0.1"
|
|
1759
|
+
color-string "^1.9.0"
|
|
1760
|
+
|
|
1791
1761
|
colorette@^2.0.20:
|
|
1792
1762
|
version "2.0.20"
|
|
1793
1763
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2259,18 +2229,18 @@ escape-string-regexp@^1.0.5:
|
|
|
2259
2229
|
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
|
2260
2230
|
|
|
2261
2231
|
eslint-config-oclif-typescript@^3:
|
|
2262
|
-
version "3.0.
|
|
2263
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2264
|
-
integrity sha512-
|
|
2232
|
+
version "3.0.18"
|
|
2233
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.18.tgz#9fd805de2ebf2a9b104fc4655672dc8fc258423b"
|
|
2234
|
+
integrity sha512-mAd8rinNtk9weqAF8HVM1s6GA81qOg711dQ5b5I7+CgvjEpSJGiCpt0BelbajOVgk2LSrCaPqL9TG4oiza1/uw==
|
|
2265
2235
|
dependencies:
|
|
2266
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2267
|
-
"@typescript-eslint/parser" "^6.
|
|
2236
|
+
"@typescript-eslint/eslint-plugin" "^6.11.0"
|
|
2237
|
+
"@typescript-eslint/parser" "^6.11.0"
|
|
2268
2238
|
eslint-config-xo-space "^0.34.0"
|
|
2269
2239
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2270
2240
|
eslint-plugin-import "^2.29.0"
|
|
2271
2241
|
eslint-plugin-mocha "^10.2.0"
|
|
2272
2242
|
eslint-plugin-node "^11.1.0"
|
|
2273
|
-
eslint-plugin-perfectionist "^2.
|
|
2243
|
+
eslint-plugin-perfectionist "^2.4.0"
|
|
2274
2244
|
|
|
2275
2245
|
eslint-config-oclif@^5:
|
|
2276
2246
|
version "5.0.0"
|
|
@@ -2381,12 +2351,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2381
2351
|
resolve "^1.10.1"
|
|
2382
2352
|
semver "^6.1.0"
|
|
2383
2353
|
|
|
2384
|
-
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.
|
|
2385
|
-
version "2.2
|
|
2386
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.
|
|
2387
|
-
integrity sha512
|
|
2354
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.4.0:
|
|
2355
|
+
version "2.4.2"
|
|
2356
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.4.2.tgz#114999913e60affff5608fb8390330fbca655fe9"
|
|
2357
|
+
integrity sha512-PaNwDCH+VYvG9uACKF4Vb3jBM8SjCPJXBpiFvTKUuJI07aqKWp+Q4NEa1hD4dj+ZVE0oYqAKX7DviEidiBlqIg==
|
|
2388
2358
|
dependencies:
|
|
2389
|
-
"@typescript-eslint/utils" "^6.
|
|
2359
|
+
"@typescript-eslint/utils" "^6.12.0"
|
|
2390
2360
|
minimatch "^9.0.3"
|
|
2391
2361
|
natural-compare-lite "^1.4.0"
|
|
2392
2362
|
|
|
@@ -3350,6 +3320,11 @@ is-arrayish@^0.2.1:
|
|
|
3350
3320
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
3351
3321
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
3352
3322
|
|
|
3323
|
+
is-arrayish@^0.3.1:
|
|
3324
|
+
version "0.3.2"
|
|
3325
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
3326
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
3327
|
+
|
|
3353
3328
|
is-bigint@^1.0.1:
|
|
3354
3329
|
version "1.0.4"
|
|
3355
3330
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -4946,10 +4921,10 @@ prelude-ls@^1.2.1:
|
|
|
4946
4921
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
4947
4922
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
4948
4923
|
|
|
4949
|
-
prettier@^3.0
|
|
4950
|
-
version "3.0
|
|
4951
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.
|
|
4952
|
-
integrity sha512-
|
|
4924
|
+
prettier@^3.1.0:
|
|
4925
|
+
version "3.1.0"
|
|
4926
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
|
|
4927
|
+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
|
|
4953
4928
|
|
|
4954
4929
|
pretty-bytes@^5.3.0:
|
|
4955
4930
|
version "5.6.0"
|
|
@@ -5448,6 +5423,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
5448
5423
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
5449
5424
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
5450
5425
|
|
|
5426
|
+
simple-swizzle@^0.2.2:
|
|
5427
|
+
version "0.2.2"
|
|
5428
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
5429
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
5430
|
+
dependencies:
|
|
5431
|
+
is-arrayish "^0.3.1"
|
|
5432
|
+
|
|
5451
5433
|
sinon@^16.0.0:
|
|
5452
5434
|
version "16.1.0"
|
|
5453
5435
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
|
|
@@ -5955,9 +5937,9 @@ typed-array-length@^1.0.4:
|
|
|
5955
5937
|
is-typed-array "^1.1.9"
|
|
5956
5938
|
|
|
5957
5939
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5:
|
|
5958
|
-
version "5.
|
|
5959
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
5960
|
-
integrity sha512-
|
|
5940
|
+
version "5.3.2"
|
|
5941
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
|
|
5942
|
+
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
|
|
5961
5943
|
|
|
5962
5944
|
unbox-primitive@^1.0.2:
|
|
5963
5945
|
version "1.0.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-version",
|
|
3
3
|
"description": "A command that shows the CLI version",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-version/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.12.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.8.1",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lint-staged": "^14.0.1",
|
|
27
27
|
"mocha": "^10.2.0",
|
|
28
28
|
"oclif": "^4",
|
|
29
|
-
"prettier": "^3.0
|
|
29
|
+
"prettier": "^3.1.0",
|
|
30
30
|
"shx": "^0.3.4",
|
|
31
31
|
"ts-node": "^10.9.1",
|
|
32
32
|
"typescript": "^5"
|