@oclif/plugin-which 3.0.4 → 3.0.6

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.4 linux-x64 node-v18.18.0
25
+ @oclif/plugin-which/3.0.6 linux-x64 node-v18.18.2
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.4/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.6/src/commands/which.ts)_
56
56
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -21,6 +21,14 @@
21
21
  dependencies:
22
22
  "@babel/highlight" "^7.10.4"
23
23
 
24
+ "@babel/code-frame@^7.22.13":
25
+ version "7.22.13"
26
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
27
+ integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
28
+ dependencies:
29
+ "@babel/highlight" "^7.22.13"
30
+ chalk "^2.4.2"
31
+
24
32
  "@babel/core@^7.7.5":
25
33
  version "7.10.3"
26
34
  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e"
@@ -53,21 +61,35 @@
53
61
  lodash "^4.17.13"
54
62
  source-map "^0.5.0"
55
63
 
56
- "@babel/helper-function-name@^7.10.3":
57
- version "7.10.3"
58
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz#79316cd75a9fa25ba9787ff54544307ed444f197"
59
- integrity sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==
64
+ "@babel/generator@^7.23.0":
65
+ version "7.23.0"
66
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
67
+ integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
60
68
  dependencies:
61
- "@babel/helper-get-function-arity" "^7.10.3"
62
- "@babel/template" "^7.10.3"
63
- "@babel/types" "^7.10.3"
69
+ "@babel/types" "^7.23.0"
70
+ "@jridgewell/gen-mapping" "^0.3.2"
71
+ "@jridgewell/trace-mapping" "^0.3.17"
72
+ jsesc "^2.5.1"
64
73
 
65
- "@babel/helper-get-function-arity@^7.10.3":
66
- version "7.10.3"
67
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e"
68
- integrity sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==
74
+ "@babel/helper-environment-visitor@^7.22.20":
75
+ version "7.22.20"
76
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
77
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
78
+
79
+ "@babel/helper-function-name@^7.23.0":
80
+ version "7.23.0"
81
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
82
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
69
83
  dependencies:
70
- "@babel/types" "^7.10.3"
84
+ "@babel/template" "^7.22.15"
85
+ "@babel/types" "^7.23.0"
86
+
87
+ "@babel/helper-hoist-variables@^7.22.5":
88
+ version "7.22.5"
89
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
90
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
91
+ dependencies:
92
+ "@babel/types" "^7.22.5"
71
93
 
72
94
  "@babel/helper-member-expression-to-functions@^7.10.1":
73
95
  version "7.10.3"
@@ -128,6 +150,18 @@
128
150
  dependencies:
129
151
  "@babel/types" "^7.10.1"
130
152
 
153
+ "@babel/helper-split-export-declaration@^7.22.6":
154
+ version "7.22.6"
155
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
156
+ integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
157
+ dependencies:
158
+ "@babel/types" "^7.22.5"
159
+
160
+ "@babel/helper-string-parser@^7.22.5":
161
+ version "7.22.5"
162
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
163
+ integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
164
+
131
165
  "@babel/helper-validator-identifier@^7.10.3":
132
166
  version "7.10.3"
133
167
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
@@ -143,7 +177,7 @@
143
177
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
144
178
  integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
145
179
 
146
- "@babel/helper-validator-identifier@^7.22.5":
180
+ "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
147
181
  version "7.22.20"
148
182
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
149
183
  integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
@@ -175,11 +209,25 @@
175
209
  chalk "^2.0.0"
176
210
  js-tokens "^4.0.0"
177
211
 
212
+ "@babel/highlight@^7.22.13":
213
+ version "7.22.20"
214
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
215
+ integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
216
+ dependencies:
217
+ "@babel/helper-validator-identifier" "^7.22.20"
218
+ chalk "^2.4.2"
219
+ js-tokens "^4.0.0"
220
+
178
221
  "@babel/parser@^7.10.3":
179
222
  version "7.10.3"
180
223
  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
181
224
  integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
182
225
 
226
+ "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
227
+ version "7.23.0"
228
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
229
+ integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
230
+
183
231
  "@babel/template@^7.10.1", "@babel/template@^7.10.3":
184
232
  version "7.10.3"
