@oclif/plugin-which 3.0.7 → 3.0.9

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/README.md CHANGED
@@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-which
22
22
  $ oclif-example COMMAND
23
23
  running command...
24
24
  $ oclif-example (--version)
25
- @oclif/plugin-which/3.0.7 linux-x64 node-v20.9.0
25
+ @oclif/plugin-which/3.0.9 linux-x64 node-v20.9.0
26
26
  $ oclif-example --help [COMMAND]
27
27
  USAGE
28
28
  $ oclif-example COMMAND
@@ -52,5 +52,5 @@ EXAMPLES
52
52
  $ oclif-example which help
53
53
  ```
54
54
 
55
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.7/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.9/src/commands/which.ts)_
56
56
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -296,10 +296,10 @@
296
296
  resolve-global "1.0.0"
297
297
  yargs "^17.0.0"
298
298
 
299
- "@commitlint/config-conventional@^17.7.0":
300
- version "17.7.0"
301
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz#1bbf2bce7851db63c1a8aa8d924277ad4938247e"
302
- integrity sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==
299
+ "@commitlint/config-conventional@^17.8.1":
300
+ version "17.8.1"
301
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
302
+ integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
303
303
  dependencies:
304
304
  conventional-changelog-conventionalcommits "^6.1.0"
305
305
 
@@ -460,10 +460,10 @@
460
460
  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
461
461
  integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
462
462
 
463
- "@eslint/eslintrc@^2.1.2":
464
- version "2.1.2"
465
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
466
- integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
463
+ "@eslint/eslintrc@^2.1.3":
464
+ version "2.1.3"
465
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
466
+ integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
467
467
  dependencies:
468
468
  ajv "^6.12.4"
469
469
  debug "^4.3.2"
@@ -475,22 +475,22 @@
475
475
  minimatch "^3.1.2"
476
476
  strip-json-comments "^3.1.1"
477
477
 
478
- "@eslint/js@8.51.0":
479
- version "8.51.0"
480
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
481
- integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
478
+ "@eslint/js@8.53.0":
479
+ version "8.53.0"
480
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
481
+ integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
482
482
 
483
483
  "@gar/promisify@^1.0.1":
484
484
  version "1.1.2"
485
485
  resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
486
486
  integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
487
487
 
488
- "@humanwhocodes/config-array@^0.11.11":
489
- version "0.11.11"
490
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
491
- integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
488
+ "@humanwhocodes/config-array@^0.11.13":
489
+ version "0.11.13"
490
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
491
+ integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
492
492
  dependencies:
493
- "@humanwhocodes/object-schema" "^1.2.1"
493
+ "@humanwhocodes/object-schema" "^2.0.1"
494
494
  debug "^4.1.1"
495
495
  minimatch "^3.0.5"
496
496
 
@@ -499,10 +499,10 @@
499
499
  resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
500
500
  integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
501
501
 
502
- "@humanwhocodes/object-schema@^1.2.1":
503
- version "1.2.1"
504
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
505
- integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
502
+ "@humanwhocodes/object-schema@^2.0.1":
503
+ version "2.0.1"
504
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
505
+ integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
506
506
 
507
507
  "@isaacs/string-locale-compare@^1.1.0":
508
508
  version "1.1.0"
@@ -575,14 +575,6 @@
575
575
  "@jridgewell/resolve-uri" "^3.1.0"
576
576
  "@jridgewell/sourcemap-codec" "^1.4.14"
577
577
 
578
- "@nodelib/fs.scandir@2.1.3":
579
- version "2.1.3"
580
- resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
581
- integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
582
- dependencies:
583
- "@nodelib/fs.stat" "2.0.3"
584
- run-parallel "^1.1.9"
585
-
586
578
  "@nodelib/fs.scandir@2.1.5":
587
579
  version "2.1.5"
588
580
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -591,25 +583,17 @@
591
583
  "@nodelib/fs.stat" "2.0.5"
592
584
  run-parallel "^1.1.9"
593
585
 
594
- "@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
595
- version "2.0.3"
596
- resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
597
- integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
598
-
599
586
  "@nodelib/fs.stat@2.0.5":
600
587
  version "2.0.5"
601
588
  resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
602
589
  integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
603
590
 
604
- "@nodelib/fs.walk@^1.2.3":
605
- version "1.2.4"
606
- resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
607
- integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
608
- dependencies:
609
- "@nodelib/fs.scandir" "2.1.3"
610
- fastq "^1.6.0"
591
+ "@nodelib/fs.stat@^2.0.2":
592
+ version "2.0.3"
593
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
594
+ integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
611
595
 
612
- "@nodelib/fs.walk@^1.2.8":
596
+ "@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
613
597
  version "1.2.8"
614
598
  resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
615
599
  integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -792,10 +776,10 @@
792
776
  wordwrap "^1.0.0"
793
777
  wrap-ansi "^7.0.0"
794
778
 
795
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.9.1":
796
- version "3.9.1"
797
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716"
798
- integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==
779
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1":
780
+ version "3.10.8"
781
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
782
+ integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
799
783
  dependencies:
800
784
  ansi-escapes "^4.3.2"
801
785
  ansi-styles "^4.3.0"
@@ -819,6 +803,7 @@
819
803
  strip-ansi "^6.0.1"
820
804
  supports-color "^8.1.1"
821
805
  supports-hyperlinks "^2.2.0"
806
+ tsconfck "^3.0.0"
822
807
  widest-line "^3.1.0"
823
808
  wordwrap "^1.0.0"
824
809
  wrap-ansi "^7.0.0"
@@ -839,18 +824,16 @@
839
824
  "@oclif/core" "^2.9.4"
840
825
  fast-levenshtein "^3.0.0"
841
826
 
842
- "@oclif/plugin-warn-if-update-available@^2.0.44":
843
- version "2.0.45"
844
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.45.tgz#e2d866adad2db27b26b4231d7a007067a56f76ee"
845
- integrity sha512-MEncCUHW1vCOQdvt1z46jAblwvuGcs3Q1Gjl8IghazGJ0GRHzGOMILABpqVWR5uH/YJ3gfs05Tt7M4LdZ40N3g==
827
+ "@oclif/plugin-warn-if-update-available@^3.0.0":
828
+ version "3.0.2"
829
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
830
+ integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
846
831
  dependencies:
847
- "@oclif/core" "^2.9.4"
848
- chalk "^4.1.0"
832
+ "@oclif/core" "^3.3.1"
833
+ chalk "^5.3.0"
849
834
  debug "^4.1.0"
850
- fs-extra "^9.0.1"
851
835
  http-call "^5.2.2"
852
- lodash "^4.17.21"
853
- semver "^7.5.4"
836
+ lodash.template "^4.5.0"
854
837
 
855
838
  "@oclif/prettier-config@^0.2.1":
856
839
  version "0.2.1"
@@ -1054,10 +1037,10 @@
1054
1037
  "@types/node" "*"
1055
1038
  "@types/responselike" "^1.0.0"
1056
1039
 
1057
- "@types/chai@*", "@types/chai@^4.3.8":
1058
- version "4.3.8"
1059
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
1060
- integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
1040
+ "@types/chai@*", "@types/chai@^4.3.9":
1041
+ version "4.3.9"
1042
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.9.tgz#144d762491967db8c6dea38e03d2206c2623feec"
1043
+ integrity sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==
1061
1044
 
1062
1045
  "@types/cli-progress@^3.11.0":
1063
1046
  version "3.11.0"
@@ -1124,9 +1107,9 @@
1124
1107
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1125
1108
 
1126
1109
  "@types/node@^18":
1127
- version "18.18.7"
1128
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
1129
- integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
1110
+ version "18.18.8"
1111
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1112
+ integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1130
1113
  dependencies:
1131
1114
  undici-types "~5.26.4"
1132
1115
 
@@ -1167,16 +1150,16 @@
1167
1150
  "@types/expect" "^1.20.4"
1168
1151
  "@types/node" "*"
1169
1152
 
1170
- "@typescript-eslint/eslint-plugin@^6.7.5":
1171
- version "6.7.5"
1172
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
1173
- integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
1153
+ "@typescript-eslint/eslint-plugin@^6.9.1":
1154
+ version "6.10.0"
1155
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
1156
+ integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
1174
1157
  dependencies:
1175
1158
  "@eslint-community/regexpp" "^4.5.1"
1176
- "@typescript-eslint/scope-manager" "6.7.5"
1177
- "@typescript-eslint/type-utils" "6.7.5"
1178
- "@typescript-eslint/utils" "6.7.5"
1179
- "@typescript-eslint/visitor-keys" "6.7.5"
1159
+ "@typescript-eslint/scope-manager" "6.10.0"
1160
+ "@typescript-eslint/type-utils" "6.10.0"
1161
+ "@typescript-eslint/utils" "6.10.0"
1162
+ "@typescript-eslint/visitor-keys" "6.10.0"
1180
1163
  debug "^4.3.4"
1181
1164
  graphemer "^1.4.0"
1182
1165
  ignore "^5.2.4"
@@ -1184,24 +1167,24 @@
1184
1167
  semver "^7.5.4"
1185
1168
  ts-api-utils "^1.0.1"
1186
1169
 
1187
- "@typescript-eslint/parser@^6.7.5":
1188
- version "6.7.5"
1189
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
1190
- integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
1170
+ "@typescript-eslint/parser@^6.9.1":
1171
+ version "6.10.0"
1172
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
1173
+ integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
1191
1174
  dependencies:
1192
- "@typescript-eslint/scope-manager" "6.7.5"
1193
- "@typescript-eslint/types" "6.7.5"
1194
- "@typescript-eslint/typescript-estree" "6.7.5"
1195
- "@typescript-eslint/visitor-keys" "6.7.5"
1175
+ "@typescript-eslint/scope-manager" "6.10.0"
1176
+ "@typescript-eslint/types" "6.10.0"
1177
+ "@typescript-eslint/typescript-estree" "6.10.0"
1178
+ "@typescript-eslint/visitor-keys" "6.10.0"
1196
1179
  debug "^4.3.4"
1197
1180
 
1198
- "@typescript-eslint/scope-manager@6.7.5":
1199
- version "6.7.5"
1200
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
1201
- integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
1181
+ "@typescript-eslint/scope-manager@6.10.0":
1182
+ version "6.10.0"
1183
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
1184
+ integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
1202
1185
  dependencies:
1203
- "@typescript-eslint/types" "6.7.5"
1204
- "@typescript-eslint/visitor-keys" "6.7.5"
1186
+ "@typescript-eslint/types" "6.10.0"
1187
+ "@typescript-eslint/visitor-keys" "6.10.0"
1205
1188
 
1206
1189
  "@typescript-eslint/scope-manager@6.8.0":
1207
1190
  version "6.8.0"
@@ -1211,33 +1194,33 @@
1211
1194
  "@typescript-eslint/types" "6.8.0"
1212
1195
  "@typescript-eslint/visitor-keys" "6.8.0"
1213
1196
 
1214
- "@typescript-eslint/type-utils@6.7.5":
1215
- version "6.7.5"
1216
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
1217
- integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
1197
+ "@typescript-eslint/type-utils@6.10.0":
1198
+ version "6.10.0"
1199
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
1200
+ integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
1218
1201
  dependencies:
1219
- "@typescript-eslint/typescript-estree" "6.7.5"
1220
- "@typescript-eslint/utils" "6.7.5"
1202
+ "@typescript-eslint/typescript-estree" "6.10.0"
1203
+ "@typescript-eslint/utils" "6.10.0"
1221
1204
  debug "^4.3.4"
1222
1205
  ts-api-utils "^1.0.1"
1223
1206
 
1224
- "@typescript-eslint/types@6.7.5":
1225
- version "6.7.5"
1226
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1227
- integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1207
+ "@typescript-eslint/types@6.10.0":
1208
+ version "6.10.0"
1209
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1210
+ integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1228
1211
 
1229
1212
  "@typescript-eslint/types@6.8.0":
1230
1213
  version "6.8.0"
1231
1214
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
1232
1215
  integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
1233
1216
 
1234
- "@typescript-eslint/typescript-estree@6.7.5":
1235
- version "6.7.5"
1236
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
1237
- integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
1217
+ "@typescript-eslint/typescript-estree@6.10.0":
1218
+ version "6.10.0"
1219
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
1220
+ integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
1238
1221
  dependencies:
1239
- "@typescript-eslint/types" "6.7.5"
1240
- "@typescript-eslint/visitor-keys" "6.7.5"
1222
+ "@typescript-eslint/types" "6.10.0"
1223
+ "@typescript-eslint/visitor-keys" "6.10.0"
1241
1224
  debug "^4.3.4"
1242
1225
  globby "^11.1.0"
1243
1226
  is-glob "^4.0.3"
@@ -1257,17 +1240,17 @@
1257
1240
  semver "^7.5.4"
1258
1241
  ts-api-utils "^1.0.1"
1259
1242
 
1260
- "@typescript-eslint/utils@6.7.5":
1261
- version "6.7.5"
1262
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1263
- integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
1243
+ "@typescript-eslint/utils@6.10.0":
1244
+ version "6.10.0"
1245
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1246
+ integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
1264
1247
  dependencies:
1265
1248
  "@eslint-community/eslint-utils" "^4.4.0"
1266
1249
  "@types/json-schema" "^7.0.12"
1267
1250
  "@types/semver" "^7.5.0"
1268
- "@typescript-eslint/scope-manager" "6.7.5"
1269
- "@typescript-eslint/types" "6.7.5"
1270
- "@typescript-eslint/typescript-estree" "6.7.5"
1251
+ "@typescript-eslint/scope-manager" "6.10.0"
1252
+ "@typescript-eslint/types" "6.10.0"
1253
+ "@typescript-eslint/typescript-estree" "6.10.0"
1271
1254
  semver "^7.5.4"
1272
1255
 
1273
1256
  "@typescript-eslint/utils@^6.7.5":
@@ -1283,12 +1266,12 @@
1283
1266
  "@typescript-eslint/typescript-estree" "6.8.0"
1284
1267
  semver "^7.5.4"
1285
1268
 
1286
- "@typescript-eslint/visitor-keys@6.7.5":
1287
- version "6.7.5"
1288
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
1289
- integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
1269
+ "@typescript-eslint/visitor-keys@6.10.0":
1270
+ version "6.10.0"
1271
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
1272
+ integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
1290
1273
  dependencies:
1291
- "@typescript-eslint/types" "6.7.5"
1274
+ "@typescript-eslint/types" "6.10.0"
1292
1275
  eslint-visitor-keys "^3.4.1"
1293
1276
 
1294
1277
  "@typescript-eslint/visitor-keys@6.8.0":
@@ -1299,6 +1282,11 @@
1299
1282
  "@typescript-eslint/types" "6.8.0"
1300
1283
  eslint-visitor-keys "^3.4.1"
1301
1284
 
1285
+ "@ungap/structured-clone@^1.2.0":
1286
+ version "1.2.0"
1287
+ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1288
+ integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1289
+
1302
1290
  JSONStream@^1.3.5:
1303
1291
  version "1.3.5"
1304
1292
  resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -1507,7 +1495,7 @@ array-ify@^1.0.0:
1507
1495
  resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
1508
1496
  integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
1509
1497
 
1510
- array-includes@^3.1.6:
1498
+ array-includes@^3.1.7:
1511
1499
  version "3.1.7"
1512
1500
  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
1513
1501
  integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
@@ -1523,7 +1511,7 @@ array-union@^2.1.0:
1523
1511
  resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1524
1512
  integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1525
1513
 
1526
- array.prototype.findlastindex@^1.2.2:
1514
+ array.prototype.findlastindex@^1.2.3:
1527
1515
  version "1.2.3"
1528
1516
  resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
1529
1517
  integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
@@ -1534,7 +1522,7 @@ array.prototype.findlastindex@^1.2.2:
1534
1522
  es-shim-unscopables "^1.0.0"
1535
1523
  get-intrinsic "^1.2.1"
1536
1524
 
1537
- array.prototype.flat@^1.3.1:
1525
+ array.prototype.flat@^1.3.2:
1538
1526
  version "1.3.2"
1539
1527
  resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
1540
1528
  integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
@@ -1544,7 +1532,7 @@ array.prototype.flat@^1.3.1:
1544
1532
  es-abstract "^1.22.1"
1545
1533
  es-shim-unscopables "^1.0.0"
1546
1534
 
1547
- array.prototype.flatmap@^1.3.1:
1535
+ array.prototype.flatmap@^1.3.2:
1548
1536
  version "1.3.2"
1549
1537
  resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
1550
1538
  integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -1604,11 +1592,6 @@ async@^3.2.3:
1604
1592
  resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
1605
1593
  integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
1606
1594
 
1607
- at-least-node@^1.0.0:
1608
- version "1.0.0"
1609
- resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1610
- integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1611
-
1612
1595
  available-typed-arrays@^1.0.5:
1613
1596
  version "1.0.5"
1614
1597
  resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
@@ -1852,7 +1835,7 @@ chai@^4.3.10:
1852
1835
  pathval "^1.1.1"
1853
1836
  type-detect "^4.0.8"
1854
1837
 
1855
- chalk@5.3.0:
1838
+ chalk@5.3.0, chalk@^5.3.0:
1856
1839
  version "5.3.0"
1857
1840
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1858
1841
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
@@ -2582,16 +2565,16 @@ escape-string-regexp@^1.0.5:
2582
2565
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2583
2566
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2584
2567
 
2585
- eslint-config-oclif-typescript@^3.0.6:
2586
- version "3.0.6"
2587
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.6.tgz#9350b8dc64d748efc7a86252278b1b447f5a91c5"
2588
- integrity sha512-MRwR1y7whrJbie3AO0vi8V9nj9De/umRuRy37Dj6cZbYPVqscgOH+qt9FjgrZVIBphqhyflxziR9cLA2WKjMyw==
2568
+ eslint-config-oclif-typescript@^3.0.13:
2569
+ version "3.0.13"
2570
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.13.tgz#be9fd042f3e5143963d77c2be8ad78851109b13c"
2571
+ integrity sha512-w+lMp9Wb2mAMJBl+iHWbJYAIVqscctYBMDfJksdy5Mn3jAhQJKsMiDH84KayodTIjQGMcKCgyGALTqkSxvNjaQ==
2589
2572
  dependencies:
2590
- "@typescript-eslint/eslint-plugin" "^6.7.5"
2591
- "@typescript-eslint/parser" "^6.7.5"
2573
+ "@typescript-eslint/eslint-plugin" "^6.9.1"
2574
+ "@typescript-eslint/parser" "^6.9.1"
2592
2575
  eslint-config-xo-space "^0.34.0"
2593
2576
  eslint-import-resolver-typescript "^3.6.1"
2594
- eslint-plugin-import "^2.28.1"
2577
+ eslint-plugin-import "^2.29.0"
2595
2578
  eslint-plugin-mocha "^10.2.0"
2596
2579
  eslint-plugin-node "^11.1.0"
2597
2580
  eslint-plugin-perfectionist "^2.2.0"
@@ -2625,7 +2608,7 @@ eslint-config-xo@^0.43.0:
2625
2608
  dependencies:
2626
2609
  confusing-browser-globals "1.0.11"
2627
2610
 
2628
- eslint-import-resolver-node@^0.3.7:
2611
+ eslint-import-resolver-node@^0.3.9:
2629
2612
  version "0.3.9"
2630
2613
  resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
2631
2614
  integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -2662,26 +2645,26 @@ eslint-plugin-es@^3.0.0:
2662
2645
  eslint-utils "^2.0.0"
2663
2646
  regexpp "^3.0.0"
2664
2647
 
2665
- eslint-plugin-import@^2.28.1:
2666
- version "2.28.1"
2667
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
2668
- integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
2648
+ eslint-plugin-import@^2.29.0:
2649
+ version "2.29.0"
2650
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
2651
+ integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
2669
2652
  dependencies:
2670
- array-includes "^3.1.6"
2671
- array.prototype.findlastindex "^1.2.2"
2672
- array.prototype.flat "^1.3.1"
2673
- array.prototype.flatmap "^1.3.1"
2653
+ array-includes "^3.1.7"
2654
+ array.prototype.findlastindex "^1.2.3"
2655
+ array.prototype.flat "^1.3.2"
2656
+ array.prototype.flatmap "^1.3.2"
2674
2657
  debug "^3.2.7"
2675
2658
  doctrine "^2.1.0"
2676
- eslint-import-resolver-node "^0.3.7"
2659
+ eslint-import-resolver-node "^0.3.9"
2677
2660
  eslint-module-utils "^2.8.0"
2678
- has "^1.0.3"
2679
- is-core-module "^2.13.0"
2661
+ hasown "^2.0.0"
2662
+ is-core-module "^2.13.1"
2680
2663
  is-glob "^4.0.3"
2681
2664
  minimatch "^3.1.2"
2682
- object.fromentries "^2.0.6"
2683
- object.groupby "^1.0.0"
2684
- object.values "^1.1.6"
2665
+ object.fromentries "^2.0.7"
2666
+ object.groupby "^1.0.1"
2667
+ object.values "^1.1.7"
2685
2668
  semver "^6.3.1"
2686
2669
  tsconfig-paths "^3.14.2"
2687
2670
 
@@ -2772,18 +2755,19 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
2772
2755
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2773
2756
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2774
2757
 
2775
- eslint@^8.51.0:
2776
- version "8.51.0"
2777
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
2778
- integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
2758
+ eslint@^8.53.0:
2759
+ version "8.53.0"
2760
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
2761
+ integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
2779
2762
  dependencies:
2780
2763
  "@eslint-community/eslint-utils" "^4.2.0"
2781
2764
  "@eslint-community/regexpp" "^4.6.1"
2782
- "@eslint/eslintrc" "^2.1.2"
2783
- "@eslint/js" "8.51.0"
2784
- "@humanwhocodes/config-array" "^0.11.11"
2765
+ "@eslint/eslintrc" "^2.1.3"
2766
+ "@eslint/js" "8.53.0"
2767
+ "@humanwhocodes/config-array" "^0.11.13"
2785
2768
  "@humanwhocodes/module-importer" "^1.0.1"
2786
2769
  "@nodelib/fs.walk" "^1.2.8"
2770
+ "@ungap/structured-clone" "^1.2.0"
2787
2771
  ajv "^6.12.4"
2788
2772
  chalk "^4.0.0"
2789
2773
  cross-spawn "^7.0.2"
@@ -3114,16 +3098,6 @@ fs-extra@^8.1:
3114
3098
  jsonfile "^4.0.0"
3115
3099
  universalify "^0.1.0"
3116
3100
 
3117
- fs-extra@^9.0.1:
3118
- version "9.1.0"
3119
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3120
- integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
3121
- dependencies:
3122
- at-least-node "^1.0.0"
3123
- graceful-fs "^4.2.0"
3124
- jsonfile "^6.0.1"
3125
- universalify "^2.0.0"
3126
-
3127
3101
  fs-minipass@^2.0.0, fs-minipass@^2.1.0:
3128
3102
  version "2.1.0"
3129
3103
  resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
@@ -3146,6 +3120,11 @@ function-bind@^1.1.1:
3146
3120
  resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3147
3121
  integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3148
3122
 
3123
+ function-bind@^1.1.2:
3124
+ version "1.1.2"
3125
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3126
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3127
+
3149
3128
  function.prototype.name@^1.1.6:
3150
3129
  version "1.1.6"
3151
3130
  resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
@@ -3486,6 +3465,13 @@ hasha@^5.0.0:
3486
3465
  is-stream "^2.0.0"
3487
3466
  type-fest "^0.8.0"
3488
3467
 
3468
+ hasown@^2.0.0:
3469
+ version "2.0.0"
3470
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
3471
+ integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
3472
+ dependencies:
3473
+ function-bind "^1.1.2"
3474
+
3489
3475
  he@1.2.0:
3490
3476
  version "1.2.0"
3491
3477
  resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -3625,17 +3611,7 @@ ignore-walk@^4.0.1:
3625
3611
  dependencies:
3626
3612
  minimatch "^3.0.4"
3627
3613
 
3628
- ignore@^5.1.1:
3629
- version "5.1.9"
3630
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
3631
- integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
3632
-
3633
- ignore@^5.2.0:
3634
- version "5.2.0"
3635
- resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
3636
- integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
3637
-
3638
- ignore@^5.2.4:
3614
+ ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
3639
3615
  version "5.2.4"
3640
3616
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3641
3617
  integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -3796,6 +3772,13 @@ is-core-module@^2.11.0, is-core-module@^2.13.0:
3796
3772
  dependencies:
3797
3773
  has "^1.0.3"
3798
3774
 
3775
+ is-core-module@^2.13.1:
3776
+ version "2.13.1"
3777
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
3778
+ integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
3779
+ dependencies:
3780
+ hasown "^2.0.0"
3781
+
3799
3782
  is-core-module@^2.2.0:
3800
3783
  version "2.6.0"
3801
3784
  resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
@@ -3844,14 +3827,7 @@ is-generator-function@^1.0.7:
3844
3827
  dependencies:
3845
3828
  has-tostringtag "^1.0.0"
3846
3829
 
3847
- is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
3848
- version "4.0.1"
3849
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
3850
- integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
3851
- dependencies:
3852
- is-extglob "^2.1.1"
3853
-
3854
- is-glob@^4.0.3:
3830
+ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
3855
3831
  version "4.0.3"
3856
3832
  resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
3857
3833
  integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -5126,7 +5102,7 @@ object.assign@^4.1.4:
5126
5102
  has-symbols "^1.0.3"
5127
5103
  object-keys "^1.1.1"
5128
5104
 
5129
- object.fromentries@^2.0.6:
5105
+ object.fromentries@^2.0.7:
5130
5106
  version "2.0.7"
5131
5107
  resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
5132
5108
  integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -5135,7 +5111,7 @@ object.fromentries@^2.0.6:
5135
5111
  define-properties "^1.2.0"
5136
5112
  es-abstract "^1.22.1"
5137
5113
 
5138
- object.groupby@^1.0.0:
5114
+ object.groupby@^1.0.1:
5139
5115
  version "1.0.1"
5140
5116
  resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
5141
5117
  integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
@@ -5145,7 +5121,7 @@ object.groupby@^1.0.0:
5145
5121
  es-abstract "^1.22.1"
5146
5122
  get-intrinsic "^1.2.1"
5147
5123
 
5148
- object.values@^1.1.6:
5124
+ object.values@^1.1.7:
5149
5125
  version "1.1.7"
5150
5126
  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
5151
5127
  integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
@@ -5154,15 +5130,15 @@ object.values@^1.1.6:
5154
5130
  define-properties "^1.2.0"
5155
5131
  es-abstract "^1.22.1"
5156
5132
 
5157
- oclif@^4.0.2:
5158
- version "4.0.2"
5159
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
5160
- integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
5133
+ oclif@^4.0.3:
5134
+ version "4.0.3"
5135
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
5136
+ integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
5161
5137
  dependencies:
5162
5138
  "@oclif/core" "^3.0.4"
5163
5139
  "@oclif/plugin-help" "^5.2.14"
5164
5140
  "@oclif/plugin-not-found" "^2.3.32"
5165
- "@oclif/plugin-warn-if-update-available" "^2.0.44"
5141
+ "@oclif/plugin-warn-if-update-available" "^3.0.0"
5166
5142
  async-retry "^1.3.3"
5167
5143
  aws-sdk "^2.1231.0"
5168
5144
  change-case "^4"
@@ -6480,6 +6456,11 @@ ts-node@^10.8.1, ts-node@^10.9.1:
6480
6456
  v8-compile-cache-lib "^3.0.1"
6481
6457
  yn "3.1.1"
6482
6458
 
6459
+ tsconfck@^3.0.0:
6460
+ version "3.0.0"
6461
+ resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
6462
+ integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
6463
+
6483
6464
  tsconfig-paths@^3.14.2:
6484
6465
  version "3.14.2"
6485
6466
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "3.0.7"
34
+ "version": "3.0.9"
35
35
  }
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.0.7",
4
+ "version": "3.0.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.9.1"
8
+ "@oclif/core": "^3.10.8"
9
9
  },
10
10
  "devDependencies": {
11
- "@commitlint/config-conventional": "^17.7.0",
11
+ "@commitlint/config-conventional": "^17.8.1",
12
12
  "@oclif/plugin-help": "^5.2.20",
13
13
  "@oclif/prettier-config": "^0.2.1",
14
14
  "@oclif/test": "^3.0.2",
15
- "@types/chai": "^4.3.8",
15
+ "@types/chai": "^4.3.9",
16
16
  "@types/mocha": "^10.0.3",
17
17
  "@types/node": "^18",
18
18
  "chai": "^4.3.10",
19
19
  "commitlint": "^17.8.1",
20
- "eslint": "^8.51.0",
20
+ "eslint": "^8.53.0",
21
21
  "eslint-config-oclif": "^5.0.0",
22
- "eslint-config-oclif-typescript": "^3.0.6",
22
+ "eslint-config-oclif-typescript": "^3.0.13",
23
23
  "eslint-config-prettier": "^9.0.0",
24
24
  "globby": "^11",
25
25
  "husky": "^8.0.3",
26
26
  "lint-staged": "^14.0.1",
27
27
  "mocha": "^10.2.0",
28
28
  "nyc": "^15.1.0",
29
- "oclif": "^4.0.2",
29
+ "oclif": "^4.0.3",
30
30
  "prettier": "^3.0.3",
31
31
  "shx": "^0.3.4",
32
32
  "ts-node": "^10.9.1",
@@ -62,7 +62,7 @@
62
62
  "postpack": "shx rm -f oclif.manifest.json oclif.lock",
63
63
  "posttest": "yarn lint",
64
64
  "prepack": "yarn build && oclif lock && oclif manifest . && oclif readme",
65
- "prepare": "husky install",
65
+ "prepare": "husky install && yarn build",
66
66
  "pretest": "yarn build && tsc -p test --noEmit",
67
67
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
68
68
  "version": "oclif readme && git add README.md"