@oclif/plugin-which 3.0.12 → 3.0.13
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 +2 -2
- package/oclif.lock +107 -60
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
25
|
+
@oclif/plugin-which/3.0.13 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.
|
|
55
|
+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.13/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.
|
|
479
|
-
version "8.
|
|
480
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
481
|
-
integrity sha512-
|
|
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.
|
|
780
|
-
version "3.
|
|
781
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
782
|
-
integrity sha512-
|
|
779
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
|
|
780
|
+
version "3.15.0"
|
|
781
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
|
|
782
|
+
integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
|
|
783
783
|
dependencies:
|
|
784
784
|
ansi-escapes "^4.3.2"
|
|
785
785
|
ansi-styles "^4.3.0"
|
|
@@ -1151,16 +1151,16 @@
|
|
|
1151
1151
|
"@types/expect" "^1.20.4"
|
|
1152
1152
|
"@types/node" "*"
|
|
1153
1153
|
|
|
1154
|
-
"@typescript-eslint/eslint-plugin@^6.13.
|
|
1155
|
-
version "6.
|
|
1156
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1157
|
-
integrity sha512-
|
|
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.
|
|
1161
|
-
"@typescript-eslint/type-utils" "6.
|
|
1162
|
-
"@typescript-eslint/utils" "6.
|
|
1163
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
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.
|
|
1172
|
-
version "6.
|
|
1173
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1174
|
-
integrity sha512-
|
|
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.
|
|
1177
|
-
"@typescript-eslint/types" "6.
|
|
1178
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1179
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
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/
|
|
1191
|
-
version "6.
|
|
1192
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1193
|
-
integrity sha512-
|
|
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/
|
|
1196
|
-
"@typescript-eslint/
|
|
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/
|
|
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"
|
|
@@ -2530,16 +2577,16 @@ escape-string-regexp@^1.0.5:
|
|
|
2530
2577
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2531
2578
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2532
2579
|
|
|
2533
|
-
eslint-config-oclif-typescript@^3.0.
|
|
2534
|
-
version "3.0.
|
|
2535
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2536
|
-
integrity sha512-
|
|
2580
|
+
eslint-config-oclif-typescript@^3.0.27:
|
|
2581
|
+
version "3.0.27"
|
|
2582
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.27.tgz#51373faf8cedcfa5ae0d73977d32e13add989a33"
|
|
2583
|
+
integrity sha512-jv/VQnaMyvFBt4S2WRVJFnDtSyv3tXVUYkf1BMgfLgckLZUbAWakfizHhaa0KG+pjvB3HMDs9JH0N+RSFqh7uA==
|
|
2537
2584
|
dependencies:
|
|
2538
|
-
"@typescript-eslint/eslint-plugin" "^6.13.
|
|
2539
|
-
"@typescript-eslint/parser" "^6.13.
|
|
2585
|
+
"@typescript-eslint/eslint-plugin" "^6.13.2"
|
|
2586
|
+
"@typescript-eslint/parser" "^6.13.2"
|
|
2540
2587
|
eslint-config-xo-space "^0.34.0"
|
|
2541
2588
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2542
|
-
eslint-plugin-import "^2.29.
|
|
2589
|
+
eslint-plugin-import "^2.29.1"
|
|
2543
2590
|
eslint-plugin-mocha "^10.2.0"
|
|
2544
2591
|
eslint-plugin-node "^11.1.0"
|
|
2545
2592
|
eslint-plugin-perfectionist "^2.5.0"
|
|
@@ -2554,10 +2601,10 @@ eslint-config-oclif@^5.0.0:
|
|
|
2554
2601
|
eslint-plugin-node "^11.1.0"
|
|
2555
2602
|
eslint-plugin-unicorn "^48.0.1"
|
|
2556
2603
|
|
|
2557
|
-
eslint-config-prettier@^9.
|
|
2558
|
-
version "9.
|
|
2559
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.
|
|
2560
|
-
integrity sha512-
|
|
2604
|
+
eslint-config-prettier@^9.1.0:
|
|
2605
|
+
version "9.1.0"
|
|
2606
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
|
2607
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
|
2561
2608
|
|
|
2562
2609
|
eslint-config-xo-space@^0.34.0:
|
|
2563
2610
|
version "0.34.0"
|
|
@@ -2610,10 +2657,10 @@ eslint-plugin-es@^3.0.0:
|
|
|
2610
2657
|
eslint-utils "^2.0.0"
|
|
2611
2658
|
regexpp "^3.0.0"
|
|
2612
2659
|
|
|
2613
|
-
eslint-plugin-import@^2.29.
|
|
2614
|
-
version "2.29.
|
|
2615
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.
|
|
2616
|
-
integrity sha512-
|
|
2660
|
+
eslint-plugin-import@^2.29.1:
|
|
2661
|
+
version "2.29.1"
|
|
2662
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
|
|
2663
|
+
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
|
|
2617
2664
|
dependencies:
|
|
2618
2665
|
array-includes "^3.1.7"
|
|
2619
2666
|
array.prototype.findlastindex "^1.2.3"
|
|
@@ -2631,7 +2678,7 @@ eslint-plugin-import@^2.29.0:
|
|
|
2631
2678
|
object.groupby "^1.0.1"
|
|
2632
2679
|
object.values "^1.1.7"
|
|
2633
2680
|
semver "^6.3.1"
|
|
2634
|
-
tsconfig-paths "^3.
|
|
2681
|
+
tsconfig-paths "^3.15.0"
|
|
2635
2682
|
|
|
2636
2683
|
eslint-plugin-mocha@^10.1.0, eslint-plugin-mocha@^10.2.0:
|
|
2637
2684
|
version "10.2.0"
|
|
@@ -2720,15 +2767,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2720
2767
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2721
2768
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2722
2769
|
|
|
2723
|
-
eslint@^8.
|
|
2724
|
-
version "8.
|
|
2725
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2726
|
-
integrity sha512-
|
|
2770
|
+
eslint@^8.56.0:
|
|
2771
|
+
version "8.56.0"
|
|
2772
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
|
|
2773
|
+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
|
|
2727
2774
|
dependencies:
|
|
2728
2775
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2729
2776
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2730
2777
|
"@eslint/eslintrc" "^2.1.4"
|
|
2731
|
-
"@eslint/js" "8.
|
|
2778
|
+
"@eslint/js" "8.56.0"
|
|
2732
2779
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
2733
2780
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2734
2781
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -6438,10 +6485,10 @@ tsconfck@^3.0.0:
|
|
|
6438
6485
|
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
6439
6486
|
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
6440
6487
|
|
|
6441
|
-
tsconfig-paths@^3.
|
|
6442
|
-
version "3.
|
|
6443
|
-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.
|
|
6444
|
-
integrity sha512-
|
|
6488
|
+
tsconfig-paths@^3.15.0:
|
|
6489
|
+
version "3.15.0"
|
|
6490
|
+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
|
|
6491
|
+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
|
|
6445
6492
|
dependencies:
|
|
6446
6493
|
"@types/json5" "^0.0.29"
|
|
6447
6494
|
json5 "^1.0.2"
|
|
@@ -6553,10 +6600,10 @@ typedarray-to-buffer@^4.0.0:
|
|
|
6553
6600
|
resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
|
|
6554
6601
|
integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
|
|
6555
6602
|
|
|
6556
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.
|
|
6557
|
-
version "5.3.
|
|
6558
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.
|
|
6559
|
-
integrity sha512-
|
|
6603
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
|
|
6604
|
+
version "5.3.3"
|
|
6605
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
6606
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
6560
6607
|
|
|
6561
6608
|
unbox-primitive@^1.0.2:
|
|
6562
6609
|
version "1.0.2"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "3.0.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-which/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.15.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.8.1",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@types/node": "^18",
|
|
18
18
|
"chai": "^4.3.10",
|
|
19
19
|
"commitlint": "^17.8.1",
|
|
20
|
-
"eslint": "^8.
|
|
20
|
+
"eslint": "^8.56.0",
|
|
21
21
|
"eslint-config-oclif": "^5.0.0",
|
|
22
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
23
|
-
"eslint-config-prettier": "^9.
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prettier": "^3.1.0",
|
|
31
31
|
"shx": "^0.3.4",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
|
-
"typescript": "^5.3.
|
|
33
|
+
"typescript": "^5.3.3"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=18.0.0"
|