185
233
  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8"
@@ -189,20 +237,30 @@
189
237
  "@babel/parser" "^7.10.3"
190
238
  "@babel/types" "^7.10.3"
191
239
 
192
- "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3":
193
- version "7.10.3"
194
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e"
195
- integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==
240
+ "@babel/template@^7.22.15":
241
+ version "7.22.15"
242
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
243
+ integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
196
244
  dependencies:
197
- "@babel/code-frame" "^7.10.3"
198
- "@babel/generator" "^7.10.3"
199
- "@babel/helper-function-name" "^7.10.3"
200
- "@babel/helper-split-export-declaration" "^7.10.1"
201
- "@babel/parser" "^7.10.3"
202
- "@babel/types" "^7.10.3"
245
+ "@babel/code-frame" "^7.22.13"
246
+ "@babel/parser" "^7.22.15"
247
+ "@babel/types" "^7.22.15"
248
+
249
+ "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3":
250
+ version "7.23.2"
251
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
252
+ integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
253
+ dependencies:
254
+ "@babel/code-frame" "^7.22.13"
255
+ "@babel/generator" "^7.23.0"
256
+ "@babel/helper-environment-visitor" "^7.22.20"
257
+ "@babel/helper-function-name" "^7.23.0"
258
+ "@babel/helper-hoist-variables" "^7.22.5"
259
+ "@babel/helper-split-export-declaration" "^7.22.6"
260
+ "@babel/parser" "^7.23.0"
261
+ "@babel/types" "^7.23.0"
203
262
  debug "^4.1.0"
204
263
  globals "^11.1.0"
205
- lodash "^4.17.13"
206
264
 
207
265
  "@babel/types@^7.10.1", "@babel/types@^7.10.3":
208
266
  version "7.10.3"
@@ -213,16 +271,25 @@
213
271
  lodash "^4.17.13"
214
272
  to-fast-properties "^2.0.0"
215
273
 
216
- "@commitlint/cli@^17.8.0":
217
- version "17.8.0"
218
- resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.0.tgz#917761331df4b7a0b97b2b31415b006847b6fd02"
219
- integrity sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==
274
+ "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
275
+ version "7.23.0"
276
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
277
+ integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
220
278
  dependencies:
221
- "@commitlint/format" "^17.4.4"
222
- "@commitlint/lint" "^17.8.0"
223
- "@commitlint/load" "^17.8.0"
224
- "@commitlint/read" "^17.5.1"
225
- "@commitlint/types" "^17.4.4"
279
+ "@babel/helper-string-parser" "^7.22.5"
280
+ "@babel/helper-validator-identifier" "^7.22.20"
281
+ to-fast-properties "^2.0.0"
282
+
283
+ "@commitlint/cli@^17.8.1":
284
+ version "17.8.1"
285
+ resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
286
+ integrity sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==
287
+ dependencies:
288
+ "@commitlint/format" "^17.8.1"
289
+ "@commitlint/lint" "^17.8.1"
290
+ "@commitlint/load" "^17.8.1"
291
+ "@commitlint/read" "^17.8.1"
292
+ "@commitlint/types" "^17.8.1"
226
293
  execa "^5.0.0"
227
294
  lodash.isfunction "^3.0.9"
228
295
  resolve-from "5.0.0"
@@ -236,66 +303,66 @@
236
303
  dependencies:
237
304
  conventional-changelog-conventionalcommits "^6.1.0"
238
305
 
239
- "@commitlint/config-validator@^17.6.7":
240
- version "17.6.7"
241
- resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.6.7.tgz#c664d42a1ecf5040a3bb0843845150f55734df41"
242
- integrity sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==
306
+ "@commitlint/config-validator@^17.8.1":
307
+ version "17.8.1"
308
+ resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.8.1.tgz#5cc93b6b49d5524c9cc345a60e5bf74bcca2b7f9"
309
+ integrity sha512-UUgUC+sNiiMwkyiuIFR7JG2cfd9t/7MV8VB4TZ+q02ZFkHoduUS4tJGsCBWvBOGD9Btev6IecPMvlWUfJorkEA==
243
310
  dependencies:
