@oclif/plugin-which 3.0.12 → 3.0.14

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.12 linux-x64 node-v20.10.0
25
+ @oclif/plugin-which/3.0.14 linux-x64 node-v20.10.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.12/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.14/src/commands/which.ts)_
56
56
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -475,10 +475,10 @@
475
475
  minimatch "^3.1.2"
476
476
  strip-json-comments "^3.1.1"
477
477
 
478
- "@eslint/js@8.55.0":
479
- version "8.55.0"
480
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
481
- integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
478
+ "@eslint/js@8.56.0":
479
+ version "8.56.0"
480
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
481
+ integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
482
482
 
483
483
  "@gar/promisify@^1.0.1":
484
484
  version "1.1.2"
@@ -776,10 +776,10 @@
776
776
  wordwrap "^1.0.0"
777
777
  wrap-ansi "^7.0.0"
778
778
 
779
- "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
780
- version "3.14.1"
781
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
782
- integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
779
+ "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
780
+ version "3.15.1"
781
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
782
+ integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
783
783
  dependencies:
784
784
  ansi-escapes "^4.3.2"
785
785
  ansi-styles "^4.3.0"
@@ -798,7 +798,7 @@
798
798
  js-yaml "^3.14.1"
799
799
  natural-orderby "^2.0.3"
800
800
  object-treeify "^1.1.33"
801
- password-prompt "^1.1.2"
801
+ password-prompt "^1.1.3"
802
802
  slice-ansi "^4.0.0"
803
803
  string-width "^4.2.3"
804
804
  strip-ansi "^6.0.1"
@@ -1151,16 +1151,16 @@
1151
1151
  "@types/expect" "^1.20.4"
1152
1152
  "@types/node" "*"
1153
1153
 
1154
- "@typescript-eslint/eslint-plugin@^6.13.1":
1155
- version "6.13.2"
1156
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470"
1157
- integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==
1154
+ "@typescript-eslint/eslint-plugin@^6.13.2":
1155
+ version "6.14.0"
1156
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
1157
+ integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
1158
1158
  dependencies:
1159
1159
  "@eslint-community/regexpp" "^4.5.1"
1160
- "@typescript-eslint/scope-manager" "6.13.2"
1161
- "@typescript-eslint/type-utils" "6.13.2"
1162
- "@typescript-eslint/utils" "6.13.2"
1163
- "@typescript-eslint/visitor-keys" "6.13.2"
1160
+ "@typescript-eslint/scope-manager" "6.14.0"
1161
+ "@typescript-eslint/type-utils" "6.14.0"
1162
+ "@typescript-eslint/utils" "6.14.0"
1163
+ "@typescript-eslint/visitor-keys" "6.14.0"
1164
1164
  debug "^4.3.4"
1165
1165
  graphemer "^1.4.0"
1166
1166
  ignore "^5.2.4"
@@ -1168,15 +1168,15 @@
1168
1168
  semver "^7.5.4"
1169
1169
  ts-api-utils "^1.0.1"
1170
1170
 
1171
- "@typescript-eslint/parser@^6.13.1":
1172
- version "6.13.2"
1173
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.2.tgz#390b79cc9a57a5f904d197a201cc4b6bc4f9afb9"
1174
- integrity sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==
1171
+ "@typescript-eslint/parser@^6.13.2":
1172
+ version "6.14.0"
1173
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212"
1174
+ integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==
1175
1175
  dependencies:
1176
- "@typescript-eslint/scope-manager" "6.13.2"
1177
- "@typescript-eslint/types" "6.13.2"
1178
- "@typescript-eslint/typescript-estree" "6.13.2"
1179
- "@typescript-eslint/visitor-keys" "6.13.2"
1176
+ "@typescript-eslint/scope-manager" "6.14.0"
1177
+ "@typescript-eslint/types" "6.14.0"
1178
+ "@typescript-eslint/typescript-estree" "6.14.0"
1179
+ "@typescript-eslint/visitor-keys" "6.14.0"
1180
1180
  debug "^4.3.4"
