@oclif/plugin-which 3.0.4 → 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.4 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.4/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,6 +271,15 @@
213
271
  lodash "^4.17.13"
214
272
  to-fast-properties "^2.0.0"
215
273
 
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
+
216
283
  "@commitlint/cli@^17.8.0":
217
284
  version "17.8.0"
218
285
  resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.0.tgz#917761331df4b7a0b97b2b31415b006847b6fd02"
@@ -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"
@@ -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"
@@ -1014,20 +1113,20 @@
1014
1113
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.2.tgz#96d63314255540a36bf24da094cce7a13668d73b"
1015
1114
  integrity sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==
1016
1115
 
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==
1021
-
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"
@@ -1709,7 +1808,7 @@ chalk@5.3.0:
1709
1808
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1710
1809
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1711
1810
 
1712
- chalk@^2.0.0:
1811
+ chalk@^2.0.0, chalk@^2.4.2:
1713
1812
  version "2.4.2"
1714
1813
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1715
1814
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "3.0.4"
34
+ "version": "3.0.5"
35
35
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
@@ -12,7 +12,7 @@
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",