244
- "@commitlint/types" "^17.4.4"
311
+ "@commitlint/types" "^17.8.1"
245
312
  ajv "^8.11.0"
246
313
 
247
- "@commitlint/ensure@^17.6.7":
248
- version "17.6.7"
249
- resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.6.7.tgz#77a77a0c05e6a1c34589f59e82e6cb937101fc4b"
250
- integrity sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==
314
+ "@commitlint/ensure@^17.8.1":
315
+ version "17.8.1"
316
+ resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.8.1.tgz#59183557844999dbb6aab6d03629a3d104d01a8d"
317
+ integrity sha512-xjafwKxid8s1K23NFpL8JNo6JnY/ysetKo8kegVM7c8vs+kWLP8VrQq+NbhgVlmCojhEDbzQKp4eRXSjVOGsow==
251
318
  dependencies:
252
- "@commitlint/types" "^17.4.4"
319
+ "@commitlint/types" "^17.8.1"
253
320
  lodash.camelcase "^4.3.0"
254
321
  lodash.kebabcase "^4.1.1"
255
322
  lodash.snakecase "^4.1.1"
256
323
  lodash.startcase "^4.4.0"
257
324
  lodash.upperfirst "^4.3.1"
258
325
 
259
- "@commitlint/execute-rule@^17.4.0":
260
- version "17.4.0"
261
- resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz#4518e77958893d0a5835babe65bf87e2638f6939"
262
- integrity sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==
326
+ "@commitlint/execute-rule@^17.8.1":
327
+ version "17.8.1"
328
+ resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.8.1.tgz#504ed69eb61044eeb84fdfd10cc18f0dab14f34c"
329
+ integrity sha512-JHVupQeSdNI6xzA9SqMF+p/JjrHTcrJdI02PwesQIDCIGUrv04hicJgCcws5nzaoZbROapPs0s6zeVHoxpMwFQ==
263
330
 
264
- "@commitlint/format@^17.4.4":
265
- version "17.4.4"
266
- resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.4.4.tgz#0f6e1b4d7a301c7b1dfd4b6334edd97fc050b9f5"
267
- integrity sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==
331
+ "@commitlint/format@^17.8.1":
332
+ version "17.8.1"
333
+ resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.8.1.tgz#6108bb6b4408e711006680649927e1b559bdc5f8"
334
+ integrity sha512-f3oMTyZ84M9ht7fb93wbCKmWxO5/kKSbwuYvS867duVomoOsgrgljkGGIztmT/srZnaiGbaK8+Wf8Ik2tSr5eg==
268
335
  dependencies:
269
- "@commitlint/types" "^17.4.4"
336
+ "@commitlint/types" "^17.8.1"
270
337
  chalk "^4.1.0"
271
338
 
272
- "@commitlint/is-ignored@^17.8.0":
273
- version "17.8.0"
274
- resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz#429a050cebe8dc56dd4fe4f4c23ea9e1a679dfc6"
275
- integrity sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==
339
+ "@commitlint/is-ignored@^17.8.1":
340
+ version "17.8.1"
341
+ resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz#cf25bcd8409c79684b63f8bdeb35df48edda244e"
342
+ integrity sha512-UshMi4Ltb4ZlNn4F7WtSEugFDZmctzFpmbqvpyxD3la510J+PLcnyhf9chs7EryaRFJMdAKwsEKfNK0jL/QM4g==
276
343
  dependencies:
277
- "@commitlint/types" "^17.4.4"
344
+ "@commitlint/types" "^17.8.1"
278
345
  semver "7.5.4"
279
346
 