1181
1181
 
1182
1182
  "@typescript-eslint/scope-manager@6.13.2":
@@ -1187,13 +1187,21 @@
1187
1187
  "@typescript-eslint/types" "6.13.2"
1188
1188
  "@typescript-eslint/visitor-keys" "6.13.2"
1189
1189
 
1190
- "@typescript-eslint/type-utils@6.13.2":
1191
- version "6.13.2"
1192
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102"
1193
- integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==
1190
+ "@typescript-eslint/scope-manager@6.14.0":
1191
+ version "6.14.0"
1192
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1193
+ integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
1194
1194
  dependencies:
1195
- "@typescript-eslint/typescript-estree" "6.13.2"
1196
- "@typescript-eslint/utils" "6.13.2"
1195
+ "@typescript-eslint/types" "6.14.0"
1196
+ "@typescript-eslint/visitor-keys" "6.14.0"
1197
+
1198
+ "@typescript-eslint/type-utils@6.14.0":
1199
+ version "6.14.0"
1200
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
1201
+ integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
1202
+ dependencies:
1203
+ "@typescript-eslint/typescript-estree" "6.14.0"
1204
+ "@typescript-eslint/utils" "6.14.0"
1197
1205
  debug "^4.3.4"
1198
1206
  ts-api-utils "^1.0.1"
1199
1207
 
@@ -1202,6 +1210,11 @@
1202
1210
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
1203
1211
  integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
1204
1212
 
1213
+ "@typescript-eslint/types@6.14.0":
1214
+ version "6.14.0"
1215
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1216
+ integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1217
+
1205
1218
  "@typescript-eslint/typescript-estree@6.13.2":
1206
1219
  version "6.13.2"
1207
1220
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
@@ -1215,7 +1228,33 @@
1215
1228
  semver "^7.5.4"
1216
1229
  ts-api-utils "^1.0.1"
1217
1230
 
1218
- "@typescript-eslint/utils@6.13.2", "@typescript-eslint/utils@^6.13.0":
1231
+ "@typescript-eslint/typescript-estree@6.14.0":
1232
+ version "6.14.0"
1233
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1234
+ integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1235
+ dependencies:
1236
+ "@typescript-eslint/types" "6.14.0"
1237
+ "@typescript-eslint/visitor-keys" "6.14.0"
1238
+ debug "^4.3.4"
1239
+ globby "^11.1.0"
1240
+ is-glob "^4.0.3"
1241
+ semver "^7.5.4"
1242
+ ts-api-utils "^1.0.1"
1243
+
1244
+ "@typescript-eslint/utils@6.14.0":
1245
+ version "6.14.0"
1246
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1247
+ integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
1248
+ dependencies:
1249
+ "@eslint-community/eslint-utils" "^4.4.0"
1250
+ "@types/json-schema" "^7.0.12"
1251
+ "@types/semver" "^7.5.0"
1252
+ "@typescript-eslint/scope-manager" "6.14.0"
1253
+ "@typescript-eslint/types" "6.14.0"
1254
+ "@typescript-eslint/typescript-estree" "6.14.0"
1255
+ semver "^7.5.4"
1256
+
1257
+ "@typescript-eslint/utils@^6.13.0":
1219
1258
  version "6.13.2"
1220
1259
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
1221
1260
  integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
@@ -1236,6 +1275,14 @@
1236
1275
  "@typescript-eslint/types" "6.13.2"
1237
1276
  eslint-visitor-keys "^3.4.1"
1238
1277
 
1278
+ "@typescript-eslint/visitor-keys@6.14.0":
1279
+ version "6.14.0"
1280
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1281
+ integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1282
+ dependencies:
1283
+ "@typescript-eslint/types" "6.14.0"
1284
+ eslint-visitor-keys "^3.4.1"
1285
+
1239
1286
  "@ungap/structured-clone@^1.2.0":
