@oclif/plugin-which 3.0.3 → 3.0.5

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.3 linux-x64 node-v18.18.0
25
+ @oclif/plugin-which/3.0.5 linux-x64 node-v18.18.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.3/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.5/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,14 +271,23 @@
213
271
  lodash "^4.17.13"
214
272
  to-fast-properties "^2.0.0"
215
273
 
216
- "@commitlint/cli@^17.7.2":
217
- version "17.7.2"
218
- resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.7.2.tgz#3a0287373224db14968ab160b2b4988c693d3400"
219
- integrity sha512-t3N7TZq7lOeqTOyEgfGcaltHqEJf7YDlPg75MldeVPPyz14jZq/+mbGF9tueDLFX8R6RwdymrN6D+U5XwZ8Iwg==
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==
278
+ dependencies:
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.0":
284
+ version "17.8.0"
285
+ resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.0.tgz#917761331df4b7a0b97b2b31415b006847b6fd02"
286
+ integrity sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==
220
287
  dependencies:
221
288
  "@commitlint/format" "^17.4.4"
222
- "@commitlint/lint" "^17.7.0"
223
- "@commitlint/load" "^17.7.2"
289
+ "@commitlint/lint" "^17.8.0"
290
+ "@commitlint/load" "^17.8.0"
224
291
  "@commitlint/read" "^17.5.1"
225
292
  "@commitlint/types" "^17.4.4"
226
293
  execa "^5.0.0"
@@ -269,28 +336,28 @@
269
336
  "@commitlint/types" "^17.4.4"
270
337
  chalk "^4.1.0"
271
338
 
272
- "@commitlint/is-ignored@^17.7.0":
273
- version "17.7.0"
274
- resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.7.0.tgz#df9b284420bdb1aed5fdb2be44f4e98cc4826014"
275
- integrity sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==
339
+ "@commitlint/is-ignored@^17.8.0":
340
+ version "17.8.0"
341
+ resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz#429a050cebe8dc56dd4fe4f4c23ea9e1a679dfc6"
342
+ integrity sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==
276
343
  dependencies:
277
344
  "@commitlint/types" "^17.4.4"
278
345
  semver "7.5.4"
279
346
 
280
- "@commitlint/lint@^17.7.0":
281
- version "17.7.0"
282
- resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.7.0.tgz#33f831298dc43679e4de6b088aea63d1f884c7e7"
283
- integrity sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==
347
+ "@commitlint/lint@^17.8.0":
348
+ version "17.8.0"
349
+ resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.0.tgz#d3a7fafe810db060aea15322e30384896da887f9"
350
+ integrity sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==
284
351
  dependencies:
285
- "@commitlint/is-ignored" "^17.7.0"
352
+ "@commitlint/is-ignored" "^17.8.0"
286
353
  "@commitlint/parse" "^17.7.0"
287
354
  "@commitlint/rules" "^17.7.0"
288
355
  "@commitlint/types" "^17.4.4"
289
356
 
290
- "@commitlint/load@^17.7.2":
291
- version "17.7.2"
292
- resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.7.2.tgz#85730900a501c50f0bc890bb50e4a2167ee3085a"
293
- integrity sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==
357
+ "@commitlint/load@^17.8.0":
358
+ version "17.8.0"
359
+ resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.0.tgz#82f6c7555daecb4ce4b8a6282fcecc3665747578"
360
+ integrity sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==
294
361
  dependencies:
295
362
  "@commitlint/config-validator" "^17.6.7"
296
363
  "@commitlint/execute-rule" "^17.4.0"
@@ -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,41 +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":
697
- version "3.0.6"
698
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.6.tgz#077e09d1470f14fba1c5666e77476660bdb4b601"
699
- integrity sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==
700
- dependencies:
701
- ansi-escapes "^4.3.2"
702
- ansi-styles "^4.3.0"
703
- cardinal "^2.1.1"
704
- chalk "^4.1.2"
705
- clean-stack "^3.0.1"
706
- cli-progress "^3.12.0"
707
- debug "^4.3.4"
708
- ejs "^3.1.8"
709
- get-package-type "^0.1.0"
710
- globby "^11.1.0"
711
- hyperlinker "^1.0.0"
712
- indent-string "^4.0.0"
713
- is-wsl "^2.2.0"
714
- js-yaml "^3.14.1"
715
- natural-orderby "^2.0.3"
716
- object-treeify "^1.1.33"
717
- password-prompt "^1.1.2"
718
- slice-ansi "^4.0.0"
719
- string-width "^4.2.3"
720
- strip-ansi "^6.0.1"
721
- supports-color "^8.1.1"
722
- supports-hyperlinks "^2.2.0"
723
- widest-line "^3.1.0"
724
- wordwrap "^1.0.0"
725
- wrap-ansi "^7.0.0"
726
-
727
- "@oclif/core@^3.0.9":
728
- version "3.0.9"
729
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
730
- integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
795
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
796
+ version "3.2.1"
797
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
798
+ integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
731
799
  dependencies:
732
800
  ansi-escapes "^4.3.2"
733
801
  ansi-styles "^4.3.0"
@@ -736,7 +804,7 @@
736
804
  clean-stack "^3.0.1"
737
805
  cli-progress "^3.12.0"
738
806
  debug "^4.3.4"
739
- ejs "^3.1.8"
807
+ ejs "^3.1.9"
740
808
  get-package-type "^0.1.0"
741
809
  globby "^11.1.0"
742
810
  hyperlinker "^1.0.0"
@@ -986,10 +1054,10 @@
986
1054
  "@types/node" "*"
987
1055
  "@types/responselike" "^1.0.0"
988
1056
 
989
- "@types/chai@*", "@types/chai@^4.3.6":
990
- version "4.3.6"
991
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
992
- 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==
993
1061
 
994
1062
  "@types/cli-progress@^3.11.0":
995
1063
  version "3.11.0"
@@ -1045,20 +1113,20 @@
1045
1113
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.2.tgz#96d63314255540a36bf24da094cce7a13668d73b"
1046
1114
  integrity sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==
1047
1115
 
1048
- "@types/node@*", "@types/node@^15.6.1":
1049
- version "15.14.9"
1050
- resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1051
- integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1052
-
1053
- "@types/node@20.5.1":
1116
+ "@types/node@*", "@types/node@20.5.1":
1054
1117
  version "20.5.1"
1055
1118
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
1056
1119
  integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
1057
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
+
1058
1126
  "@types/node@^18":
1059
- version "18.18.4"
1060
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1061
- 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==
1062
1130
 
1063
1131
  "@types/normalize-package-data@^2.4.0":
1064
1132
  version "2.4.1"
@@ -1740,7 +1808,7 @@ chalk@5.3.0:
1740
1808
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1741
1809
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1742
1810
 
1743
- chalk@^2.0.0:
1811
+ chalk@^2.0.0, chalk@^2.4.2:
1744
1812
  version "2.4.2"
1745
1813
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1746
1814
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1996,12 +2064,12 @@ commander@7.1.0:
1996
2064
  resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff"
1997
2065
  integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==
1998
2066
 
1999
- commitlint@^17.7.2:
2000
- version "17.7.2"
2001
- resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.7.2.tgz#b2f619c14c7e0e4653dd93a045312c909e844134"
2002
- integrity sha512-2WK/svhKxuPlBgXtZ3uJj5FYZDjfbPiD7P7BkHNgKs3ZPbj3wTXxP3TivPJPB8KY2M7/6AYwNNpc6KOOT83qww==
2067
+ commitlint@^17.8.0:
2068
+ version "17.8.0"
2069
+ resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.8.0.tgz#510ec00d7ff35601885fda7fd5acdfe58e290755"
2070
+ integrity sha512-xo0F0n4/W4Yq1BAmyICA+1ivPzILAPBQ/fx2PAn5uUQwzTXMdN8URE3P4YzMl6ey/1mRa6NsnW5yV9HJd5NMmA==
2003
2071
  dependencies:
2004
- "@commitlint/cli" "^17.7.2"
2072
+ "@commitlint/cli" "^17.8.0"
2005
2073
  "@commitlint/types" "^17.4.4"
2006
2074
 
2007
2075
  common-ancestor-path@^1.0.1:
@@ -2314,10 +2382,10 @@ eastasianwidth@^0.2.0:
2314
2382
  resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
2315
2383
  integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
2316
2384
 
2317
- ejs@^3.1.6, ejs@^3.1.8:
2318
- version "3.1.8"
2319
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
2320
- integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
2385
+ ejs@^3.1.6, ejs@^3.1.8, ejs@^3.1.9:
2386
+ version "3.1.9"
2387
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
2388
+ integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
2321
2389
  dependencies:
2322
2390
  jake "^10.8.5"
2323
2391
 
@@ -12,6 +12,7 @@
12
12
  ],
13
13
  "flags": {},
14
14
  "hasDynamicHelp": false,
15
+ "hiddenAliases": [],
15
16
  "id": "which",
16
17
  "pluginAlias": "@oclif/plugin-which",
17
18
  "pluginName": "@oclif/plugin-which",
@@ -30,5 +31,5 @@
30
31
  ]
31
32
  }
32
33
  },
33
- "version": "3.0.3"
34
+ "version": "3.0.5"
34
35
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.0.3",
4
+ "version": "3.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.0.9"
8
+ "@oclif/core": "^3.2.1"
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",
15
+ "@types/chai": "^4.3.8",
16
16
  "@types/mocha": "^10.0.2",
17
17
  "@types/node": "^18",
18
18
  "chai": "^4.3.10",
19
- "commitlint": "^17.7.2",
19
+ "commitlint": "^17.8.0",
20
20
  "eslint": "^8.51.0",
21
21
  "eslint-config-oclif": "^5.0.0",
22
22
  "eslint-config-oclif-typescript": "^3.0.5",