280
- "@commitlint/lint@^17.8.0":
281
- version "17.8.0"
282
- resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.0.tgz#d3a7fafe810db060aea15322e30384896da887f9"
283
- integrity sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==
284
- dependencies:
285
- "@commitlint/is-ignored" "^17.8.0"
286
- "@commitlint/parse" "^17.7.0"
287
- "@commitlint/rules" "^17.7.0"
288
- "@commitlint/types" "^17.4.4"
289
-
290
- "@commitlint/load@^17.8.0":
291
- version "17.8.0"
292
- resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.0.tgz#82f6c7555daecb4ce4b8a6282fcecc3665747578"
293
- integrity sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==
294
- dependencies:
295
- "@commitlint/config-validator" "^17.6.7"
296
- "@commitlint/execute-rule" "^17.4.0"
297
- "@commitlint/resolve-extends" "^17.6.7"
298
- "@commitlint/types" "^17.4.4"
347
+ "@commitlint/lint@^17.8.1":
348
+ version "17.8.1"
349
+ resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.1.tgz#bfc21215f6b18d41d4d43e2aa3cb79a5d7726cd8"
350
+ integrity sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==
351
+ dependencies:
352
+ "@commitlint/is-ignored" "^17.8.1"
353
+ "@commitlint/parse" "^17.8.1"
354
+ "@commitlint/rules" "^17.8.1"
355
+ "@commitlint/types" "^17.8.1"
356
+
357
+ "@commitlint/load@^17.8.1":
358
+ version "17.8.1"
359
+ resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.1.tgz#fa061e7bfa53281eb03ca8517ca26d66a189030c"
360
+ integrity sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==
361
+ dependencies:
362
+ "@commitlint/config-validator" "^17.8.1"
363
+ "@commitlint/execute-rule" "^17.8.1"
364
+ "@commitlint/resolve-extends" "^17.8.1"
365
+ "@commitlint/types" "^17.8.1"
299
366
  "@types/node" "20.5.1"
300
367
  chalk "^4.1.0"
301
368
  cosmiconfig "^8.0.0"
@@ -305,72 +372,72 @@
305
372
  lodash.uniq "^4.5.0"
306
373
  resolve-from "^5.0.0"
307
374
  ts-node "^10.8.1"
308
- typescript "^4.6.4 || ^5.0.0"
375
+ typescript "^4.6.4 || ^5.2.2"
309
376
 
310
- "@commitlint/message@^17.4.2":
311
- version "17.4.2"
312
- resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c"
313
- integrity sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==
377
+ "@commitlint/message@^17.8.1":
378
+ version "17.8.1"
379
+ resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.8.1.tgz#a5cd226c419be20ee03c3d237db6ac37b95958b3"
380
+ integrity sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==
314
381
 
315
- "@commitlint/parse@^17.7.0":
316
- version "17.7.0"
317
- resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.7.0.tgz#aacb2d189e50ab8454154b1df150aaf20478ae47"
318
- integrity sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==
382
+ "@commitlint/parse@^17.8.1":
383
+ version "17.8.1"
384
+ resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.8.1.tgz#6e00b8f50ebd63562d25dcf4230da2c9f984e626"
385
+ integrity sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==
319
386
  dependencies:
320
- "@commitlint/types" "^17.4.4"
387
+ "@commitlint/types" "^17.8.1"
321
388
  conventional-changelog-angular "^6.0.0"
322
389
  conventional-commits-parser "^4.0.0"
323
390
 
324
- "@commitlint/read@^17.5.1":
325
- version "17.5.1"
326
- resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
327
- integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
391
+ "@commitlint/read@^17.8.1":
392
+ version "17.8.1"
393
+ resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.8.1.tgz#b3f28777607c756078356cc133368b0e8c08092f"
394
+ integrity sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==
328
395
  dependencies:
329
- "@commitlint/top-level" "^17.4.0"
330
- "@commitlint/types" "^17.4.4"
396
+ "@commitlint/top-level" "^17.8.1"
397
+ "@commitlint/types" "^17.8.1"
331
398
  fs-extra "^11.0.0"
332
399
  git-raw-commits "^2.0.11"
333
400
  minimist "^1.2.6"
334
401
 
335
- "@commitlint/resolve-extends@^17.6.7":
336
- version "17.6.7"
337
- resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.6.7.tgz#9c53a4601c96ab2dd20b90fb35c988639307735d"
338
- integrity sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==
402
+ "@commitlint/resolve-extends@^17.8.1":
403
+ version "17.8.1"
404
+ resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz#9af01432bf2fd9ce3dd5a00d266cce14e4c977e7"
405
+ integrity sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==
339
406
  dependencies:
340
- "@commitlint/config-validator" "^17.6.7"
341
- "@commitlint/types" "^17.4.4"
407
+ "@commitlint/config-validator" "^17.8.1"
408
+ "@commitlint/types" "^17.8.1"
342
409
  import-fresh "^3.0.0"