1240
1287
  version "1.2.0"
1241
1288
  resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1318,11 +1365,6 @@ ansi-colors@4.1.1:
1318
1365
  resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1319
1366
  integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1320
1367
 
1321
- ansi-escapes@^3.1.0:
1322
- version "3.1.0"
1323
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
1324
- integrity sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==
1325
-
1326
1368
  ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
1327
1369
  version "4.3.2"
1328
1370
  resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2172,17 +2214,6 @@ create-require@^1.1.0:
2172
2214
  resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2173
2215
  integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2174
2216
 
2175
- cross-spawn@^6.0.5:
2176
- version "6.0.5"
2177
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2178
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2179
- dependencies:
2180
- nice-try "^1.0.4"
2181
- path-key "^2.0.1"
2182
- semver "^5.5.0"
2183
- shebang-command "^1.2.0"
2184
- which "^1.2.9"
2185
-
2186
2217
  cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2187
2218
  version "7.0.3"
2188
2219
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -2530,16 +2561,16 @@ escape-string-regexp@^1.0.5:
2530
2561
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2531
2562
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2532
2563
 
2533
- eslint-config-oclif-typescript@^3.0.24:
2534
- version "3.0.24"
2535
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.24.tgz#b1541e47f80b323dbf24ca219c17c0e5e7c5cb7c"
2536
- integrity sha512-E4L7fe7gzYnRoyBzf3IvdNLK96kyzMorI/O1VH85gdePJSrPvpeF9E3aJvRO3ppfNpAW0h9Y6H6p949qV3o0IQ==
2564
+ eslint-config-oclif-typescript@^3.0.27:
2565
+ version "3.0.27"
2566
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.27.tgz#51373faf8cedcfa5ae0d73977d32e13add989a33"
2567
+ integrity sha512-jv/VQnaMyvFBt4S2WRVJFnDtSyv3tXVUYkf1BMgfLgckLZUbAWakfizHhaa0KG+pjvB3HMDs9JH0N+RSFqh7uA==
2537
2568
  dependencies:
2538
- "@typescript-eslint/eslint-plugin" "^6.13.1"
2539
- "@typescript-eslint/parser" "^6.13.1"
2569
+ "@typescript-eslint/eslint-plugin" "^6.13.2"
2570
+ "@typescript-eslint/parser" "^6.13.2"
2540
2571
  eslint-config-xo-space "^0.34.0"
2541
2572
  eslint-import-resolver-typescript "^3.6.1"
2542
- eslint-plugin-import "^2.29.0"
2573
+ eslint-plugin-import "^2.29.1"
2543
2574
  eslint-plugin-mocha "^10.2.0"
2544
2575
  eslint-plugin-node "^11.1.0"
2545
2576
  eslint-plugin-perfectionist "^2.5.0"
@@ -2554,10 +2585,10 @@ eslint-config-oclif@^5.0.0:
2554
2585
  eslint-plugin-node "^11.1.0"
2555
2586
  eslint-plugin-unicorn "^48.0.1"
2556
2587
 
2557
- eslint-config-prettier@^9.0.0:
2558
- version "9.0.0"
2559
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
2560
- integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
2588
+ eslint-config-prettier@^9.1.0:
2589
+ version "9.1.0"
2590
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
2591
+ integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
2561
2592
 
2562
2593
  eslint-config-xo-space@^0.34.0:
2563
2594
  version "0.34.0"
@@ -2610,10 +2641,10 @@ eslint-plugin-es@^3.0.0:
2610
2641
  eslint-utils "^2.0.0"
2611
2642
  regexpp "^3.0.0"
2612
2643
 
2613
- eslint-plugin-import@^2.29.0:
2614
- version "2.29.0"
2615
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
2616
- integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
2644
+ eslint-plugin-import@^2.29.1:
2645
+ version "2.29.1"
2646
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
2647
+ integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
2617
2648
  dependencies:
