@oclif/plugin-which 3.0.10 → 3.0.12
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 +141 -164
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.12 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.12/src/commands/which.ts)_
|
|
56
56
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -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.
|
|
464
|
-
version "2.1.
|
|
465
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
466
|
-
integrity sha512-
|
|
463
|
+
"@eslint/eslintrc@^2.1.4":
|
|
464
|
+
version "2.1.4"
|
|
465
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
|
466
|
+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
|
|
467
467
|
dependencies:
|
|
468
468
|
ajv "^6.12.4"
|
|
469
469
|
debug "^4.3.2"
|
|
@@ -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.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==
|
|
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.
|
|
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.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==
|
|
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"
|
|
@@ -840,12 +841,12 @@
|
|
|
840
841
|
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
|
|
841
842
|
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
|
|
842
843
|
|
|
843
|
-
"@oclif/test@^3.1.
|
|
844
|
-
version "3.1.
|
|
845
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.
|
|
846
|
-
integrity sha512-
|
|
844
|
+
"@oclif/test@^3.1.3":
|
|
845
|
+
version "3.1.3"
|
|
846
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.3.tgz#42d98e3e2c29a3340dedd7eab7c0a7e392c2f3cf"
|
|
847
|
+
integrity sha512-p4Z+SpGSW6pw/QQrQwVuG8eOuZtUl/hxh2rgaOkDfxWipb6FVNa08kzuE70rYaIDIq/9SFglcOb9YQmOXv2MEA==
|
|
847
848
|
dependencies:
|
|
848
|
-
"@oclif/core" "^3.
|
|
849
|
+
"@oclif/core" "^3.12.0"
|
|
849
850
|
chai "^4.3.10"
|
|
850
851
|
fancy-test "^3.0.1"
|
|
851
852
|
|
|
@@ -1037,10 +1038,10 @@
|
|
|
1037
1038
|
"@types/node" "*"
|
|
1038
1039
|
"@types/responselike" "^1.0.0"
|
|
1039
1040
|
|
|
1040
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
1041
|
-
version "4.3.
|
|
1042
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1043
|
-
integrity sha512-
|
|
1041
|
+
"@types/chai@*", "@types/chai@^4.3.11":
|
|
1042
|
+
version "4.3.11"
|
|
1043
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1044
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1044
1045
|
|
|
1045
1046
|
"@types/cli-progress@^3.11.0":
|
|
1046
1047
|
version "3.11.0"
|
|
@@ -1091,10 +1092,10 @@
|
|
|
1091
1092
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
|
|
1092
1093
|
integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
|
|
1093
1094
|
|
|
1094
|
-
"@types/mocha@^10.0.
|
|
1095
|
-
version "10.0.
|
|
1096
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1097
|
-
integrity sha512-
|
|
1095
|
+
"@types/mocha@^10.0.6":
|
|
1096
|
+
version "10.0.6"
|
|
1097
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1098
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1098
1099
|
|
|
1099
1100
|
"@types/node@*", "@types/node@20.5.1":
|
|
1100
1101
|
version "20.5.1"
|
|
@@ -1107,9 +1108,9 @@
|
|
|
1107
1108
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1108
1109
|
|
|
1109
1110
|
"@types/node@^18":
|
|
1110
|
-
version "18.
|
|
1111
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
|
1112
|
-
integrity sha512-
|
|
1111
|
+
version "18.19.3"
|
|
1112
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
|
|
1113
|
+
integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
|
|
1113
1114
|
dependencies:
|
|
1114
1115
|
undici-types "~5.26.4"
|
|
1115
1116
|
|
|
@@ -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.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==
|
|
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.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"
|
|
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.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==
|
|
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.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"
|
|
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.13.2":
|
|
1183
|
+
version "6.13.2"
|
|
1184
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz#5fa4e4adace028dafac212c770640b94e7b61052"
|
|
1185
|
+
integrity sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==
|
|
1185
1186
|
dependencies:
|
|
1186
|
-
"@typescript-eslint/types" "6.
|
|
1187
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1187
|
+
"@typescript-eslint/types" "6.13.2"
|
|
1188
|
+
"@typescript-eslint/visitor-keys" "6.13.2"
|
|
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.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==
|
|
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.13.2"
|
|
1196
|
+
"@typescript-eslint/utils" "6.13.2"
|
|
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.13.2":
|
|
1201
|
+
version "6.13.2"
|
|
1202
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
|
|
1203
|
+
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
|
|
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.13.2":
|
|
1206
|
+
version "6.13.2"
|
|
1207
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
|
|
1208
|
+
integrity sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==
|
|
1221
1209
|
dependencies:
|
|
1222
|
-
"@typescript-eslint/types" "6.
|
|
1223
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1210
|
+
"@typescript-eslint/types" "6.13.2"
|
|
1211
|
+
"@typescript-eslint/visitor-keys" "6.13.2"
|
|
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.13.2", "@typescript-eslint/utils@^6.13.0":
|
|
1219
|
+
version "6.13.2"
|
|
1220
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
|
|
1221
|
+
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
|
|
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.13.2"
|
|
1227
|
+
"@typescript-eslint/types" "6.13.2"
|
|
1228
|
+
"@typescript-eslint/typescript-estree" "6.13.2"
|
|
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.13.2":
|
|
1232
|
+
version "6.13.2"
|
|
1233
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz#e0a4a80cf842bb08e6127b903284166ac4a5594c"
|
|
1234
|
+
integrity sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==
|
|
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.13.2"
|
|
1283
1237
|
eslint-visitor-keys "^3.4.1"
|
|
1284
1238
|
|
|
1285
1239
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -1310,12 +1264,7 @@ acorn-walk@^8.1.1:
|
|
|
1310
1264
|
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
|
1311
1265
|
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
|
1312
1266
|
|
|
1313
|
-
acorn@^8.4.1:
|
|
1314
|
-
version "8.8.2"
|
|
1315
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
|
|
1316
|
-
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
|
|
1317
|
-
|
|
1318
|
-
acorn@^8.9.0:
|
|
1267
|
+
acorn@^8.4.1, acorn@^8.9.0:
|
|
1319
1268
|
version "8.10.0"
|
|
1320
1269
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
|
|
1321
1270
|
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
|
|
@@ -2066,16 +2015,32 @@ color-name@1.1.3:
|
|
|
2066
2015
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2067
2016
|
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
|
2068
2017
|
|
|
2069
|
-
color-name@~1.1.4:
|
|
2018
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2070
2019
|
version "1.1.4"
|
|
2071
2020
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2072
2021
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2073
2022
|
|
|
2023
|
+
color-string@^1.9.0:
|
|
2024
|
+
version "1.9.1"
|
|
2025
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2026
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2027
|
+
dependencies:
|
|
2028
|
+
color-name "^1.0.0"
|
|
2029
|
+
simple-swizzle "^0.2.2"
|
|
2030
|
+
|
|
2074
2031
|
color-support@^1.1.2:
|
|
2075
2032
|
version "1.1.3"
|
|
2076
2033
|
resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2077
2034
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2078
2035
|
|
|
2036
|
+
color@^4.2.3:
|
|
2037
|
+
version "4.2.3"
|
|
2038
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2039
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2040
|
+
dependencies:
|
|
2041
|
+
color-convert "^2.0.1"
|
|
2042
|
+
color-string "^1.9.0"
|
|
2043
|
+
|
|
2079
2044
|
colorette@^2.0.20:
|
|
2080
2045
|
version "2.0.20"
|
|
2081
2046
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2358,7 +2323,7 @@ dezalgo@^1.0.0:
|
|
|
2358
2323
|
asap "^2.0.0"
|
|
2359
2324
|
wrappy "1"
|
|
2360
2325
|
|
|
2361
|
-
diff@5.0.0
|
|
2326
|
+
diff@5.0.0:
|
|
2362
2327
|
version "5.0.0"
|
|
2363
2328
|
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
|
|
2364
2329
|
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
|
|
@@ -2368,7 +2333,7 @@ diff@^4.0.1:
|
|
|
2368
2333
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
2369
2334
|
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
2370
2335
|
|
|
2371
|
-
diff@^5.1.0:
|
|
2336
|
+
diff@^5.0.0, diff@^5.1.0:
|
|
2372
2337
|
version "5.1.0"
|
|
2373
2338
|
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
|
|
2374
2339
|
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
|
|
@@ -2565,19 +2530,19 @@ escape-string-regexp@^1.0.5:
|
|
|
2565
2530
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2566
2531
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2567
2532
|
|
|
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-
|
|
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==
|
|
2572
2537
|
dependencies:
|
|
2573
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2574
|
-
"@typescript-eslint/parser" "^6.
|
|
2538
|
+
"@typescript-eslint/eslint-plugin" "^6.13.1"
|
|
2539
|
+
"@typescript-eslint/parser" "^6.13.1"
|
|
2575
2540
|
eslint-config-xo-space "^0.34.0"
|
|
2576
2541
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2577
2542
|
eslint-plugin-import "^2.29.0"
|
|
2578
2543
|
eslint-plugin-mocha "^10.2.0"
|
|
2579
2544
|
eslint-plugin-node "^11.1.0"
|
|
2580
|
-
eslint-plugin-perfectionist "^2.
|
|
2545
|
+
eslint-plugin-perfectionist "^2.5.0"
|
|
2581
2546
|
|
|
2582
2547
|
eslint-config-oclif@^5.0.0:
|
|
2583
2548
|
version "5.0.0"
|
|
@@ -2688,12 +2653,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2688
2653
|
resolve "^1.10.1"
|
|
2689
2654
|
semver "^6.1.0"
|
|
2690
2655
|
|
|
2691
|
-
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.
|
|
2692
|
-
version "2.
|
|
2693
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.
|
|
2694
|
-
integrity sha512
|
|
2656
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.5.0:
|
|
2657
|
+
version "2.5.0"
|
|
2658
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.5.0.tgz#f7f83733e18d1b26694c4aab1b986eac836773a7"
|
|
2659
|
+
integrity sha512-F6XXcq4mKKUe/SREoMGQqzgw6cgCgf3pFzkFfQVIGtqD1yXVpQjnhTepzhBeZfxZwgMzR9HO4yH4CUhIQ2WBcQ==
|
|
2695
2660
|
dependencies:
|
|
2696
|
-
"@typescript-eslint/utils" "^6.
|
|
2661
|
+
"@typescript-eslint/utils" "^6.13.0"
|
|
2697
2662
|
minimatch "^9.0.3"
|
|
2698
2663
|
natural-compare-lite "^1.4.0"
|
|
2699
2664
|
|
|
@@ -2755,15 +2720,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2755
2720
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2756
2721
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2757
2722
|
|
|
2758
|
-
eslint@^8.
|
|
2759
|
-
version "8.
|
|
2760
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2761
|
-
integrity sha512-
|
|
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==
|
|
2762
2727
|
dependencies:
|
|
2763
2728
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2764
2729
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2765
|
-
"@eslint/eslintrc" "^2.1.
|
|
2766
|
-
"@eslint/js" "8.
|
|
2730
|
+
"@eslint/eslintrc" "^2.1.4"
|
|
2731
|
+
"@eslint/js" "8.55.0"
|
|
2767
2732
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
2768
2733
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2769
2734
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -3731,6 +3696,11 @@ is-arrayish@^0.2.1:
|
|
|
3731
3696
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
3732
3697
|
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
|
|
3733
3698
|
|
|
3699
|
+
is-arrayish@^0.3.1:
|
|
3700
|
+
version "0.3.2"
|
|
3701
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
3702
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
3703
|
+
|
|
3734
3704
|
is-bigint@^1.0.1:
|
|
3735
3705
|
version "1.0.4"
|
|
3736
3706
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -5130,10 +5100,10 @@ object.values@^1.1.7:
|
|
|
5130
5100
|
define-properties "^1.2.0"
|
|
5131
5101
|
es-abstract "^1.22.1"
|
|
5132
5102
|
|
|
5133
|
-
oclif@^4.0.
|
|
5134
|
-
version "4.0.
|
|
5135
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5136
|
-
integrity sha512-
|
|
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==
|
|
5137
5107
|
dependencies:
|
|
5138
5108
|
"@oclif/core" "^3.0.4"
|
|
5139
5109
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6026,6 +5996,13 @@ signal-exit@^3.0.7:
|
|
|
6026
5996
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6027
5997
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6028
5998
|
|
|
5999
|
+
simple-swizzle@^0.2.2:
|
|
6000
|
+
version "0.2.2"
|
|
6001
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6002
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6003
|
+
dependencies:
|
|
6004
|
+
is-arrayish "^0.3.1"
|
|
6005
|
+
|
|
6029
6006
|
sinon@^16.0.0:
|
|
6030
6007
|
version "16.1.0"
|
|
6031
6008
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
|
|
@@ -6437,10 +6414,10 @@ ts-api-utils@^1.0.1:
|
|
|
6437
6414
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
6438
6415
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
6439
6416
|
|
|
6440
|
-
ts-node@^10.8.1, ts-node@^10.9.1:
|
|
6441
|
-
version "10.9.
|
|
6442
|
-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.
|
|
6443
|
-
integrity sha512-
|
|
6417
|
+
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
|
6418
|
+
version "10.9.2"
|
|
6419
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
6420
|
+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
6444
6421
|
dependencies:
|
|
6445
6422
|
"@cspotcode/source-map-support" "^0.8.0"
|
|
6446
6423
|
"@tsconfig/node10" "^1.0.7"
|
|
@@ -6576,10 +6553,10 @@ typedarray-to-buffer@^4.0.0:
|
|
|
6576
6553
|
resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
|
|
6577
6554
|
integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
|
|
6578
6555
|
|
|
6579
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.
|
|
6580
|
-
version "5.
|
|
6581
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
6582
|
-
integrity sha512-
|
|
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==
|
|
6583
6560
|
|
|
6584
6561
|
unbox-primitive@^1.0.2:
|
|
6585
6562
|
version "1.0.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
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.12",
|
|
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.14.1"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.8.1",
|
|
12
12
|
"@oclif/plugin-help": "^5.2.20",
|
|
13
13
|
"@oclif/prettier-config": "^0.2.1",
|
|
14
|
-
"@oclif/test": "^3.1.
|
|
15
|
-
"@types/chai": "^4.3.
|
|
16
|
-
"@types/mocha": "^10.0.
|
|
14
|
+
"@oclif/test": "^3.1.3",
|
|
15
|
+
"@types/chai": "^4.3.11",
|
|
16
|
+
"@types/mocha": "^10.0.6",
|
|
17
17
|
"@types/node": "^18",
|
|
18
18
|
"chai": "^4.3.10",
|
|
19
19
|
"commitlint": "^17.8.1",
|
|
20
|
-
"eslint": "^8.
|
|
20
|
+
"eslint": "^8.55.0",
|
|
21
21
|
"eslint-config-oclif": "^5.0.0",
|
|
22
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
22
|
+
"eslint-config-oclif-typescript": "^3.0.24",
|
|
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.
|
|
29
|
+
"oclif": "^4.0.4",
|
|
30
30
|
"prettier": "^3.1.0",
|
|
31
31
|
"shx": "^0.3.4",
|
|
32
|
-
"ts-node": "^10.9.
|
|
33
|
-
"typescript": "^5.
|
|
32
|
+
"ts-node": "^10.9.2",
|
|
33
|
+
"typescript": "^5.3.2"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=18.0.0"
|