343
410
  lodash.mergewith "^4.6.2"
344
411
  resolve-from "^5.0.0"
345
412
  resolve-global "^1.0.0"
346
413
 
347
- "@commitlint/rules@^17.7.0":
348
- version "17.7.0"
349
- resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.7.0.tgz#b97a4933c5cba11a659a19ee467f6f000f31533e"
350
- integrity sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==
414
+ "@commitlint/rules@^17.8.1":
415
+ version "17.8.1"
416
+ resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.8.1.tgz#da49cab1b7ebaf90d108de9f58f684dc4ccb65a0"
417
+ integrity sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==
351
418
  dependencies:
352
- "@commitlint/ensure" "^17.6.7"
353
- "@commitlint/message" "^17.4.2"
354
- "@commitlint/to-lines" "^17.4.0"
355
- "@commitlint/types" "^17.4.4"
419
+ "@commitlint/ensure" "^17.8.1"
420
+ "@commitlint/message" "^17.8.1"
421
+ "@commitlint/to-lines" "^17.8.1"
422
+ "@commitlint/types" "^17.8.1"
356
423
  execa "^5.0.0"
357
424
 
358
- "@commitlint/to-lines@^17.4.0":
359
- version "17.4.0"
360
- resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.4.0.tgz#9bd02e911e7d4eab3fb4a50376c4c6d331e10d8d"
361
- integrity sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==
425
+ "@commitlint/to-lines@^17.8.1":
426
+ version "17.8.1"
427
+ resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.8.1.tgz#a5c4a7cf7dff3dbdd69289fc0eb19b66f3cfe017"
428
+ integrity sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==
362
429
 
363
- "@commitlint/top-level@^17.4.0":
364
- version "17.4.0"
365
- resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.4.0.tgz#540cac8290044cf846fbdd99f5cc51e8ac5f27d6"
366
- integrity sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==
430
+ "@commitlint/top-level@^17.8.1":
431
+ version "17.8.1"
432
+ resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.8.1.tgz#206d37d6782f33c9572e44fbe3758392fdeea7bc"
433
+ integrity sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==
367
434
  dependencies:
368
435
  find-up "^5.0.0"
369
436
 
370
- "@commitlint/types@^17.4.4":
371
- version "17.4.4"
372
- resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.4.tgz#1416df936e9aad0d6a7bbc979ecc31e55dade662"
373
- integrity sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==
437
+ "@commitlint/types@^17.8.1":
438
+ version "17.8.1"
439
+ resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.8.1.tgz#883a0ad35c5206d5fef7bc6ce1bbe648118af44e"
440
+ integrity sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==
374
441
  dependencies:
375
442
  chalk "^4.1.0"
376
443
 
@@ -458,16 +525,40 @@
458
525
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
459
526
  integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
460
527
 
528
+ "@jridgewell/gen-mapping@^0.3.2":
529
+ version "0.3.3"
530
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
531
+ integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
532
+ dependencies:
533
+ "@jridgewell/set-array" "^1.0.1"
534
+ "@jridgewell/sourcemap-codec" "^1.4.10"
535
+ "@jridgewell/trace-mapping" "^0.3.9"
536
+
461
537
  "@jridgewell/resolve-uri@^3.0.3":
462
538
  version "3.1.0"
463
539
  resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
464
540
  integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
465
541
 
542
+ "@jridgewell/resolve-uri@^3.1.0":
543
+ version "3.1.1"
544
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
545
+ integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
546
+
547
+ "@jridgewell/set-array@^1.0.1":
548
+ version "1.1.2"
549
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
550
+ integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
551
+
466
552
  "@jridgewell/sourcemap-codec@^1.4.10":
467
553
  version "1.4.14"
468
554
  resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
469
555
  integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
470
556
 
557
+ "@jridgewell/sourcemap-codec@^1.4.14":
558
+ version "1.4.15"
559
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
560
+ integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
561
+
471
562
  "@jridgewell/trace-mapping@0.3.9":
472
563
  version "0.3.9"
473
564
  resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -476,6 +567,14 @@
476
567
  "@jridgewell/resolve-uri" "^3.0.3"
