@salesforce/plugin-custom-metadata 3.3.11 → 3.3.13
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 +6 -6
- package/lib/commands/cmdt/generate/field.d.ts +7 -7
- package/lib/commands/cmdt/generate/fromorg.d.ts +11 -11
- package/lib/commands/cmdt/generate/object.d.ts +6 -6
- package/lib/commands/cmdt/generate/record.d.ts +7 -7
- package/lib/commands/cmdt/generate/records.d.ts +6 -6
- package/npm-shrinkwrap.json +508 -747
- package/oclif.lock +177 -170
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.13",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^
|
|
12
|
+
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^7.3.5",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^
|
|
14
|
+
"@salesforce/sf-plugins-core": "^10.0.1",
|
|
15
15
|
"csv-parse": "^5.5.6",
|
|
16
16
|
"fast-xml-parser": "^4.4.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
22
|
-
"@salesforce/dev-scripts": "^
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
25
|
-
"oclif": "^4.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.2",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.10",
|
|
22
|
+
"@salesforce/dev-scripts": "^10.1.0",
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.0",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.6",
|
|
25
|
+
"oclif": "^4.13.2",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
@@ -66,47 +66,6 @@
|
|
|
66
66
|
"tslib": "^1.11.1"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
70
|
-
"version": "3.567.0",
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
72
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
73
|
-
"dev": true,
|
|
74
|
-
"license": "Apache-2.0",
|
|
75
|
-
"dependencies": {
|
|
76
|
-
"@smithy/types": "^2.12.0",
|
|
77
|
-
"tslib": "^2.6.2"
|
|
78
|
-
},
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": ">=16.0.0"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
84
|
-
"version": "2.6.2",
|
|
85
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
86
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
87
|
-
"dev": true,
|
|
88
|
-
"license": "0BSD"
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
91
|
-
"version": "2.12.0",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
93
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
94
|
-
"dev": true,
|
|
95
|
-
"license": "Apache-2.0",
|
|
96
|
-
"dependencies": {
|
|
97
|
-
"tslib": "^2.6.2"
|
|
98
|
-
},
|
|
99
|
-
"engines": {
|
|
100
|
-
"node": ">=14.0.0"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
|
|
104
|
-
"version": "2.6.2",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
106
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
107
|
-
"dev": true,
|
|
108
|
-
"license": "0BSD"
|
|
109
|
-
},
|
|
110
69
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
111
70
|
"version": "1.14.1",
|
|
112
71
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -126,47 +85,6 @@
|
|
|
126
85
|
"tslib": "^1.11.1"
|
|
127
86
|
}
|
|
128
87
|
},
|
|
129
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
130
|
-
"version": "3.567.0",
|
|
131
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
132
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
133
|
-
"dev": true,
|
|
134
|
-
"license": "Apache-2.0",
|
|
135
|
-
"dependencies": {
|
|
136
|
-
"@smithy/types": "^2.12.0",
|
|
137
|
-
"tslib": "^2.6.2"
|
|
138
|
-
},
|
|
139
|
-
"engines": {
|
|
140
|
-
"node": ">=16.0.0"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
144
|
-
"version": "2.6.2",
|
|
145
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
146
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
147
|
-
"dev": true,
|
|
148
|
-
"license": "0BSD"
|
|
149
|
-
},
|
|
150
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
151
|
-
"version": "2.12.0",
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
153
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
154
|
-
"dev": true,
|
|
155
|
-
"license": "Apache-2.0",
|
|
156
|
-
"dependencies": {
|
|
157
|
-
"tslib": "^2.6.2"
|
|
158
|
-
},
|
|
159
|
-
"engines": {
|
|
160
|
-
"node": ">=14.0.0"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types/node_modules/tslib": {
|
|
164
|
-
"version": "2.6.2",
|
|
165
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
166
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
167
|
-
"dev": true,
|
|
168
|
-
"license": "0BSD"
|
|
169
|
-
},
|
|
170
88
|
"node_modules/@aws-crypto/crc32c/node_modules/tslib": {
|
|
171
89
|
"version": "1.14.1",
|
|
172
90
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -207,47 +125,6 @@
|
|
|
207
125
|
"tslib": "^1.11.1"
|
|
208
126
|
}
|
|
209
127
|
},
|
|
210
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
211
|
-
"version": "3.567.0",
|
|
212
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
213
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
214
|
-
"dev": true,
|
|
215
|
-
"license": "Apache-2.0",
|
|
216
|
-
"dependencies": {
|
|
217
|
-
"@smithy/types": "^2.12.0",
|
|
218
|
-
"tslib": "^2.6.2"
|
|
219
|
-
},
|
|
220
|
-
"engines": {
|
|
221
|
-
"node": ">=16.0.0"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
225
|
-
"version": "2.6.2",
|
|
226
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
227
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
228
|
-
"dev": true,
|
|
229
|
-
"license": "0BSD"
|
|
230
|
-
},
|
|
231
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
232
|
-
"version": "2.12.0",
|
|
233
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
234
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
235
|
-
"dev": true,
|
|
236
|
-
"license": "Apache-2.0",
|
|
237
|
-
"dependencies": {
|
|
238
|
-
"tslib": "^2.6.2"
|
|
239
|
-
},
|
|
240
|
-
"engines": {
|
|
241
|
-
"node": ">=14.0.0"
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
245
|
-
"version": "2.6.2",
|
|
246
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
247
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
248
|
-
"dev": true,
|
|
249
|
-
"license": "0BSD"
|
|
250
|
-
},
|
|
251
128
|
"node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
|
|
252
129
|
"version": "1.14.1",
|
|
253
130
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -272,47 +149,6 @@
|
|
|
272
149
|
"tslib": "^1.11.1"
|
|
273
150
|
}
|
|
274
151
|
},
|
|
275
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
276
|
-
"version": "3.567.0",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
278
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
279
|
-
"dev": true,
|
|
280
|
-
"license": "Apache-2.0",
|
|
281
|
-
"dependencies": {
|
|
282
|
-
"@smithy/types": "^2.12.0",
|
|
283
|
-
"tslib": "^2.6.2"
|
|
284
|
-
},
|
|
285
|
-
"engines": {
|
|
286
|
-
"node": ">=16.0.0"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
290
|
-
"version": "2.6.2",
|
|
291
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
292
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
293
|
-
"dev": true,
|
|
294
|
-
"license": "0BSD"
|
|
295
|
-
},
|
|
296
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
297
|
-
"version": "2.12.0",
|
|
298
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
299
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
300
|
-
"dev": true,
|
|
301
|
-
"license": "Apache-2.0",
|
|
302
|
-
"dependencies": {
|
|
303
|
-
"tslib": "^2.6.2"
|
|
304
|
-
},
|
|
305
|
-
"engines": {
|
|
306
|
-
"node": ">=14.0.0"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
310
|
-
"version": "2.6.2",
|
|
311
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
312
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
313
|
-
"dev": true,
|
|
314
|
-
"license": "0BSD"
|
|
315
|
-
},
|
|
316
152
|
"node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
|
|
317
153
|
"version": "1.14.1",
|
|
318
154
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -332,47 +168,6 @@
|
|
|
332
168
|
"tslib": "^1.11.1"
|
|
333
169
|
}
|
|
334
170
|
},
|
|
335
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
336
|
-
"version": "3.567.0",
|
|
337
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
338
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
339
|
-
"dev": true,
|
|
340
|
-
"license": "Apache-2.0",
|
|
341
|
-
"dependencies": {
|
|
342
|
-
"@smithy/types": "^2.12.0",
|
|
343
|
-
"tslib": "^2.6.2"
|
|
344
|
-
},
|
|
345
|
-
"engines": {
|
|
346
|
-
"node": ">=16.0.0"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
350
|
-
"version": "2.6.2",
|
|
351
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
352
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
353
|
-
"dev": true,
|
|
354
|
-
"license": "0BSD"
|
|
355
|
-
},
|
|
356
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
357
|
-
"version": "2.12.0",
|
|
358
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
359
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
360
|
-
"dev": true,
|
|
361
|
-
"license": "Apache-2.0",
|
|
362
|
-
"dependencies": {
|
|
363
|
-
"tslib": "^2.6.2"
|
|
364
|
-
},
|
|
365
|
-
"engines": {
|
|
366
|
-
"node": ">=14.0.0"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/node_modules/tslib": {
|
|
370
|
-
"version": "2.6.2",
|
|
371
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
372
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
373
|
-
"dev": true,
|
|
374
|
-
"license": "0BSD"
|
|
375
|
-
},
|
|
376
171
|
"node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
|
|
377
172
|
"version": "1.14.1",
|
|
378
173
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -409,47 +204,6 @@
|
|
|
409
204
|
"tslib": "^1.11.1"
|
|
410
205
|
}
|
|
411
206
|
},
|
|
412
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
413
|
-
"version": "3.567.0",
|
|
414
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz",
|
|
415
|
-
"integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==",
|
|
416
|
-
"dev": true,
|
|
417
|
-
"license": "Apache-2.0",
|
|
418
|
-
"dependencies": {
|
|
419
|
-
"@smithy/types": "^2.12.0",
|
|
420
|
-
"tslib": "^2.6.2"
|
|
421
|
-
},
|
|
422
|
-
"engines": {
|
|
423
|
-
"node": ">=16.0.0"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
427
|
-
"version": "2.6.2",
|
|
428
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
429
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
430
|
-
"dev": true,
|
|
431
|
-
"license": "0BSD"
|
|
432
|
-
},
|
|
433
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
434
|
-
"version": "2.12.0",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
|
|
436
|
-
"integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
|
|
437
|
-
"dev": true,
|
|
438
|
-
"license": "Apache-2.0",
|
|
439
|
-
"dependencies": {
|
|
440
|
-
"tslib": "^2.6.2"
|
|
441
|
-
},
|
|
442
|
-
"engines": {
|
|
443
|
-
"node": ">=14.0.0"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
|
|
447
|
-
"version": "2.6.2",
|
|
448
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
449
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
450
|
-
"dev": true,
|
|
451
|
-
"license": "0BSD"
|
|
452
|
-
},
|
|
453
207
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
454
208
|
"version": "1.14.1",
|
|
455
209
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -4164,9 +3918,9 @@
|
|
|
4164
3918
|
}
|
|
4165
3919
|
},
|
|
4166
3920
|
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
4167
|
-
"version": "8.
|
|
4168
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4169
|
-
"integrity": "sha512-
|
|
3921
|
+
"version": "8.16.0",
|
|
3922
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
3923
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
4170
3924
|
"dev": true,
|
|
4171
3925
|
"license": "MIT",
|
|
4172
3926
|
"dependencies": {
|
|
@@ -4692,24 +4446,6 @@
|
|
|
4692
4446
|
"node": ">=18"
|
|
4693
4447
|
}
|
|
4694
4448
|
},
|
|
4695
|
-
"node_modules/@inquirer/core/node_modules/@inquirer/figures": {
|
|
4696
|
-
"version": "1.0.3",
|
|
4697
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
4698
|
-
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
4699
|
-
"license": "MIT",
|
|
4700
|
-
"engines": {
|
|
4701
|
-
"node": ">=18"
|
|
4702
|
-
}
|
|
4703
|
-
},
|
|
4704
|
-
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
4705
|
-
"version": "20.13.0",
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
|
|
4707
|
-
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
|
|
4708
|
-
"license": "MIT",
|
|
4709
|
-
"dependencies": {
|
|
4710
|
-
"undici-types": "~5.26.4"
|
|
4711
|
-
}
|
|
4712
|
-
},
|
|
4713
4449
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
4714
4450
|
"version": "4.1.0",
|
|
4715
4451
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -4737,10 +4473,9 @@
|
|
|
4737
4473
|
}
|
|
4738
4474
|
},
|
|
4739
4475
|
"node_modules/@inquirer/figures": {
|
|
4740
|
-
"version": "1.0.
|
|
4741
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
4742
|
-
"integrity": "sha512-
|
|
4743
|
-
"dev": true,
|
|
4476
|
+
"version": "1.0.3",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
4478
|
+
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
4744
4479
|
"license": "MIT",
|
|
4745
4480
|
"engines": {
|
|
4746
4481
|
"node": ">=18"
|
|
@@ -4775,15 +4510,15 @@
|
|
|
4775
4510
|
}
|
|
4776
4511
|
},
|
|
4777
4512
|
"node_modules/@inquirer/select": {
|
|
4778
|
-
"version": "2.3.
|
|
4779
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.
|
|
4780
|
-
"integrity": "sha512-
|
|
4513
|
+
"version": "2.3.5",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
|
|
4515
|
+
"integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
|
|
4781
4516
|
"dev": true,
|
|
4782
4517
|
"license": "MIT",
|
|
4783
4518
|
"dependencies": {
|
|
4784
|
-
"@inquirer/core": "^8.2.
|
|
4785
|
-
"@inquirer/figures": "^1.0.
|
|
4786
|
-
"@inquirer/type": "^1.3.
|
|
4519
|
+
"@inquirer/core": "^8.2.2",
|
|
4520
|
+
"@inquirer/figures": "^1.0.3",
|
|
4521
|
+
"@inquirer/type": "^1.3.3",
|
|
4787
4522
|
"ansi-escapes": "^4.3.2",
|
|
4788
4523
|
"chalk": "^4.1.2"
|
|
4789
4524
|
},
|
|
@@ -4791,83 +4526,10 @@
|
|
|
4791
4526
|
"node": ">=18"
|
|
4792
4527
|
}
|
|
4793
4528
|
},
|
|
4794
|
-
"node_modules/@inquirer/
|
|
4795
|
-
"version": "
|
|
4796
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
4797
|
-
"integrity": "sha512-
|
|
4798
|
-
"dev": true,
|
|
4799
|
-
"license": "MIT",
|
|
4800
|
-
"dependencies": {
|
|
4801
|
-
"@inquirer/figures": "^1.0.2",
|
|
4802
|
-
"@inquirer/type": "^1.3.2",
|
|
4803
|
-
"@types/mute-stream": "^0.0.4",
|
|
4804
|
-
"@types/node": "^20.12.12",
|
|
4805
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
4806
|
-
"ansi-escapes": "^4.3.2",
|
|
4807
|
-
"chalk": "^4.1.2",
|
|
4808
|
-
"cli-spinners": "^2.9.2",
|
|
4809
|
-
"cli-width": "^4.1.0",
|
|
4810
|
-
"mute-stream": "^1.0.0",
|
|
4811
|
-
"signal-exit": "^4.1.0",
|
|
4812
|
-
"strip-ansi": "^6.0.1",
|
|
4813
|
-
"wrap-ansi": "^6.2.0"
|
|
4814
|
-
},
|
|
4815
|
-
"engines": {
|
|
4816
|
-
"node": ">=18"
|
|
4817
|
-
}
|
|
4818
|
-
},
|
|
4819
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
4820
|
-
"version": "1.3.2",
|
|
4821
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.2.tgz",
|
|
4822
|
-
"integrity": "sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==",
|
|
4823
|
-
"dev": true,
|
|
4824
|
-
"license": "MIT",
|
|
4825
|
-
"engines": {
|
|
4826
|
-
"node": ">=18"
|
|
4827
|
-
}
|
|
4828
|
-
},
|
|
4829
|
-
"node_modules/@inquirer/select/node_modules/@types/node": {
|
|
4830
|
-
"version": "20.12.12",
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
|
|
4832
|
-
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
|
|
4833
|
-
"dev": true,
|
|
4834
|
-
"license": "MIT",
|
|
4835
|
-
"dependencies": {
|
|
4836
|
-
"undici-types": "~5.26.4"
|
|
4837
|
-
}
|
|
4838
|
-
},
|
|
4839
|
-
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
4840
|
-
"version": "4.1.0",
|
|
4841
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4842
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4843
|
-
"dev": true,
|
|
4844
|
-
"license": "ISC",
|
|
4845
|
-
"engines": {
|
|
4846
|
-
"node": ">=14"
|
|
4847
|
-
},
|
|
4848
|
-
"funding": {
|
|
4849
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4850
|
-
}
|
|
4851
|
-
},
|
|
4852
|
-
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
4853
|
-
"version": "6.2.0",
|
|
4854
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4855
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4856
|
-
"dev": true,
|
|
4857
|
-
"license": "MIT",
|
|
4858
|
-
"dependencies": {
|
|
4859
|
-
"ansi-styles": "^4.0.0",
|
|
4860
|
-
"string-width": "^4.1.0",
|
|
4861
|
-
"strip-ansi": "^6.0.0"
|
|
4862
|
-
},
|
|
4863
|
-
"engines": {
|
|
4864
|
-
"node": ">=8"
|
|
4865
|
-
}
|
|
4866
|
-
},
|
|
4867
|
-
"node_modules/@inquirer/type": {
|
|
4868
|
-
"version": "1.3.3",
|
|
4869
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
4870
|
-
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
4529
|
+
"node_modules/@inquirer/type": {
|
|
4530
|
+
"version": "1.3.3",
|
|
4531
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
4532
|
+
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
4871
4533
|
"license": "MIT",
|
|
4872
4534
|
"engines": {
|
|
4873
4535
|
"node": ">=18"
|
|
@@ -5149,36 +4811,25 @@
|
|
|
5149
4811
|
}
|
|
5150
4812
|
},
|
|
5151
4813
|
"node_modules/@oclif/core": {
|
|
5152
|
-
"version": "
|
|
5153
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
5154
|
-
"integrity": "sha512
|
|
4814
|
+
"version": "4.0.6",
|
|
4815
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz",
|
|
4816
|
+
"integrity": "sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==",
|
|
5155
4817
|
"license": "MIT",
|
|
5156
4818
|
"dependencies": {
|
|
5157
|
-
"@types/cli-progress": "^3.11.5",
|
|
5158
4819
|
"ansi-escapes": "^4.3.2",
|
|
5159
|
-
"
|
|
5160
|
-
"cardinal": "^2.1.1",
|
|
5161
|
-
"chalk": "^4.1.2",
|
|
4820
|
+
"ansis": "^3.1.1",
|
|
5162
4821
|
"clean-stack": "^3.0.1",
|
|
5163
|
-
"cli-
|
|
5164
|
-
"
|
|
5165
|
-
"debug": "^4.3.4",
|
|
4822
|
+
"cli-spinners": "^2.9.2",
|
|
4823
|
+
"debug": "^4.3.5",
|
|
5166
4824
|
"ejs": "^3.1.10",
|
|
5167
4825
|
"get-package-type": "^0.1.0",
|
|
5168
4826
|
"globby": "^11.1.0",
|
|
5169
|
-
"hyperlinker": "^1.0.0",
|
|
5170
4827
|
"indent-string": "^4.0.0",
|
|
5171
4828
|
"is-wsl": "^2.2.0",
|
|
5172
|
-
"
|
|
4829
|
+
"lilconfig": "^3.1.2",
|
|
5173
4830
|
"minimatch": "^9.0.4",
|
|
5174
|
-
"natural-orderby": "^2.0.3",
|
|
5175
|
-
"object-treeify": "^1.1.33",
|
|
5176
|
-
"password-prompt": "^1.1.3",
|
|
5177
|
-
"slice-ansi": "^4.0.0",
|
|
5178
4831
|
"string-width": "^4.2.3",
|
|
5179
|
-
"
|
|
5180
|
-
"supports-color": "^8.1.1",
|
|
5181
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4832
|
+
"supports-color": "^8",
|
|
5182
4833
|
"widest-line": "^3.1.0",
|
|
5183
4834
|
"wordwrap": "^1.0.0",
|
|
5184
4835
|
"wrap-ansi": "^7.0.0"
|
|
@@ -5187,28 +4838,6 @@
|
|
|
5187
4838
|
"node": ">=18.0.0"
|
|
5188
4839
|
}
|
|
5189
4840
|
},
|
|
5190
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
5191
|
-
"version": "1.0.10",
|
|
5192
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5193
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5194
|
-
"license": "MIT",
|
|
5195
|
-
"dependencies": {
|
|
5196
|
-
"sprintf-js": "~1.0.2"
|
|
5197
|
-
}
|
|
5198
|
-
},
|
|
5199
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
5200
|
-
"version": "3.14.1",
|
|
5201
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5202
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5203
|
-
"license": "MIT",
|
|
5204
|
-
"dependencies": {
|
|
5205
|
-
"argparse": "^1.0.7",
|
|
5206
|
-
"esprima": "^4.0.0"
|
|
5207
|
-
},
|
|
5208
|
-
"bin": {
|
|
5209
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5210
|
-
}
|
|
5211
|
-
},
|
|
5212
4841
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
5213
4842
|
"version": "9.0.4",
|
|
5214
4843
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
@@ -5240,13 +4869,13 @@
|
|
|
5240
4869
|
}
|
|
5241
4870
|
},
|
|
5242
4871
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5243
|
-
"version": "5.2.
|
|
5244
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
5245
|
-
"integrity": "sha512-
|
|
4872
|
+
"version": "5.2.2",
|
|
4873
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz",
|
|
4874
|
+
"integrity": "sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==",
|
|
5246
4875
|
"dev": true,
|
|
5247
4876
|
"license": "MIT",
|
|
5248
4877
|
"dependencies": {
|
|
5249
|
-
"@oclif/core": "^4
|
|
4878
|
+
"@oclif/core": "^4",
|
|
5250
4879
|
"ansis": "^3.2.0",
|
|
5251
4880
|
"globby": "^14.0.1",
|
|
5252
4881
|
"just-diff": "^5.2.0",
|
|
@@ -5260,115 +4889,131 @@
|
|
|
5260
4889
|
"node": ">=18.0.0"
|
|
5261
4890
|
}
|
|
5262
4891
|
},
|
|
5263
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
5264
|
-
"version": "
|
|
5265
|
-
"resolved": "https://registry.npmjs.org
|
|
5266
|
-
"integrity": "sha512-
|
|
4892
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
4893
|
+
"version": "14.0.1",
|
|
4894
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4895
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
5267
4896
|
"dev": true,
|
|
5268
4897
|
"license": "MIT",
|
|
5269
4898
|
"dependencies": {
|
|
5270
|
-
"
|
|
5271
|
-
"
|
|
5272
|
-
"
|
|
5273
|
-
"
|
|
5274
|
-
"
|
|
5275
|
-
"
|
|
5276
|
-
"ejs": "^3.1.10",
|
|
5277
|
-
"get-package-type": "^0.1.0",
|
|
5278
|
-
"globby": "^11.1.0",
|
|
5279
|
-
"indent-string": "^4.0.0",
|
|
5280
|
-
"is-wsl": "^2.2.0",
|
|
5281
|
-
"minimatch": "^9.0.4",
|
|
5282
|
-
"string-width": "^4.2.3",
|
|
5283
|
-
"supports-color": "^9.4.0",
|
|
5284
|
-
"widest-line": "^3.1.0",
|
|
5285
|
-
"wordwrap": "^1.0.0",
|
|
5286
|
-
"wrap-ansi": "^7.0.0"
|
|
4899
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4900
|
+
"fast-glob": "^3.3.2",
|
|
4901
|
+
"ignore": "^5.2.4",
|
|
4902
|
+
"path-type": "^5.0.0",
|
|
4903
|
+
"slash": "^5.1.0",
|
|
4904
|
+
"unicorn-magic": "^0.1.0"
|
|
5287
4905
|
},
|
|
5288
4906
|
"engines": {
|
|
5289
|
-
"node": ">=18
|
|
4907
|
+
"node": ">=18"
|
|
4908
|
+
},
|
|
4909
|
+
"funding": {
|
|
4910
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5290
4911
|
}
|
|
5291
4912
|
},
|
|
5292
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
5293
|
-
"version": "
|
|
5294
|
-
"resolved": "https://registry.npmjs.org/
|
|
5295
|
-
"integrity": "sha512-
|
|
4913
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4914
|
+
"version": "5.0.0",
|
|
4915
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
4916
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
5296
4917
|
"dev": true,
|
|
5297
4918
|
"license": "MIT",
|
|
5298
|
-
"dependencies": {
|
|
5299
|
-
"array-union": "^2.1.0",
|
|
5300
|
-
"dir-glob": "^3.0.1",
|
|
5301
|
-
"fast-glob": "^3.2.9",
|
|
5302
|
-
"ignore": "^5.2.0",
|
|
5303
|
-
"merge2": "^1.4.1",
|
|
5304
|
-
"slash": "^3.0.0"
|
|
5305
|
-
},
|
|
5306
4919
|
"engines": {
|
|
5307
|
-
"node": ">=
|
|
4920
|
+
"node": ">=12"
|
|
5308
4921
|
},
|
|
5309
4922
|
"funding": {
|
|
5310
4923
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5311
4924
|
}
|
|
5312
4925
|
},
|
|
5313
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
5314
|
-
"version": "
|
|
5315
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-
|
|
5316
|
-
"integrity": "sha512-
|
|
4926
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
4927
|
+
"version": "5.1.0",
|
|
4928
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
4929
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
5317
4930
|
"dev": true,
|
|
5318
4931
|
"license": "MIT",
|
|
5319
4932
|
"engines": {
|
|
5320
|
-
"node": ">=
|
|
4933
|
+
"node": ">=14.16"
|
|
4934
|
+
},
|
|
4935
|
+
"funding": {
|
|
4936
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5321
4937
|
}
|
|
5322
4938
|
},
|
|
5323
|
-
"node_modules/@oclif/plugin-
|
|
5324
|
-
"version": "
|
|
5325
|
-
"resolved": "https://registry.npmjs.org/
|
|
5326
|
-
"integrity": "sha512-
|
|
4939
|
+
"node_modules/@oclif/plugin-help": {
|
|
4940
|
+
"version": "6.0.21",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
4942
|
+
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
5327
4943
|
"dev": true,
|
|
5328
4944
|
"license": "MIT",
|
|
5329
4945
|
"dependencies": {
|
|
5330
|
-
"
|
|
5331
|
-
"import-fresh": "^3.3.0",
|
|
5332
|
-
"js-yaml": "^4.1.0",
|
|
5333
|
-
"parse-json": "^5.2.0"
|
|
4946
|
+
"@oclif/core": "^3.26.2"
|
|
5334
4947
|
},
|
|
5335
4948
|
"engines": {
|
|
5336
|
-
"node": ">=
|
|
5337
|
-
},
|
|
5338
|
-
"funding": {
|
|
5339
|
-
"url": "https://github.com/sponsors/d-fischer"
|
|
5340
|
-
},
|
|
5341
|
-
"peerDependencies": {
|
|
5342
|
-
"typescript": ">=4.9.5"
|
|
5343
|
-
},
|
|
5344
|
-
"peerDependenciesMeta": {
|
|
5345
|
-
"typescript": {
|
|
5346
|
-
"optional": true
|
|
5347
|
-
}
|
|
4949
|
+
"node": ">=18.0.0"
|
|
5348
4950
|
}
|
|
5349
4951
|
},
|
|
5350
|
-
"node_modules/@oclif/plugin-
|
|
5351
|
-
"version": "
|
|
5352
|
-
"resolved": "https://registry.npmjs.org/
|
|
5353
|
-
"integrity": "sha512
|
|
4952
|
+
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
4953
|
+
"version": "3.26.6",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
|
|
4955
|
+
"integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
|
|
5354
4956
|
"dev": true,
|
|
5355
4957
|
"license": "MIT",
|
|
5356
4958
|
"dependencies": {
|
|
5357
|
-
"@
|
|
5358
|
-
"
|
|
5359
|
-
"
|
|
5360
|
-
"
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
4959
|
+
"@types/cli-progress": "^3.11.5",
|
|
4960
|
+
"ansi-escapes": "^4.3.2",
|
|
4961
|
+
"ansi-styles": "^4.3.0",
|
|
4962
|
+
"cardinal": "^2.1.1",
|
|
4963
|
+
"chalk": "^4.1.2",
|
|
4964
|
+
"clean-stack": "^3.0.1",
|
|
4965
|
+
"cli-progress": "^3.12.0",
|
|
4966
|
+
"color": "^4.2.3",
|
|
4967
|
+
"debug": "^4.3.4",
|
|
4968
|
+
"ejs": "^3.1.10",
|
|
4969
|
+
"get-package-type": "^0.1.0",
|
|
4970
|
+
"globby": "^11.1.0",
|
|
4971
|
+
"hyperlinker": "^1.0.0",
|
|
4972
|
+
"indent-string": "^4.0.0",
|
|
4973
|
+
"is-wsl": "^2.2.0",
|
|
4974
|
+
"js-yaml": "^3.14.1",
|
|
4975
|
+
"minimatch": "^9.0.4",
|
|
4976
|
+
"natural-orderby": "^2.0.3",
|
|
4977
|
+
"object-treeify": "^1.1.33",
|
|
4978
|
+
"password-prompt": "^1.1.3",
|
|
4979
|
+
"slice-ansi": "^4.0.0",
|
|
4980
|
+
"string-width": "^4.2.3",
|
|
4981
|
+
"strip-ansi": "^6.0.1",
|
|
4982
|
+
"supports-color": "^8.1.1",
|
|
4983
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4984
|
+
"widest-line": "^3.1.0",
|
|
4985
|
+
"wordwrap": "^1.0.0",
|
|
4986
|
+
"wrap-ansi": "^7.0.0"
|
|
5363
4987
|
},
|
|
5364
4988
|
"engines": {
|
|
5365
|
-
"node": ">=18"
|
|
4989
|
+
"node": ">=18.0.0"
|
|
4990
|
+
}
|
|
4991
|
+
},
|
|
4992
|
+
"node_modules/@oclif/plugin-help/node_modules/argparse": {
|
|
4993
|
+
"version": "1.0.10",
|
|
4994
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4995
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4996
|
+
"dev": true,
|
|
4997
|
+
"license": "MIT",
|
|
4998
|
+
"dependencies": {
|
|
4999
|
+
"sprintf-js": "~1.0.2"
|
|
5000
|
+
}
|
|
5001
|
+
},
|
|
5002
|
+
"node_modules/@oclif/plugin-help/node_modules/js-yaml": {
|
|
5003
|
+
"version": "3.14.1",
|
|
5004
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5005
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5006
|
+
"dev": true,
|
|
5007
|
+
"license": "MIT",
|
|
5008
|
+
"dependencies": {
|
|
5009
|
+
"argparse": "^1.0.7",
|
|
5010
|
+
"esprima": "^4.0.0"
|
|
5366
5011
|
},
|
|
5367
|
-
"
|
|
5368
|
-
"
|
|
5012
|
+
"bin": {
|
|
5013
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5369
5014
|
}
|
|
5370
5015
|
},
|
|
5371
|
-
"node_modules/@oclif/plugin-
|
|
5016
|
+
"node_modules/@oclif/plugin-help/node_modules/minimatch": {
|
|
5372
5017
|
"version": "9.0.4",
|
|
5373
5018
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5374
5019
|
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
@@ -5384,95 +5029,115 @@
|
|
|
5384
5029
|
"url": "https://github.com/sponsors/isaacs"
|
|
5385
5030
|
}
|
|
5386
5031
|
},
|
|
5387
|
-
"node_modules/@oclif/plugin-
|
|
5388
|
-
"version": "
|
|
5389
|
-
"resolved": "https://registry.npmjs.org/
|
|
5390
|
-
"integrity": "sha512-
|
|
5032
|
+
"node_modules/@oclif/plugin-help/node_modules/natural-orderby": {
|
|
5033
|
+
"version": "2.0.3",
|
|
5034
|
+
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
|
|
5035
|
+
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
|
|
5391
5036
|
"dev": true,
|
|
5392
5037
|
"license": "MIT",
|
|
5393
5038
|
"engines": {
|
|
5394
|
-
"node": "
|
|
5395
|
-
},
|
|
5396
|
-
"funding": {
|
|
5397
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5039
|
+
"node": "*"
|
|
5398
5040
|
}
|
|
5399
5041
|
},
|
|
5400
|
-
"node_modules/@oclif/plugin-
|
|
5401
|
-
"version": "
|
|
5402
|
-
"resolved": "https://registry.npmjs.org/
|
|
5403
|
-
"integrity": "sha512-
|
|
5042
|
+
"node_modules/@oclif/plugin-help/node_modules/slice-ansi": {
|
|
5043
|
+
"version": "4.0.0",
|
|
5044
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
|
|
5045
|
+
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
|
|
5404
5046
|
"dev": true,
|
|
5405
5047
|
"license": "MIT",
|
|
5048
|
+
"dependencies": {
|
|
5049
|
+
"ansi-styles": "^4.0.0",
|
|
5050
|
+
"astral-regex": "^2.0.0",
|
|
5051
|
+
"is-fullwidth-code-point": "^3.0.0"
|
|
5052
|
+
},
|
|
5406
5053
|
"engines": {
|
|
5407
|
-
"node": ">=
|
|
5054
|
+
"node": ">=10"
|
|
5408
5055
|
},
|
|
5409
5056
|
"funding": {
|
|
5410
|
-
"url": "https://github.com/
|
|
5057
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5411
5058
|
}
|
|
5412
5059
|
},
|
|
5413
|
-
"node_modules/@oclif/plugin-
|
|
5414
|
-
"version": "
|
|
5415
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
5416
|
-
"integrity": "sha512-
|
|
5060
|
+
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
5061
|
+
"version": "8.1.1",
|
|
5062
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5063
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5417
5064
|
"dev": true,
|
|
5418
5065
|
"license": "MIT",
|
|
5066
|
+
"dependencies": {
|
|
5067
|
+
"has-flag": "^4.0.0"
|
|
5068
|
+
},
|
|
5419
5069
|
"engines": {
|
|
5420
|
-
"node": ">=
|
|
5070
|
+
"node": ">=10"
|
|
5421
5071
|
},
|
|
5422
5072
|
"funding": {
|
|
5423
5073
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5424
5074
|
}
|
|
5425
5075
|
},
|
|
5426
|
-
"node_modules/@oclif/plugin-
|
|
5427
|
-
"version": "
|
|
5428
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-
|
|
5429
|
-
"integrity": "sha512-
|
|
5076
|
+
"node_modules/@oclif/plugin-not-found": {
|
|
5077
|
+
"version": "3.2.3",
|
|
5078
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.3.tgz",
|
|
5079
|
+
"integrity": "sha512-hDHuvMFl7CfJ+GdtDVkLDAMc9J+9Tk1ZRSuFQT7vw4eBtv0EmiXtlTafQqCW9kXypQHgw6UigC3Dz1HXkPpwNQ==",
|
|
5430
5080
|
"dev": true,
|
|
5431
5081
|
"license": "MIT",
|
|
5432
5082
|
"dependencies": {
|
|
5433
|
-
"@
|
|
5083
|
+
"@inquirer/confirm": "^3.1.9",
|
|
5084
|
+
"@oclif/core": "^4",
|
|
5085
|
+
"ansis": "^3.2.0",
|
|
5086
|
+
"fast-levenshtein": "^3.0.0"
|
|
5434
5087
|
},
|
|
5435
5088
|
"engines": {
|
|
5436
5089
|
"node": ">=18.0.0"
|
|
5437
5090
|
}
|
|
5438
5091
|
},
|
|
5439
|
-
"node_modules/@oclif/plugin-
|
|
5440
|
-
"version": "3.
|
|
5441
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-
|
|
5442
|
-
"integrity": "sha512-
|
|
5092
|
+
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
5093
|
+
"version": "3.0.19",
|
|
5094
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz",
|
|
5095
|
+
"integrity": "sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==",
|
|
5443
5096
|
"dev": true,
|
|
5444
5097
|
"license": "MIT",
|
|
5445
5098
|
"dependencies": {
|
|
5446
|
-
"@
|
|
5447
|
-
"
|
|
5448
|
-
"
|
|
5449
|
-
"
|
|
5099
|
+
"@oclif/core": "^3.26.6",
|
|
5100
|
+
"chalk": "^5.3.0",
|
|
5101
|
+
"debug": "^4.1.0",
|
|
5102
|
+
"http-call": "^5.2.2",
|
|
5103
|
+
"lodash": "^4.17.21"
|
|
5450
5104
|
},
|
|
5451
5105
|
"engines": {
|
|
5452
5106
|
"node": ">=18.0.0"
|
|
5453
5107
|
}
|
|
5454
5108
|
},
|
|
5455
|
-
"node_modules/@oclif/plugin-
|
|
5456
|
-
"version": "
|
|
5457
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
5458
|
-
"integrity": "sha512
|
|
5109
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
5110
|
+
"version": "3.26.6",
|
|
5111
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
|
|
5112
|
+
"integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
|
|
5459
5113
|
"dev": true,
|
|
5460
5114
|
"license": "MIT",
|
|
5461
5115
|
"dependencies": {
|
|
5116
|
+
"@types/cli-progress": "^3.11.5",
|
|
5462
5117
|
"ansi-escapes": "^4.3.2",
|
|
5463
|
-
"
|
|
5118
|
+
"ansi-styles": "^4.3.0",
|
|
5119
|
+
"cardinal": "^2.1.1",
|
|
5120
|
+
"chalk": "^4.1.2",
|
|
5464
5121
|
"clean-stack": "^3.0.1",
|
|
5465
|
-
"cli-
|
|
5466
|
-
"
|
|
5122
|
+
"cli-progress": "^3.12.0",
|
|
5123
|
+
"color": "^4.2.3",
|
|
5467
5124
|
"debug": "^4.3.4",
|
|
5468
5125
|
"ejs": "^3.1.10",
|
|
5469
5126
|
"get-package-type": "^0.1.0",
|
|
5470
5127
|
"globby": "^11.1.0",
|
|
5128
|
+
"hyperlinker": "^1.0.0",
|
|
5471
5129
|
"indent-string": "^4.0.0",
|
|
5472
5130
|
"is-wsl": "^2.2.0",
|
|
5131
|
+
"js-yaml": "^3.14.1",
|
|
5473
5132
|
"minimatch": "^9.0.4",
|
|
5133
|
+
"natural-orderby": "^2.0.3",
|
|
5134
|
+
"object-treeify": "^1.1.33",
|
|
5135
|
+
"password-prompt": "^1.1.3",
|
|
5136
|
+
"slice-ansi": "^4.0.0",
|
|
5474
5137
|
"string-width": "^4.2.3",
|
|
5475
|
-
"
|
|
5138
|
+
"strip-ansi": "^6.0.1",
|
|
5139
|
+
"supports-color": "^8.1.1",
|
|
5140
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5476
5141
|
"widest-line": "^3.1.0",
|
|
5477
5142
|
"wordwrap": "^1.0.0",
|
|
5478
5143
|
"wrap-ansi": "^7.0.0"
|
|
@@ -5481,34 +5146,74 @@
|
|
|
5481
5146
|
"node": ">=18.0.0"
|
|
5482
5147
|
}
|
|
5483
5148
|
},
|
|
5484
|
-
"node_modules/@oclif/plugin-
|
|
5485
|
-
"version": "
|
|
5486
|
-
"resolved": "https://registry.npmjs.org/
|
|
5487
|
-
"integrity": "sha512-
|
|
5149
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
|
|
5150
|
+
"version": "4.1.2",
|
|
5151
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5152
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5488
5153
|
"dev": true,
|
|
5489
5154
|
"license": "MIT",
|
|
5490
5155
|
"dependencies": {
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
5493
|
-
"js-yaml": "^4.1.0",
|
|
5494
|
-
"parse-json": "^5.2.0"
|
|
5156
|
+
"ansi-styles": "^4.1.0",
|
|
5157
|
+
"supports-color": "^7.1.0"
|
|
5495
5158
|
},
|
|
5496
5159
|
"engines": {
|
|
5497
|
-
"node": ">=
|
|
5160
|
+
"node": ">=10"
|
|
5498
5161
|
},
|
|
5499
5162
|
"funding": {
|
|
5500
|
-
"url": "https://github.com/
|
|
5163
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
5167
|
+
"version": "7.2.0",
|
|
5168
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
5169
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
5170
|
+
"dev": true,
|
|
5171
|
+
"license": "MIT",
|
|
5172
|
+
"dependencies": {
|
|
5173
|
+
"has-flag": "^4.0.0"
|
|
5501
5174
|
},
|
|
5502
|
-
"
|
|
5503
|
-
"
|
|
5175
|
+
"engines": {
|
|
5176
|
+
"node": ">=8"
|
|
5177
|
+
}
|
|
5178
|
+
},
|
|
5179
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/argparse": {
|
|
5180
|
+
"version": "1.0.10",
|
|
5181
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5182
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5183
|
+
"dev": true,
|
|
5184
|
+
"license": "MIT",
|
|
5185
|
+
"dependencies": {
|
|
5186
|
+
"sprintf-js": "~1.0.2"
|
|
5187
|
+
}
|
|
5188
|
+
},
|
|
5189
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
5190
|
+
"version": "5.3.0",
|
|
5191
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
5192
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
5193
|
+
"dev": true,
|
|
5194
|
+
"license": "MIT",
|
|
5195
|
+
"engines": {
|
|
5196
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5504
5197
|
},
|
|
5505
|
-
"
|
|
5506
|
-
"
|
|
5507
|
-
|
|
5508
|
-
|
|
5198
|
+
"funding": {
|
|
5199
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5200
|
+
}
|
|
5201
|
+
},
|
|
5202
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/js-yaml": {
|
|
5203
|
+
"version": "3.14.1",
|
|
5204
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5205
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5206
|
+
"dev": true,
|
|
5207
|
+
"license": "MIT",
|
|
5208
|
+
"dependencies": {
|
|
5209
|
+
"argparse": "^1.0.7",
|
|
5210
|
+
"esprima": "^4.0.0"
|
|
5211
|
+
},
|
|
5212
|
+
"bin": {
|
|
5213
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5509
5214
|
}
|
|
5510
5215
|
},
|
|
5511
|
-
"node_modules/@oclif/plugin-
|
|
5216
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
|
|
5512
5217
|
"version": "9.0.4",
|
|
5513
5218
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5514
5219
|
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
@@ -5524,47 +5229,48 @@
|
|
|
5524
5229
|
"url": "https://github.com/sponsors/isaacs"
|
|
5525
5230
|
}
|
|
5526
5231
|
},
|
|
5527
|
-
"node_modules/@oclif/plugin-
|
|
5528
|
-
"version": "
|
|
5529
|
-
"resolved": "https://registry.npmjs.org/
|
|
5530
|
-
"integrity": "sha512-
|
|
5232
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/natural-orderby": {
|
|
5233
|
+
"version": "2.0.3",
|
|
5234
|
+
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
|
|
5235
|
+
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
|
|
5531
5236
|
"dev": true,
|
|
5532
5237
|
"license": "MIT",
|
|
5533
5238
|
"engines": {
|
|
5534
|
-
"node": "
|
|
5535
|
-
},
|
|
5536
|
-
"funding": {
|
|
5537
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5239
|
+
"node": "*"
|
|
5538
5240
|
}
|
|
5539
5241
|
},
|
|
5540
|
-
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
5541
|
-
"version": "
|
|
5542
|
-
"resolved": "https://registry.npmjs.org
|
|
5543
|
-
"integrity": "sha512-
|
|
5242
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/slice-ansi": {
|
|
5243
|
+
"version": "4.0.0",
|
|
5244
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
|
|
5245
|
+
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
|
|
5544
5246
|
"dev": true,
|
|
5545
5247
|
"license": "MIT",
|
|
5546
5248
|
"dependencies": {
|
|
5547
|
-
"
|
|
5548
|
-
"
|
|
5549
|
-
"
|
|
5550
|
-
"http-call": "^5.2.2",
|
|
5551
|
-
"lodash": "^4.17.21"
|
|
5249
|
+
"ansi-styles": "^4.0.0",
|
|
5250
|
+
"astral-regex": "^2.0.0",
|
|
5251
|
+
"is-fullwidth-code-point": "^3.0.0"
|
|
5552
5252
|
},
|
|
5553
5253
|
"engines": {
|
|
5554
|
-
"node": ">=
|
|
5254
|
+
"node": ">=10"
|
|
5255
|
+
},
|
|
5256
|
+
"funding": {
|
|
5257
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5555
5258
|
}
|
|
5556
5259
|
},
|
|
5557
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/
|
|
5558
|
-
"version": "
|
|
5559
|
-
"resolved": "https://registry.npmjs.org/
|
|
5560
|
-
"integrity": "sha512-
|
|
5260
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
5261
|
+
"version": "8.1.1",
|
|
5262
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5263
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5561
5264
|
"dev": true,
|
|
5562
5265
|
"license": "MIT",
|
|
5266
|
+
"dependencies": {
|
|
5267
|
+
"has-flag": "^4.0.0"
|
|
5268
|
+
},
|
|
5563
5269
|
"engines": {
|
|
5564
|
-
"node": "
|
|
5270
|
+
"node": ">=10"
|
|
5565
5271
|
},
|
|
5566
5272
|
"funding": {
|
|
5567
|
-
"url": "https://github.com/chalk/
|
|
5273
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5568
5274
|
}
|
|
5569
5275
|
},
|
|
5570
5276
|
"node_modules/@pkgjs/parseargs": {
|
|
@@ -5579,13 +5285,13 @@
|
|
|
5579
5285
|
}
|
|
5580
5286
|
},
|
|
5581
5287
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5582
|
-
"version": "5.3.
|
|
5583
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5584
|
-
"integrity": "sha512-
|
|
5288
|
+
"version": "5.3.10",
|
|
5289
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.10.tgz",
|
|
5290
|
+
"integrity": "sha512-D41LFxtkZGExooVecva5q/oGM+ggsoK7BDcxfdpHS+wD4c62pzQC9qeH7qb3QZczmvXf5Iyt1g/c9ajBzvk74g==",
|
|
5585
5291
|
"dev": true,
|
|
5586
5292
|
"license": "BSD-3-Clause",
|
|
5587
5293
|
"dependencies": {
|
|
5588
|
-
"@salesforce/core": "^7.3.
|
|
5294
|
+
"@salesforce/core": "^7.3.12",
|
|
5589
5295
|
"@salesforce/kit": "^3.1.2",
|
|
5590
5296
|
"@salesforce/ts-types": "^2.0.9",
|
|
5591
5297
|
"@types/shelljs": "^0.8.15",
|
|
@@ -5689,48 +5395,39 @@
|
|
|
5689
5395
|
"url": "https://opencollective.com/sinon"
|
|
5690
5396
|
}
|
|
5691
5397
|
},
|
|
5692
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
5693
|
-
"version": "0.8.1",
|
|
5694
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
5695
|
-
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
5696
|
-
"dev": true,
|
|
5697
|
-
"license": "MIT",
|
|
5698
|
-
"engines": {
|
|
5699
|
-
"node": ">=6"
|
|
5700
|
-
}
|
|
5701
|
-
},
|
|
5702
5398
|
"node_modules/@salesforce/core": {
|
|
5703
|
-
"version": "7.3.
|
|
5704
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
5705
|
-
"integrity": "sha512-
|
|
5399
|
+
"version": "7.3.12",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
|
|
5401
|
+
"integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
|
|
5706
5402
|
"license": "BSD-3-Clause",
|
|
5707
5403
|
"dependencies": {
|
|
5708
5404
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
5709
|
-
"@salesforce/kit": "^3.1.
|
|
5405
|
+
"@salesforce/kit": "^3.1.2",
|
|
5710
5406
|
"@salesforce/schemas": "^1.9.0",
|
|
5711
5407
|
"@salesforce/ts-types": "^2.0.9",
|
|
5712
|
-
"ajv": "^8.
|
|
5408
|
+
"ajv": "^8.15.0",
|
|
5713
5409
|
"change-case": "^4.1.2",
|
|
5410
|
+
"fast-levenshtein": "^3.0.0",
|
|
5714
5411
|
"faye": "^1.4.0",
|
|
5715
5412
|
"form-data": "^4.0.0",
|
|
5716
5413
|
"js2xmlparser": "^4.0.1",
|
|
5717
5414
|
"jsonwebtoken": "9.0.2",
|
|
5718
5415
|
"jszip": "3.10.1",
|
|
5719
5416
|
"pino": "^8.21.0",
|
|
5720
|
-
"pino-abstract-transport": "^1.
|
|
5417
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5721
5418
|
"pino-pretty": "^10.3.1",
|
|
5722
5419
|
"proper-lockfile": "^4.1.2",
|
|
5723
5420
|
"semver": "^7.6.2",
|
|
5724
|
-
"ts-retry-promise": "^0.
|
|
5421
|
+
"ts-retry-promise": "^0.8.1"
|
|
5725
5422
|
},
|
|
5726
5423
|
"engines": {
|
|
5727
5424
|
"node": ">=18.0.0"
|
|
5728
5425
|
}
|
|
5729
5426
|
},
|
|
5730
5427
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
5731
|
-
"version": "8.
|
|
5732
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
5733
|
-
"integrity": "sha512-
|
|
5428
|
+
"version": "8.16.0",
|
|
5429
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
5430
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
5734
5431
|
"license": "MIT",
|
|
5735
5432
|
"dependencies": {
|
|
5736
5433
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -5757,9 +5454,9 @@
|
|
|
5757
5454
|
"license": "BSD-3-Clause"
|
|
5758
5455
|
},
|
|
5759
5456
|
"node_modules/@salesforce/dev-scripts": {
|
|
5760
|
-
"version": "
|
|
5761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
5762
|
-
"integrity": "sha512-
|
|
5457
|
+
"version": "10.1.0",
|
|
5458
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.1.0.tgz",
|
|
5459
|
+
"integrity": "sha512-8fItXnCR8G5n950Ymgrjc6CGJjR80376v6GIdjatv3AmMVJAB/GerglcNF/LIJjBXB5OLxiTLAjQdPCvWqBL1g==",
|
|
5763
5460
|
"dev": true,
|
|
5764
5461
|
"license": "BSD-3-Clause",
|
|
5765
5462
|
"dependencies": {
|
|
@@ -5808,26 +5505,32 @@
|
|
|
5808
5505
|
}
|
|
5809
5506
|
},
|
|
5810
5507
|
"node_modules/@salesforce/kit": {
|
|
5811
|
-
"version": "3.1.
|
|
5812
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
5813
|
-
"integrity": "sha512-
|
|
5508
|
+
"version": "3.1.4",
|
|
5509
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz",
|
|
5510
|
+
"integrity": "sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==",
|
|
5814
5511
|
"license": "BSD-3-Clause",
|
|
5815
5512
|
"dependencies": {
|
|
5816
5513
|
"@salesforce/ts-types": "^2.0.9",
|
|
5817
|
-
"tslib": "^2.6.
|
|
5514
|
+
"tslib": "^2.6.3"
|
|
5818
5515
|
}
|
|
5819
5516
|
},
|
|
5517
|
+
"node_modules/@salesforce/kit/node_modules/tslib": {
|
|
5518
|
+
"version": "2.6.3",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
5520
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
5521
|
+
"license": "0BSD"
|
|
5522
|
+
},
|
|
5820
5523
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
5821
|
-
"version": "3.0
|
|
5822
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
5823
|
-
"integrity": "sha512-
|
|
5524
|
+
"version": "3.1.0",
|
|
5525
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.0.tgz",
|
|
5526
|
+
"integrity": "sha512-UG6KcHYbDbTKCtdDbOZQj2odvdnnNKXocPnADmcfHXy3EAgtNmgPpuAlMdHVcDFcO1gtyPhfxZlvXu7KoKjDdQ==",
|
|
5824
5527
|
"dev": true,
|
|
5825
5528
|
"license": "BSD-3-Clause",
|
|
5826
5529
|
"dependencies": {
|
|
5827
|
-
"@oclif/core": "^
|
|
5828
|
-
"@salesforce/core": "^7.3.
|
|
5530
|
+
"@oclif/core": "^4",
|
|
5531
|
+
"@salesforce/core": "^7.3.9",
|
|
5829
5532
|
"@salesforce/kit": "^3.1.1",
|
|
5830
|
-
"@salesforce/sf-plugins-core": "^
|
|
5533
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
5831
5534
|
"@salesforce/ts-types": "^2.0.9",
|
|
5832
5535
|
"chalk": "^5.3.0",
|
|
5833
5536
|
"debug": "^4.3.4",
|
|
@@ -5864,33 +5567,76 @@
|
|
|
5864
5567
|
"license": "ISC"
|
|
5865
5568
|
},
|
|
5866
5569
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5867
|
-
"version": "
|
|
5868
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
5869
|
-
"integrity": "sha512-
|
|
5570
|
+
"version": "10.0.1",
|
|
5571
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
|
|
5572
|
+
"integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
|
|
5870
5573
|
"license": "BSD-3-Clause",
|
|
5871
5574
|
"dependencies": {
|
|
5872
5575
|
"@inquirer/confirm": "^3.1.9",
|
|
5873
5576
|
"@inquirer/password": "^2.1.9",
|
|
5874
|
-
"@oclif/core": "^
|
|
5875
|
-
"@salesforce/core": "^7.3.
|
|
5876
|
-
"@salesforce/kit": "^3.1.
|
|
5577
|
+
"@oclif/core": "^4.0.3",
|
|
5578
|
+
"@salesforce/core": "^7.3.12",
|
|
5579
|
+
"@salesforce/kit": "^3.1.3",
|
|
5877
5580
|
"@salesforce/ts-types": "^2.0.9",
|
|
5878
|
-
"
|
|
5581
|
+
"ansis": "^3.2.0",
|
|
5582
|
+
"cli-progress": "^3.12.0",
|
|
5583
|
+
"natural-orderby": "^3.0.2",
|
|
5584
|
+
"slice-ansi": "^7.1.0",
|
|
5585
|
+
"string-width": "^7.1.0",
|
|
5586
|
+
"terminal-link": "^3.0.0"
|
|
5879
5587
|
},
|
|
5880
5588
|
"engines": {
|
|
5881
5589
|
"node": ">=18.0.0"
|
|
5882
5590
|
}
|
|
5883
5591
|
},
|
|
5884
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/
|
|
5885
|
-
"version": "
|
|
5886
|
-
"resolved": "https://registry.npmjs.org/
|
|
5887
|
-
"integrity": "sha512-
|
|
5592
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
5593
|
+
"version": "6.0.1",
|
|
5594
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5595
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5888
5596
|
"license": "MIT",
|
|
5889
5597
|
"engines": {
|
|
5890
|
-
"node": "
|
|
5598
|
+
"node": ">=12"
|
|
5891
5599
|
},
|
|
5892
5600
|
"funding": {
|
|
5893
|
-
"url": "https://github.com/chalk/
|
|
5601
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
5605
|
+
"version": "10.3.0",
|
|
5606
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5607
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5608
|
+
"license": "MIT"
|
|
5609
|
+
},
|
|
5610
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
5611
|
+
"version": "7.1.0",
|
|
5612
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
5613
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
5614
|
+
"license": "MIT",
|
|
5615
|
+
"dependencies": {
|
|
5616
|
+
"emoji-regex": "^10.3.0",
|
|
5617
|
+
"get-east-asian-width": "^1.0.0",
|
|
5618
|
+
"strip-ansi": "^7.1.0"
|
|
5619
|
+
},
|
|
5620
|
+
"engines": {
|
|
5621
|
+
"node": ">=18"
|
|
5622
|
+
},
|
|
5623
|
+
"funding": {
|
|
5624
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5625
|
+
}
|
|
5626
|
+
},
|
|
5627
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
|
|
5628
|
+
"version": "7.1.0",
|
|
5629
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5630
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5631
|
+
"license": "MIT",
|
|
5632
|
+
"dependencies": {
|
|
5633
|
+
"ansi-regex": "^6.0.1"
|
|
5634
|
+
},
|
|
5635
|
+
"engines": {
|
|
5636
|
+
"node": ">=12"
|
|
5637
|
+
},
|
|
5638
|
+
"funding": {
|
|
5639
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5894
5640
|
}
|
|
5895
5641
|
},
|
|
5896
5642
|
"node_modules/@salesforce/ts-types": {
|
|
@@ -7845,6 +7591,7 @@
|
|
|
7845
7591
|
"version": "3.11.5",
|
|
7846
7592
|
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
|
|
7847
7593
|
"integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
|
|
7594
|
+
"dev": true,
|
|
7848
7595
|
"license": "MIT",
|
|
7849
7596
|
"dependencies": {
|
|
7850
7597
|
"@types/node": "*"
|
|
@@ -7913,9 +7660,9 @@
|
|
|
7913
7660
|
}
|
|
7914
7661
|
},
|
|
7915
7662
|
"node_modules/@types/node": {
|
|
7916
|
-
"version": "20.
|
|
7917
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
7918
|
-
"integrity": "sha512-
|
|
7663
|
+
"version": "20.13.0",
|
|
7664
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
|
|
7665
|
+
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
|
|
7919
7666
|
"license": "MIT",
|
|
7920
7667
|
"dependencies": {
|
|
7921
7668
|
"undici-types": "~5.26.4"
|
|
@@ -8360,13 +8107,13 @@
|
|
|
8360
8107
|
"version": "0.3.2",
|
|
8361
8108
|
"resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
|
|
8362
8109
|
"integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==",
|
|
8110
|
+
"dev": true,
|
|
8363
8111
|
"license": "MIT"
|
|
8364
8112
|
},
|
|
8365
8113
|
"node_modules/ansis": {
|
|
8366
8114
|
"version": "3.2.0",
|
|
8367
8115
|
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz",
|
|
8368
8116
|
"integrity": "sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==",
|
|
8369
|
-
"dev": true,
|
|
8370
8117
|
"license": "ISC",
|
|
8371
8118
|
"engines": {
|
|
8372
8119
|
"node": ">=15"
|
|
@@ -8590,6 +8337,7 @@
|
|
|
8590
8337
|
"version": "2.0.0",
|
|
8591
8338
|
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
|
|
8592
8339
|
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
|
|
8340
|
+
"dev": true,
|
|
8593
8341
|
"license": "MIT",
|
|
8594
8342
|
"engines": {
|
|
8595
8343
|
"node": ">=8"
|
|
@@ -8701,12 +8449,12 @@
|
|
|
8701
8449
|
}
|
|
8702
8450
|
},
|
|
8703
8451
|
"node_modules/braces": {
|
|
8704
|
-
"version": "3.0.
|
|
8705
|
-
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.
|
|
8706
|
-
"integrity": "sha512-
|
|
8452
|
+
"version": "3.0.3",
|
|
8453
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
8454
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
8707
8455
|
"license": "MIT",
|
|
8708
8456
|
"dependencies": {
|
|
8709
|
-
"fill-range": "^7.
|
|
8457
|
+
"fill-range": "^7.1.1"
|
|
8710
8458
|
},
|
|
8711
8459
|
"engines": {
|
|
8712
8460
|
"node": ">=8"
|
|
@@ -8982,6 +8730,7 @@
|
|
|
8982
8730
|
"version": "2.1.1",
|
|
8983
8731
|
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
|
8984
8732
|
"integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==",
|
|
8733
|
+
"dev": true,
|
|
8985
8734
|
"license": "MIT",
|
|
8986
8735
|
"dependencies": {
|
|
8987
8736
|
"ansicolors": "~0.3.2",
|
|
@@ -9205,6 +8954,7 @@
|
|
|
9205
8954
|
"version": "4.2.3",
|
|
9206
8955
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
9207
8956
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
8957
|
+
"dev": true,
|
|
9208
8958
|
"license": "MIT",
|
|
9209
8959
|
"dependencies": {
|
|
9210
8960
|
"color-convert": "^2.0.1",
|
|
@@ -9236,6 +8986,7 @@
|
|
|
9236
8986
|
"version": "1.9.1",
|
|
9237
8987
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
9238
8988
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
8989
|
+
"dev": true,
|
|
9239
8990
|
"license": "MIT",
|
|
9240
8991
|
"dependencies": {
|
|
9241
8992
|
"color-name": "^1.0.0",
|
|
@@ -9455,6 +9206,7 @@
|
|
|
9455
9206
|
"version": "7.0.3",
|
|
9456
9207
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
9457
9208
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
9209
|
+
"dev": true,
|
|
9458
9210
|
"license": "MIT",
|
|
9459
9211
|
"dependencies": {
|
|
9460
9212
|
"path-key": "^3.1.0",
|
|
@@ -9877,16 +9629,6 @@
|
|
|
9877
9629
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
9878
9630
|
}
|
|
9879
9631
|
},
|
|
9880
|
-
"node_modules/env-paths": {
|
|
9881
|
-
"version": "2.2.1",
|
|
9882
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
9883
|
-
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
9884
|
-
"dev": true,
|
|
9885
|
-
"license": "MIT",
|
|
9886
|
-
"engines": {
|
|
9887
|
-
"node": ">=6"
|
|
9888
|
-
}
|
|
9889
|
-
},
|
|
9890
9632
|
"node_modules/error-ex": {
|
|
9891
9633
|
"version": "1.3.2",
|
|
9892
9634
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
@@ -10280,13 +10022,13 @@
|
|
|
10280
10022
|
}
|
|
10281
10023
|
},
|
|
10282
10024
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
10283
|
-
"version": "1.18.
|
|
10284
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
10285
|
-
"integrity": "sha512-
|
|
10025
|
+
"version": "1.18.6",
|
|
10026
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.6.tgz",
|
|
10027
|
+
"integrity": "sha512-wq+dEEKTl540nDa8LGurDNXjPHyWBdBQQ74EA2RQgkjEcICYYDe37Od536v5OalXQeJ/SWcOVfZ544lI1lBltQ==",
|
|
10286
10028
|
"dev": true,
|
|
10287
10029
|
"license": "BSD-3-Clause",
|
|
10288
10030
|
"dependencies": {
|
|
10289
|
-
"@salesforce/core": "^7.3.
|
|
10031
|
+
"@salesforce/core": "^7.3.9",
|
|
10290
10032
|
"@typescript-eslint/utils": "^6.17.0"
|
|
10291
10033
|
},
|
|
10292
10034
|
"engines": {
|
|
@@ -10470,6 +10212,7 @@
|
|
|
10470
10212
|
"version": "4.0.1",
|
|
10471
10213
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
10472
10214
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
10215
|
+
"dev": true,
|
|
10473
10216
|
"license": "BSD-2-Clause",
|
|
10474
10217
|
"bin": {
|
|
10475
10218
|
"esparse": "bin/esparse.js",
|
|
@@ -10613,7 +10356,6 @@
|
|
|
10613
10356
|
"version": "3.0.0",
|
|
10614
10357
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
|
|
10615
10358
|
"integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
|
|
10616
|
-
"dev": true,
|
|
10617
10359
|
"license": "MIT",
|
|
10618
10360
|
"dependencies": {
|
|
10619
10361
|
"fastest-levenshtein": "^1.0.7"
|
|
@@ -10660,7 +10402,6 @@
|
|
|
10660
10402
|
"version": "1.0.16",
|
|
10661
10403
|
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
|
10662
10404
|
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
|
|
10663
|
-
"dev": true,
|
|
10664
10405
|
"license": "MIT",
|
|
10665
10406
|
"engines": {
|
|
10666
10407
|
"node": ">= 4.9.1"
|
|
@@ -10739,9 +10480,9 @@
|
|
|
10739
10480
|
}
|
|
10740
10481
|
},
|
|
10741
10482
|
"node_modules/fill-range": {
|
|
10742
|
-
"version": "7.
|
|
10743
|
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.
|
|
10744
|
-
"integrity": "sha512-
|
|
10483
|
+
"version": "7.1.1",
|
|
10484
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
10485
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
10745
10486
|
"license": "MIT",
|
|
10746
10487
|
"dependencies": {
|
|
10747
10488
|
"to-regex-range": "^5.0.1"
|
|
@@ -11024,6 +10765,18 @@
|
|
|
11024
10765
|
"node": "6.* || 8.* || >= 10.*"
|
|
11025
10766
|
}
|
|
11026
10767
|
},
|
|
10768
|
+
"node_modules/get-east-asian-width": {
|
|
10769
|
+
"version": "1.2.0",
|
|
10770
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
10771
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
10772
|
+
"license": "MIT",
|
|
10773
|
+
"engines": {
|
|
10774
|
+
"node": ">=18"
|
|
10775
|
+
},
|
|
10776
|
+
"funding": {
|
|
10777
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
11027
10780
|
"node_modules/get-func-name": {
|
|
11028
10781
|
"version": "2.0.2",
|
|
11029
10782
|
"resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
|
|
@@ -11658,6 +11411,7 @@
|
|
|
11658
11411
|
"version": "1.0.0",
|
|
11659
11412
|
"resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz",
|
|
11660
11413
|
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==",
|
|
11414
|
+
"dev": true,
|
|
11661
11415
|
"license": "MIT",
|
|
11662
11416
|
"engines": {
|
|
11663
11417
|
"node": ">=4"
|
|
@@ -12208,6 +11962,7 @@
|
|
|
12208
11962
|
"version": "2.0.0",
|
|
12209
11963
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
12210
11964
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
11965
|
+
"dev": true,
|
|
12211
11966
|
"license": "ISC"
|
|
12212
11967
|
},
|
|
12213
11968
|
"node_modules/istanbul-lib-coverage": {
|
|
@@ -12678,6 +12433,18 @@
|
|
|
12678
12433
|
"immediate": "~3.0.5"
|
|
12679
12434
|
}
|
|
12680
12435
|
},
|
|
12436
|
+
"node_modules/lilconfig": {
|
|
12437
|
+
"version": "3.1.2",
|
|
12438
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
|
|
12439
|
+
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
|
12440
|
+
"license": "MIT",
|
|
12441
|
+
"engines": {
|
|
12442
|
+
"node": ">=14"
|
|
12443
|
+
},
|
|
12444
|
+
"funding": {
|
|
12445
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
12446
|
+
}
|
|
12447
|
+
},
|
|
12681
12448
|
"node_modules/lines-and-columns": {
|
|
12682
12449
|
"version": "1.2.4",
|
|
12683
12450
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
@@ -13525,12 +13292,12 @@
|
|
|
13525
13292
|
"license": "MIT"
|
|
13526
13293
|
},
|
|
13527
13294
|
"node_modules/natural-orderby": {
|
|
13528
|
-
"version": "
|
|
13529
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-
|
|
13530
|
-
"integrity": "sha512-
|
|
13295
|
+
"version": "3.0.2",
|
|
13296
|
+
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
13297
|
+
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
13531
13298
|
"license": "MIT",
|
|
13532
13299
|
"engines": {
|
|
13533
|
-
"node": "
|
|
13300
|
+
"node": ">=18"
|
|
13534
13301
|
}
|
|
13535
13302
|
},
|
|
13536
13303
|
"node_modules/neo-async": {
|
|
@@ -13776,6 +13543,7 @@
|
|
|
13776
13543
|
"version": "1.1.33",
|
|
13777
13544
|
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz",
|
|
13778
13545
|
"integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==",
|
|
13546
|
+
"dev": true,
|
|
13779
13547
|
"license": "MIT",
|
|
13780
13548
|
"engines": {
|
|
13781
13549
|
"node": ">= 10"
|
|
@@ -13850,20 +13618,20 @@
|
|
|
13850
13618
|
}
|
|
13851
13619
|
},
|
|
13852
13620
|
"node_modules/oclif": {
|
|
13853
|
-
"version": "4.
|
|
13854
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13855
|
-
"integrity": "sha512
|
|
13621
|
+
"version": "4.13.2",
|
|
13622
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.2.tgz",
|
|
13623
|
+
"integrity": "sha512-+89Pz7s1GI6qTW/dNp1W2hF0ASmq0VSqUmBEXeuBVWW+26V7fI17AuqChhahrEcT1rIi8LPQAe8iBvK5HFaHFQ==",
|
|
13856
13624
|
"dev": true,
|
|
13857
13625
|
"license": "MIT",
|
|
13858
13626
|
"dependencies": {
|
|
13859
13627
|
"@aws-sdk/client-cloudfront": "^3.574.0",
|
|
13860
13628
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
13861
13629
|
"@inquirer/confirm": "^3.1.6",
|
|
13862
|
-
"@inquirer/input": "^2.1.
|
|
13863
|
-
"@inquirer/select": "^2.3.
|
|
13864
|
-
"@oclif/core": "^4
|
|
13630
|
+
"@inquirer/input": "^2.1.9",
|
|
13631
|
+
"@inquirer/select": "^2.3.5",
|
|
13632
|
+
"@oclif/core": "^4",
|
|
13865
13633
|
"@oclif/plugin-help": "^6.0.21",
|
|
13866
|
-
"@oclif/plugin-not-found": "^3.1
|
|
13634
|
+
"@oclif/plugin-not-found": "^3.2.1",
|
|
13867
13635
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
13868
13636
|
"async-retry": "^1.3.3",
|
|
13869
13637
|
"chalk": "^4",
|
|
@@ -13888,62 +13656,6 @@
|
|
|
13888
13656
|
"node": ">=18.0.0"
|
|
13889
13657
|
}
|
|
13890
13658
|
},
|
|
13891
|
-
"node_modules/oclif/node_modules/@oclif/core": {
|
|
13892
|
-
"version": "4.0.0-beta.13",
|
|
13893
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
|
|
13894
|
-
"integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
|
|
13895
|
-
"dev": true,
|
|
13896
|
-
"license": "MIT",
|
|
13897
|
-
"dependencies": {
|
|
13898
|
-
"ansi-escapes": "^4.3.2",
|
|
13899
|
-
"ansis": "^3.0.1",
|
|
13900
|
-
"clean-stack": "^3.0.1",
|
|
13901
|
-
"cli-spinners": "^2.9.2",
|
|
13902
|
-
"cosmiconfig": "^9.0.0",
|
|
13903
|
-
"debug": "^4.3.4",
|
|
13904
|
-
"ejs": "^3.1.10",
|
|
13905
|
-
"get-package-type": "^0.1.0",
|
|
13906
|
-
"globby": "^11.1.0",
|
|
13907
|
-
"indent-string": "^4.0.0",
|
|
13908
|
-
"is-wsl": "^2.2.0",
|
|
13909
|
-
"minimatch": "^9.0.4",
|
|
13910
|
-
"string-width": "^4.2.3",
|
|
13911
|
-
"supports-color": "^9.4.0",
|
|
13912
|
-
"widest-line": "^3.1.0",
|
|
13913
|
-
"wordwrap": "^1.0.0",
|
|
13914
|
-
"wrap-ansi": "^7.0.0"
|
|
13915
|
-
},
|
|
13916
|
-
"engines": {
|
|
13917
|
-
"node": ">=18.0.0"
|
|
13918
|
-
}
|
|
13919
|
-
},
|
|
13920
|
-
"node_modules/oclif/node_modules/cosmiconfig": {
|
|
13921
|
-
"version": "9.0.0",
|
|
13922
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
13923
|
-
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
13924
|
-
"dev": true,
|
|
13925
|
-
"license": "MIT",
|
|
13926
|
-
"dependencies": {
|
|
13927
|
-
"env-paths": "^2.2.1",
|
|
13928
|
-
"import-fresh": "^3.3.0",
|
|
13929
|
-
"js-yaml": "^4.1.0",
|
|
13930
|
-
"parse-json": "^5.2.0"
|
|
13931
|
-
},
|
|
13932
|
-
"engines": {
|
|
13933
|
-
"node": ">=14"
|
|
13934
|
-
},
|
|
13935
|
-
"funding": {
|
|
13936
|
-
"url": "https://github.com/sponsors/d-fischer"
|
|
13937
|
-
},
|
|
13938
|
-
"peerDependencies": {
|
|
13939
|
-
"typescript": ">=4.9.5"
|
|
13940
|
-
},
|
|
13941
|
-
"peerDependenciesMeta": {
|
|
13942
|
-
"typescript": {
|
|
13943
|
-
"optional": true
|
|
13944
|
-
}
|
|
13945
|
-
}
|
|
13946
|
-
},
|
|
13947
13659
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
13948
13660
|
"version": "7.0.2",
|
|
13949
13661
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -13957,22 +13669,6 @@
|
|
|
13957
13669
|
"node": "^16.14.0 || >=18.0.0"
|
|
13958
13670
|
}
|
|
13959
13671
|
},
|
|
13960
|
-
"node_modules/oclif/node_modules/minimatch": {
|
|
13961
|
-
"version": "9.0.4",
|
|
13962
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13963
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13964
|
-
"dev": true,
|
|
13965
|
-
"license": "ISC",
|
|
13966
|
-
"dependencies": {
|
|
13967
|
-
"brace-expansion": "^2.0.1"
|
|
13968
|
-
},
|
|
13969
|
-
"engines": {
|
|
13970
|
-
"node": ">=16 || 14 >=14.17"
|
|
13971
|
-
},
|
|
13972
|
-
"funding": {
|
|
13973
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
13974
|
-
}
|
|
13975
|
-
},
|
|
13976
13672
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
13977
13673
|
"version": "6.0.1",
|
|
13978
13674
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -13989,19 +13685,6 @@
|
|
|
13989
13685
|
"node": "^16.14.0 || >=18.0.0"
|
|
13990
13686
|
}
|
|
13991
13687
|
},
|
|
13992
|
-
"node_modules/oclif/node_modules/supports-color": {
|
|
13993
|
-
"version": "9.4.0",
|
|
13994
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
13995
|
-
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
13996
|
-
"dev": true,
|
|
13997
|
-
"license": "MIT",
|
|
13998
|
-
"engines": {
|
|
13999
|
-
"node": ">=12"
|
|
14000
|
-
},
|
|
14001
|
-
"funding": {
|
|
14002
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
14003
|
-
}
|
|
14004
|
-
},
|
|
14005
13688
|
"node_modules/on-exit-leak-free": {
|
|
14006
13689
|
"version": "2.1.0",
|
|
14007
13690
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
|
@@ -14198,6 +13881,7 @@
|
|
|
14198
13881
|
"version": "1.1.3",
|
|
14199
13882
|
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz",
|
|
14200
13883
|
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
|
13884
|
+
"dev": true,
|
|
14201
13885
|
"license": "0BSD",
|
|
14202
13886
|
"dependencies": {
|
|
14203
13887
|
"ansi-escapes": "^4.3.2",
|
|
@@ -14238,6 +13922,7 @@
|
|
|
14238
13922
|
"version": "3.1.1",
|
|
14239
13923
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
14240
13924
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
13925
|
+
"dev": true,
|
|
14241
13926
|
"license": "MIT",
|
|
14242
13927
|
"engines": {
|
|
14243
13928
|
"node": ">=8"
|
|
@@ -14845,6 +14530,7 @@
|
|
|
14845
14530
|
"version": "2.1.1",
|
|
14846
14531
|
"resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
|
|
14847
14532
|
"integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==",
|
|
14533
|
+
"dev": true,
|
|
14848
14534
|
"license": "MIT",
|
|
14849
14535
|
"dependencies": {
|
|
14850
14536
|
"esprima": "~4.0.0"
|
|
@@ -15247,6 +14933,7 @@
|
|
|
15247
14933
|
"version": "2.0.0",
|
|
15248
14934
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
15249
14935
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
14936
|
+
"dev": true,
|
|
15250
14937
|
"license": "MIT",
|
|
15251
14938
|
"dependencies": {
|
|
15252
14939
|
"shebang-regex": "^3.0.0"
|
|
@@ -15259,6 +14946,7 @@
|
|
|
15259
14946
|
"version": "3.0.0",
|
|
15260
14947
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
15261
14948
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
14949
|
+
"dev": true,
|
|
15262
14950
|
"license": "MIT",
|
|
15263
14951
|
"engines": {
|
|
15264
14952
|
"node": ">=8"
|
|
@@ -15320,6 +15008,7 @@
|
|
|
15320
15008
|
"version": "0.2.2",
|
|
15321
15009
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
15322
15010
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
15011
|
+
"dev": true,
|
|
15323
15012
|
"license": "MIT",
|
|
15324
15013
|
"dependencies": {
|
|
15325
15014
|
"is-arrayish": "^0.3.1"
|
|
@@ -15329,6 +15018,7 @@
|
|
|
15329
15018
|
"version": "0.3.2",
|
|
15330
15019
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
15331
15020
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
15021
|
+
"dev": true,
|
|
15332
15022
|
"license": "MIT"
|
|
15333
15023
|
},
|
|
15334
15024
|
"node_modules/sinon": {
|
|
@@ -15370,22 +15060,48 @@
|
|
|
15370
15060
|
}
|
|
15371
15061
|
},
|
|
15372
15062
|
"node_modules/slice-ansi": {
|
|
15373
|
-
"version": "
|
|
15374
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
15375
|
-
"integrity": "sha512-
|
|
15063
|
+
"version": "7.1.0",
|
|
15064
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
15065
|
+
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
15376
15066
|
"license": "MIT",
|
|
15377
15067
|
"dependencies": {
|
|
15378
|
-
"ansi-styles": "^
|
|
15379
|
-
"
|
|
15380
|
-
"is-fullwidth-code-point": "^3.0.0"
|
|
15068
|
+
"ansi-styles": "^6.2.1",
|
|
15069
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
15381
15070
|
},
|
|
15382
15071
|
"engines": {
|
|
15383
|
-
"node": ">=
|
|
15072
|
+
"node": ">=18"
|
|
15384
15073
|
},
|
|
15385
15074
|
"funding": {
|
|
15386
15075
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
15387
15076
|
}
|
|
15388
15077
|
},
|
|
15078
|
+
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
15079
|
+
"version": "6.2.1",
|
|
15080
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
15081
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
15082
|
+
"license": "MIT",
|
|
15083
|
+
"engines": {
|
|
15084
|
+
"node": ">=12"
|
|
15085
|
+
},
|
|
15086
|
+
"funding": {
|
|
15087
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
15088
|
+
}
|
|
15089
|
+
},
|
|
15090
|
+
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
15091
|
+
"version": "5.0.0",
|
|
15092
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
15093
|
+
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
15094
|
+
"license": "MIT",
|
|
15095
|
+
"dependencies": {
|
|
15096
|
+
"get-east-asian-width": "^1.0.0"
|
|
15097
|
+
},
|
|
15098
|
+
"engines": {
|
|
15099
|
+
"node": ">=18"
|
|
15100
|
+
},
|
|
15101
|
+
"funding": {
|
|
15102
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15103
|
+
}
|
|
15104
|
+
},
|
|
15389
15105
|
"node_modules/snake-case": {
|
|
15390
15106
|
"version": "3.0.4",
|
|
15391
15107
|
"resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
|
|
@@ -15567,6 +15283,7 @@
|
|
|
15567
15283
|
"version": "1.0.3",
|
|
15568
15284
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
15569
15285
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
15286
|
+
"dev": true,
|
|
15570
15287
|
"license": "BSD-3-Clause"
|
|
15571
15288
|
},
|
|
15572
15289
|
"node_modules/srcset": {
|
|
@@ -15784,6 +15501,49 @@
|
|
|
15784
15501
|
"url": "https://github.com/sponsors/ljharb"
|
|
15785
15502
|
}
|
|
15786
15503
|
},
|
|
15504
|
+
"node_modules/terminal-link": {
|
|
15505
|
+
"version": "3.0.0",
|
|
15506
|
+
"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
|
|
15507
|
+
"integrity": "sha512-flFL3m4wuixmf6IfhFJd1YPiLiMuxEc8uHRM1buzIeZPm22Au2pDqBJQgdo7n1WfPU1ONFGv7YDwpFBmHGF6lg==",
|
|
15508
|
+
"license": "MIT",
|
|
15509
|
+
"dependencies": {
|
|
15510
|
+
"ansi-escapes": "^5.0.0",
|
|
15511
|
+
"supports-hyperlinks": "^2.2.0"
|
|
15512
|
+
},
|
|
15513
|
+
"engines": {
|
|
15514
|
+
"node": ">=12"
|
|
15515
|
+
},
|
|
15516
|
+
"funding": {
|
|
15517
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15518
|
+
}
|
|
15519
|
+
},
|
|
15520
|
+
"node_modules/terminal-link/node_modules/ansi-escapes": {
|
|
15521
|
+
"version": "5.0.0",
|
|
15522
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz",
|
|
15523
|
+
"integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==",
|
|
15524
|
+
"license": "MIT",
|
|
15525
|
+
"dependencies": {
|
|
15526
|
+
"type-fest": "^1.0.2"
|
|
15527
|
+
},
|
|
15528
|
+
"engines": {
|
|
15529
|
+
"node": ">=12"
|
|
15530
|
+
},
|
|
15531
|
+
"funding": {
|
|
15532
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15533
|
+
}
|
|
15534
|
+
},
|
|
15535
|
+
"node_modules/terminal-link/node_modules/type-fest": {
|
|
15536
|
+
"version": "1.4.0",
|
|
15537
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
|
|
15538
|
+
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
|
|
15539
|
+
"license": "(MIT OR CC0-1.0)",
|
|
15540
|
+
"engines": {
|
|
15541
|
+
"node": ">=10"
|
|
15542
|
+
},
|
|
15543
|
+
"funding": {
|
|
15544
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15545
|
+
}
|
|
15546
|
+
},
|
|
15787
15547
|
"node_modules/test-exclude": {
|
|
15788
15548
|
"version": "6.0.0",
|
|
15789
15549
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
@@ -16023,9 +15783,9 @@
|
|
|
16023
15783
|
}
|
|
16024
15784
|
},
|
|
16025
15785
|
"node_modules/ts-retry-promise": {
|
|
16026
|
-
"version": "0.
|
|
16027
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.
|
|
16028
|
-
"integrity": "sha512
|
|
15786
|
+
"version": "0.8.1",
|
|
15787
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
15788
|
+
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
16029
15789
|
"license": "MIT",
|
|
16030
15790
|
"engines": {
|
|
16031
15791
|
"node": ">=6"
|
|
@@ -16497,6 +16257,7 @@
|
|
|
16497
16257
|
"version": "2.0.2",
|
|
16498
16258
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
16499
16259
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
16260
|
+
"dev": true,
|
|
16500
16261
|
"license": "ISC",
|
|
16501
16262
|
"dependencies": {
|
|
16502
16263
|
"isexe": "^2.0.0"
|