2618
2649
  array-includes "^3.1.7"
2619
2650
  array.prototype.findlastindex "^1.2.3"
@@ -2631,7 +2662,7 @@ eslint-plugin-import@^2.29.0:
2631
2662
  object.groupby "^1.0.1"
2632
2663
  object.values "^1.1.7"
2633
2664
  semver "^6.3.1"
2634
- tsconfig-paths "^3.14.2"
2665
+ tsconfig-paths "^3.15.0"
2635
2666
 
2636
2667
  eslint-plugin-mocha@^10.1.0, eslint-plugin-mocha@^10.2.0:
2637
2668
  version "10.2.0"
@@ -2720,15 +2751,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
2720
2751
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2721
2752
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2722
2753
 
2723
- eslint@^8.55.0:
2724
- version "8.55.0"
2725
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
2726
- integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
2754
+ eslint@^8.56.0:
2755
+ version "8.56.0"
2756
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2757
+ integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
2727
2758
  dependencies:
2728
2759
  "@eslint-community/eslint-utils" "^4.2.0"
2729
2760
  "@eslint-community/regexpp" "^4.6.1"
2730
2761
  "@eslint/eslintrc" "^2.1.4"
2731
- "@eslint/js" "8.55.0"
2762
+ "@eslint/js" "8.56.0"
2732
2763
  "@humanwhocodes/config-array" "^0.11.13"
2733
2764
  "@humanwhocodes/module-importer" "^1.0.1"
2734
2765
  "@nodelib/fs.walk" "^1.2.8"
@@ -4802,11 +4833,6 @@ negotiator@^0.6.2, negotiator@^0.6.3:
4802
4833
  resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
4803
4834
  integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
4804
4835
 
4805
- nice-try@^1.0.4:
4806
- version "1.0.5"
4807
- resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
4808
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
4809
-
4810
4836
  nise@^5.1.4:
4811
4837
  version "5.1.4"
4812
4838
  resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.4.tgz#491ce7e7307d4ec546f5a659b2efe94a18b4bbc0"
@@ -5100,10 +5126,10 @@ object.values@^1.1.7:
5100
5126
  define-properties "^1.2.0"
5101
5127
  es-abstract "^1.22.1"
5102
5128
 
5103
- oclif@^4.0.4:
5104
- version "4.0.4"
5105
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
5106
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
5129
+ oclif@^4.1.0:
5130
+ version "4.1.0"
5131
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
5132
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
5107
5133
  dependencies:
5108
5134
  "@oclif/core" "^3.0.4"
5109
5135
  "@oclif/plugin-help" "^5.2.14"
@@ -5342,13 +5368,13 @@ pascal-case@^3.1.2:
5342
5368
  no-case "^3.0.4"
5343
5369
  tslib "^2.0.3"
5344
5370
 
5345
- password-prompt@^1.1.2:
5346
- version "1.1.2"
5347
- resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
5348
- integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
5371
+ password-prompt@^1.1.2, password-prompt@^1.1.3:
5372
+ version "1.1.3"
5373
+ resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
5374
+ integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
5349
5375
  dependencies:
5350
- ansi-escapes "^3.1.0"
5351
- cross-spawn "^6.0.5"
5376
+ ansi-escapes "^4.3.2"
5377
+ cross-spawn "^7.0.3"
5352
5378
 
5353
5379
  path-case@^3.0.4:
5354
5380
  version "3.0.4"
@@ -5368,11 +5394,6 @@ path-is-absolute@^1.0.0:
5368
5394
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
5369
5395
  integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
5370
5396
 
5371
- path-key@^2.0.1:
5372
- version "2.0.1"
5373
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
5374
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
5375
-
5376
5397
  path-key@^3.0.0, path-key@^3.1.0:
5377
5398
  version "3.1.1"
