@oclif/plugin-commands 3.0.2 → 3.0.4
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 +257 -182
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.4 linux-x64 node-v18.18.2
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.4/src/commands/commands.ts)_
|
|
67
67
|
<!-- 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.4"
|
|
26
34
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
|
|
@@ -53,21 +61,35 @@
|
|
|
53
61
|
lodash "^4.17.13"
|
|
54
62
|
source-map "^0.5.0"
|
|
55
63
|
|
|
56
|
-
"@babel/
|
|
57
|
-
version "7.
|
|
58
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
59
|
-
integrity sha512-
|
|
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/
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
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-
|
|
66
|
-
version "7.
|
|
67
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
68
|
-
integrity sha512-
|
|
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/
|
|
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.4":
|
|
73
95
|
version "7.10.4"
|
|
@@ -128,6 +150,18 @@
|
|
|
128
150
|
dependencies:
|
|
129
151
|
"@babel/types" "^7.10.4"
|
|
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.4":
|
|
132
166
|
version "7.10.4"
|
|
133
167
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
@@ -138,7 +172,7 @@
|
|
|
138
172
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
|
139
173
|
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
|
140
174
|
|
|
141
|
-
"@babel/helper-validator-identifier@^7.22.5":
|
|
175
|
+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
|
142
176
|
version "7.22.20"
|
|
143
177
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
144
178
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
@@ -170,11 +204,25 @@
|
|
|
170
204
|
chalk "^2.0.0"
|
|
171
205
|
js-tokens "^4.0.0"
|
|
172
206
|
|
|
207
|
+
"@babel/highlight@^7.22.13":
|
|
208
|
+
version "7.22.20"
|
|
209
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
|
|
210
|
+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
|
|
211
|
+
dependencies:
|
|
212
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
213
|
+
chalk "^2.4.2"
|
|
214
|
+
js-tokens "^4.0.0"
|
|
215
|
+
|
|
173
216
|
"@babel/parser@^7.10.4":
|
|
174
217
|
version "7.10.4"
|
|
175
218
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
|
176
219
|
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
|
177
220
|
|
|
221
|
+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
|
|
222
|
+
version "7.23.0"
|
|
223
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
|
224
|
+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
|
225
|
+
|
|
178
226
|
"@babel/template@^7.10.4":
|
|
179
227
|
version "7.10.4"
|
|
180
228
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
|
|
@@ -184,20 +232,30 @@
|
|
|
184
232
|
"@babel/parser" "^7.10.4"
|
|
185
233
|
"@babel/types" "^7.10.4"
|
|
186
234
|
|
|
187
|
-
"@babel/
|
|
188
|
-
version "7.
|
|
189
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
190
|
-
integrity sha512-
|
|
235
|
+
"@babel/template@^7.22.15":
|
|
236
|
+
version "7.22.15"
|
|
237
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
|
238
|
+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
|
191
239
|
dependencies:
|
|
192
|
-
"@babel/code-frame" "^7.
|
|
193
|
-
"@babel/
|
|
194
|
-
"@babel/
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
240
|
+
"@babel/code-frame" "^7.22.13"
|
|
241
|
+
"@babel/parser" "^7.22.15"
|
|
242
|
+
"@babel/types" "^7.22.15"
|
|
243
|
+
|
|
244
|
+
"@babel/traverse@^7.10.4":
|
|
245
|
+
version "7.23.2"
|
|
246
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
247
|
+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
248
|
+
dependencies:
|
|
249
|
+
"@babel/code-frame" "^7.22.13"
|
|
250
|
+
"@babel/generator" "^7.23.0"
|
|
251
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
|
252
|
+
"@babel/helper-function-name" "^7.23.0"
|
|
253
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
|
254
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
255
|
+
"@babel/parser" "^7.23.0"
|
|
256
|
+
"@babel/types" "^7.23.0"
|
|
198
257
|
debug "^4.1.0"
|
|
199
258
|
globals "^11.1.0"
|
|
200
|
-
lodash "^4.17.13"
|
|
201
259
|
|
|
202
260
|
"@babel/types@^7.10.4":
|
|
203
261
|
version "7.10.4"
|
|
@@ -208,16 +266,25 @@
|
|
|
208
266
|
lodash "^4.17.13"
|
|
209
267
|
to-fast-properties "^2.0.0"
|
|
210
268
|
|
|
211
|
-
"@
|
|
212
|
-
version "
|
|
213
|
-
resolved "https://registry.yarnpkg.com/@
|
|
214
|
-
integrity sha512-
|
|
215
|
-
dependencies:
|
|
216
|
-
"@
|
|
217
|
-
"@
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
269
|
+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
|
|
270
|
+
version "7.23.0"
|
|
271
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
|
272
|
+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
|
|
273
|
+
dependencies:
|
|
274
|
+
"@babel/helper-string-parser" "^7.22.5"
|
|
275
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
276
|
+
to-fast-properties "^2.0.0"
|
|
277
|
+
|
|
278
|
+
"@commitlint/cli@^17.8.1":
|
|
279
|
+
version "17.8.1"
|
|
280
|
+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
|
|
281
|
+
integrity sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==
|
|
282
|
+
dependencies:
|
|
283
|
+
"@commitlint/format" "^17.8.1"
|
|
284
|
+
"@commitlint/lint" "^17.8.1"
|
|
285
|
+
"@commitlint/load" "^17.8.1"
|
|
286
|
+
"@commitlint/read" "^17.8.1"
|
|
287
|
+
"@commitlint/types" "^17.8.1"
|
|
221
288
|
execa "^5.0.0"
|
|
222
289
|
lodash.isfunction "^3.0.9"
|
|
223
290
|
resolve-from "5.0.0"
|
|
@@ -231,66 +298,66 @@
|
|
|
231
298
|
dependencies:
|
|
232
299
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
233
300
|
|
|
234
|
-
"@commitlint/config-validator@^17.
|
|
235
|
-
version "17.
|
|
236
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.
|
|
237
|
-
integrity sha512-
|
|
301
|
+
"@commitlint/config-validator@^17.8.1":
|
|
302
|
+
version "17.8.1"
|
|
303
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.8.1.tgz#5cc93b6b49d5524c9cc345a60e5bf74bcca2b7f9"
|
|
304
|
+
integrity sha512-UUgUC+sNiiMwkyiuIFR7JG2cfd9t/7MV8VB4TZ+q02ZFkHoduUS4tJGsCBWvBOGD9Btev6IecPMvlWUfJorkEA==
|
|
238
305
|
dependencies:
|
|
239
|
-
"@commitlint/types" "^17.
|
|
306
|
+
"@commitlint/types" "^17.8.1"
|
|
240
307
|
ajv "^8.11.0"
|
|
241
308
|
|
|
242
|
-
"@commitlint/ensure@^17.
|
|
243
|
-
version "17.
|
|
244
|
-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.
|
|
245
|
-
integrity sha512-
|
|
309
|
+
"@commitlint/ensure@^17.8.1":
|
|
310
|
+
version "17.8.1"
|
|
311
|
+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.8.1.tgz#59183557844999dbb6aab6d03629a3d104d01a8d"
|
|
312
|
+
integrity sha512-xjafwKxid8s1K23NFpL8JNo6JnY/ysetKo8kegVM7c8vs+kWLP8VrQq+NbhgVlmCojhEDbzQKp4eRXSjVOGsow==
|
|
246
313
|
dependencies:
|
|
247
|
-
"@commitlint/types" "^17.
|
|
314
|
+
"@commitlint/types" "^17.8.1"
|
|
248
315
|
lodash.camelcase "^4.3.0"
|
|
249
316
|
lodash.kebabcase "^4.1.1"
|
|
250
317
|
lodash.snakecase "^4.1.1"
|
|
251
318
|
lodash.startcase "^4.4.0"
|
|
252
319
|
lodash.upperfirst "^4.3.1"
|
|
253
320
|
|
|
254
|
-
"@commitlint/execute-rule@^17.
|
|
255
|
-
version "17.
|
|
256
|
-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.
|
|
257
|
-
integrity sha512-
|
|
321
|
+
"@commitlint/execute-rule@^17.8.1":
|
|
322
|
+
version "17.8.1"
|
|
323
|
+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.8.1.tgz#504ed69eb61044eeb84fdfd10cc18f0dab14f34c"
|
|
324
|
+
integrity sha512-JHVupQeSdNI6xzA9SqMF+p/JjrHTcrJdI02PwesQIDCIGUrv04hicJgCcws5nzaoZbROapPs0s6zeVHoxpMwFQ==
|
|
258
325
|
|
|
259
|
-
"@commitlint/format@^17.
|
|
260
|
-
version "17.
|
|
261
|
-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.
|
|
262
|
-
integrity sha512
|
|
326
|
+
"@commitlint/format@^17.8.1":
|
|
327
|
+
version "17.8.1"
|
|
328
|
+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.8.1.tgz#6108bb6b4408e711006680649927e1b559bdc5f8"
|
|
329
|
+
integrity sha512-f3oMTyZ84M9ht7fb93wbCKmWxO5/kKSbwuYvS867duVomoOsgrgljkGGIztmT/srZnaiGbaK8+Wf8Ik2tSr5eg==
|
|
263
330
|
dependencies:
|
|
264
|
-
"@commitlint/types" "^17.
|
|
331
|
+
"@commitlint/types" "^17.8.1"
|
|
265
332
|
chalk "^4.1.0"
|
|
266
333
|
|
|
267
|
-
"@commitlint/is-ignored@^17.
|
|
268
|
-
version "17.
|
|
269
|
-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.
|
|
270
|
-
integrity sha512-
|
|
334
|
+
"@commitlint/is-ignored@^17.8.1":
|
|
335
|
+
version "17.8.1"
|
|
336
|
+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz#cf25bcd8409c79684b63f8bdeb35df48edda244e"
|
|
337
|
+
integrity sha512-UshMi4Ltb4ZlNn4F7WtSEugFDZmctzFpmbqvpyxD3la510J+PLcnyhf9chs7EryaRFJMdAKwsEKfNK0jL/QM4g==
|
|
271
338
|
dependencies:
|
|
272
|
-
"@commitlint/types" "^17.
|
|
339
|
+
"@commitlint/types" "^17.8.1"
|
|
273
340
|
semver "7.5.4"
|
|
274
341
|
|
|
275
|
-
"@commitlint/lint@^17.
|
|
276
|
-
version "17.
|
|
277
|
-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.
|
|
278
|
-
integrity sha512-
|
|
279
|
-
dependencies:
|
|
280
|
-
"@commitlint/is-ignored" "^17.
|
|
281
|
-
"@commitlint/parse" "^17.
|
|
282
|
-
"@commitlint/rules" "^17.
|
|
283
|
-
"@commitlint/types" "^17.
|
|
284
|
-
|
|
285
|
-
"@commitlint/load@^17.
|
|
286
|
-
version "17.
|
|
287
|
-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.
|
|
288
|
-
integrity sha512-
|
|
289
|
-
dependencies:
|
|
290
|
-
"@commitlint/config-validator" "^17.
|
|
291
|
-
"@commitlint/execute-rule" "^17.
|
|
292
|
-
"@commitlint/resolve-extends" "^17.
|
|
293
|
-
"@commitlint/types" "^17.
|
|
342
|
+
"@commitlint/lint@^17.8.1":
|
|
343
|
+
version "17.8.1"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.1.tgz#bfc21215f6b18d41d4d43e2aa3cb79a5d7726cd8"
|
|
345
|
+
integrity sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==
|
|
346
|
+
dependencies:
|
|
347
|
+
"@commitlint/is-ignored" "^17.8.1"
|
|
348
|
+
"@commitlint/parse" "^17.8.1"
|
|
349
|
+
"@commitlint/rules" "^17.8.1"
|
|
350
|
+
"@commitlint/types" "^17.8.1"
|
|
351
|
+
|
|
352
|
+
"@commitlint/load@^17.8.1":
|
|
353
|
+
version "17.8.1"
|
|
354
|
+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.1.tgz#fa061e7bfa53281eb03ca8517ca26d66a189030c"
|
|
355
|
+
integrity sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==
|
|
356
|
+
dependencies:
|
|
357
|
+
"@commitlint/config-validator" "^17.8.1"
|
|
358
|
+
"@commitlint/execute-rule" "^17.8.1"
|
|
359
|
+
"@commitlint/resolve-extends" "^17.8.1"
|
|
360
|
+
"@commitlint/types" "^17.8.1"
|
|
294
361
|
"@types/node" "20.5.1"
|
|
295
362
|
chalk "^4.1.0"
|
|
296
363
|
cosmiconfig "^8.0.0"
|
|
@@ -300,72 +367,72 @@
|
|
|
300
367
|
lodash.uniq "^4.5.0"
|
|
301
368
|
resolve-from "^5.0.0"
|
|
302
369
|
ts-node "^10.8.1"
|
|
303
|
-
typescript "^4.6.4 || ^5.
|
|
370
|
+
typescript "^4.6.4 || ^5.2.2"
|
|
304
371
|
|
|
305
|
-
"@commitlint/message@^17.
|
|
306
|
-
version "17.
|
|
307
|
-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.
|
|
308
|
-
integrity sha512-
|
|
372
|
+
"@commitlint/message@^17.8.1":
|
|
373
|
+
version "17.8.1"
|
|
374
|
+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.8.1.tgz#a5cd226c419be20ee03c3d237db6ac37b95958b3"
|
|
375
|
+
integrity sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==
|
|
309
376
|
|
|
310
|
-
"@commitlint/parse@^17.
|
|
311
|
-
version "17.
|
|
312
|
-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.
|
|
313
|
-
integrity sha512
|
|
377
|
+
"@commitlint/parse@^17.8.1":
|
|
378
|
+
version "17.8.1"
|
|
379
|
+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.8.1.tgz#6e00b8f50ebd63562d25dcf4230da2c9f984e626"
|
|
380
|
+
integrity sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==
|
|
314
381
|
dependencies:
|
|
315
|
-
"@commitlint/types" "^17.
|
|
382
|
+
"@commitlint/types" "^17.8.1"
|
|
316
383
|
conventional-changelog-angular "^6.0.0"
|
|
317
384
|
conventional-commits-parser "^4.0.0"
|
|
318
385
|
|
|
319
|
-
"@commitlint/read@^17.
|
|
320
|
-
version "17.
|
|
321
|
-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.
|
|
322
|
-
integrity sha512-
|
|
386
|
+
"@commitlint/read@^17.8.1":
|
|
387
|
+
version "17.8.1"
|
|
388
|
+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.8.1.tgz#b3f28777607c756078356cc133368b0e8c08092f"
|
|
389
|
+
integrity sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==
|
|
323
390
|
dependencies:
|
|
324
|
-
"@commitlint/top-level" "^17.
|
|
325
|
-
"@commitlint/types" "^17.
|
|
391
|
+
"@commitlint/top-level" "^17.8.1"
|
|
392
|
+
"@commitlint/types" "^17.8.1"
|
|
326
393
|
fs-extra "^11.0.0"
|
|
327
394
|
git-raw-commits "^2.0.11"
|
|
328
395
|
minimist "^1.2.6"
|
|
329
396
|
|
|
330
|
-
"@commitlint/resolve-extends@^17.
|
|
331
|
-
version "17.
|
|
332
|
-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.
|
|
333
|
-
integrity sha512-
|
|
397
|
+
"@commitlint/resolve-extends@^17.8.1":
|
|
398
|
+
version "17.8.1"
|
|
399
|
+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz#9af01432bf2fd9ce3dd5a00d266cce14e4c977e7"
|
|
400
|
+
integrity sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==
|
|
334
401
|
dependencies:
|
|
335
|
-
"@commitlint/config-validator" "^17.
|
|
336
|
-
"@commitlint/types" "^17.
|
|
402
|
+
"@commitlint/config-validator" "^17.8.1"
|
|
403
|
+
"@commitlint/types" "^17.8.1"
|
|
337
404
|
import-fresh "^3.0.0"
|
|
338
405
|
lodash.mergewith "^4.6.2"
|
|
339
406
|
resolve-from "^5.0.0"
|
|
340
407
|
resolve-global "^1.0.0"
|
|
341
408
|
|
|
342
|
-
"@commitlint/rules@^17.
|
|
343
|
-
version "17.
|
|
344
|
-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.
|
|
345
|
-
integrity sha512-
|
|
409
|
+
"@commitlint/rules@^17.8.1":
|
|
410
|
+
version "17.8.1"
|
|
411
|
+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.8.1.tgz#da49cab1b7ebaf90d108de9f58f684dc4ccb65a0"
|
|
412
|
+
integrity sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==
|
|
346
413
|
dependencies:
|
|
347
|
-
"@commitlint/ensure" "^17.
|
|
348
|
-
"@commitlint/message" "^17.
|
|
349
|
-
"@commitlint/to-lines" "^17.
|
|
350
|
-
"@commitlint/types" "^17.
|
|
414
|
+
"@commitlint/ensure" "^17.8.1"
|
|
415
|
+
"@commitlint/message" "^17.8.1"
|
|
416
|
+
"@commitlint/to-lines" "^17.8.1"
|
|
417
|
+
"@commitlint/types" "^17.8.1"
|
|
351
418
|
execa "^5.0.0"
|
|
352
419
|
|
|
353
|
-
"@commitlint/to-lines@^17.
|
|
354
|
-
version "17.
|
|
355
|
-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.
|
|
356
|
-
integrity sha512-
|
|
420
|
+
"@commitlint/to-lines@^17.8.1":
|
|
421
|
+
version "17.8.1"
|
|
422
|
+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.8.1.tgz#a5c4a7cf7dff3dbdd69289fc0eb19b66f3cfe017"
|
|
423
|
+
integrity sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==
|
|
357
424
|
|
|
358
|
-
"@commitlint/top-level@^17.
|
|
359
|
-
version "17.
|
|
360
|
-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.
|
|
361
|
-
integrity sha512
|
|
425
|
+
"@commitlint/top-level@^17.8.1":
|
|
426
|
+
version "17.8.1"
|
|
427
|
+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.8.1.tgz#206d37d6782f33c9572e44fbe3758392fdeea7bc"
|
|
428
|
+
integrity sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==
|
|
362
429
|
dependencies:
|
|
363
430
|
find-up "^5.0.0"
|
|
364
431
|
|
|
365
|
-
"@commitlint/types@^17.
|
|
366
|
-
version "17.
|
|
367
|
-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.
|
|
368
|
-
integrity sha512-
|
|
432
|
+
"@commitlint/types@^17.8.1":
|
|
433
|
+
version "17.8.1"
|
|
434
|
+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.8.1.tgz#883a0ad35c5206d5fef7bc6ce1bbe648118af44e"
|
|
435
|
+
integrity sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==
|
|
369
436
|
dependencies:
|
|
370
437
|
chalk "^4.1.0"
|
|
371
438
|
|
|
@@ -453,16 +520,40 @@
|
|
|
453
520
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
|
|
454
521
|
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
|
|
455
522
|
|
|
523
|
+
"@jridgewell/gen-mapping@^0.3.2":
|
|
524
|
+
version "0.3.3"
|
|
525
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
|
|
526
|
+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
|
|
527
|
+
dependencies:
|
|
528
|
+
"@jridgewell/set-array" "^1.0.1"
|
|
529
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
530
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
|
531
|
+
|
|
456
532
|
"@jridgewell/resolve-uri@^3.0.3":
|
|
457
533
|
version "3.1.0"
|
|
458
534
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
|
459
535
|
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
|
460
536
|
|
|
537
|
+
"@jridgewell/resolve-uri@^3.1.0":
|
|
538
|
+
version "3.1.1"
|
|
539
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
|
540
|
+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
|
|
541
|
+
|
|
542
|
+
"@jridgewell/set-array@^1.0.1":
|
|
543
|
+
version "1.1.2"
|
|
544
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
545
|
+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
|
546
|
+
|
|
461
547
|
"@jridgewell/sourcemap-codec@^1.4.10":
|
|
462
548
|
version "1.4.14"
|
|
463
549
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
|
464
550
|
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
|
465
551
|
|
|
552
|
+
"@jridgewell/sourcemap-codec@^1.4.14":
|
|
553
|
+
version "1.4.15"
|
|
554
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
555
|
+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
556
|
+
|
|
466
557
|
"@jridgewell/trace-mapping@0.3.9":
|
|
467
558
|
version "0.3.9"
|
|
468
559
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
@@ -471,6 +562,14 @@
|
|
|
471
562
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
472
563
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
473
564
|
|
|
565
|
+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
|
|
566
|
+
version "0.3.20"
|
|
567
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
|
|
568
|
+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
|
|
569
|
+
dependencies:
|
|
570
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
|
571
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
572
|
+
|
|
474
573
|
"@nodelib/fs.scandir@2.1.3":
|
|
475
574
|
version "2.1.3"
|
|
476
575
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
|
@@ -688,10 +787,10 @@
|
|
|
688
787
|
wordwrap "^1.0.0"
|
|
689
788
|
wrap-ansi "^7.0.0"
|
|
690
789
|
|
|
691
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
|
|
692
|
-
version "3.
|
|
693
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
694
|
-
integrity sha512-
|
|
790
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
|
|
791
|
+
version "3.5.0"
|
|
792
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
|
|
793
|
+
integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
|
|
695
794
|
dependencies:
|
|
696
795
|
ansi-escapes "^4.3.2"
|
|
697
796
|
ansi-styles "^4.3.0"
|
|
@@ -735,18 +834,16 @@
|
|
|
735
834
|
"@oclif/core" "^2.9.3"
|
|
736
835
|
fast-levenshtein "^3.0.0"
|
|
737
836
|
|
|
738
|
-
"@oclif/plugin-warn-if-update-available@^
|
|
739
|
-
version "
|
|
740
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
741
|
-
integrity sha512-
|
|
837
|
+
"@oclif/plugin-warn-if-update-available@^3.0.0":
|
|
838
|
+
version "3.0.2"
|
|
839
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
|
|
840
|
+
integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
|
|
742
841
|
dependencies:
|
|
743
|
-
"@oclif/core" "^
|
|
744
|
-
chalk "^
|
|
842
|
+
"@oclif/core" "^3.3.1"
|
|
843
|
+
chalk "^5.3.0"
|
|
745
844
|
debug "^4.1.0"
|
|
746
|
-
fs-extra "^9.0.1"
|
|
747
845
|
http-call "^5.2.2"
|
|
748
|
-
lodash "^4.
|
|
749
|
-
semver "^7.5.4"
|
|
846
|
+
lodash.template "^4.5.0"
|
|
750
847
|
|
|
751
848
|
"@oclif/prettier-config@^0.2.1":
|
|
752
849
|
version "0.2.1"
|
|
@@ -996,10 +1093,10 @@
|
|
|
996
1093
|
dependencies:
|
|
997
1094
|
"@types/lodash" "*"
|
|
998
1095
|
|
|
999
|
-
"@types/lodash.sortby@^4.7.
|
|
1000
|
-
version "4.7.
|
|
1001
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.
|
|
1002
|
-
integrity sha512
|
|
1096
|
+
"@types/lodash.sortby@^4.7.8":
|
|
1097
|
+
version "4.7.8"
|
|
1098
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.8.tgz#56c08bc3fdb85da8a1d8a199e482c641949b5c8b"
|
|
1099
|
+
integrity sha512-+JxRnAqZRZQ/lgvtOowq/iyAMtHjO06eyzSFkuGLos/n7RuJy1oqZg/ucxvraAQYb+DNnq3LToZxubJclTxhvA==
|
|
1003
1100
|
dependencies:
|
|
1004
1101
|
"@types/lodash" "*"
|
|
1005
1102
|
|
|
@@ -1044,20 +1141,20 @@
|
|
|
1044
1141
|
dependencies:
|
|
1045
1142
|
nock "*"
|
|
1046
1143
|
|
|
1047
|
-
"@types/node@*", "@types/node
|
|
1048
|
-
version "15.14.9"
|
|
1049
|
-
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1050
|
-
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1051
|
-
|
|
1052
|
-
"@types/node@20.5.1":
|
|
1144
|
+
"@types/node@*", "@types/node@20.5.1":
|
|
1053
1145
|
version "20.5.1"
|
|
1054
1146
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
|
|
1055
1147
|
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
|
|
1056
1148
|
|
|
1149
|
+
"@types/node@^15.6.1":
|
|
1150
|
+
version "15.14.9"
|
|
1151
|
+
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1152
|
+
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1153
|
+
|
|
1057
1154
|
"@types/node@^18":
|
|
1058
|
-
version "18.18.
|
|
1059
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
1060
|
-
integrity sha512-
|
|
1155
|
+
version "18.18.5"
|
|
1156
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
|
|
1157
|
+
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
|
|
1061
1158
|
|
|
1062
1159
|
"@types/normalize-package-data@^2.4.0":
|
|
1063
1160
|
version "2.4.1"
|
|
@@ -1486,11 +1583,6 @@ async@^3.2.3:
|
|
|
1486
1583
|
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
|
|
1487
1584
|
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
|
|
1488
1585
|
|
|
1489
|
-
at-least-node@^1.0.0:
|
|
1490
|
-
version "1.0.0"
|
|
1491
|
-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
|
1492
|
-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
|
1493
|
-
|
|
1494
1586
|
available-typed-arrays@^1.0.5:
|
|
1495
1587
|
version "1.0.5"
|
|
1496
1588
|
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
|
@@ -1734,12 +1826,12 @@ chai@^4.3.10:
|
|
|
1734
1826
|
pathval "^1.1.1"
|
|
1735
1827
|
type-detect "^4.0.8"
|
|
1736
1828
|
|
|
1737
|
-
chalk@5.3.0:
|
|
1829
|
+
chalk@5.3.0, chalk@^5.3.0:
|
|
1738
1830
|
version "5.3.0"
|
|
1739
1831
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
|
1740
1832
|
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
|
1741
1833
|
|
|
1742
|
-
chalk@^2.0.0:
|
|
1834
|
+
chalk@^2.0.0, chalk@^2.4.2:
|
|
1743
1835
|
version "2.4.2"
|
|
1744
1836
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
1745
1837
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
@@ -1995,13 +2087,13 @@ commander@7.1.0:
|
|
|
1995
2087
|
resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff"
|
|
1996
2088
|
integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==
|
|
1997
2089
|
|
|
1998
|
-
commitlint@^17.
|
|
1999
|
-
version "17.
|
|
2000
|
-
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.
|
|
2001
|
-
integrity sha512-
|
|
2090
|
+
commitlint@^17.8.1:
|
|
2091
|
+
version "17.8.1"
|
|
2092
|
+
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.8.1.tgz#0a0b9b952f34d9718f06502ee8496785bf3dd8a3"
|
|
2093
|
+
integrity sha512-X+VPJwZsQDeGj/DG1NsxhZEl+oMHKNC+1myZ/zauNDoo+7OuLHfTOUU1C1a4CjKW4b6T7NuoFcYfK0kRCjCtbA==
|
|
2002
2094
|
dependencies:
|
|
2003
|
-
"@commitlint/cli" "^17.
|
|
2004
|
-
"@commitlint/types" "^17.
|
|
2095
|
+
"@commitlint/cli" "^17.8.1"
|
|
2096
|
+
"@commitlint/types" "^17.8.1"
|
|
2005
2097
|
|
|
2006
2098
|
common-ancestor-path@^1.0.1:
|
|
2007
2099
|
version "1.0.1"
|
|
@@ -2996,16 +3088,6 @@ fs-extra@^8.1:
|
|
|
2996
3088
|
jsonfile "^4.0.0"
|
|
2997
3089
|
universalify "^0.1.0"
|
|
2998
3090
|
|
|
2999
|
-
fs-extra@^9.0.1:
|
|
3000
|
-
version "9.1.0"
|
|
3001
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
|
|
3002
|
-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
|
|
3003
|
-
dependencies:
|
|
3004
|
-
at-least-node "^1.0.0"
|
|
3005
|
-
graceful-fs "^4.2.0"
|
|
3006
|
-
jsonfile "^6.0.1"
|
|
3007
|
-
universalify "^2.0.0"
|
|
3008
|
-
|
|
3009
3091
|
fs-minipass@^2.0.0, fs-minipass@^2.1.0:
|
|
3010
3092
|
version "2.1.0"
|
|
3011
3093
|
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
|
|
@@ -4547,14 +4629,7 @@ minimatch@5.0.1:
|
|
|
4547
4629
|
dependencies:
|
|
4548
4630
|
brace-expansion "^2.0.1"
|
|
4549
4631
|
|
|
4550
|
-
minimatch@^3.0.4:
|
|
4551
|
-
version "3.0.4"
|
|
4552
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
4553
|
-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
4554
|
-
dependencies:
|
|
4555
|
-
brace-expansion "^1.1.7"
|
|
4556
|
-
|
|
4557
|
-
minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4632
|
+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4558
4633
|
version "3.1.2"
|
|
4559
4634
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
4560
4635
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
@@ -5051,15 +5126,15 @@ object.values@^1.1.6:
|
|
|
5051
5126
|
define-properties "^1.2.0"
|
|
5052
5127
|
es-abstract "^1.22.1"
|
|
5053
5128
|
|
|
5054
|
-
oclif@^4.0.
|
|
5055
|
-
version "4.0.
|
|
5056
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5057
|
-
integrity sha512-
|
|
5129
|
+
oclif@^4.0.3:
|
|
5130
|
+
version "4.0.3"
|
|
5131
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
|
|
5132
|
+
integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
|
|
5058
5133
|
dependencies:
|
|
5059
5134
|
"@oclif/core" "^3.0.4"
|
|
5060
5135
|
"@oclif/plugin-help" "^5.2.14"
|
|
5061
5136
|
"@oclif/plugin-not-found" "^2.3.32"
|
|
5062
|
-
"@oclif/plugin-warn-if-update-available" "^
|
|
5137
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.0"
|
|
5063
5138
|
async-retry "^1.3.3"
|
|
5064
5139
|
aws-sdk "^2.1231.0"
|
|
5065
5140
|
change-case "^4"
|
|
@@ -6507,7 +6582,7 @@ typedarray-to-buffer@^4.0.0:
|
|
|
6507
6582
|
resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
|
|
6508
6583
|
integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
|
|
6509
6584
|
|
|
6510
|
-
"typescript@^4.6.4 || ^5.
|
|
6585
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2:
|
|
6511
6586
|
version "5.2.2"
|
|
6512
6587
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
|
6513
6588
|
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@oclif/test": "^3.0.2",
|
|
19
19
|
"@types/chai": "^4.3.8",
|
|
20
20
|
"@types/lodash.pickby": "^4.6.7",
|
|
21
|
-
"@types/lodash.sortby": "^4.7.
|
|
21
|
+
"@types/lodash.sortby": "^4.7.8",
|
|
22
22
|
"@types/lodash.template": "^4.5.1",
|
|
23
23
|
"@types/lodash.uniqby": "^4.7.7",
|
|
24
24
|
"@types/mocha": "^10.0.2",
|
|
25
25
|
"@types/nock": "^11.1.0",
|
|
26
26
|
"@types/node": "^18",
|
|
27
27
|
"chai": "^4.3.10",
|
|
28
|
-
"commitlint": "^17.
|
|
28
|
+
"commitlint": "^17.8.1",
|
|
29
29
|
"eslint": "^8.51.0",
|
|
30
30
|
"eslint-config-oclif": "^5.0.0",
|
|
31
31
|
"eslint-config-oclif-typescript": "^3.0.5",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"mocha": "^10.2.0",
|
|
37
37
|
"nock": "^13.3.4",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
|
-
"oclif": "^4.0.
|
|
39
|
+
"oclif": "^4.0.3",
|
|
40
40
|
"prettier": "^3.0.3",
|
|
41
41
|
"shx": "^0.3.3",
|
|
42
42
|
"ts-node": "^10.9.1",
|