@jayree/sfdx-plugin-manifest 4.0.61 → 4.0.62
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/CHANGELOG.md +12 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1466 -825
- package/oclif.lock +453 -110
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/oclif.lock
CHANGED
@@ -86,25 +86,25 @@
|
|
86
86
|
"@smithy/util-utf8" "^2.0.0"
|
87
87
|
tslib "^2.6.2"
|
88
88
|
|
89
|
-
"@aws-sdk/client-cloudfront@^3.
|
90
|
-
version "3.
|
91
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
92
|
-
integrity sha512-
|
89
|
+
"@aws-sdk/client-cloudfront@^3.873.0":
|
90
|
+
version "3.873.0"
|
91
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.873.0.tgz#f5bb40a85585e2ab7313ffa822b401a7d5d1dc6b"
|
92
|
+
integrity sha512-saGeG9jXIByUsUyk9lnVlgm35vrtmEVNwEMWkEWoxZsV5ev5fSjI0eR7Fan6oWlIZ2cih+vCPydmX0WGVfa0qw==
|
93
93
|
dependencies:
|
94
94
|
"@aws-crypto/sha256-browser" "5.2.0"
|
95
95
|
"@aws-crypto/sha256-js" "5.2.0"
|
96
|
-
"@aws-sdk/core" "3.
|
97
|
-
"@aws-sdk/credential-provider-node" "3.
|
98
|
-
"@aws-sdk/middleware-host-header" "3.
|
99
|
-
"@aws-sdk/middleware-logger" "3.
|
100
|
-
"@aws-sdk/middleware-recursion-detection" "3.
|
101
|
-
"@aws-sdk/middleware-user-agent" "3.
|
102
|
-
"@aws-sdk/region-config-resolver" "3.
|
96
|
+
"@aws-sdk/core" "3.873.0"
|
97
|
+
"@aws-sdk/credential-provider-node" "3.873.0"
|
98
|
+
"@aws-sdk/middleware-host-header" "3.873.0"
|
99
|
+
"@aws-sdk/middleware-logger" "3.873.0"
|
100
|
+
"@aws-sdk/middleware-recursion-detection" "3.873.0"
|
101
|
+
"@aws-sdk/middleware-user-agent" "3.873.0"
|
102
|
+
"@aws-sdk/region-config-resolver" "3.873.0"
|
103
103
|
"@aws-sdk/types" "3.862.0"
|
104
|
-
"@aws-sdk/util-endpoints" "3.
|
105
|
-
"@aws-sdk/util-user-agent-browser" "3.
|
106
|
-
"@aws-sdk/util-user-agent-node" "3.
|
107
|
-
"@aws-sdk/xml-builder" "3.
|
104
|
+
"@aws-sdk/util-endpoints" "3.873.0"
|
105
|
+
"@aws-sdk/util-user-agent-browser" "3.873.0"
|
106
|
+
"@aws-sdk/util-user-agent-node" "3.873.0"
|
107
|
+
"@aws-sdk/xml-builder" "3.873.0"
|
108
108
|
"@smithy/config-resolver" "^4.1.5"
|
109
109
|
"@smithy/core" "^3.8.0"
|
110
110
|
"@smithy/fetch-http-handler" "^5.1.1"
|
@@ -242,6 +242,50 @@
|
|
242
242
|
"@smithy/util-utf8" "^4.0.0"
|
243
243
|
tslib "^2.6.2"
|
244
244
|
|
245
|
+
"@aws-sdk/client-sso@3.873.0":
|
246
|
+
version "3.873.0"
|
247
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.873.0.tgz#e51e7105ef47aa2675490ad602dc266637587403"
|
248
|
+
integrity sha512-EmcrOgFODWe7IsLKFTeSXM9TlQ80/BO1MBISlr7w2ydnOaUYIiPGRRJnDpeIgMaNqT4Rr2cRN2RiMrbFO7gDdA==
|
249
|
+
dependencies:
|
250
|
+
"@aws-crypto/sha256-browser" "5.2.0"
|
251
|
+
"@aws-crypto/sha256-js" "5.2.0"
|
252
|
+
"@aws-sdk/core" "3.873.0"
|
253
|
+
"@aws-sdk/middleware-host-header" "3.873.0"
|
254
|
+
"@aws-sdk/middleware-logger" "3.873.0"
|
255
|
+
"@aws-sdk/middleware-recursion-detection" "3.873.0"
|
256
|
+
"@aws-sdk/middleware-user-agent" "3.873.0"
|
257
|
+
"@aws-sdk/region-config-resolver" "3.873.0"
|
258
|
+
"@aws-sdk/types" "3.862.0"
|
259
|
+
"@aws-sdk/util-endpoints" "3.873.0"
|
260
|
+
"@aws-sdk/util-user-agent-browser" "3.873.0"
|
261
|
+
"@aws-sdk/util-user-agent-node" "3.873.0"
|
262
|
+
"@smithy/config-resolver" "^4.1.5"
|
263
|
+
"@smithy/core" "^3.8.0"
|
264
|
+
"@smithy/fetch-http-handler" "^5.1.1"
|
265
|
+
"@smithy/hash-node" "^4.0.5"
|
266
|
+
"@smithy/invalid-dependency" "^4.0.5"
|
267
|
+
"@smithy/middleware-content-length" "^4.0.5"
|
268
|
+
"@smithy/middleware-endpoint" "^4.1.18"
|
269
|
+
"@smithy/middleware-retry" "^4.1.19"
|
270
|
+
"@smithy/middleware-serde" "^4.0.9"
|
271
|
+
"@smithy/middleware-stack" "^4.0.5"
|
272
|
+
"@smithy/node-config-provider" "^4.1.4"
|
273
|
+
"@smithy/node-http-handler" "^4.1.1"
|
274
|
+
"@smithy/protocol-http" "^5.1.3"
|
275
|
+
"@smithy/smithy-client" "^4.4.10"
|
276
|
+
"@smithy/types" "^4.3.2"
|
277
|
+
"@smithy/url-parser" "^4.0.5"
|
278
|
+
"@smithy/util-base64" "^4.0.0"
|
279
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
280
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
281
|
+
"@smithy/util-defaults-mode-browser" "^4.0.26"
|
282
|
+
"@smithy/util-defaults-mode-node" "^4.0.26"
|
283
|
+
"@smithy/util-endpoints" "^3.0.7"
|
284
|
+
"@smithy/util-middleware" "^4.0.5"
|
285
|
+
"@smithy/util-retry" "^4.0.7"
|
286
|
+
"@smithy/util-utf8" "^4.0.0"
|
287
|
+
tslib "^2.6.2"
|
288
|
+
|
245
289
|
"@aws-sdk/core@3.864.0":
|
246
290
|
version "3.864.0"
|
247
291
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.864.0.tgz#5ea4e400bb479faf4e0aa71a32ec89e8a3f2ceaf"
|
@@ -263,6 +307,27 @@
|
|
263
307
|
fast-xml-parser "5.2.5"
|
264
308
|
tslib "^2.6.2"
|
265
309
|
|
310
|
+
"@aws-sdk/core@3.873.0":
|
311
|
+
version "3.873.0"
|
312
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.873.0.tgz#d0c2d4e890ff268c0d0c5ed9883203ef9197ab4b"
|
313
|
+
integrity sha512-WrROjp8X1VvmnZ4TBzwM7RF+EB3wRaY9kQJLXw+Aes0/3zRjUXvGIlseobGJMqMEGnM0YekD2F87UaVfot1xeQ==
|
314
|
+
dependencies:
|
315
|
+
"@aws-sdk/types" "3.862.0"
|
316
|
+
"@aws-sdk/xml-builder" "3.873.0"
|
317
|
+
"@smithy/core" "^3.8.0"
|
318
|
+
"@smithy/node-config-provider" "^4.1.4"
|
319
|
+
"@smithy/property-provider" "^4.0.5"
|
320
|
+
"@smithy/protocol-http" "^5.1.3"
|
321
|
+
"@smithy/signature-v4" "^5.1.3"
|
322
|
+
"@smithy/smithy-client" "^4.4.10"
|
323
|
+
"@smithy/types" "^4.3.2"
|
324
|
+
"@smithy/util-base64" "^4.0.0"
|
325
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
326
|
+
"@smithy/util-middleware" "^4.0.5"
|
327
|
+
"@smithy/util-utf8" "^4.0.0"
|
328
|
+
fast-xml-parser "5.2.5"
|
329
|
+
tslib "^2.6.2"
|
330
|
+
|
266
331
|
"@aws-sdk/credential-provider-env@3.864.0":
|
267
332
|
version "3.864.0"
|
268
333
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.864.0.tgz#32e048eafaad51e3c67ef34d1310cc19f2f67c38"
|
@@ -274,6 +339,17 @@
|
|
274
339
|
"@smithy/types" "^4.3.2"
|
275
340
|
tslib "^2.6.2"
|
276
341
|
|
342
|
+
"@aws-sdk/credential-provider-env@3.873.0":
|
343
|
+
version "3.873.0"
|
344
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.873.0.tgz#6558387cc937c689d5e2a4d0d4e34798d526986f"
|
345
|
+
integrity sha512-FWj1yUs45VjCADv80JlGshAttUHBL2xtTAbJcAxkkJZzLRKVkdyrepFWhv/95MvDyzfbT6PgJiWMdW65l/8ooA==
|
346
|
+
dependencies:
|
347
|
+
"@aws-sdk/core" "3.873.0"
|
348
|
+
"@aws-sdk/types" "3.862.0"
|
349
|
+
"@smithy/property-provider" "^4.0.5"
|
350
|
+
"@smithy/types" "^4.3.2"
|
351
|
+
tslib "^2.6.2"
|
352
|
+
|
277
353
|
"@aws-sdk/credential-provider-http@3.864.0":
|
278
354
|
version "3.864.0"
|
279
355
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.864.0.tgz#e312b137c1fdce87adb5140b039516c077726f5c"
|
@@ -290,6 +366,22 @@
|
|
290
366
|
"@smithy/util-stream" "^4.2.4"
|
291
367
|
tslib "^2.6.2"
|
292
368
|
|
369
|
+
"@aws-sdk/credential-provider-http@3.873.0":
|
370
|
+
version "3.873.0"
|
371
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.873.0.tgz#efa22f1a5fcf74c5a19b9857fe7205853eaa3191"
|
372
|
+
integrity sha512-0sIokBlXIsndjZFUfr3Xui8W6kPC4DAeBGAXxGi9qbFZ9PWJjn1vt2COLikKH3q2snchk+AsznREZG8NW6ezSg==
|
373
|
+
dependencies:
|
374
|
+
"@aws-sdk/core" "3.873.0"
|
375
|
+
"@aws-sdk/types" "3.862.0"
|
376
|
+
"@smithy/fetch-http-handler" "^5.1.1"
|
377
|
+
"@smithy/node-http-handler" "^4.1.1"
|
378
|
+
"@smithy/property-provider" "^4.0.5"
|
379
|
+
"@smithy/protocol-http" "^5.1.3"
|
380
|
+
"@smithy/smithy-client" "^4.4.10"
|
381
|
+
"@smithy/types" "^4.3.2"
|
382
|
+
"@smithy/util-stream" "^4.2.4"
|
383
|
+
tslib "^2.6.2"
|
384
|
+
|
293
385
|
"@aws-sdk/credential-provider-ini@3.864.0":
|
294
386
|
version "3.864.0"
|
295
387
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.864.0.tgz#3149745e91d030f191ad618e7ee15c92101ad24e"
|
@@ -309,6 +401,25 @@
|
|
309
401
|
"@smithy/types" "^4.3.2"
|
310
402
|
tslib "^2.6.2"
|
311
403
|
|
404
|
+
"@aws-sdk/credential-provider-ini@3.873.0":
|
405
|
+
version "3.873.0"
|
406
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.873.0.tgz#49ddf51deb23842e91975f88e198b75a9e7cc68f"
|
407
|
+
integrity sha512-bQdGqh47Sk0+2S3C+N46aNQsZFzcHs7ndxYLARH/avYXf02Nl68p194eYFaAHJSQ1re5IbExU1+pbums7FJ9fA==
|
408
|
+
dependencies:
|
409
|
+
"@aws-sdk/core" "3.873.0"
|
410
|
+
"@aws-sdk/credential-provider-env" "3.873.0"
|
411
|
+
"@aws-sdk/credential-provider-http" "3.873.0"
|
412
|
+
"@aws-sdk/credential-provider-process" "3.873.0"
|
413
|
+
"@aws-sdk/credential-provider-sso" "3.873.0"
|
414
|
+
"@aws-sdk/credential-provider-web-identity" "3.873.0"
|
415
|
+
"@aws-sdk/nested-clients" "3.873.0"
|
416
|
+
"@aws-sdk/types" "3.862.0"
|
417
|
+
"@smithy/credential-provider-imds" "^4.0.7"
|
418
|
+
"@smithy/property-provider" "^4.0.5"
|
419
|
+
"@smithy/shared-ini-file-loader" "^4.0.5"
|
420
|
+
"@smithy/types" "^4.3.2"
|
421
|
+
tslib "^2.6.2"
|
422
|
+
|
312
423
|
"@aws-sdk/credential-provider-node@3.864.0":
|
313
424
|
version "3.864.0"
|
314
425
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.864.0.tgz#d01277b53ac179d2ea97ba16147ba0cb3f710aae"
|
@@ -327,6 +438,24 @@
|
|
327
438
|
"@smithy/types" "^4.3.2"
|
328
439
|
tslib "^2.6.2"
|
329
440
|
|
441
|
+
"@aws-sdk/credential-provider-node@3.873.0":
|
442
|
+
version "3.873.0"
|
443
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.873.0.tgz#c33201aef628474056aad029f69255d94f5d990c"
|
444
|
+
integrity sha512-+v/xBEB02k2ExnSDL8+1gD6UizY4Q/HaIJkNSkitFynRiiTQpVOSkCkA0iWxzksMeN8k1IHTE5gzeWpkEjNwbA==
|
445
|
+
dependencies:
|
446
|
+
"@aws-sdk/credential-provider-env" "3.873.0"
|
447
|
+
"@aws-sdk/credential-provider-http" "3.873.0"
|
448
|
+
"@aws-sdk/credential-provider-ini" "3.873.0"
|
449
|
+
"@aws-sdk/credential-provider-process" "3.873.0"
|
450
|
+
"@aws-sdk/credential-provider-sso" "3.873.0"
|
451
|
+
"@aws-sdk/credential-provider-web-identity" "3.873.0"
|
452
|
+
"@aws-sdk/types" "3.862.0"
|
453
|
+
"@smithy/credential-provider-imds" "^4.0.7"
|
454
|
+
"@smithy/property-provider" "^4.0.5"
|
455
|
+
"@smithy/shared-ini-file-loader" "^4.0.5"
|
456
|
+
"@smithy/types" "^4.3.2"
|
457
|
+
tslib "^2.6.2"
|
458
|
+
|
330
459
|
"@aws-sdk/credential-provider-process@3.864.0":
|
331
460
|
version "3.864.0"
|
332
461
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.864.0.tgz#5f39e34a084cfa07966874955fa3aa0f966bcf15"
|
@@ -339,6 +468,18 @@
|
|
339
468
|
"@smithy/types" "^4.3.2"
|
340
469
|
tslib "^2.6.2"
|
341
470
|
|
471
|
+
"@aws-sdk/credential-provider-process@3.873.0":
|
472
|
+
version "3.873.0"
|
473
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.873.0.tgz#2c75a8c7ab86af5cffb767e3652db6203c441513"
|
474
|
+
integrity sha512-ycFv9WN+UJF7bK/ElBq1ugWA4NMbYS//1K55bPQZb2XUpAM2TWFlEjG7DIyOhLNTdl6+CbHlCdhlKQuDGgmm0A==
|
475
|
+
dependencies:
|
476
|
+
"@aws-sdk/core" "3.873.0"
|
477
|
+
"@aws-sdk/types" "3.862.0"
|
478
|
+
"@smithy/property-provider" "^4.0.5"
|
479
|
+
"@smithy/shared-ini-file-loader" "^4.0.5"
|
480
|
+
"@smithy/types" "^4.3.2"
|
481
|
+
tslib "^2.6.2"
|
482
|
+
|
342
483
|
"@aws-sdk/credential-provider-sso@3.864.0":
|
343
484
|
version "3.864.0"
|
344
485
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.864.0.tgz#1556640016f9bd3dd1c2e140270098a75c922ca3"
|
@@ -353,6 +494,20 @@
|
|
353
494
|
"@smithy/types" "^4.3.2"
|
354
495
|
tslib "^2.6.2"
|
355
496
|
|
497
|
+
"@aws-sdk/credential-provider-sso@3.873.0":
|
498
|
+
version "3.873.0"
|
499
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.873.0.tgz#d208878a955b74829cb36d70492f7e27f70995cd"
|
500
|
+
integrity sha512-SudkAOZmjEEYgUrqlUUjvrtbWJeI54/0Xo87KRxm4kfBtMqSx0TxbplNUAk8Gkg4XQNY0o7jpG8tK7r2Wc2+uw==
|
501
|
+
dependencies:
|
502
|
+
"@aws-sdk/client-sso" "3.873.0"
|
503
|
+
"@aws-sdk/core" "3.873.0"
|
504
|
+
"@aws-sdk/token-providers" "3.873.0"
|
505
|
+
"@aws-sdk/types" "3.862.0"
|
506
|
+
"@smithy/property-provider" "^4.0.5"
|
507
|
+
"@smithy/shared-ini-file-loader" "^4.0.5"
|
508
|
+
"@smithy/types" "^4.3.2"
|
509
|
+
tslib "^2.6.2"
|
510
|
+
|
356
511
|
"@aws-sdk/credential-provider-web-identity@3.864.0":
|
357
512
|
version "3.864.0"
|
358
513
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.864.0.tgz#5cf54ec064957552e4c8c9070fd2b313f152a776"
|
@@ -365,6 +520,18 @@
|
|
365
520
|
"@smithy/types" "^4.3.2"
|
366
521
|
tslib "^2.6.2"
|
367
522
|
|
523
|
+
"@aws-sdk/credential-provider-web-identity@3.873.0":
|
524
|
+
version "3.873.0"
|
525
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.873.0.tgz#f03d730c1395b6dbdc0a5e121ca4de4deeb586cc"
|
526
|
+
integrity sha512-Gw2H21+VkA6AgwKkBtTtlGZ45qgyRZPSKWs0kUwXVlmGOiPz61t/lBX0vG6I06ZIz2wqeTJ5OA1pWZLqw1j0JQ==
|
527
|
+
dependencies:
|
528
|
+
"@aws-sdk/core" "3.873.0"
|
529
|
+
"@aws-sdk/nested-clients" "3.873.0"
|
530
|
+
"@aws-sdk/types" "3.862.0"
|
531
|
+
"@smithy/property-provider" "^4.0.5"
|
532
|
+
"@smithy/types" "^4.3.2"
|
533
|
+
tslib "^2.6.2"
|
534
|
+
|
368
535
|
"@aws-sdk/middleware-bucket-endpoint@3.862.0":
|
369
536
|
version "3.862.0"
|
370
537
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.862.0.tgz#8d318eccfa987cfa4e6c5f62539d99bcbe6dec30"
|
@@ -417,6 +584,16 @@
|
|
417
584
|
"@smithy/types" "^4.3.2"
|
418
585
|
tslib "^2.6.2"
|
419
586
|
|
587
|
+
"@aws-sdk/middleware-host-header@3.873.0":
|
588
|
+
version "3.873.0"
|
589
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.873.0.tgz#81e9c2f61674b96337472bcaefd85ce3b7a24f7b"
|
590
|
+
integrity sha512-KZ/W1uruWtMOs7D5j3KquOxzCnV79KQW9MjJFZM/M0l6KI8J6V3718MXxFHsTjUE4fpdV6SeCNLV1lwGygsjJA==
|
591
|
+
dependencies:
|
592
|
+
"@aws-sdk/types" "3.862.0"
|
593
|
+
"@smithy/protocol-http" "^5.1.3"
|
594
|
+
"@smithy/types" "^4.3.2"
|
595
|
+
tslib "^2.6.2"
|
596
|
+
|
420
597
|
"@aws-sdk/middleware-location-constraint@3.862.0":
|
421
598
|
version "3.862.0"
|
422
599
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.862.0.tgz#d55babadc9f9b7150c56b028fc6953021a5a565a"
|
@@ -435,6 +612,15 @@
|
|
435
612
|
"@smithy/types" "^4.3.2"
|
436
613
|
tslib "^2.6.2"
|
437
614
|
|
615
|
+
"@aws-sdk/middleware-logger@3.873.0":
|
616
|
+
version "3.873.0"
|
617
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.873.0.tgz#dc6e858ad1a2be56963a36bf7538e8c79a782a7a"
|
618
|
+
integrity sha512-QhNZ8X7pW68kFez9QxUSN65Um0Feo18ZmHxszQZNUhKDsXew/EG9NPQE/HgYcekcon35zHxC4xs+FeNuPurP2g==
|
619
|
+
dependencies:
|
620
|
+
"@aws-sdk/types" "3.862.0"
|
621
|
+
"@smithy/types" "^4.3.2"
|
622
|
+
tslib "^2.6.2"
|
623
|
+
|
438
624
|
"@aws-sdk/middleware-recursion-detection@3.862.0":
|
439
625
|
version "3.862.0"
|
440
626
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.862.0.tgz#d83433251e550b7ed9cd731a447c92aaec378f01"
|
@@ -445,6 +631,16 @@
|
|
445
631
|
"@smithy/types" "^4.3.2"
|
446
632
|
tslib "^2.6.2"
|
447
633
|
|
634
|
+
"@aws-sdk/middleware-recursion-detection@3.873.0":
|
635
|
+
version "3.873.0"
|
636
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.873.0.tgz#1f9086542800d355d85332acea7accf1856e408b"
|
637
|
+
integrity sha512-OtgY8EXOzRdEWR//WfPkA/fXl0+WwE8hq0y9iw2caNyKPtca85dzrrZWnPqyBK/cpImosrpR1iKMYr41XshsCg==
|
638
|
+
dependencies:
|
639
|
+
"@aws-sdk/types" "3.862.0"
|
640
|
+
"@smithy/protocol-http" "^5.1.3"
|
641
|
+
"@smithy/types" "^4.3.2"
|
642
|
+
tslib "^2.6.2"
|
643
|
+
|
448
644
|
"@aws-sdk/middleware-sdk-s3@3.864.0":
|
449
645
|
version "3.864.0"
|
450
646
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.864.0.tgz#5142210471ed702452277ad653af483147c42598"
|
@@ -487,6 +683,19 @@
|
|
487
683
|
"@smithy/types" "^4.3.2"
|
488
684
|
tslib "^2.6.2"
|
489
685
|
|
686
|
+
"@aws-sdk/middleware-user-agent@3.873.0":
|
687
|
+
version "3.873.0"
|
688
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.873.0.tgz#a882cd2fb4b992e5b3c2eb0251fd95f44b3dae44"
|
689
|
+
integrity sha512-gHqAMYpWkPhZLwqB3Yj83JKdL2Vsb64sryo8LN2UdpElpS+0fT4yjqSxKTfp7gkhN6TCIxF24HQgbPk5FMYJWw==
|
690
|
+
dependencies:
|
691
|
+
"@aws-sdk/core" "3.873.0"
|
692
|
+
"@aws-sdk/types" "3.862.0"
|
693
|
+
"@aws-sdk/util-endpoints" "3.873.0"
|
694
|
+
"@smithy/core" "^3.8.0"
|
695
|
+
"@smithy/protocol-http" "^5.1.3"
|
696
|
+
"@smithy/types" "^4.3.2"
|
697
|
+
tslib "^2.6.2"
|
698
|
+
|
490
699
|
"@aws-sdk/nested-clients@3.864.0":
|
491
700
|
version "3.864.0"
|
492
701
|
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.864.0.tgz#8d8b7e8e481649ae0f6ef37339b07cd8f6405e74"
|
@@ -531,6 +740,50 @@
|
|
531
740
|
"@smithy/util-utf8" "^4.0.0"
|
532
741
|
tslib "^2.6.2"
|
533
742
|
|
743
|
+
"@aws-sdk/nested-clients@3.873.0":
|
744
|
+
version "3.873.0"
|
745
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.873.0.tgz#cf9c5c04e25666024d9fc805e768f7b6267ef877"
|
746
|
+
integrity sha512-yg8JkRHuH/xO65rtmLOWcd9XQhxX1kAonp2CliXT44eA/23OBds6XoheY44eZeHfCTgutDLTYitvy3k9fQY6ZA==
|
747
|
+
dependencies:
|
748
|
+
"@aws-crypto/sha256-browser" "5.2.0"
|
749
|
+
"@aws-crypto/sha256-js" "5.2.0"
|
750
|
+
"@aws-sdk/core" "3.873.0"
|
751
|
+
"@aws-sdk/middleware-host-header" "3.873.0"
|
752
|
+
"@aws-sdk/middleware-logger" "3.873.0"
|
753
|
+
"@aws-sdk/middleware-recursion-detection" "3.873.0"
|
754
|
+
"@aws-sdk/middleware-user-agent" "3.873.0"
|
755
|
+
"@aws-sdk/region-config-resolver" "3.873.0"
|
756
|
+
"@aws-sdk/types" "3.862.0"
|
757
|
+
"@aws-sdk/util-endpoints" "3.873.0"
|
758
|
+
"@aws-sdk/util-user-agent-browser" "3.873.0"
|
759
|
+
"@aws-sdk/util-user-agent-node" "3.873.0"
|
760
|
+
"@smithy/config-resolver" "^4.1.5"
|
761
|
+
"@smithy/core" "^3.8.0"
|
762
|
+
"@smithy/fetch-http-handler" "^5.1.1"
|
763
|
+
"@smithy/hash-node" "^4.0.5"
|
764
|
+
"@smithy/invalid-dependency" "^4.0.5"
|
765
|
+
"@smithy/middleware-content-length" "^4.0.5"
|
766
|
+
"@smithy/middleware-endpoint" "^4.1.18"
|
767
|
+
"@smithy/middleware-retry" "^4.1.19"
|
768
|
+
"@smithy/middleware-serde" "^4.0.9"
|
769
|
+
"@smithy/middleware-stack" "^4.0.5"
|
770
|
+
"@smithy/node-config-provider" "^4.1.4"
|
771
|
+
"@smithy/node-http-handler" "^4.1.1"
|
772
|
+
"@smithy/protocol-http" "^5.1.3"
|
773
|
+
"@smithy/smithy-client" "^4.4.10"
|
774
|
+
"@smithy/types" "^4.3.2"
|
775
|
+
"@smithy/url-parser" "^4.0.5"
|
776
|
+
"@smithy/util-base64" "^4.0.0"
|
777
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
778
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
779
|
+
"@smithy/util-defaults-mode-browser" "^4.0.26"
|
780
|
+
"@smithy/util-defaults-mode-node" "^4.0.26"
|
781
|
+
"@smithy/util-endpoints" "^3.0.7"
|
782
|
+
"@smithy/util-middleware" "^4.0.5"
|
783
|
+
"@smithy/util-retry" "^4.0.7"
|
784
|
+
"@smithy/util-utf8" "^4.0.0"
|
785
|
+
tslib "^2.6.2"
|
786
|
+
|
534
787
|
"@aws-sdk/region-config-resolver@3.862.0":
|
535
788
|
version "3.862.0"
|
536
789
|
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.862.0.tgz#99e7942be513abacb715d06781e6f4d62b3e9cf2"
|
@@ -543,6 +796,18 @@
|
|
543
796
|
"@smithy/util-middleware" "^4.0.5"
|
544
797
|
tslib "^2.6.2"
|
545
798
|
|
799
|
+
"@aws-sdk/region-config-resolver@3.873.0":
|
800
|
+
version "3.873.0"
|
801
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.873.0.tgz#9a5ddf8aa5a068d1c728dda3ef7e5b31561f7419"
|
802
|
+
integrity sha512-q9sPoef+BBG6PJnc4x60vK/bfVwvRWsPgcoQyIra057S/QGjq5VkjvNk6H8xedf6vnKlXNBwq9BaANBXnldUJg==
|
803
|
+
dependencies:
|
804
|
+
"@aws-sdk/types" "3.862.0"
|
805
|
+
"@smithy/node-config-provider" "^4.1.4"
|
806
|
+
"@smithy/types" "^4.3.2"
|
807
|
+
"@smithy/util-config-provider" "^4.0.0"
|
808
|
+
"@smithy/util-middleware" "^4.0.5"
|
809
|
+
tslib "^2.6.2"
|
810
|
+
|
546
811
|
"@aws-sdk/signature-v4-multi-region@3.864.0":
|
547
812
|
version "3.864.0"
|
548
813
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.864.0.tgz#75e24f5382aa77b7e629f8feb366bcf2a358ffb8"
|
@@ -568,6 +833,19 @@
|
|
568
833
|
"@smithy/types" "^4.3.2"
|
569
834
|
tslib "^2.6.2"
|
570
835
|
|
836
|
+
"@aws-sdk/token-providers@3.873.0":
|
837
|
+
version "3.873.0"
|
838
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.873.0.tgz#43e239d1e6de7d1aa059accfe948a5d8d430b74b"
|
839
|
+
integrity sha512-BWOCeFeV/Ba8fVhtwUw/0Hz4wMm9fjXnMb4Z2a5he/jFlz5mt1/rr6IQ4MyKgzOaz24YrvqsJW2a0VUKOaYDvg==
|
840
|
+
dependencies:
|
841
|
+
"@aws-sdk/core" "3.873.0"
|
842
|
+
"@aws-sdk/nested-clients" "3.873.0"
|
843
|
+
"@aws-sdk/types" "3.862.0"
|
844
|
+
"@smithy/property-provider" "^4.0.5"
|
845
|
+
"@smithy/shared-ini-file-loader" "^4.0.5"
|
846
|
+
"@smithy/types" "^4.3.2"
|
847
|
+
tslib "^2.6.2"
|
848
|
+
|
571
849
|
"@aws-sdk/types@3.862.0":
|
572
850
|
version "3.862.0"
|
573
851
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.862.0.tgz#2f5622e1aa3a5281d4f419f5d2c90f87dd5ff0cf"
|
@@ -602,6 +880,17 @@
|
|
602
880
|
"@smithy/util-endpoints" "^3.0.7"
|
603
881
|
tslib "^2.6.2"
|
604
882
|
|
883
|
+
"@aws-sdk/util-endpoints@3.873.0":
|
884
|
+
version "3.873.0"
|
885
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.873.0.tgz#11afbcf503bdbcf10c0ed08c81696303b8bb5fb0"
|
886
|
+
integrity sha512-YByHrhjxYdjKRf/RQygRK1uh0As1FIi9+jXTcIEX/rBgN8mUByczr2u4QXBzw7ZdbdcOBMOkPnLRjNOWW1MkFg==
|
887
|
+
dependencies:
|
888
|
+
"@aws-sdk/types" "3.862.0"
|
889
|
+
"@smithy/types" "^4.3.2"
|
890
|
+
"@smithy/url-parser" "^4.0.5"
|
891
|
+
"@smithy/util-endpoints" "^3.0.7"
|
892
|
+
tslib "^2.6.2"
|
893
|
+
|
605
894
|
"@aws-sdk/util-locate-window@^3.0.0":
|
606
895
|
version "3.723.0"
|
607
896
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.723.0.tgz#174551bfdd2eb36d3c16e7023fd7e7ee96ad0fa9"
|
@@ -619,6 +908,16 @@
|
|
619
908
|
bowser "^2.11.0"
|
620
909
|
tslib "^2.6.2"
|
621
910
|
|
911
|
+
"@aws-sdk/util-user-agent-browser@3.873.0":
|
912
|
+
version "3.873.0"
|
913
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.873.0.tgz#0fcc3c1877ae74aa692cc0b4ad874bc9a6ee1ad6"
|
914
|
+
integrity sha512-AcRdbK6o19yehEcywI43blIBhOCSo6UgyWcuOJX5CFF8k39xm1ILCjQlRRjchLAxWrm0lU0Q7XV90RiMMFMZtA==
|
915
|
+
dependencies:
|
916
|
+
"@aws-sdk/types" "3.862.0"
|
917
|
+
"@smithy/types" "^4.3.2"
|
918
|
+
bowser "^2.11.0"
|
919
|
+
tslib "^2.6.2"
|
920
|
+
|
622
921
|
"@aws-sdk/util-user-agent-node@3.864.0":
|
623
922
|
version "3.864.0"
|
624
923
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.864.0.tgz#2fd8276a6d7d0ee3d6fe75421c5565e63ae6a0d5"
|
@@ -630,6 +929,17 @@
|
|
630
929
|
"@smithy/types" "^4.3.2"
|
631
930
|
tslib "^2.6.2"
|
632
931
|
|
932
|
+
"@aws-sdk/util-user-agent-node@3.873.0":
|
933
|
+
version "3.873.0"
|
934
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.873.0.tgz#3ebc4a7460eb10aba213d9ffc04aeb1bd613a7e1"
|
935
|
+
integrity sha512-9MivTP+q9Sis71UxuBaIY3h5jxH0vN3/ZWGxO8ADL19S2OIfknrYSAfzE5fpoKROVBu0bS4VifHOFq4PY1zsxw==
|
936
|
+
dependencies:
|
937
|
+
"@aws-sdk/middleware-user-agent" "3.873.0"
|
938
|
+
"@aws-sdk/types" "3.862.0"
|
939
|
+
"@smithy/node-config-provider" "^4.1.4"
|
940
|
+
"@smithy/types" "^4.3.2"
|
941
|
+
tslib "^2.6.2"
|
942
|
+
|
633
943
|
"@aws-sdk/xml-builder@3.862.0":
|
634
944
|
version "3.862.0"
|
635
945
|
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.862.0.tgz#d368c76f0f129d43b3ffbc2dc18f53ddd64ec328"
|
@@ -638,6 +948,14 @@
|
|
638
948
|
"@smithy/types" "^4.3.2"
|
639
949
|
tslib "^2.6.2"
|
640
950
|
|
951
|
+
"@aws-sdk/xml-builder@3.873.0":
|
952
|
+
version "3.873.0"
|
953
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.873.0.tgz#b5a3acfdeecfc1b7fee8a7773cb2a45590eb5701"
|
954
|
+
integrity sha512-kLO7k7cGJ6KaHiExSJWojZurF7SnGMDHXRuQunFnEoD0n1yB6Lqy/S/zHiQ7oJnBhPr9q0TW9qFkrsZb1Uc54w==
|
955
|
+
dependencies:
|
956
|
+
"@smithy/types" "^4.3.2"
|
957
|
+
tslib "^2.6.2"
|
958
|
+
|
641
959
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.26.2":
|
642
960
|
version "7.26.2"
|
643
961
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
|
@@ -1023,36 +1341,36 @@
|
|
1023
1341
|
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.3.2.tgz#1a8766e447fad3d091b1a88b9f78f867832285b7"
|
1024
1342
|
integrity sha512-jRNwzTbd6p2Rw4sZ1CgWRS8YMtqG15YyZf7zvb6gY2rB2u6n+2Z+ELW0GtL0fQgyl0pr4Y/BzBfng/BdsereRA==
|
1025
1343
|
|
1026
|
-
"@eslint/core@^0.
|
1027
|
-
version "0.
|
1028
|
-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.
|
1029
|
-
integrity sha512-
|
1344
|
+
"@eslint/core@^0.14.0":
|
1345
|
+
version "0.14.0"
|
1346
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
|
1347
|
+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
|
1030
1348
|
dependencies:
|
1031
1349
|
"@types/json-schema" "^7.0.15"
|
1032
1350
|
|
1033
|
-
"@eslint/core@^0.
|
1034
|
-
version "0.
|
1035
|
-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.
|
1036
|
-
integrity sha512-
|
1351
|
+
"@eslint/core@^0.15.1", "@eslint/core@^0.15.2":
|
1352
|
+
version "0.15.2"
|
1353
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
|
1354
|
+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
|
1037
1355
|
dependencies:
|
1038
1356
|
"@types/json-schema" "^7.0.15"
|
1039
1357
|
|
1040
|
-
"@eslint/css-tree@^3.
|
1041
|
-
version "3.
|
1042
|
-
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.
|
1043
|
-
integrity sha512-
|
1358
|
+
"@eslint/css-tree@^3.6.1":
|
1359
|
+
version "3.6.3"
|
1360
|
+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e"
|
1361
|
+
integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==
|
1044
1362
|
dependencies:
|
1045
|
-
mdn-data "2.
|
1363
|
+
mdn-data "2.21.0"
|
1046
1364
|
source-map-js "^1.0.1"
|
1047
1365
|
|
1048
|
-
"@eslint/css@^0.
|
1049
|
-
version "0.
|
1050
|
-
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.
|
1051
|
-
integrity sha512-
|
1366
|
+
"@eslint/css@^0.10.0":
|
1367
|
+
version "0.10.0"
|
1368
|
+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f"
|
1369
|
+
integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==
|
1052
1370
|
dependencies:
|
1053
|
-
"@eslint/core" "^0.
|
1054
|
-
"@eslint/css-tree" "^3.
|
1055
|
-
"@eslint/plugin-kit" "^0.
|
1371
|
+
"@eslint/core" "^0.14.0"
|
1372
|
+
"@eslint/css-tree" "^3.6.1"
|
1373
|
+
"@eslint/plugin-kit" "^0.3.1"
|
1056
1374
|
|
1057
1375
|
"@eslint/eslintrc@^2.1.4":
|
1058
1376
|
version "2.1.4"
|
@@ -1089,27 +1407,27 @@
|
|
1089
1407
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
1090
1408
|
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
1091
1409
|
|
1092
|
-
"@eslint/js@^9.
|
1093
|
-
version "9.
|
1094
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.
|
1095
|
-
integrity sha512-
|
1410
|
+
"@eslint/js@^9.34.0":
|
1411
|
+
version "9.34.0"
|
1412
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b"
|
1413
|
+
integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==
|
1096
1414
|
|
1097
|
-
"@eslint/json@^0.
|
1098
|
-
version "0.
|
1099
|
-
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.
|
1100
|
-
integrity sha512-
|
1415
|
+
"@eslint/json@^0.13.1":
|
1416
|
+
version "0.13.1"
|
1417
|
+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.1.tgz#da7985d9f8610c39f3fc899c441064a86dac9460"
|
1418
|
+
integrity sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==
|
1101
1419
|
dependencies:
|
1102
|
-
"@eslint/core" "^0.
|
1103
|
-
"@eslint/plugin-kit" "^0.
|
1104
|
-
"@humanwhocodes/momoa" "^3.3.
|
1420
|
+
"@eslint/core" "^0.15.1"
|
1421
|
+
"@eslint/plugin-kit" "^0.3.4"
|
1422
|
+
"@humanwhocodes/momoa" "^3.3.8"
|
1105
1423
|
natural-compare "^1.4.0"
|
1106
1424
|
|
1107
|
-
"@eslint/plugin-kit@^0.
|
1108
|
-
version "0.
|
1109
|
-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.
|
1110
|
-
integrity sha512-
|
1425
|
+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.4":
|
1426
|
+
version "0.3.5"
|
1427
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
|
1428
|
+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
|
1111
1429
|
dependencies:
|
1112
|
-
"@eslint/core" "^0.
|
1430
|
+
"@eslint/core" "^0.15.2"
|
1113
1431
|
levn "^0.4.1"
|
1114
1432
|
|
1115
1433
|
"@humanwhocodes/config-array@^0.13.0":
|
@@ -1126,10 +1444,10 @@
|
|
1126
1444
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
1127
1445
|
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
1128
1446
|
|
1129
|
-
"@humanwhocodes/momoa@^3.3.
|
1130
|
-
version "3.3.
|
1131
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.
|
1132
|
-
integrity sha512
|
1447
|
+
"@humanwhocodes/momoa@^3.3.8":
|
1448
|
+
version "3.3.9"
|
1449
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36"
|
1450
|
+
integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==
|
1133
1451
|
|
1134
1452
|
"@humanwhocodes/object-schema@^2.0.3":
|
1135
1453
|
version "2.0.3"
|
@@ -1155,10 +1473,10 @@
|
|
1155
1473
|
"@inquirer/core" "^9.1.0"
|
1156
1474
|
"@inquirer/type" "^1.5.3"
|
1157
1475
|
|
1158
|
-
"@inquirer/confirm@^5.1.
|
1159
|
-
version "5.1.
|
1160
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.
|
1161
|
-
integrity sha512-
|
1476
|
+
"@inquirer/confirm@^5.1.15":
|
1477
|
+
version "5.1.15"
|
1478
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.15.tgz#c502d5c642fdba0669b17442b40794c97bdbccb4"
|
1479
|
+
integrity sha512-SwHMGa8Z47LawQN0rog0sT+6JpiL0B7eW9p1Bb7iCeKDGTI5Ez25TSc2l8kw52VV7hA4sX/C78CGkMrKXfuspA==
|
1162
1480
|
dependencies:
|
1163
1481
|
"@inquirer/core" "^10.1.15"
|
1164
1482
|
"@inquirer/type" "^3.0.8"
|
@@ -1273,13 +1591,13 @@
|
|
1273
1591
|
"@inquirer/type" "^3.0.8"
|
1274
1592
|
ansi-escapes "^4.3.2"
|
1275
1593
|
|
1276
|
-
"@inquirer/prompts@^7.8.
|
1277
|
-
version "7.8.
|
1278
|
-
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.8.
|
1279
|
-
integrity sha512-
|
1594
|
+
"@inquirer/prompts@^7.8.3":
|
1595
|
+
version "7.8.3"
|
1596
|
+
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.8.3.tgz#f5cd3ea65b5356a158587fa6a9aa9ec80adb9201"
|
1597
|
+
integrity sha512-iHYp+JCaCRktM/ESZdpHI51yqsDgXu+dMs4semzETftOaF8u5hwlqnbIsuIR/LrWZl8Pm1/gzteK9I7MAq5HTA==
|
1280
1598
|
dependencies:
|
1281
1599
|
"@inquirer/checkbox" "^4.2.1"
|
1282
|
-
"@inquirer/confirm" "^5.1.
|
1600
|
+
"@inquirer/confirm" "^5.1.15"
|
1283
1601
|
"@inquirer/editor" "^4.2.17"
|
1284
1602
|
"@inquirer/expand" "^4.0.17"
|
1285
1603
|
"@inquirer/input" "^4.2.1"
|
@@ -1569,12 +1887,12 @@
|
|
1569
1887
|
dependencies:
|
1570
1888
|
"@oclif/core" "^4"
|
1571
1889
|
|
1572
|
-
"@oclif/plugin-not-found@^3.2.
|
1573
|
-
version "3.2.
|
1574
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
1575
|
-
integrity sha512-
|
1890
|
+
"@oclif/plugin-not-found@^3.2.66":
|
1891
|
+
version "3.2.66"
|
1892
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.66.tgz#78e4b42b7f45fb3c16c4d4312fb5fafb9089125e"
|
1893
|
+
integrity sha512-f3GmQrq13egIRc8+1aiFGsGUkNCIUv8nxJodmUicCC2BV6dg+KSY/5v3DicDBdni/HisKYt92S+OelAxQiN0EQ==
|
1576
1894
|
dependencies:
|
1577
|
-
"@inquirer/prompts" "^7.8.
|
1895
|
+
"@inquirer/prompts" "^7.8.3"
|
1578
1896
|
"@oclif/core" "^4.5.2"
|
1579
1897
|
ansis "^3.17.0"
|
1580
1898
|
fast-levenshtein "^3.0.0"
|
@@ -1658,10 +1976,10 @@
|
|
1658
1976
|
strip-ansi "6.0.1"
|
1659
1977
|
ts-retry-promise "^0.8.1"
|
1660
1978
|
|
1661
|
-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.
|
1662
|
-
version "8.
|
1663
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1664
|
-
integrity sha512-
|
1979
|
+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.22.0", "@salesforce/core@^8.8.0":
|
1980
|
+
version "8.22.0"
|
1981
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.22.0.tgz#7c4dc70b6a00c7b17230dc91bba8c2e36a995d87"
|
1982
|
+
integrity sha512-TK9kODqvgIUuCP9L3jqrR1e5JLMzPGnAsCXwdtQrD/AjKMj7bT+NRQeuF+55X7aiEtcedO/fs49ldPvBf9bkOA==
|
1665
1983
|
dependencies:
|
1666
1984
|
"@jsforce/jsforce-node" "^3.10.4"
|
1667
1985
|
"@salesforce/kit" "^3.2.2"
|
@@ -2466,16 +2784,17 @@
|
|
2466
2784
|
estraverse "^5.3.0"
|
2467
2785
|
picomatch "^4.0.2"
|
2468
2786
|
|
2469
|
-
"@stylistic/eslint-plugin@^
|
2470
|
-
version "
|
2471
|
-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-
|
2472
|
-
integrity sha512-
|
2787
|
+
"@stylistic/eslint-plugin@^5.2.3":
|
2788
|
+
version "5.2.3"
|
2789
|
+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz#f2be5d25e768f5ef4bb72d339bb71c500accef61"
|
2790
|
+
integrity sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==
|
2473
2791
|
dependencies:
|
2474
|
-
"@
|
2475
|
-
eslint
|
2476
|
-
|
2792
|
+
"@eslint-community/eslint-utils" "^4.7.0"
|
2793
|
+
"@typescript-eslint/types" "^8.38.0"
|
2794
|
+
eslint-visitor-keys "^4.2.1"
|
2795
|
+
espree "^10.4.0"
|
2477
2796
|
estraverse "^5.3.0"
|
2478
|
-
picomatch "^4.0.
|
2797
|
+
picomatch "^4.0.3"
|
2479
2798
|
|
2480
2799
|
"@szmarczak/http-timer@^4.0.5":
|
2481
2800
|
version "4.0.6"
|
@@ -2885,6 +3204,11 @@
|
|
2885
3204
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
2886
3205
|
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
|
2887
3206
|
|
3207
|
+
"@typescript-eslint/types@^8.38.0":
|
3208
|
+
version "8.40.0"
|
3209
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
|
3210
|
+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
|
3211
|
+
|
2888
3212
|
"@typescript-eslint/typescript-estree@6.21.0":
|
2889
3213
|
version "6.21.0"
|
2890
3214
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
@@ -2978,7 +3302,7 @@
|
|
2978
3302
|
"@typescript-eslint/types" "7.18.0"
|
2979
3303
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2980
3304
|
|
2981
|
-
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0"
|
3305
|
+
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0":
|
2982
3306
|
version "8.39.0"
|
2983
3307
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
|
2984
3308
|
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
|
@@ -3149,6 +3473,11 @@ acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.9.0:
|
|
3149
3473
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
|
3150
3474
|
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
|
3151
3475
|
|
3476
|
+
acorn@^8.15.0:
|
3477
|
+
version "8.15.0"
|
3478
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
|
3479
|
+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
|
3480
|
+
|
3152
3481
|
agent-base@6:
|
3153
3482
|
version "6.0.2"
|
3154
3483
|
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
@@ -4668,19 +4997,19 @@ eslint-config-oclif@^5.2.2:
|
|
4668
4997
|
eslint-plugin-n "^15.1.0"
|
4669
4998
|
eslint-plugin-unicorn "^48.0.1"
|
4670
4999
|
|
4671
|
-
eslint-config-oclif@^6.0.
|
4672
|
-
version "6.0.
|
4673
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4674
|
-
integrity sha512-
|
5000
|
+
eslint-config-oclif@^6.0.98:
|
5001
|
+
version "6.0.98"
|
5002
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.98.tgz#8a1b3be3402115cf2ba7fb8c1b52b7d3ab4bb508"
|
5003
|
+
integrity sha512-Ij/GtCM5L/7Y8TeOTOAfe2VF3pEAlJ1L+M2nHlHPLNm1ZIzmqpghmWbbUh2jTH7BR2gc9Ry2cGMSAM2IU7ku/w==
|
4675
5004
|
dependencies:
|
4676
5005
|
"@eslint/compat" "^1.3.2"
|
4677
5006
|
"@eslint/eslintrc" "^3.3.1"
|
4678
|
-
"@eslint/js" "^9.
|
5007
|
+
"@eslint/js" "^9.34.0"
|
4679
5008
|
"@stylistic/eslint-plugin" "^3.1.0"
|
4680
5009
|
"@typescript-eslint/eslint-plugin" "^8"
|
4681
5010
|
"@typescript-eslint/parser" "^8"
|
4682
5011
|
eslint-config-oclif "^5.2.2"
|
4683
|
-
eslint-config-xo "^0.
|
5012
|
+
eslint-config-xo "^0.49.0"
|
4684
5013
|
eslint-config-xo-space "^0.35.0"
|
4685
5014
|
eslint-import-resolver-typescript "^3.10.1"
|
4686
5015
|
eslint-plugin-import "^2.32.0"
|
@@ -4741,16 +5070,16 @@ eslint-config-xo@^0.44.0:
|
|
4741
5070
|
dependencies:
|
4742
5071
|
confusing-browser-globals "1.0.11"
|
4743
5072
|
|
4744
|
-
eslint-config-xo@^0.
|
4745
|
-
version "0.
|
4746
|
-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.
|
4747
|
-
integrity sha512-
|
5073
|
+
eslint-config-xo@^0.49.0:
|
5074
|
+
version "0.49.0"
|
5075
|
+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815"
|
5076
|
+
integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q==
|
4748
5077
|
dependencies:
|
4749
|
-
"@eslint/css" "^0.
|
4750
|
-
"@eslint/json" "^0.
|
4751
|
-
"@stylistic/eslint-plugin" "^
|
5078
|
+
"@eslint/css" "^0.10.0"
|
5079
|
+
"@eslint/json" "^0.13.1"
|
5080
|
+
"@stylistic/eslint-plugin" "^5.2.3"
|
4752
5081
|
confusing-browser-globals "1.0.11"
|
4753
|
-
globals "^16.
|
5082
|
+
globals "^16.3.0"
|
4754
5083
|
|
4755
5084
|
eslint-import-resolver-node@^0.3.9:
|
4756
5085
|
version "0.3.9"
|
@@ -5087,6 +5416,15 @@ espree@^10.0.1, espree@^10.3.0:
|
|
5087
5416
|
acorn-jsx "^5.3.2"
|
5088
5417
|
eslint-visitor-keys "^4.2.0"
|
5089
5418
|
|
5419
|
+
espree@^10.4.0:
|
5420
|
+
version "10.4.0"
|
5421
|
+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
|
5422
|
+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
|
5423
|
+
dependencies:
|
5424
|
+
acorn "^8.15.0"
|
5425
|
+
acorn-jsx "^5.3.2"
|
5426
|
+
eslint-visitor-keys "^4.2.1"
|
5427
|
+
|
5090
5428
|
espree@^9.6.0, espree@^9.6.1:
|
5091
5429
|
version "9.6.1"
|
5092
5430
|
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
|
@@ -5655,10 +5993,10 @@ globals@^15.11.0, globals@^15.9.0:
|
|
5655
5993
|
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
|
5656
5994
|
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
|
5657
5995
|
|
5658
|
-
globals@^16.
|
5659
|
-
version "16.
|
5660
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.
|
5661
|
-
integrity sha512-
|
5996
|
+
globals@^16.3.0:
|
5997
|
+
version "16.3.0"
|
5998
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
|
5999
|
+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
|
5662
6000
|
|
5663
6001
|
globalthis@^1.0.4:
|
5664
6002
|
version "1.0.4"
|
@@ -7066,10 +7404,10 @@ mdast-util-to-hast@^13.0.0:
|
|
7066
7404
|
unist-util-visit "^5.0.0"
|
7067
7405
|
vfile "^6.0.0"
|
7068
7406
|
|
7069
|
-
mdn-data@2.
|
7070
|
-
version "2.
|
7071
|
-
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.
|
7072
|
-
integrity sha512
|
7407
|
+
mdn-data@2.21.0:
|
7408
|
+
version "2.21.0"
|
7409
|
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1"
|
7410
|
+
integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==
|
7073
7411
|
|
7074
7412
|
mdurl@^2.0.0:
|
7075
7413
|
version "2.0.0"
|
@@ -7562,19 +7900,19 @@ object.values@^1.2.1:
|
|
7562
7900
|
define-properties "^1.2.1"
|
7563
7901
|
es-object-atoms "^1.0.0"
|
7564
7902
|
|
7565
|
-
oclif@^4.22.
|
7566
|
-
version "4.22.
|
7567
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.
|
7568
|
-
integrity sha512-
|
7903
|
+
oclif@^4.22.14:
|
7904
|
+
version "4.22.14"
|
7905
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.14.tgz#3f4ec36a4d979d3c52623daff26d90f14254e5f1"
|
7906
|
+
integrity sha512-YSLKaWqSr5b1dKHrY5NrycPezFP3rE918LZFr+9gkfSFMyBZcR1HWRcfS2jfLyU0En4TTe1lJxl878+RVLC0ew==
|
7569
7907
|
dependencies:
|
7570
|
-
"@aws-sdk/client-cloudfront" "^3.
|
7908
|
+
"@aws-sdk/client-cloudfront" "^3.873.0"
|
7571
7909
|
"@aws-sdk/client-s3" "^3.864.0"
|
7572
7910
|
"@inquirer/confirm" "^3.1.22"
|
7573
7911
|
"@inquirer/input" "^2.2.4"
|
7574
7912
|
"@inquirer/select" "^2.5.0"
|
7575
7913
|
"@oclif/core" "^4.5.2"
|
7576
7914
|
"@oclif/plugin-help" "^6.2.32"
|
7577
|
-
"@oclif/plugin-not-found" "^3.2.
|
7915
|
+
"@oclif/plugin-not-found" "^3.2.66"
|
7578
7916
|
"@oclif/plugin-warn-if-update-available" "^3.1.46"
|
7579
7917
|
ansis "^3.16.0"
|
7580
7918
|
async-retry "^1.3.3"
|
@@ -7930,6 +8268,11 @@ picomatch@^4.0.2:
|
|
7930
8268
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
|
7931
8269
|
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
7932
8270
|
|
8271
|
+
picomatch@^4.0.3:
|
8272
|
+
version "4.0.3"
|
8273
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
|
8274
|
+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
|
8275
|
+
|
7933
8276
|
pify@^4.0.1:
|
7934
8277
|
version "4.0.1"
|
7935
8278
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|