@oclif/plugin-which 3.0.10 → 3.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.
- package/README.md +2 -2
- package/oclif.lock +96 -114
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.11 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.
|
|
55
|
+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.11/src/commands/which.ts)_
|
|
56
56
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -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.10.1", "@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.10.1", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
780
|
+
version "3.12.0"
|
|
781
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
782
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
783
783
|
dependencies:
|
|
784
784
|
ansi-escapes "^4.3.2"
|
|
785
785
|
ansi-styles "^4.3.0"
|
|
@@ -787,6 +787,7 @@
|
|
|
787
787
|
chalk "^4.1.2"
|
|
788
788
|
clean-stack "^3.0.1"
|
|
789
789
|
cli-progress "^3.12.0"
|
|
790
|
+
color "^4.2.3"
|
|
790
791
|
debug "^4.3.4"
|
|
791
792
|
ejs "^3.1.9"
|
|
792
793
|
get-package-type "^0.1.0"
|
|
@@ -1150,16 +1151,16 @@
|
|
|
1150
1151
|
"@types/expect" "^1.20.4"
|
|
1151
1152
|
"@types/node" "*"
|
|
1152
1153
|
|
|
1153
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1154
|
-
version "6.
|
|
1155
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1156
|
-
integrity sha512-
|
|
1154
|
+
"@typescript-eslint/eslint-plugin@^6.11.0":
|
|
1155
|
+
version "6.12.0"
|
|
1156
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz#2a647d278bb48bf397fef07ba0507612ff9dd812"
|
|
1157
|
+
integrity sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==
|
|
1157
1158
|
dependencies:
|
|
1158
1159
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1159
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1160
|
-
"@typescript-eslint/type-utils" "6.
|
|
1161
|
-
"@typescript-eslint/utils" "6.
|
|
1162
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1160
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
1161
|
+
"@typescript-eslint/type-utils" "6.12.0"
|
|
1162
|
+
"@typescript-eslint/utils" "6.12.0"
|
|
1163
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
1163
1164
|
debug "^4.3.4"
|
|
1164
1165
|
graphemer "^1.4.0"
|
|
1165
1166
|
ignore "^5.2.4"
|
|
@@ -1167,119 +1168,72 @@
|
|
|
1167
1168
|
semver "^7.5.4"
|
|
1168
1169
|
ts-api-utils "^1.0.1"
|
|
1169
1170
|
|
|
1170
|
-
"@typescript-eslint/parser@^6.
|
|
1171
|
-
version "6.
|
|
1172
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1173
|
-
integrity sha512
|
|
1171
|
+
"@typescript-eslint/parser@^6.11.0":
|
|
1172
|
+
version "6.12.0"
|
|
1173
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.12.0.tgz#9fb21ed7d88065a4a2ee21eb80b8578debb8217c"
|
|
1174
|
+
integrity sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==
|
|
1174
1175
|
dependencies:
|
|
1175
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1176
|
-
"@typescript-eslint/types" "6.
|
|
1177
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1178
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1176
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
1177
|
+
"@typescript-eslint/types" "6.12.0"
|
|
1178
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
1179
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
1179
1180
|
debug "^4.3.4"
|
|
1180
1181
|
|
|
1181
|
-
"@typescript-eslint/scope-manager@6.
|
|
1182
|
-
version "6.
|
|
1183
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1184
|
-
integrity sha512-
|
|
1182
|
+
"@typescript-eslint/scope-manager@6.12.0":
|
|
1183
|
+
version "6.12.0"
|
|
1184
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz#5833a16dbe19cfbad639d4d33bcca5e755c7044b"
|
|
1185
|
+
integrity sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==
|
|
1185
1186
|
dependencies:
|
|
1186
|
-
"@typescript-eslint/types" "6.
|
|
1187
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1187
|
+
"@typescript-eslint/types" "6.12.0"
|
|
1188
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
1188
1189
|
|
|
1189
|
-
"@typescript-eslint/
|
|
1190
|
-
version "6.
|
|
1191
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1192
|
-
integrity sha512-
|
|
1190
|
+
"@typescript-eslint/type-utils@6.12.0":
|
|
1191
|
+
version "6.12.0"
|
|
1192
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz#968f7c95162808d69950ab5dff710ad730e58287"
|
|
1193
|
+
integrity sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==
|
|
1193
1194
|
dependencies:
|
|
1194
|
-
"@typescript-eslint/
|
|
1195
|
-
"@typescript-eslint/
|
|
1196
|
-
|
|
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==
|
|
1201
|
-
dependencies:
|
|
1202
|
-
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1203
|
-
"@typescript-eslint/utils" "6.10.0"
|
|
1195
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
1196
|
+
"@typescript-eslint/utils" "6.12.0"
|
|
1204
1197
|
debug "^4.3.4"
|
|
1205
1198
|
ts-api-utils "^1.0.1"
|
|
1206
1199
|
|
|
1207
|
-
"@typescript-eslint/types@6.
|
|
1208
|
-
version "6.
|
|
1209
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1210
|
-
integrity sha512-
|
|
1211
|
-
|
|
1212
|
-
"@typescript-eslint/types@6.8.0":
|
|
1213
|
-
version "6.8.0"
|
|
1214
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
|
|
1215
|
-
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
|
|
1200
|
+
"@typescript-eslint/types@6.12.0":
|
|
1201
|
+
version "6.12.0"
|
|
1202
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
|
|
1203
|
+
integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
|
|
1216
1204
|
|
|
1217
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1218
|
-
version "6.
|
|
1219
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1220
|
-
integrity sha512-
|
|
1205
|
+
"@typescript-eslint/typescript-estree@6.12.0":
|
|
1206
|
+
version "6.12.0"
|
|
1207
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz#764ccc32598549e5b48ec99e3b85f89b1385310c"
|
|
1208
|
+
integrity sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==
|
|
1221
1209
|
dependencies:
|
|
1222
|
-
"@typescript-eslint/types" "6.
|
|
1223
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1210
|
+
"@typescript-eslint/types" "6.12.0"
|
|
1211
|
+
"@typescript-eslint/visitor-keys" "6.12.0"
|
|
1224
1212
|
debug "^4.3.4"
|
|
1225
1213
|
globby "^11.1.0"
|
|
1226
1214
|
is-glob "^4.0.3"
|
|
1227
1215
|
semver "^7.5.4"
|
|
1228
1216
|
ts-api-utils "^1.0.1"
|
|
1229
1217
|
|
|
1230
|
-
"@typescript-eslint/typescript-
|
|
1231
|
-
version "6.
|
|
1232
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1233
|
-
integrity sha512-
|
|
1234
|
-
dependencies:
|
|
1235
|
-
"@typescript-eslint/types" "6.8.0"
|
|
1236
|
-
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
1237
|
-
debug "^4.3.4"
|
|
1238
|
-
globby "^11.1.0"
|
|
1239
|
-
is-glob "^4.0.3"
|
|
1240
|
-
semver "^7.5.4"
|
|
1241
|
-
ts-api-utils "^1.0.1"
|
|
1242
|
-
|
|
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==
|
|
1218
|
+
"@typescript-eslint/utils@6.12.0", "@typescript-eslint/utils@^6.12.0":
|
|
1219
|
+
version "6.12.0"
|
|
1220
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.12.0.tgz#c6ce8c06fe9b0212620e5674a2036f6f8f611754"
|
|
1221
|
+
integrity sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==
|
|
1247
1222
|
dependencies:
|
|
1248
1223
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1249
1224
|
"@types/json-schema" "^7.0.12"
|
|
1250
1225
|
"@types/semver" "^7.5.0"
|
|
1251
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1252
|
-
"@typescript-eslint/types" "6.
|
|
1253
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1226
|
+
"@typescript-eslint/scope-manager" "6.12.0"
|
|
1227
|
+
"@typescript-eslint/types" "6.12.0"
|
|
1228
|
+
"@typescript-eslint/typescript-estree" "6.12.0"
|
|
1254
1229
|
semver "^7.5.4"
|
|
1255
1230
|
|
|
1256
|
-
"@typescript-eslint/
|
|
1257
|
-
version "6.
|
|
1258
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1259
|
-
integrity sha512-
|
|
1231
|
+
"@typescript-eslint/visitor-keys@6.12.0":
|
|
1232
|
+
version "6.12.0"
|
|
1233
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz#5877950de42a0f3344261b7a1eee15417306d7e9"
|
|
1234
|
+
integrity sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==
|
|
1260
1235
|
dependencies:
|
|
1261
|
-
"@eslint
|
|
1262
|
-
"@types/json-schema" "^7.0.12"
|
|
1263
|
-
"@types/semver" "^7.5.0"
|
|
1264
|
-
"@typescript-eslint/scope-manager" "6.8.0"
|
|
1265
|
-
"@typescript-eslint/types" "6.8.0"
|
|
1266
|
-
"@typescript-eslint/typescript-estree" "6.8.0"
|
|
1267
|
-
semver "^7.5.4"
|
|
1268
|
-
|
|
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==
|
|
1273
|
-
dependencies:
|
|
1274
|
-
"@typescript-eslint/types" "6.10.0"
|
|
1275
|
-
eslint-visitor-keys "^3.4.1"
|
|
1276
|
-
|
|
1277
|
-
"@typescript-eslint/visitor-keys@6.8.0":
|
|
1278
|
-
version "6.8.0"
|
|
1279
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
|
|
1280
|
-
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
|
|
1281
|
-
dependencies:
|
|
1282
|
-
"@typescript-eslint/types" "6.8.0"
|
|
1236
|
+
"@typescript-eslint/types" "6.12.0"
|
|
1283
1237
|
eslint-visitor-keys "^3.4.1"
|
|
1284
1238
|
|
|
1285
1239
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -2066,16 +2020,32 @@ color-name@1.1.3:
|
|
|
2066
2020
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2067
2021
|
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
|
2068
2022
|
|
|
2069
|
-
color-name@~1.1.4:
|
|
2023
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2070
2024
|
version "1.1.4"
|
|
2071
2025
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2072
2026
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2073
2027
|
|
|
2028
|
+
color-string@^1.9.0:
|
|
2029
|
+
version "1.9.1"
|
|
2030
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2031
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2032
|
+
dependencies:
|
|
2033
|
+
color-name "^1.0.0"
|
|
2034
|
+
simple-swizzle "^0.2.2"
|
|
2035
|
+
|
|
2074
2036
|
color-support@^1.1.2:
|
|
2075
2037
|
version "1.1.3"
|
|
2076
2038
|
resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2077
2039
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2078
2040
|
|
|
2041
|
+
color@^4.2.3:
|
|
2042
|
+
version "4.2.3"
|
|
2043
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2044
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2045
|
+
dependencies:
|
|
2046
|
+
color-convert "^2.0.1"
|
|
2047
|
+
color-string "^1.9.0"
|
|
2048
|
+
|
|
2079
2049
|
colorette@^2.0.20:
|
|
2080
2050
|
version "2.0.20"
|
|
2081
2051
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2565,19 +2535,19 @@ escape-string-regexp@^1.0.5:
|
|
|
2565
2535
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2566
2536
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2567
2537
|
|
|
2568
|
-
eslint-config-oclif-typescript@^3.0.
|
|
2569
|
-
version "3.0.
|
|
2570
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2571
|
-
integrity sha512-
|
|
2538
|
+
eslint-config-oclif-typescript@^3.0.18:
|
|
2539
|
+
version "3.0.18"
|
|
2540
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.18.tgz#9fd805de2ebf2a9b104fc4655672dc8fc258423b"
|
|
2541
|
+
integrity sha512-mAd8rinNtk9weqAF8HVM1s6GA81qOg711dQ5b5I7+CgvjEpSJGiCpt0BelbajOVgk2LSrCaPqL9TG4oiza1/uw==
|
|
2572
2542
|
dependencies:
|
|
2573
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2574
|
-
"@typescript-eslint/parser" "^6.
|
|
2543
|
+
"@typescript-eslint/eslint-plugin" "^6.11.0"
|
|
2544
|
+
"@typescript-eslint/parser" "^6.11.0"
|
|
2575
2545
|
eslint-config-xo-space "^0.34.0"
|
|
2576
2546
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2577
2547
|
eslint-plugin-import "^2.29.0"
|
|
2578
2548
|
eslint-plugin-mocha "^10.2.0"
|
|
2579
2549
|
eslint-plugin-node "^11.1.0"
|
|
2580
|
-
eslint-plugin-perfectionist "^2.
|
|
2550
|
+
eslint-plugin-perfectionist "^2.4.0"
|
|
2581
2551
|
|
|
2582
2552
|
eslint-config-oclif@^5.0.0:
|
|
2583
2553
|
version "5.0.0"
|
|
@@ -2688,12 +2658,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2688
2658
|
resolve "^1.10.1"
|
|
2689
2659
|
semver "^6.1.0"
|
|
2690
2660
|
|
|
2691
|
-
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.
|
|
2692
|
-
version "2.2
|
|
2693
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.
|
|
2694
|
-
integrity sha512
|
|
2661
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.4.0:
|
|
2662
|
+
version "2.4.2"
|
|
2663
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.4.2.tgz#114999913e60affff5608fb8390330fbca655fe9"
|
|
2664
|
+
integrity sha512-PaNwDCH+VYvG9uACKF4Vb3jBM8SjCPJXBpiFvTKUuJI07aqKWp+Q4NEa1hD4dj+ZVE0oYqAKX7DviEidiBlqIg==
|
|
2695
2665
|
dependencies:
|
|
2696
|
-
"@typescript-eslint/utils" "^6.
|
|
2666
|
+
"@typescript-eslint/utils" "^6.12.0"
|
|
2697
2667
|
minimatch "^9.0.3"
|
|
2698
2668
|
natural-compare-lite "^1.4.0"
|
|
2699
2669
|
|
|
@@ -3731,6 +3701,11 @@ is-arrayish@^0.2.1:
|
|
|
3731
3701
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
3732
3702
|
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
|
|
3733
3703
|
|
|
3704
|
+
is-arrayish@^0.3.1:
|
|
3705
|
+
version "0.3.2"
|
|
3706
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
3707
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
3708
|
+
|
|
3734
3709
|
is-bigint@^1.0.1:
|
|
3735
3710
|
version "1.0.4"
|
|
3736
3711
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -6026,6 +6001,13 @@ signal-exit@^3.0.7:
|
|
|
6026
6001
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6027
6002
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6028
6003
|
|
|
6004
|
+
simple-swizzle@^0.2.2:
|
|
6005
|
+
version "0.2.2"
|
|
6006
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6007
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6008
|
+
dependencies:
|
|
6009
|
+
is-arrayish "^0.3.1"
|
|
6010
|
+
|
|
6029
6011
|
sinon@^16.0.0:
|
|
6030
6012
|
version "16.1.0"
|
|
6031
6013
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
|
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.11",
|
|
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.12.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.8.1",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"commitlint": "^17.8.1",
|
|
20
20
|
"eslint": "^8.54.0",
|
|
21
21
|
"eslint-config-oclif": "^5.0.0",
|
|
22
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
22
|
+
"eslint-config-oclif-typescript": "^3.0.18",
|
|
23
23
|
"eslint-config-prettier": "^9.0.0",
|
|
24
24
|
"globby": "^11",
|
|
25
25
|
"husky": "^8.0.3",
|