477
568
  "@jridgewell/sourcemap-codec" "^1.4.10"
478
569
 
570
+ "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
571
+ version "0.3.19"
572
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
573
+ integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
574
+ dependencies:
575
+ "@jridgewell/resolve-uri" "^3.1.0"
576
+ "@jridgewell/sourcemap-codec" "^1.4.14"
577
+
479
578
  "@nodelib/fs.scandir@2.1.3":
480
579
  version "2.1.3"
481
580
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -693,10 +792,10 @@
693
792
  wordwrap "^1.0.0"
694
793
  wrap-ansi "^7.0.0"
695
794
 
696
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
697
- version "3.2.1"
698
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
699
- integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
795
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.5.0":
796
+ version "3.5.0"
797
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
798
+ integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
700
799
  dependencies:
701
800
  ansi-escapes "^4.3.2"
702
801
  ansi-styles "^4.3.0"
@@ -955,10 +1054,10 @@
955
1054
  "@types/node" "*"
956
1055
  "@types/responselike" "^1.0.0"
957
1056
 
958
- "@types/chai@*", "@types/chai@^4.3.6":
959
- version "4.3.6"
960
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
961
- integrity sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==
1057
+ "@types/chai@*", "@types/chai@^4.3.8":
1058
+ version "4.3.8"
1059
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
1060
+ integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
962
1061
 
963
1062
  "@types/cli-progress@^3.11.0":
964
1063
  version "3.11.0"
@@ -1009,25 +1108,25 @@
1009
1108
  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
1010
1109
  integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
1011
1110
 
1012
- "@types/mocha@^10.0.2":
1013
- version "10.0.2"
1014
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.2.tgz#96d63314255540a36bf24da094cce7a13668d73b"
1015
- integrity sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==
1016
-
1017
- "@types/node@*", "@types/node@^15.6.1":
1018
- version "15.14.9"
1019
- resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1020
- integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1111
+ "@types/mocha@^10.0.3":
1112
+ version "10.0.3"
1113
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812"
1114
+ integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==
1021
1115
 
1022
- "@types/node@20.5.1":
1116
+ "@types/node@*", "@types/node@20.5.1":
1023
1117
  version "20.5.1"
1024
1118
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
1025
1119
  integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
1026
1120
 
1121
+ "@types/node@^15.6.1":
1122
+ version "15.14.9"
1123
+ resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1124
+ integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1125
+
1027
1126
  "@types/node@^18":
1028
- version "18.18.4"
1029
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1030
- integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
1127
+ version "18.18.5"
1128
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
1129
+ integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
1031
1130
 
1032
1131
  "@types/normalize-package-data@^2.4.0":
1033
1132
  version "2.4.1"
@@ -1102,6 +1201,14 @@
1102
1201
  "@typescript-eslint/types" "6.7.5"
1103
1202
  "@typescript-eslint/visitor-keys" "6.7.5"
1104
1203
 
1204
+ "@typescript-eslint/scope-manager@6.8.0":
1205
+ version "6.8.0"
1206
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
1207
+ integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
1208
+ dependencies:
1209
+ "@typescript-eslint/types" "6.8.0"
1210
+ "@typescript-eslint/visitor-keys" "6.8.0"
1211
+
1105
1212
  "@typescript-eslint/type-utils@6.7.5":
1106
1213
  version "6.7.5"
1107
1214
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
@@ -1117,6 +1224,11 @@
1117
1224
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1118
1225
  integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1119
1226
 
1227
+ "@typescript-eslint/types@6.8.0":
1228
+ version "6.8.0"
1229
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
1230
+ integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
1231
+
1120
1232
  "@typescript-eslint/typescript-estree@6.7.5":
1121
1233
  version "6.7.5"
1122
1234
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
@@ -1130,7 +1242,20 @@
1130
1242
  semver "^7.5.4"
1131
1243
  ts-api-utils "^1.0.1"
1132
1244
 