5378
5399
  resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -5884,7 +5905,7 @@ scoped-regex@^2.0.0:
5884
5905
  resolved "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz#7b9be845d81fd9d21d1ec97c61a0b7cf86d2015f"
5885
5906
  integrity sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==
5886
5907
 
5887
- "semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0:
5908
+ "semver@2 || 3 || 4 || 5", semver@^5.4.1:
5888
5909
  version "5.7.2"
5889
5910
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
5890
5911
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -5931,13 +5952,6 @@ set-function-name@^2.0.0:
5931
5952
  functions-have-names "^1.2.3"
5932
5953
  has-property-descriptors "^1.0.0"
5933
5954
 
5934
- shebang-command@^1.2.0:
5935
- version "1.2.0"
5936
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
5937
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
5938
- dependencies:
5939
- shebang-regex "^1.0.0"
5940
-
5941
5955
  shebang-command@^2.0.0:
5942
5956
  version "2.0.0"
5943
5957
  resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -5945,11 +5959,6 @@ shebang-command@^2.0.0:
5945
5959
  dependencies:
5946
5960
  shebang-regex "^3.0.0"
5947
5961
 
5948
- shebang-regex@^1.0.0:
5949
- version "1.0.0"
5950
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
5951
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
5952
-
5953
5962
  shebang-regex@^3.0.0:
5954
5963
  version "3.0.0"
5955
5964
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -6438,10 +6447,10 @@ tsconfck@^3.0.0:
6438
6447
  resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
6439
6448
  integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
6440
6449
 
6441
- tsconfig-paths@^3.14.2:
6442
- version "3.14.2"
6443
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
6444
- integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
6450
+ tsconfig-paths@^3.15.0:
6451
+ version "3.15.0"
6452
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
6453
+ integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
6445
6454
  dependencies:
6446
6455
  "@types/json5" "^0.0.29"
6447
6456
  json5 "^1.0.2"
@@ -6553,10 +6562,10 @@ typedarray-to-buffer@^4.0.0:
6553
6562
  resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
6554
6563
  integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
6555
6564
 
6556
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.2:
6557
- version "5.3.2"
6558
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
6559
- integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
6565
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
6566
+ version "5.3.3"
6567
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
6568
+ integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
6560
6569
 
6561
6570
  unbox-primitive@^1.0.2:
6562
6571
  version "1.0.2"
@@ -6782,13 +6791,6 @@ which-typed-array@^1.1.2:
6782
6791
  has-tostringtag "^1.0.0"
6783
6792
  is-typed-array "^1.1.10"
6784
6793
 
6785
- which@^1.2.9:
6786
- version "1.3.1"
6787
- resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
6788
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
6789
- dependencies:
6790
- isexe "^2.0.0"
6791
-
6792
6794
  which@^2.0.1, which@^2.0.2:
6793
6795
  version "2.0.2"
6794
6796
  resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "3.0.12"
34
+ "version": "3.0.14"
35
35
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.0.12",
4
+ "version": "3.0.14",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.14.1"
8
+ "@oclif/core": "^3.15.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.8.1",
@@ -17,20 +17,20 @@
17
17
  "@types/node": "^18",
18
18
  "chai": "^4.3.10",
19
19
  "commitlint": "^17.8.1",
20
- "eslint": "^8.55.0",
20
+ "eslint": "^8.56.0",
21
21
  "eslint-config-oclif": "^5.0.0",
22
- "eslint-config-oclif-typescript": "^3.0.24",
23
- "eslint-config-prettier": "^9.0.0",
22
+ "eslint-config-oclif-typescript": "^3.0.27",
23
+ "eslint-config-prettier": "^9.1.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.4",
29
+ "oclif": "^4.1.0",
30
30
  "prettier": "^3.1.0",
31
31
  "shx": "^0.3.4",
32
32
  "ts-node": "^10.9.2",
33
- "typescript": "^5.3.2"
33
+ "typescript": "^5.3.3"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"