@oclif/plugin-help 6.0.9 → 6.0.11

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.
@@ -1,4 +1,4 @@
1
- import { Args, Command, Flags, Help } from '@oclif/core';
1
+ import { Args, Command, Flags, loadHelpClass } from '@oclif/core';
2
2
  export default class HelpCommand extends Command {
3
3
  static args = {
4
4
  commands: Args.string({ description: 'Command to show help for.', required: false }),
@@ -13,6 +13,7 @@ export default class HelpCommand extends Command {
13
13
  static strict = false;
14
14
  async run() {
15
15
  const { argv, flags } = await this.parse(HelpCommand);
16
+ const Help = await loadHelpClass(this.config);
16
17
  const help = new Help(this.config, { all: flags['nested-commands'] });
17
18
  await help.showHelp(argv);
18
19
  }
package/oclif.lock CHANGED
@@ -228,10 +228,10 @@
228
228
  minimatch "^3.1.2"
229
229
  strip-json-comments "^3.1.1"
230
230
 
231
- "@eslint/js@8.55.0":
232
- version "8.55.0"
233
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
234
- integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
231
+ "@eslint/js@8.56.0":
232
+ version "8.56.0"
233
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
234
+ integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
235
235
 
236
236
  "@gar/promisify@^1.0.1":
237
237
  version "1.1.2"
@@ -476,10 +476,10 @@
476
476
  wordwrap "^1.0.0"
477
477
  wrap-ansi "^7.0.0"
478
478
 
479
- "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
480
- version "3.15.0"
481
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
482
- integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
479
+ "@oclif/core@^3.0.4", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
480
+ version "3.16.0"
481
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
482
+ integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
483
483
  dependencies:
484
484
  ansi-escapes "^4.3.2"
485
485
  ansi-styles "^4.3.0"
@@ -498,7 +498,7 @@
498
498
  js-yaml "^3.14.1"
499
499
  natural-orderby "^2.0.3"
500
500
  object-treeify "^1.1.33"
501
- password-prompt "^1.1.2"
501
+ password-prompt "^1.1.3"
502
502
  slice-ansi "^4.0.0"
503
503
  string-width "^4.2.3"
504
504
  strip-ansi "^6.0.1"
@@ -541,14 +541,14 @@
541
541
  resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
542
542
  integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
543
543
 
544
- "@oclif/test@^3.1.3":
545
- version "3.1.3"
546
- resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.3.tgz#42d98e3e2c29a3340dedd7eab7c0a7e392c2f3cf"
547
- integrity sha512-p4Z+SpGSW6pw/QQrQwVuG8eOuZtUl/hxh2rgaOkDfxWipb6FVNa08kzuE70rYaIDIq/9SFglcOb9YQmOXv2MEA==
544
+ "@oclif/test@^3.1.8":
545
+ version "3.1.8"
546
+ resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.8.tgz#12402a1be848af24e7696b259a7bc68a3153235f"
547
+ integrity sha512-QtBK+gq7mOSns1DhB4URNNvanYiLfwyJ4dY4iL1qyv0ishmRLMRsXnRwlml8e9RHqKg17Sj+I3dnMqWyfJV3rw==
548
548
  dependencies:
549
- "@oclif/core" "^3.12.0"
549
+ "@oclif/core" "^3.15.1"
550
550
  chai "^4.3.10"
551
- fancy-test "^3.0.1"
551
+ fancy-test "^3.0.8"
552
552
 
553
553
  "@octokit/auth-token@^2.4.4":
554
554
  version "2.5.0"
@@ -822,9 +822,9 @@
822
822
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
823
823
 
824
824
  "@types/node@^18":
825
- version "18.19.3"
826
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
827
- integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
825
+ version "18.19.4"
826
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.4.tgz#89672e84f11a2c19543d694dac00ab8d7bc20ddb"
827
+ integrity sha512-xNzlUhzoHotIsnFoXmJB+yWmBvFZgKCI9TtPIEdYIMM1KWfwuY8zh7wvc1u1OAXlC7dlf6mZVx/s+Y5KfFz19A==
828
828
  dependencies:
829
829
  undici-types "~5.26.4"
830
830
 
@@ -860,16 +860,16 @@
860
860
  "@types/expect" "^1.20.4"
861
861
  "@types/node" "*"
862
862
 
863
- "@typescript-eslint/eslint-plugin@^6.12.0":
864
- version "6.13.1"
865
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
866
- integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
863
+ "@typescript-eslint/eslint-plugin@^6.16.0":
864
+ version "6.18.0"
865
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.0.tgz#94b86f3c25b468c714a04bd490017ecec2fd3746"
866
+ integrity sha512-3lqEvQUdCozi6d1mddWqd+kf8KxmGq2Plzx36BlkjuQe3rSTm/O98cLf0A4uDO+a5N1KD2SeEEl6fW97YHY+6w==
867
867
  dependencies:
868
868
  "@eslint-community/regexpp" "^4.5.1"
869
- "@typescript-eslint/scope-manager" "6.13.1"
870
- "@typescript-eslint/type-utils" "6.13.1"
871
- "@typescript-eslint/utils" "6.13.1"
872
- "@typescript-eslint/visitor-keys" "6.13.1"
869
+ "@typescript-eslint/scope-manager" "6.18.0"
870
+ "@typescript-eslint/type-utils" "6.18.0"
871
+ "@typescript-eslint/utils" "6.18.0"
872
+ "@typescript-eslint/visitor-keys" "6.18.0"
873
873
  debug "^4.3.4"
874
874
  graphemer "^1.4.0"
875
875
  ignore "^5.2.4"
@@ -877,15 +877,15 @@
877
877
  semver "^7.5.4"
878
878
  ts-api-utils "^1.0.1"
879
879
 
880
- "@typescript-eslint/parser@^6.12.0":
881
- version "6.13.1"
882
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.1.tgz#29d6d4e5fab4669e58bc15f6904b67da65567487"
883
- integrity sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==
880
+ "@typescript-eslint/parser@^6.18.0":
881
+ version "6.18.0"
882
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.18.0.tgz#d494161d64832e869f0a6acc6000a2cdff858383"
883
+ integrity sha512-v6uR68SFvqhNQT41frCMCQpsP+5vySy6IdgjlzUWoo7ALCnpaWYcz/Ij2k4L8cEsL0wkvOviCMpjmtRtHNOKzA==
884
884
  dependencies:
885
- "@typescript-eslint/scope-manager" "6.13.1"
886
- "@typescript-eslint/types" "6.13.1"
887
- "@typescript-eslint/typescript-estree" "6.13.1"
888
- "@typescript-eslint/visitor-keys" "6.13.1"
885
+ "@typescript-eslint/scope-manager" "6.18.0"
886
+ "@typescript-eslint/types" "6.18.0"
887
+ "@typescript-eslint/typescript-estree" "6.18.0"
888
+ "@typescript-eslint/visitor-keys" "6.18.0"
889
889
  debug "^4.3.4"
890
890
 
891
891
  "@typescript-eslint/scope-manager@6.13.1":
@@ -896,13 +896,21 @@
896
896
  "@typescript-eslint/types" "6.13.1"
897
897
  "@typescript-eslint/visitor-keys" "6.13.1"
898
898
 
899
- "@typescript-eslint/type-utils@6.13.1":
900
- version "6.13.1"
901
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
902
- integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
899
+ "@typescript-eslint/scope-manager@6.18.0":
900
+ version "6.18.0"
901
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz#24ca6fc1f4a2afa71122dcfca9282878687d9997"
902
+ integrity sha512-o/UoDT2NgOJ2VfHpfr+KBY2ErWvCySNUIX/X7O9g8Zzt/tXdpfEU43qbNk8LVuWUT2E0ptzTWXh79i74PP0twA==
903
903
  dependencies:
904
- "@typescript-eslint/typescript-estree" "6.13.1"
905
- "@typescript-eslint/utils" "6.13.1"
904
+ "@typescript-eslint/types" "6.18.0"
905
+ "@typescript-eslint/visitor-keys" "6.18.0"
906
+
907
+ "@typescript-eslint/type-utils@6.18.0":
908
+ version "6.18.0"
909
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.18.0.tgz#a492da599da5c38c70aa9ff9bfb473961b8ae663"
910
+ integrity sha512-ZeMtrXnGmTcHciJN1+u2CigWEEXgy1ufoxtWcHORt5kGvpjjIlK9MUhzHm4RM8iVy6dqSaZA/6PVkX6+r+ChjQ==
911
+ dependencies:
912
+ "@typescript-eslint/typescript-estree" "6.18.0"
913
+ "@typescript-eslint/utils" "6.18.0"
906
914
  debug "^4.3.4"
907
915
  ts-api-utils "^1.0.1"
908
916
 
@@ -911,6 +919,11 @@
911
919
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
912
920
  integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
913
921
 
922
+ "@typescript-eslint/types@6.18.0":
923
+ version "6.18.0"
924
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
925
+ integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
926
+
914
927
  "@typescript-eslint/typescript-estree@6.13.1":
915
928
  version "6.13.1"
916
929
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
@@ -924,7 +937,34 @@
924
937
  semver "^7.5.4"
925
938
  ts-api-utils "^1.0.1"
926
939
 
927
- "@typescript-eslint/utils@6.13.1", "@typescript-eslint/utils@^6.13.0":
940
+ "@typescript-eslint/typescript-estree@6.18.0":
941
+ version "6.18.0"
942
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
943
+ integrity sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==
944
+ dependencies:
945
+ "@typescript-eslint/types" "6.18.0"
946
+ "@typescript-eslint/visitor-keys" "6.18.0"
947
+ debug "^4.3.4"
948
+ globby "^11.1.0"
949
+ is-glob "^4.0.3"
950
+ minimatch "9.0.3"
951
+ semver "^7.5.4"
952
+ ts-api-utils "^1.0.1"
953
+
954
+ "@typescript-eslint/utils@6.18.0":
955
+ version "6.18.0"
956
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.0.tgz#4d07c9c08f84b9939a1aca7aef98c8f378936142"
957
+ integrity sha512-wiKKCbUeDPGaYEYQh1S580dGxJ/V9HI7K5sbGAVklyf+o5g3O+adnS4UNJajplF4e7z2q0uVBaTdT/yLb4XAVA==
958
+ dependencies:
959
+ "@eslint-community/eslint-utils" "^4.4.0"
960
+ "@types/json-schema" "^7.0.12"
961
+ "@types/semver" "^7.5.0"
962
+ "@typescript-eslint/scope-manager" "6.18.0"
963
+ "@typescript-eslint/types" "6.18.0"
964
+ "@typescript-eslint/typescript-estree" "6.18.0"
965
+ semver "^7.5.4"
966
+
967
+ "@typescript-eslint/utils@^6.13.0":
928
968
  version "6.13.1"
929
969
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
930
970
  integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
@@ -945,6 +985,14 @@
945
985
  "@typescript-eslint/types" "6.13.1"
946
986
  eslint-visitor-keys "^3.4.1"
947
987
 
988
+ "@typescript-eslint/visitor-keys@6.18.0":
989
+ version "6.18.0"
990
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.0.tgz#3c8733737786fa6c78a347b4fa306ae7155b560f"
991
+ integrity sha512-1wetAlSZpewRDb2h9p/Q8kRjdGuqdTAQbkJIOUMLug2LBLG+QOjiWoSj6/3B/hA9/tVTFFdtiKvAYoYnSRW/RA==
992
+ dependencies:
993
+ "@typescript-eslint/types" "6.18.0"
994
+ eslint-visitor-keys "^3.4.1"
995
+
948
996
  "@ungap/structured-clone@^1.2.0":
949
997
  version "1.2.0"
950
998
  resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1027,11 +1075,6 @@ ansi-colors@4.1.1:
1027
1075
  resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1028
1076
  integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1029
1077
 
1030
- ansi-escapes@^3.1.0:
1031
- version "3.2.0"
1032
- resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
1033
- integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
1034
-
1035
1078
  ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
1036
1079
  version "4.3.2"
1037
1080
  resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -1453,10 +1496,10 @@ cardinal@^2.1.1:
1453
1496
  ansicolors "~0.3.2"
1454
1497
  redeyed "~2.1.0"
1455
1498
 
1456
- chai@^4.3.10:
1457
- version "4.3.10"
1458
- resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384"
1459
- integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==
1499
+ chai@^4.3.10, chai@^4.4.0:
1500
+ version "4.4.0"
1501
+ resolved "https://registry.yarnpkg.com/chai/-/chai-4.4.0.tgz#f9ac79f26726a867ac9d90a9b382120479d5f55b"
1502
+ integrity sha512-x9cHNq1uvkCdU+5xTkNh5WtgD4e4yDFCsp9jVc7N7qVeKeftv3gO/ZrviX5d+3ZfxdYnZXZYujjRInu1RogU6A==
1460
1503
  dependencies:
1461
1504
  assertion-error "^1.1.0"
1462
1505
  check-error "^1.0.3"
@@ -1838,17 +1881,6 @@ create-require@^1.1.0:
1838
1881
  resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
1839
1882
  integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
1840
1883
 
1841
- cross-spawn@^6.0.5:
1842
- version "6.0.5"
1843
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
1844
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
1845
- dependencies:
1846
- nice-try "^1.0.4"
1847
- path-key "^2.0.1"
1848
- semver "^5.5.0"
1849
- shebang-command "^1.2.0"
1850
- which "^1.2.9"
1851
-
1852
1884
  cross-spawn@^7.0.2, cross-spawn@^7.0.3:
1853
1885
  version "7.0.3"
1854
1886
  resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -2184,19 +2216,19 @@ escape-string-regexp@^1.0.5:
2184
2216
  resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2185
2217
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2186
2218
 
2187
- eslint-config-oclif-typescript@^3.0.21:
2188
- version "3.0.21"
2189
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.21.tgz#463916df2f918c5608b79d4d9ce36d392ef9a6a4"
2190
- integrity sha512-LkZo5FbaqD6lbPiGfPINK4RqPQAf/zaqY3cM3h6Zjda5ntpC3ZkBfDQEArKERa3Yr4ucHiaDIUVNIZcUmNcjPA==
2219
+ eslint-config-oclif-typescript@^3.0.34:
2220
+ version "3.0.34"
2221
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.34.tgz#52ee604452b33a4c8ac9474ef2d14dcba5afcfae"
2222
+ integrity sha512-xYbRXdsiFKjvNABn6pauyDu0T4wP6a4PH84EBkV7xPiXm1Pl2rgXLSu5SatE67IuQPHE/Nv5r5Ejv5KwCqHbTQ==
2191
2223
  dependencies:
2192
- "@typescript-eslint/eslint-plugin" "^6.12.0"
2193
- "@typescript-eslint/parser" "^6.12.0"
2224
+ "@typescript-eslint/eslint-plugin" "^6.16.0"
2225
+ "@typescript-eslint/parser" "^6.18.0"
2194
2226
  eslint-config-xo-space "^0.34.0"
2195
2227
  eslint-import-resolver-typescript "^3.6.1"
2196
- eslint-plugin-import "^2.29.0"
2228
+ eslint-plugin-import "^2.29.1"
2197
2229
  eslint-plugin-mocha "^10.2.0"
2198
2230
  eslint-plugin-node "^11.1.0"
2199
- eslint-plugin-perfectionist "^2.4.2"
2231
+ eslint-plugin-perfectionist "^2.5.0"
2200
2232
 
2201
2233
  eslint-config-oclif@^5.0.0:
2202
2234
  version "5.0.0"
@@ -2264,10 +2296,10 @@ eslint-plugin-es@^3.0.0:
2264
2296
  eslint-utils "^2.0.0"
2265
2297
  regexpp "^3.0.0"
2266
2298
 
2267
- eslint-plugin-import@^2.29.0:
2268
- version "2.29.0"
2269
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
2270
- integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
2299
+ eslint-plugin-import@^2.29.1:
2300
+ version "2.29.1"
2301
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
2302
+ integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
2271
2303
  dependencies:
2272
2304
  array-includes "^3.1.7"
2273
2305
  array.prototype.findlastindex "^1.2.3"
@@ -2285,7 +2317,7 @@ eslint-plugin-import@^2.29.0:
2285
2317
  object.groupby "^1.0.1"
2286
2318
  object.values "^1.1.7"
2287
2319
  semver "^6.3.1"
2288
- tsconfig-paths "^3.14.2"
2320
+ tsconfig-paths "^3.15.0"
2289
2321
 
2290
2322
  eslint-plugin-mocha@^10.1.0, eslint-plugin-mocha@^10.2.0:
2291
2323
  version "10.2.0"
@@ -2307,7 +2339,7 @@ eslint-plugin-node@^11.1.0:
2307
2339
  resolve "^1.10.1"
2308
2340
  semver "^6.1.0"
2309
2341
 
2310
- eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.4.2:
2342
+ eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.5.0:
2311
2343
  version "2.5.0"
2312
2344
  resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.5.0.tgz#f7f83733e18d1b26694c4aab1b986eac836773a7"
2313
2345
  integrity sha512-F6XXcq4mKKUe/SREoMGQqzgw6cgCgf3pFzkFfQVIGtqD1yXVpQjnhTepzhBeZfxZwgMzR9HO4yH4CUhIQ2WBcQ==
@@ -2374,15 +2406,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
2374
2406
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2375
2407
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2376
2408
 
2377
- eslint@^8.55.0:
2378
- version "8.55.0"
2379
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
2380
- integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
2409
+ eslint@^8.56.0:
2410
+ version "8.56.0"
2411
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2412
+ integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
2381
2413
  dependencies:
2382
2414
  "@eslint-community/eslint-utils" "^4.2.0"
2383
2415
  "@eslint-community/regexpp" "^4.6.1"
2384
2416
  "@eslint/eslintrc" "^2.1.4"
2385
- "@eslint/js" "8.55.0"
2417
+ "@eslint/js" "8.56.0"
2386
2418
  "@humanwhocodes/config-array" "^0.11.13"
2387
2419
  "@humanwhocodes/module-importer" "^1.0.1"
2388
2420
  "@nodelib/fs.walk" "^1.2.8"
@@ -2510,10 +2542,10 @@ external-editor@^3.0.3:
2510
2542
  iconv-lite "^0.4.24"
2511
2543
  tmp "^0.0.33"
2512
2544
 
2513
- fancy-test@^3.0.1:
2514
- version "3.0.1"
2515
- resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.1.tgz#8b19ed4ccc8b0625475eabf36fd743e1d0168abb"
2516
- integrity sha512-Ke1IFOGEBxP2dNg0X7ZYPUSwKSRr5GNn3xM/2DpHkP86riF3MFDpesXJuD1TGm7gcfwBtYpuSzuw3m704bThVg==
2545
+ fancy-test@^3.0.8:
2546
+ version "3.0.8"
2547
+ resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8"
2548
+ integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA==
2517
2549
  dependencies:
2518
2550
  "@types/chai" "*"
2519
2551
  "@types/lodash" "*"
@@ -2521,8 +2553,8 @@ fancy-test@^3.0.1:
2521
2553
  "@types/sinon" "*"
2522
2554
  lodash "^4.17.13"
2523
2555
  mock-stdin "^1.0.0"
2524
- nock "^13.3.3"
2525
- sinon "^16.0.0"
2556
+ nock "^13.4.0"
2557
+ sinon "^16.1.3"
2526
2558
  stdout-stderr "^0.1.9"
2527
2559
 
2528
2560
  fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
@@ -4076,6 +4108,13 @@ minimatch@5.0.1:
4076
4108
  dependencies:
4077
4109
  brace-expansion "^2.0.1"
4078
4110
 
4111
+ minimatch@9.0.3, minimatch@^9.0.3:
4112
+ version "9.0.3"
4113
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
4114
+ integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
4115
+ dependencies:
4116
+ brace-expansion "^2.0.1"
4117
+
4079
4118
  minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
4080
4119
  version "3.1.2"
4081
4120
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4097,13 +4136,6 @@ minimatch@^7.2.0:
4097
4136
  dependencies:
4098
4137
  brace-expansion "^2.0.1"
4099
4138
 
4100
- minimatch@^9.0.3:
4101
- version "9.0.3"
4102
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
4103
- integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
4104
- dependencies:
4105
- brace-expansion "^2.0.1"
4106
-
4107
4139
  minimist-options@4.1.0:
4108
4140
  version "4.1.0"
4109
4141
  resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4282,11 +4314,6 @@ negotiator@^0.6.2, negotiator@^0.6.3:
4282
4314
  resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
4283
4315
  integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
4284
4316
 
4285
- nice-try@^1.0.4:
4286
- version "1.0.5"
4287
- resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
4288
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
4289
-
4290
4317
  nise@^5.1.4:
4291
4318
  version "5.1.4"
4292
4319
  resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.4.tgz#491ce7e7307d4ec546f5a659b2efe94a18b4bbc0"
@@ -4306,14 +4333,13 @@ no-case@^3.0.4:
4306
4333
  lower-case "^2.0.2"
4307
4334
  tslib "^2.0.3"
4308
4335
 
4309
- nock@^13.3.3:
4310
- version "13.3.4"
4311
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
4312
- integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
4336
+ nock@^13.4.0:
4337
+ version "13.4.0"
4338
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115"
4339
+ integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==
4313
4340
  dependencies:
4314
4341
  debug "^4.1.0"
4315
4342
  json-stringify-safe "^5.0.1"
4316
- lodash "^4.17.21"
4317
4343
  propagate "^2.0.0"
4318
4344
 
4319
4345
  node-fetch@^2.6.7:
@@ -4540,10 +4566,10 @@ object.values@^1.1.7:
4540
4566
  define-properties "^1.2.0"
4541
4567
  es-abstract "^1.22.1"
4542
4568
 
4543
- oclif@^4.0.4:
4544
- version "4.0.4"
4545
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
4546
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
4569
+ oclif@^4.1.0:
4570
+ version "4.1.0"
4571
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
4572
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
4547
4573
  dependencies:
4548
4574
  "@oclif/core" "^3.0.4"
4549
4575
  "@oclif/plugin-help" "^5.2.14"
@@ -4765,13 +4791,13 @@ pascal-case@^3.1.2:
4765
4791
  no-case "^3.0.4"
4766
4792
  tslib "^2.0.3"
4767
4793
 
4768
- password-prompt@^1.1.2:
4769
- version "1.1.2"
4770
- resolved "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
4771
- integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
4794
+ password-prompt@^1.1.2, password-prompt@^1.1.3:
4795
+ version "1.1.3"
4796
+ resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
4797
+ integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
4772
4798
  dependencies:
4773
- ansi-escapes "^3.1.0"
4774
- cross-spawn "^6.0.5"
4799
+ ansi-escapes "^4.3.2"
4800
+ cross-spawn "^7.0.3"
4775
4801
 
4776
4802
  path-case@^3.0.4:
4777
4803
  version "3.0.4"
@@ -4791,11 +4817,6 @@ path-is-absolute@^1.0.0:
4791
4817
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
4792
4818
  integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
4793
4819
 
4794
- path-key@^2.0.1:
4795
- version "2.0.1"
4796
- resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
4797
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
4798
-
4799
4820
  path-key@^3.0.0, path-key@^3.1.0:
4800
4821
  version "3.1.1"
4801
4822
  resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -4880,10 +4901,10 @@ prelude-ls@^1.2.1:
4880
4901
  resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
4881
4902
  integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
4882
4903
 
4883
- prettier@^3.1.0:
4884
- version "3.1.0"
4885
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
4886
- integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
4904
+ prettier@^3.1.1:
4905
+ version "3.1.1"
4906
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
4907
+ integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
4887
4908
 
4888
4909
  pretty-bytes@^5.3.0:
4889
4910
  version "5.6.0"
@@ -5297,7 +5318,7 @@ scoped-regex@^2.0.0:
5297
5318
  resolved "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz#7b9be845d81fd9d21d1ec97c61a0b7cf86d2015f"
5298
5319
  integrity sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==
5299
5320
 
5300
- "semver@2 || 3 || 4 || 5", semver@^5.5.0:
5321
+ "semver@2 || 3 || 4 || 5":
5301
5322
  version "5.7.2"
5302
5323
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
5303
5324
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -5344,13 +5365,6 @@ set-function-name@^2.0.0:
5344
5365
  functions-have-names "^1.2.3"
5345
5366
  has-property-descriptors "^1.0.0"
5346
5367
 
5347
- shebang-command@^1.2.0:
5348
- version "1.2.0"
5349
- resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
5350
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
5351
- dependencies:
5352
- shebang-regex "^1.0.0"
5353
-
5354
5368
  shebang-command@^2.0.0:
5355
5369
  version "2.0.0"
5356
5370
  resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -5358,11 +5372,6 @@ shebang-command@^2.0.0:
5358
5372
  dependencies:
5359
5373
  shebang-regex "^3.0.0"
5360
5374
 
5361
- shebang-regex@^1.0.0:
5362
- version "1.0.0"
5363
- resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
5364
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
5365
-
5366
5375
  shebang-regex@^3.0.0:
5367
5376
  version "3.0.0"
5368
5377
  resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -5416,10 +5425,10 @@ simple-swizzle@^0.2.2:
5416
5425
  dependencies:
5417
5426
  is-arrayish "^0.3.1"
5418
5427
 
5419
- sinon@^16.0.0:
5420
- version "16.1.0"
5421
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
5422
- integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
5428
+ sinon@^16.1.3:
5429
+ version "16.1.3"
5430
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
5431
+ integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==
5423
5432
  dependencies:
5424
5433
  "@sinonjs/commons" "^3.0.0"
5425
5434
  "@sinonjs/fake-timers" "^10.3.0"
@@ -5803,10 +5812,10 @@ tsconfck@^3.0.0:
5803
5812
  resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
5804
5813
  integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
5805
5814
 
5806
- tsconfig-paths@^3.14.2:
5807
- version "3.14.2"
5808
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
5809
- integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
5815
+ tsconfig-paths@^3.15.0:
5816
+ version "3.15.0"
5817
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
5818
+ integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
5810
5819
  dependencies:
5811
5820
  "@types/json5" "^0.0.29"
5812
5821
  json5 "^1.0.2"
@@ -6125,13 +6134,6 @@ which-typed-array@^1.1.2:
6125
6134
  has-tostringtag "^1.0.0"
6126
6135
  is-typed-array "^1.1.10"
6127
6136
 
6128
- which@^1.2.9:
6129
- version "1.3.1"
6130
- resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
6131
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
6132
- dependencies:
6133
- isexe "^2.0.0"
6134
-
6135
6137
  which@^2.0.1, which@^2.0.2:
6136
6138
  version "2.0.2"
6137
6139
  resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.0.9"
42
+ "version": "6.0.11"
43
43
  }
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.0.9",
4
+ "version": "6.0.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.15.0"
8
+ "@oclif/core": "^3.16.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.8.1",
12
12
  "@oclif/prettier-config": "^0.2.1",
13
- "@oclif/test": "^3.1.3",
13
+ "@oclif/test": "^3.1.8",
14
14
  "@types/chai": "^4.3.11",
15
15
  "@types/mocha": "^10.0.6",
16
16
  "@types/node": "^18",
17
- "chai": "^4.3.10",
17
+ "chai": "^4.4.0",
18
18
  "commitlint": "^17.8.1",
19
- "eslint": "^8.55.0",
19
+ "eslint": "^8.56.0",
20
20
  "eslint-config-oclif": "^5.0.0",
21
- "eslint-config-oclif-typescript": "^3.0.21",
21
+ "eslint-config-oclif-typescript": "^3.0.34",
22
22
  "eslint-config-prettier": "^9.1.0",
23
23
  "husky": "^8.0.3",
24
24
  "lint-staged": "^14.0.1",
25
25
  "mocha": "^10.2.0",
26
- "oclif": "^4.0.4",
27
- "prettier": "^3.1.0",
26
+ "oclif": "^4.1.0",
27
+ "prettier": "^3.1.1",
28
28
  "shx": "^0.3.4",
29
29
  "ts-node": "^10.9.2",
30
30
  "typescript": "^5.3.3"