1133
- "@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0":
1245
+ "@typescript-eslint/typescript-estree@6.8.0":
1246
+ version "6.8.0"
1247
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
1248
+ integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
1249
+ dependencies:
1250
+ "@typescript-eslint/types" "6.8.0"
1251
+ "@typescript-eslint/visitor-keys" "6.8.0"
1252
+ debug "^4.3.4"
1253
+ globby "^11.1.0"
1254
+ is-glob "^4.0.3"
1255
+ semver "^7.5.4"
1256
+ ts-api-utils "^1.0.1"
1257
+
1258
+ "@typescript-eslint/utils@6.7.5":
1134
1259
  version "6.7.5"
1135
1260
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1136
1261
  integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
@@ -1143,6 +1268,19 @@
1143
1268
  "@typescript-eslint/typescript-estree" "6.7.5"
1144
1269
  semver "^7.5.4"
1145
1270
 
1271
+ "@typescript-eslint/utils@^6.7.5":
1272
+ version "6.8.0"
1273
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
1274
+ integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
1275
+ dependencies:
1276
+ "@eslint-community/eslint-utils" "^4.4.0"
1277
+ "@types/json-schema" "^7.0.12"
1278
+ "@types/semver" "^7.5.0"
1279
+ "@typescript-eslint/scope-manager" "6.8.0"
1280
+ "@typescript-eslint/types" "6.8.0"
1281
+ "@typescript-eslint/typescript-estree" "6.8.0"
1282
+ semver "^7.5.4"
1283
+
1146
1284
  "@typescript-eslint/visitor-keys@6.7.5":
1147
1285
  version "6.7.5"
1148
1286
  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
@@ -1151,6 +1289,14 @@
1151
1289
  "@typescript-eslint/types" "6.7.5"
1152
1290
  eslint-visitor-keys "^3.4.1"
1153
1291
 
1292
+ "@typescript-eslint/visitor-keys@6.8.0":
1293
+ version "6.8.0"
1294
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
1295
+ integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
1296
+ dependencies:
1297
+ "@typescript-eslint/types" "6.8.0"
1298
+ eslint-visitor-keys "^3.4.1"
1299
+
1154
1300
  JSONStream@^1.3.5:
1155
1301
  version "1.3.5"
1156
1302
  resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -1709,7 +1855,7 @@ chalk@5.3.0:
1709
1855
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1710
1856
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1711
1857
 
1712
- chalk@^2.0.0:
1858
+ chalk@^2.0.0, chalk@^2.4.2:
1713
1859
  version "2.4.2"
1714
1860
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1715
1861
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1965,13 +2111,13 @@ commander@7.1.0:
1965
2111
  resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff"
1966
2112
  integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==
1967
2113
 
1968
- commitlint@^17.8.0:
1969
- version "17.8.0"
1970
- resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.8.0.tgz#510ec00d7ff35601885fda7fd5acdfe58e290755"
1971
- integrity sha512-xo0F0n4/W4Yq1BAmyICA+1ivPzILAPBQ/fx2PAn5uUQwzTXMdN8URE3P4YzMl6ey/1mRa6NsnW5yV9HJd5NMmA==
2114
+ commitlint@^17.8.1:
2115
+ version "17.8.1"
2116
+ resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.8.1.tgz#0a0b9b952f34d9718f06502ee8496785bf3dd8a3"
2117
+ integrity sha512-X+VPJwZsQDeGj/DG1NsxhZEl+oMHKNC+1myZ/zauNDoo+7OuLHfTOUU1C1a4CjKW4b6T7NuoFcYfK0kRCjCtbA==
1972
2118
  dependencies:
1973
- "@commitlint/cli" "^17.8.0"
1974
- "@commitlint/types" "^17.4.4"
2119
+ "@commitlint/cli" "^17.8.1"
2120
+ "@commitlint/types" "^17.8.1"
1975
2121
 
1976
2122
  common-ancestor-path@^1.0.1:
1977
2123
  version "1.0.1"
@@ -2434,10 +2580,10 @@ escape-string-regexp@^1.0.5:
2434
2580
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2435
2581
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2436
2582
 
2437
- eslint-config-oclif-typescript@^3.0.5:
2438
- version "3.0.5"
2439
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.5.tgz#a7187067e43e52994ec13113cbae4f9c081287b5"
2440
- integrity sha512-W/Z6UZz5XxfPxvisW/8WiXqz4HIvHZnzp498Qjg/z2o33e75tq/c6alhZ3aK3iCA63EkIKDFsWg/i2TlfZ/UgA==
2583
+ eslint-config-oclif-typescript@^3.0.6:
2584
+ version "3.0.6"
2585
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.6.tgz#9350b8dc64d748efc7a86252278b1b447f5a91c5"
2586
+ integrity sha512-MRwR1y7whrJbie3AO0vi8V9nj9De/umRuRy37Dj6cZbYPVqscgOH+qt9FjgrZVIBphqhyflxziR9cLA2WKjMyw==
2441
2587
  dependencies:
2442
2588
  "@typescript-eslint/eslint-plugin" "^6.7.5"
2443
2589
  "@typescript-eslint/parser" "^6.7.5"
@@ -2446,7 +2592,7 @@ eslint-config-oclif-typescript@^3.0.5:
2446
2592
  eslint-plugin-import "^2.28.1"
2447
2593
  eslint-plugin-mocha "^10.2.0"
2448
2594
  eslint-plugin-node "^11.1.0"
2449
- eslint-plugin-perfectionist "^2.1.0"
2595
+ eslint-plugin-perfectionist "^2.2.0"
2450
2596
 
2451
2597
  eslint-config-oclif@^5.0.0:
2452
2598
  version "5.0.0"
@@ -2557,12 +2703,12 @@ eslint-plugin-node@^11.1.0:
2557
2703
  resolve "^1.10.1"
2558
2704
  semver "^6.1.0"
2559
2705
 
2560
- eslint-plugin-perfectionist@^2.1.0:
2561
- version "2.1.0"
2562
- resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.1.0.tgz#08809661661d98010cd69de3b6a1e19c8a977cce"
2563
- integrity sha512-KVA7H6J/qfmZH/WopNKFgYbKoX+ozKAOIeQvo/+jibn6k9e71Et+giIHEHrMICZ043CeGpRKrCRRhlmD7pjeRg==
2706
+ eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.2.0:
2707
+ version "2.2.0"
2708
+ resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.0.tgz#a1b1f1407ce9bc20a4f0e2b8113fb84e5b9dfb9f"
2709
+ integrity sha512-/nG2Uurd6AY7CI6zlgjHPOoiPY8B7EYMUWdNb5w+EzyauYiQjjD5lQwAI1FlkBbCCFFZw/CdZIPQhXumYoiyaw==
2564
2710
  dependencies:
2565
- "@typescript-eslint/utils" "^6.6.0"
2711
+ "@typescript-eslint/utils" "^6.7.5"
2566
2712
  minimatch "^9.0.3"
2567
2713
  natural-compare-lite "^1.4.0"
2568
2714
 
@@ -6447,7 +6593,7 @@ typedarray-to-buffer@^4.0.0:
6447
6593
  resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
6448
6594
  integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
6449
6595
 
6450
- "typescript@^4.6.4 || ^5.0.0", typescript@^5.2.2:
6596
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2:
6451
6597
  version "5.2.2"
6452
6598
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
6453
6599
  integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "3.0.4"
34
+ "version": "3.0.6"
35
35
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.0.4",
4
+ "version": "3.0.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.2.1"
8
+ "@oclif/core": "^3.5.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.7.0",
12
12
  "@oclif/plugin-help": "^5.2.20",
13
13
  "@oclif/prettier-config": "^0.2.1",
14
14
  "@oclif/test": "^3.0.2",
15
- "@types/chai": "^4.3.6",
16
- "@types/mocha": "^10.0.2",
15
+ "@types/chai": "^4.3.8",
16
+ "@types/mocha": "^10.0.3",
17
17
  "@types/node": "^18",
18
18
  "chai": "^4.3.10",
19
- "commitlint": "^17.8.0",
19
+ "commitlint": "^17.8.1",
20
20
  "eslint": "^8.51.0",
21
21
  "eslint-config-oclif": "^5.0.0",
22
- "eslint-config-oclif-typescript": "^3.0.5",
22
+ "eslint-config-oclif-typescript": "^3.0.6",
23
23
  "eslint-config-prettier": "^9.0.0",
24
24
  "globby": "^11",
25
25
  "husky": "^8.0.3",