@salesforce/plugin-data 3.1.10 → 3.1.11
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 +18 -18
- package/npm-shrinkwrap.json +1215 -103
- package/oclif.lock +810 -72
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -92,55 +92,54 @@
|
|
|
92
92
|
"@aws-sdk/util-utf8-browser" "^3.0.0"
|
|
93
93
|
tslib "^1.11.1"
|
|
94
94
|
|
|
95
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
96
|
-
version "3.
|
|
97
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
98
|
-
integrity sha512-
|
|
95
|
+
"@aws-sdk/client-cloudfront@^3.525.0":
|
|
96
|
+
version "3.535.0"
|
|
97
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.535.0.tgz#ee51202144fdc1315d1a36519568b67773641475"
|
|
98
|
+
integrity sha512-BKHhOB9J8H6YIjTn58Ke6PoagG7JUb6bbEAXn4XqBzX1El+BAG84HyyhRkqC6NgHshIriQcCtx7NIrTy7Cs5ow==
|
|
99
99
|
dependencies:
|
|
100
100
|
"@aws-crypto/sha256-browser" "3.0.0"
|
|
101
101
|
"@aws-crypto/sha256-js" "3.0.0"
|
|
102
|
-
"@aws-sdk/client-sts" "3.
|
|
103
|
-
"@aws-sdk/core" "3.
|
|
104
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
105
|
-
"@aws-sdk/middleware-host-header" "3.
|
|
106
|
-
"@aws-sdk/middleware-logger" "3.
|
|
107
|
-
"@aws-sdk/middleware-recursion-detection" "3.
|
|
108
|
-
"@aws-sdk/middleware-user-agent" "3.
|
|
109
|
-
"@aws-sdk/region-config-resolver" "3.
|
|
110
|
-
"@aws-sdk/types" "3.
|
|
111
|
-
"@aws-sdk/util-endpoints" "3.
|
|
112
|
-
"@aws-sdk/util-user-agent-browser" "3.
|
|
113
|
-
"@aws-sdk/util-user-agent-node" "3.
|
|
114
|
-
"@aws-sdk/xml-builder" "3.
|
|
115
|
-
"@smithy/config-resolver" "^2.
|
|
116
|
-
"@smithy/core" "^1.
|
|
117
|
-
"@smithy/fetch-http-handler" "^2.
|
|
118
|
-
"@smithy/hash-node" "^2.
|
|
119
|
-
"@smithy/invalid-dependency" "^2.
|
|
120
|
-
"@smithy/middleware-content-length" "^2.
|
|
121
|
-
"@smithy/middleware-endpoint" "^2.
|
|
122
|
-
"@smithy/middleware-retry" "^2.
|
|
123
|
-
"@smithy/middleware-serde" "^2.
|
|
124
|
-
"@smithy/middleware-stack" "^2.
|
|
125
|
-
"@smithy/node-config-provider" "^2.
|
|
126
|
-
"@smithy/node-http-handler" "^2.
|
|
127
|
-
"@smithy/protocol-http" "^3.
|
|
128
|
-
"@smithy/smithy-client" "^2.
|
|
129
|
-
"@smithy/types" "^2.
|
|
130
|
-
"@smithy/url-parser" "^2.
|
|
131
|
-
"@smithy/util-base64" "^2.
|
|
132
|
-
"@smithy/util-body-length-browser" "^2.
|
|
133
|
-
"@smithy/util-body-length-node" "^2.
|
|
134
|
-
"@smithy/util-defaults-mode-browser" "^2.
|
|
135
|
-
"@smithy/util-defaults-mode-node" "^2.
|
|
136
|
-
"@smithy/util-endpoints" "^1.
|
|
137
|
-
"@smithy/util-middleware" "^2.
|
|
138
|
-
"@smithy/util-retry" "^2.
|
|
139
|
-
"@smithy/util-stream" "^2.
|
|
140
|
-
"@smithy/util-utf8" "^2.
|
|
141
|
-
"@smithy/util-waiter" "^2.
|
|
142
|
-
|
|
143
|
-
tslib "^2.5.0"
|
|
102
|
+
"@aws-sdk/client-sts" "3.535.0"
|
|
103
|
+
"@aws-sdk/core" "3.535.0"
|
|
104
|
+
"@aws-sdk/credential-provider-node" "3.535.0"
|
|
105
|
+
"@aws-sdk/middleware-host-header" "3.535.0"
|
|
106
|
+
"@aws-sdk/middleware-logger" "3.535.0"
|
|
107
|
+
"@aws-sdk/middleware-recursion-detection" "3.535.0"
|
|
108
|
+
"@aws-sdk/middleware-user-agent" "3.535.0"
|
|
109
|
+
"@aws-sdk/region-config-resolver" "3.535.0"
|
|
110
|
+
"@aws-sdk/types" "3.535.0"
|
|
111
|
+
"@aws-sdk/util-endpoints" "3.535.0"
|
|
112
|
+
"@aws-sdk/util-user-agent-browser" "3.535.0"
|
|
113
|
+
"@aws-sdk/util-user-agent-node" "3.535.0"
|
|
114
|
+
"@aws-sdk/xml-builder" "3.535.0"
|
|
115
|
+
"@smithy/config-resolver" "^2.2.0"
|
|
116
|
+
"@smithy/core" "^1.4.0"
|
|
117
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
118
|
+
"@smithy/hash-node" "^2.2.0"
|
|
119
|
+
"@smithy/invalid-dependency" "^2.2.0"
|
|
120
|
+
"@smithy/middleware-content-length" "^2.2.0"
|
|
121
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
122
|
+
"@smithy/middleware-retry" "^2.2.0"
|
|
123
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
124
|
+
"@smithy/middleware-stack" "^2.2.0"
|
|
125
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
126
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
127
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
128
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
129
|
+
"@smithy/types" "^2.12.0"
|
|
130
|
+
"@smithy/url-parser" "^2.2.0"
|
|
131
|
+
"@smithy/util-base64" "^2.3.0"
|
|
132
|
+
"@smithy/util-body-length-browser" "^2.2.0"
|
|
133
|
+
"@smithy/util-body-length-node" "^2.3.0"
|
|
134
|
+
"@smithy/util-defaults-mode-browser" "^2.2.0"
|
|
135
|
+
"@smithy/util-defaults-mode-node" "^2.3.0"
|
|
136
|
+
"@smithy/util-endpoints" "^1.2.0"
|
|
137
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
138
|
+
"@smithy/util-retry" "^2.2.0"
|
|
139
|
+
"@smithy/util-stream" "^2.2.0"
|
|
140
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
141
|
+
"@smithy/util-waiter" "^2.2.0"
|
|
142
|
+
tslib "^2.6.2"
|
|
144
143
|
|
|
145
144
|
"@aws-sdk/client-s3@^3.515.0":
|
|
146
145
|
version "3.515.0"
|
|
@@ -251,6 +250,51 @@
|
|
|
251
250
|
"@smithy/util-utf8" "^2.1.1"
|
|
252
251
|
tslib "^2.5.0"
|
|
253
252
|
|
|
253
|
+
"@aws-sdk/client-sso-oidc@3.535.0":
|
|
254
|
+
version "3.535.0"
|
|
255
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.535.0.tgz#64666c2f7bed8510938ba2b481429fea8f97473d"
|
|
256
|
+
integrity sha512-M2cG4EQXDpAJQyq33ORIr6abmdX9p9zX0ssVy8XwFNB7lrgoIKxuVoGL+fX+XMgecl24x7ELz6b4QlILOevbCw==
|
|
257
|
+
dependencies:
|
|
258
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
259
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
260
|
+
"@aws-sdk/client-sts" "3.535.0"
|
|
261
|
+
"@aws-sdk/core" "3.535.0"
|
|
262
|
+
"@aws-sdk/middleware-host-header" "3.535.0"
|
|
263
|
+
"@aws-sdk/middleware-logger" "3.535.0"
|
|
264
|
+
"@aws-sdk/middleware-recursion-detection" "3.535.0"
|
|
265
|
+
"@aws-sdk/middleware-user-agent" "3.535.0"
|
|
266
|
+
"@aws-sdk/region-config-resolver" "3.535.0"
|
|
267
|
+
"@aws-sdk/types" "3.535.0"
|
|
268
|
+
"@aws-sdk/util-endpoints" "3.535.0"
|
|
269
|
+
"@aws-sdk/util-user-agent-browser" "3.535.0"
|
|
270
|
+
"@aws-sdk/util-user-agent-node" "3.535.0"
|
|
271
|
+
"@smithy/config-resolver" "^2.2.0"
|
|
272
|
+
"@smithy/core" "^1.4.0"
|
|
273
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
274
|
+
"@smithy/hash-node" "^2.2.0"
|
|
275
|
+
"@smithy/invalid-dependency" "^2.2.0"
|
|
276
|
+
"@smithy/middleware-content-length" "^2.2.0"
|
|
277
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
278
|
+
"@smithy/middleware-retry" "^2.2.0"
|
|
279
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
280
|
+
"@smithy/middleware-stack" "^2.2.0"
|
|
281
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
282
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
283
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
284
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
285
|
+
"@smithy/types" "^2.12.0"
|
|
286
|
+
"@smithy/url-parser" "^2.2.0"
|
|
287
|
+
"@smithy/util-base64" "^2.3.0"
|
|
288
|
+
"@smithy/util-body-length-browser" "^2.2.0"
|
|
289
|
+
"@smithy/util-body-length-node" "^2.3.0"
|
|
290
|
+
"@smithy/util-defaults-mode-browser" "^2.2.0"
|
|
291
|
+
"@smithy/util-defaults-mode-node" "^2.3.0"
|
|
292
|
+
"@smithy/util-endpoints" "^1.2.0"
|
|
293
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
294
|
+
"@smithy/util-retry" "^2.2.0"
|
|
295
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
296
|
+
tslib "^2.6.2"
|
|
297
|
+
|
|
254
298
|
"@aws-sdk/client-sso@3.515.0":
|
|
255
299
|
version "3.515.0"
|
|
256
300
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz#858d3ebd187e54e70ebd7ac948fb889f70a7deee"
|
|
@@ -295,6 +339,50 @@
|
|
|
295
339
|
"@smithy/util-utf8" "^2.1.1"
|
|
296
340
|
tslib "^2.5.0"
|
|
297
341
|
|
|
342
|
+
"@aws-sdk/client-sso@3.535.0":
|
|
343
|
+
version "3.535.0"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.535.0.tgz#c405aaf880cb695aa2f5070a8827955274fc9df2"
|
|
345
|
+
integrity sha512-h9eQRdFnjDRVBnPJIKXuX7D+isSAioIfZPC4PQwsL5BscTRlk4c90DX0R0uk64YUtp7LZu8TNtrosFZ/1HtTrQ==
|
|
346
|
+
dependencies:
|
|
347
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
348
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
349
|
+
"@aws-sdk/core" "3.535.0"
|
|
350
|
+
"@aws-sdk/middleware-host-header" "3.535.0"
|
|
351
|
+
"@aws-sdk/middleware-logger" "3.535.0"
|
|
352
|
+
"@aws-sdk/middleware-recursion-detection" "3.535.0"
|
|
353
|
+
"@aws-sdk/middleware-user-agent" "3.535.0"
|
|
354
|
+
"@aws-sdk/region-config-resolver" "3.535.0"
|
|
355
|
+
"@aws-sdk/types" "3.535.0"
|
|
356
|
+
"@aws-sdk/util-endpoints" "3.535.0"
|
|
357
|
+
"@aws-sdk/util-user-agent-browser" "3.535.0"
|
|
358
|
+
"@aws-sdk/util-user-agent-node" "3.535.0"
|
|
359
|
+
"@smithy/config-resolver" "^2.2.0"
|
|
360
|
+
"@smithy/core" "^1.4.0"
|
|
361
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
362
|
+
"@smithy/hash-node" "^2.2.0"
|
|
363
|
+
"@smithy/invalid-dependency" "^2.2.0"
|
|
364
|
+
"@smithy/middleware-content-length" "^2.2.0"
|
|
365
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
366
|
+
"@smithy/middleware-retry" "^2.2.0"
|
|
367
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
368
|
+
"@smithy/middleware-stack" "^2.2.0"
|
|
369
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
370
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
371
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
372
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
373
|
+
"@smithy/types" "^2.12.0"
|
|
374
|
+
"@smithy/url-parser" "^2.2.0"
|
|
375
|
+
"@smithy/util-base64" "^2.3.0"
|
|
376
|
+
"@smithy/util-body-length-browser" "^2.2.0"
|
|
377
|
+
"@smithy/util-body-length-node" "^2.3.0"
|
|
378
|
+
"@smithy/util-defaults-mode-browser" "^2.2.0"
|
|
379
|
+
"@smithy/util-defaults-mode-node" "^2.3.0"
|
|
380
|
+
"@smithy/util-endpoints" "^1.2.0"
|
|
381
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
382
|
+
"@smithy/util-retry" "^2.2.0"
|
|
383
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
384
|
+
tslib "^2.6.2"
|
|
385
|
+
|
|
298
386
|
"@aws-sdk/client-sts@3.515.0":
|
|
299
387
|
version "3.515.0"
|
|
300
388
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz#a645696bbc160e46c4c9e60aa66b79fd212d1230"
|
|
@@ -340,6 +428,50 @@
|
|
|
340
428
|
fast-xml-parser "4.2.5"
|
|
341
429
|
tslib "^2.5.0"
|
|
342
430
|
|
|
431
|
+
"@aws-sdk/client-sts@3.535.0":
|
|
432
|
+
version "3.535.0"
|
|
433
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.535.0.tgz#0f518fe338c6b7a8b8a897e2ccee65d06dc0040f"
|
|
434
|
+
integrity sha512-ii9OOm3TJwP3JmO1IVJXKWIShVKPl0VtdlgROc/SkDglO/kuAw9eDdlROgc+qbFl+gm6bBTguOVTUXt3tS3flw==
|
|
435
|
+
dependencies:
|
|
436
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
437
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
438
|
+
"@aws-sdk/core" "3.535.0"
|
|
439
|
+
"@aws-sdk/middleware-host-header" "3.535.0"
|
|
440
|
+
"@aws-sdk/middleware-logger" "3.535.0"
|
|
441
|
+
"@aws-sdk/middleware-recursion-detection" "3.535.0"
|
|
442
|
+
"@aws-sdk/middleware-user-agent" "3.535.0"
|
|
443
|
+
"@aws-sdk/region-config-resolver" "3.535.0"
|
|
444
|
+
"@aws-sdk/types" "3.535.0"
|
|
445
|
+
"@aws-sdk/util-endpoints" "3.535.0"
|
|
446
|
+
"@aws-sdk/util-user-agent-browser" "3.535.0"
|
|
447
|
+
"@aws-sdk/util-user-agent-node" "3.535.0"
|
|
448
|
+
"@smithy/config-resolver" "^2.2.0"
|
|
449
|
+
"@smithy/core" "^1.4.0"
|
|
450
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
451
|
+
"@smithy/hash-node" "^2.2.0"
|
|
452
|
+
"@smithy/invalid-dependency" "^2.2.0"
|
|
453
|
+
"@smithy/middleware-content-length" "^2.2.0"
|
|
454
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
455
|
+
"@smithy/middleware-retry" "^2.2.0"
|
|
456
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
457
|
+
"@smithy/middleware-stack" "^2.2.0"
|
|
458
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
459
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
460
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
461
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
462
|
+
"@smithy/types" "^2.12.0"
|
|
463
|
+
"@smithy/url-parser" "^2.2.0"
|
|
464
|
+
"@smithy/util-base64" "^2.3.0"
|
|
465
|
+
"@smithy/util-body-length-browser" "^2.2.0"
|
|
466
|
+
"@smithy/util-body-length-node" "^2.3.0"
|
|
467
|
+
"@smithy/util-defaults-mode-browser" "^2.2.0"
|
|
468
|
+
"@smithy/util-defaults-mode-node" "^2.3.0"
|
|
469
|
+
"@smithy/util-endpoints" "^1.2.0"
|
|
470
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
471
|
+
"@smithy/util-retry" "^2.2.0"
|
|
472
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
473
|
+
tslib "^2.6.2"
|
|
474
|
+
|
|
343
475
|
"@aws-sdk/core@3.513.0":
|
|
344
476
|
version "3.513.0"
|
|
345
477
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.513.0.tgz#9fce86d472f7b38724cb1156d06a854124a51aaa"
|
|
@@ -352,6 +484,19 @@
|
|
|
352
484
|
"@smithy/types" "^2.9.1"
|
|
353
485
|
tslib "^2.5.0"
|
|
354
486
|
|
|
487
|
+
"@aws-sdk/core@3.535.0":
|
|
488
|
+
version "3.535.0"
|
|
489
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.535.0.tgz#f3a726c297cea9634d19a1db4e958c918c506c8b"
|
|
490
|
+
integrity sha512-+Yusa9HziuaEDta1UaLEtMAtmgvxdxhPn7jgfRY6PplqAqgsfa5FR83sxy5qr2q7xjQTwHtV4MjQVuOjG9JsLw==
|
|
491
|
+
dependencies:
|
|
492
|
+
"@smithy/core" "^1.4.0"
|
|
493
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
494
|
+
"@smithy/signature-v4" "^2.2.0"
|
|
495
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
496
|
+
"@smithy/types" "^2.12.0"
|
|
497
|
+
fast-xml-parser "4.2.5"
|
|
498
|
+
tslib "^2.6.2"
|
|
499
|
+
|
|
355
500
|
"@aws-sdk/credential-provider-env@3.515.0":
|
|
356
501
|
version "3.515.0"
|
|
357
502
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz#8a96e51bb50a70596ec8d6fc38a78c2aca3b5b6f"
|
|
@@ -362,6 +507,16 @@
|
|
|
362
507
|
"@smithy/types" "^2.9.1"
|
|
363
508
|
tslib "^2.5.0"
|
|
364
509
|
|
|
510
|
+
"@aws-sdk/credential-provider-env@3.535.0":
|
|
511
|
+
version "3.535.0"
|
|
512
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.535.0.tgz#26248e263a8107953d5496cb3760d4e7c877abcf"
|
|
513
|
+
integrity sha512-XppwO8c0GCGSAvdzyJOhbtktSEaShg14VJKg8mpMa1XcgqzmcqqHQjtDWbx5rZheY1VdpXZhpEzJkB6LpQejpA==
|
|
514
|
+
dependencies:
|
|
515
|
+
"@aws-sdk/types" "3.535.0"
|
|
516
|
+
"@smithy/property-provider" "^2.2.0"
|
|
517
|
+
"@smithy/types" "^2.12.0"
|
|
518
|
+
tslib "^2.6.2"
|
|
519
|
+
|
|
365
520
|
"@aws-sdk/credential-provider-http@3.515.0":
|
|
366
521
|
version "3.515.0"
|
|
367
522
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz#780b31ebb0d2c3fb1da31d163a2f39edb7d7d7c5"
|
|
@@ -377,6 +532,21 @@
|
|
|
377
532
|
"@smithy/util-stream" "^2.1.1"
|
|
378
533
|
tslib "^2.5.0"
|
|
379
534
|
|
|
535
|
+
"@aws-sdk/credential-provider-http@3.535.0":
|
|
536
|
+
version "3.535.0"
|
|
537
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.535.0.tgz#0a42f6b1a61d927bbce9f4afd25112f486bd05da"
|
|
538
|
+
integrity sha512-kdj1wCmOMZ29jSlUskRqN04S6fJ4dvt0Nq9Z32SA6wO7UG8ht6Ot9h/au/eTWJM3E1somZ7D771oK7dQt9b8yw==
|
|
539
|
+
dependencies:
|
|
540
|
+
"@aws-sdk/types" "3.535.0"
|
|
541
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
542
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
543
|
+
"@smithy/property-provider" "^2.2.0"
|
|
544
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
545
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
546
|
+
"@smithy/types" "^2.12.0"
|
|
547
|
+
"@smithy/util-stream" "^2.2.0"
|
|
548
|
+
tslib "^2.6.2"
|
|
549
|
+
|
|
380
550
|
"@aws-sdk/credential-provider-ini@3.515.0":
|
|
381
551
|
version "3.515.0"
|
|
382
552
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz#f669afd30aeac6088db0d7d485730c633836872b"
|
|
@@ -394,6 +564,23 @@
|
|
|
394
564
|
"@smithy/types" "^2.9.1"
|
|
395
565
|
tslib "^2.5.0"
|
|
396
566
|
|
|
567
|
+
"@aws-sdk/credential-provider-ini@3.535.0":
|
|
568
|
+
version "3.535.0"
|
|
569
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.535.0.tgz#b121b1aba2916e3f45745cd690b4082421a7c286"
|
|
570
|
+
integrity sha512-bm3XOYlyCjtAb8eeHXLrxqRxYVRw2Iqv9IufdJb4gM13TbNSYniUT1WKaHxGIZ5p+FuNlXVhvk1OpHFM13+gXA==
|
|
571
|
+
dependencies:
|
|
572
|
+
"@aws-sdk/client-sts" "3.535.0"
|
|
573
|
+
"@aws-sdk/credential-provider-env" "3.535.0"
|
|
574
|
+
"@aws-sdk/credential-provider-process" "3.535.0"
|
|
575
|
+
"@aws-sdk/credential-provider-sso" "3.535.0"
|
|
576
|
+
"@aws-sdk/credential-provider-web-identity" "3.535.0"
|
|
577
|
+
"@aws-sdk/types" "3.535.0"
|
|
578
|
+
"@smithy/credential-provider-imds" "^2.3.0"
|
|
579
|
+
"@smithy/property-provider" "^2.2.0"
|
|
580
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
581
|
+
"@smithy/types" "^2.12.0"
|
|
582
|
+
tslib "^2.6.2"
|
|
583
|
+
|
|
397
584
|
"@aws-sdk/credential-provider-node@3.515.0":
|
|
398
585
|
version "3.515.0"
|
|
399
586
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz#57e2105208fb8b2edc857f48533cb0a1e28a9412"
|
|
@@ -412,6 +599,24 @@
|
|
|
412
599
|
"@smithy/types" "^2.9.1"
|
|
413
600
|
tslib "^2.5.0"
|
|
414
601
|
|
|
602
|
+
"@aws-sdk/credential-provider-node@3.535.0":
|
|
603
|
+
version "3.535.0"
|
|
604
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.535.0.tgz#6739b4b52a9cce29dc8e70c9a7290b89cdc4b904"
|
|
605
|
+
integrity sha512-6JXp/EuL6euUkH5k4d+lQFF6gBwukrcCOWfNHCmq14mNJf/cqT3HAX1VMtWFRSK20am0IxfYQGccb0/nZykdKg==
|
|
606
|
+
dependencies:
|
|
607
|
+
"@aws-sdk/credential-provider-env" "3.535.0"
|
|
608
|
+
"@aws-sdk/credential-provider-http" "3.535.0"
|
|
609
|
+
"@aws-sdk/credential-provider-ini" "3.535.0"
|
|
610
|
+
"@aws-sdk/credential-provider-process" "3.535.0"
|
|
611
|
+
"@aws-sdk/credential-provider-sso" "3.535.0"
|
|
612
|
+
"@aws-sdk/credential-provider-web-identity" "3.535.0"
|
|
613
|
+
"@aws-sdk/types" "3.535.0"
|
|
614
|
+
"@smithy/credential-provider-imds" "^2.3.0"
|
|
615
|
+
"@smithy/property-provider" "^2.2.0"
|
|
616
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
617
|
+
"@smithy/types" "^2.12.0"
|
|
618
|
+
tslib "^2.6.2"
|
|
619
|
+
|
|
415
620
|
"@aws-sdk/credential-provider-process@3.515.0":
|
|
416
621
|
version "3.515.0"
|
|
417
622
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz#71e1e624669ef5918b477b48ec8aff1bd686e787"
|
|
@@ -423,6 +628,17 @@
|
|
|
423
628
|
"@smithy/types" "^2.9.1"
|
|
424
629
|
tslib "^2.5.0"
|
|
425
630
|
|
|
631
|
+
"@aws-sdk/credential-provider-process@3.535.0":
|
|
632
|
+
version "3.535.0"
|
|
633
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.535.0.tgz#ea1e8a38a32e36bbdc3f75eb03352e6eafa0c659"
|
|
634
|
+
integrity sha512-9O1OaprGCnlb/kYl8RwmH7Mlg8JREZctB8r9sa1KhSsWFq/SWO0AuJTyowxD7zL5PkeS4eTvzFFHWCa3OO5epA==
|
|
635
|
+
dependencies:
|
|
636
|
+
"@aws-sdk/types" "3.535.0"
|
|
637
|
+
"@smithy/property-provider" "^2.2.0"
|
|
638
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
639
|
+
"@smithy/types" "^2.12.0"
|
|
640
|
+
tslib "^2.6.2"
|
|
641
|
+
|
|
426
642
|
"@aws-sdk/credential-provider-sso@3.515.0":
|
|
427
643
|
version "3.515.0"
|
|
428
644
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz#b8efce2c885adf529c4f70db76bcc188afef299b"
|
|
@@ -436,6 +652,19 @@
|
|
|
436
652
|
"@smithy/types" "^2.9.1"
|
|
437
653
|
tslib "^2.5.0"
|
|
438
654
|
|
|
655
|
+
"@aws-sdk/credential-provider-sso@3.535.0":
|
|
656
|
+
version "3.535.0"
|
|
657
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.535.0.tgz#dfc7c2f39f9ca965becd7e5b9414cd1bb2217490"
|
|
658
|
+
integrity sha512-2Dw0YIr8ETdFpq65CC4zK8ZIEbX78rXoNRZXUGNQW3oSKfL0tj8O8ErY6kg1IdEnYbGnEQ35q6luZ5GGNKLgDg==
|
|
659
|
+
dependencies:
|
|
660
|
+
"@aws-sdk/client-sso" "3.535.0"
|
|
661
|
+
"@aws-sdk/token-providers" "3.535.0"
|
|
662
|
+
"@aws-sdk/types" "3.535.0"
|
|
663
|
+
"@smithy/property-provider" "^2.2.0"
|
|
664
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
665
|
+
"@smithy/types" "^2.12.0"
|
|
666
|
+
tslib "^2.6.2"
|
|
667
|
+
|
|
439
668
|
"@aws-sdk/credential-provider-web-identity@3.515.0":
|
|
440
669
|
version "3.515.0"
|
|
441
670
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz#848f113ca92dd7a6ebbb436872688a78a28d309b"
|
|
@@ -447,6 +676,17 @@
|
|
|
447
676
|
"@smithy/types" "^2.9.1"
|
|
448
677
|
tslib "^2.5.0"
|
|
449
678
|
|
|
679
|
+
"@aws-sdk/credential-provider-web-identity@3.535.0":
|
|
680
|
+
version "3.535.0"
|
|
681
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.535.0.tgz#f1d3a72ff958cbd7e052c5109755379745ac35e0"
|
|
682
|
+
integrity sha512-t2/JWrKY0H66A7JW7CqX06/DG2YkJddikt5ymdQvx/Q7dRMJ3d+o/vgjoKr7RvEx/pNruCeyM1599HCvwrVMrg==
|
|
683
|
+
dependencies:
|
|
684
|
+
"@aws-sdk/client-sts" "3.535.0"
|
|
685
|
+
"@aws-sdk/types" "3.535.0"
|
|
686
|
+
"@smithy/property-provider" "^2.2.0"
|
|
687
|
+
"@smithy/types" "^2.12.0"
|
|
688
|
+
tslib "^2.6.2"
|
|
689
|
+
|
|
450
690
|
"@aws-sdk/middleware-bucket-endpoint@3.515.0":
|
|
451
691
|
version "3.515.0"
|
|
452
692
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.515.0.tgz#59dc2a3443f458cc503f70490618814ad0c2cbd9"
|
|
@@ -494,6 +734,16 @@
|
|
|
494
734
|
"@smithy/types" "^2.9.1"
|
|
495
735
|
tslib "^2.5.0"
|
|
496
736
|
|
|
737
|
+
"@aws-sdk/middleware-host-header@3.535.0":
|
|
738
|
+
version "3.535.0"
|
|
739
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.535.0.tgz#d5264f813592f5e77df25e5a14bbb0e6441812db"
|
|
740
|
+
integrity sha512-0h6TWjBWtDaYwHMQJI9ulafeS4lLaw1vIxRjbpH0svFRt6Eve+Sy8NlVhECfTU2hNz/fLubvrUxsXoThaLBIew==
|
|
741
|
+
dependencies:
|
|
742
|
+
"@aws-sdk/types" "3.535.0"
|
|
743
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
744
|
+
"@smithy/types" "^2.12.0"
|
|
745
|
+
tslib "^2.6.2"
|
|
746
|
+
|
|
497
747
|
"@aws-sdk/middleware-location-constraint@3.515.0":
|
|
498
748
|
version "3.515.0"
|
|
499
749
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.515.0.tgz#848a90fb284ba7fc7258faada73808425aeb7b76"
|
|
@@ -512,6 +762,15 @@
|
|
|
512
762
|
"@smithy/types" "^2.9.1"
|
|
513
763
|
tslib "^2.5.0"
|
|
514
764
|
|
|
765
|
+
"@aws-sdk/middleware-logger@3.535.0":
|
|
766
|
+
version "3.535.0"
|
|
767
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.535.0.tgz#1a8ffd6c368edd6cb32e1edf7b1dced95c1820ee"
|
|
768
|
+
integrity sha512-huNHpONOrEDrdRTvSQr1cJiRMNf0S52NDXtaPzdxiubTkP+vni2MohmZANMOai/qT0olmEVX01LhZ0ZAOgmg6A==
|
|
769
|
+
dependencies:
|
|
770
|
+
"@aws-sdk/types" "3.535.0"
|
|
771
|
+
"@smithy/types" "^2.12.0"
|
|
772
|
+
tslib "^2.6.2"
|
|
773
|
+
|
|
515
774
|
"@aws-sdk/middleware-recursion-detection@3.515.0":
|
|
516
775
|
version "3.515.0"
|
|
517
776
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz#7f44705d6d93adbcc743a5adf3bfa2c09670637c"
|
|
@@ -522,6 +781,16 @@
|
|
|
522
781
|
"@smithy/types" "^2.9.1"
|
|
523
782
|
tslib "^2.5.0"
|
|
524
783
|
|
|
784
|
+
"@aws-sdk/middleware-recursion-detection@3.535.0":
|
|
785
|
+
version "3.535.0"
|
|
786
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.535.0.tgz#6aa1e1bd1e84730d58a73021b745e20d4341a92d"
|
|
787
|
+
integrity sha512-am2qgGs+gwqmR4wHLWpzlZ8PWhm4ktj5bYSgDrsOfjhdBlWNxvPoID9/pDAz5RWL48+oH7I6SQzMqxXsFDikrw==
|
|
788
|
+
dependencies:
|
|
789
|
+
"@aws-sdk/types" "3.535.0"
|
|
790
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
791
|
+
"@smithy/types" "^2.12.0"
|
|
792
|
+
tslib "^2.6.2"
|
|
793
|
+
|
|
525
794
|
"@aws-sdk/middleware-sdk-s3@3.515.0":
|
|
526
795
|
version "3.515.0"
|
|
527
796
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.515.0.tgz#5d3e355d474c22c6748a4a6e48788eca3e81b713"
|
|
@@ -570,6 +839,17 @@
|
|
|
570
839
|
"@smithy/types" "^2.9.1"
|
|
571
840
|
tslib "^2.5.0"
|
|
572
841
|
|
|
842
|
+
"@aws-sdk/middleware-user-agent@3.535.0":
|
|
843
|
+
version "3.535.0"
|
|
844
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.535.0.tgz#2877ff5e42d943dd0c488e8b1ad82bd9da121227"
|
|
845
|
+
integrity sha512-Uvb2WJ+zdHdCOtsWVPI/M0BcfNrjOYsicDZWtaljucRJKLclY5gNWwD+RwIC+8b5TvfnVOlH+N5jhvpi5Impog==
|
|
846
|
+
dependencies:
|
|
847
|
+
"@aws-sdk/types" "3.535.0"
|
|
848
|
+
"@aws-sdk/util-endpoints" "3.535.0"
|
|
849
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
850
|
+
"@smithy/types" "^2.12.0"
|
|
851
|
+
tslib "^2.6.2"
|
|
852
|
+
|
|
573
853
|
"@aws-sdk/region-config-resolver@3.515.0":
|
|
574
854
|
version "3.515.0"
|
|
575
855
|
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz#c0973acc32256c3688265512cf6d0469baa3af21"
|
|
@@ -582,6 +862,18 @@
|
|
|
582
862
|
"@smithy/util-middleware" "^2.1.1"
|
|
583
863
|
tslib "^2.5.0"
|
|
584
864
|
|
|
865
|
+
"@aws-sdk/region-config-resolver@3.535.0":
|
|
866
|
+
version "3.535.0"
|
|
867
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.535.0.tgz#20a30fb5fbbe27ab70f2ed16327bae7e367b5cec"
|
|
868
|
+
integrity sha512-IXOznDiaItBjsQy4Fil0kzX/J3HxIOknEphqHbOfUf+LpA5ugcsxuQQONrbEQusCBnfJyymrldBvBhFmtlU9Wg==
|
|
869
|
+
dependencies:
|
|
870
|
+
"@aws-sdk/types" "3.535.0"
|
|
871
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
872
|
+
"@smithy/types" "^2.12.0"
|
|
873
|
+
"@smithy/util-config-provider" "^2.3.0"
|
|
874
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
875
|
+
tslib "^2.6.2"
|
|
876
|
+
|
|
585
877
|
"@aws-sdk/signature-v4-multi-region@3.515.0":
|
|
586
878
|
version "3.515.0"
|
|
587
879
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.515.0.tgz#93d10569869ccc506a7cb6603566c9e0638a436e"
|
|
@@ -606,6 +898,18 @@
|
|
|
606
898
|
"@smithy/types" "^2.9.1"
|
|
607
899
|
tslib "^2.5.0"
|
|
608
900
|
|
|
901
|
+
"@aws-sdk/token-providers@3.535.0":
|
|
902
|
+
version "3.535.0"
|
|
903
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.535.0.tgz#0d5aa221449d5b56730427b28d3319005c5700ed"
|
|
904
|
+
integrity sha512-4g+l/B9h1H/SiDtFRosW3pMwc+3PTXljZit+5NUBcET2XqcdUyHmgj3lBdu+CJ9CHdIMggRalYMAFXnRFe3Psg==
|
|
905
|
+
dependencies:
|
|
906
|
+
"@aws-sdk/client-sso-oidc" "3.535.0"
|
|
907
|
+
"@aws-sdk/types" "3.535.0"
|
|
908
|
+
"@smithy/property-provider" "^2.2.0"
|
|
909
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
910
|
+
"@smithy/types" "^2.12.0"
|
|
911
|
+
tslib "^2.6.2"
|
|
912
|
+
|
|
609
913
|
"@aws-sdk/types@3.515.0", "@aws-sdk/types@^3.222.0":
|
|
610
914
|
version "3.515.0"
|
|
611
915
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.515.0.tgz#ee97c887293211f1891bc1d8f0aaf354072b6002"
|
|
@@ -614,6 +918,14 @@
|
|
|
614
918
|
"@smithy/types" "^2.9.1"
|
|
615
919
|
tslib "^2.5.0"
|
|
616
920
|
|
|
921
|
+
"@aws-sdk/types@3.535.0":
|
|
922
|
+
version "3.535.0"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.535.0.tgz#5e6479f31299dd9df170e63f4d10fe739008cf04"
|
|
924
|
+
integrity sha512-aY4MYfduNj+sRR37U7XxYR8wemfbKP6lx00ze2M2uubn7mZotuVrWYAafbMSXrdEMSToE5JDhr28vArSOoLcSg==
|
|
925
|
+
dependencies:
|
|
926
|
+
"@smithy/types" "^2.12.0"
|
|
927
|
+
tslib "^2.6.2"
|
|
928
|
+
|
|
617
929
|
"@aws-sdk/util-arn-parser@3.495.0":
|
|
618
930
|
version "3.495.0"
|
|
619
931
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.495.0.tgz#539f2d6dfef343a80324348f1f9a1b7eed2390f3"
|
|
@@ -631,6 +943,16 @@
|
|
|
631
943
|
"@smithy/util-endpoints" "^1.1.1"
|
|
632
944
|
tslib "^2.5.0"
|
|
633
945
|
|
|
946
|
+
"@aws-sdk/util-endpoints@3.535.0":
|
|
947
|
+
version "3.535.0"
|
|
948
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.535.0.tgz#46f4b61b2661d6414ded8c98e4ad3c82a0bf597b"
|
|
949
|
+
integrity sha512-c8TlaQsiPchOOmTTR6qvHCO2O7L7NJwlKWAoQJ2GqWDZuC5es/fyuF2rp1h+ZRrUVraUomS0YdGkAmaDC7hJQg==
|
|
950
|
+
dependencies:
|
|
951
|
+
"@aws-sdk/types" "3.535.0"
|
|
952
|
+
"@smithy/types" "^2.12.0"
|
|
953
|
+
"@smithy/util-endpoints" "^1.2.0"
|
|
954
|
+
tslib "^2.6.2"
|
|
955
|
+
|
|
634
956
|
"@aws-sdk/util-locate-window@^3.0.0":
|
|
635
957
|
version "3.465.0"
|
|
636
958
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.465.0.tgz#0471428fb5eb749d4b72c427f5726f7b61fb90eb"
|
|
@@ -648,6 +970,16 @@
|
|
|
648
970
|
bowser "^2.11.0"
|
|
649
971
|
tslib "^2.5.0"
|
|
650
972
|
|
|
973
|
+
"@aws-sdk/util-user-agent-browser@3.535.0":
|
|
974
|
+
version "3.535.0"
|
|
975
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.535.0.tgz#d67d72e8b933051620f18ddb1c2be225f79f588f"
|
|
976
|
+
integrity sha512-RWMcF/xV5n+nhaA/Ff5P3yNP3Kur/I+VNZngog4TEs92oB/nwOdAg/2JL8bVAhUbMrjTjpwm7PItziYFQoqyig==
|
|
977
|
+
dependencies:
|
|
978
|
+
"@aws-sdk/types" "3.535.0"
|
|
979
|
+
"@smithy/types" "^2.12.0"
|
|
980
|
+
bowser "^2.11.0"
|
|
981
|
+
tslib "^2.6.2"
|
|
982
|
+
|
|
651
983
|
"@aws-sdk/util-user-agent-node@3.515.0":
|
|
652
984
|
version "3.515.0"
|
|
653
985
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz#a76182778964e9e9098f5607b379c0efb12ffaa4"
|
|
@@ -658,6 +990,16 @@
|
|
|
658
990
|
"@smithy/types" "^2.9.1"
|
|
659
991
|
tslib "^2.5.0"
|
|
660
992
|
|
|
993
|
+
"@aws-sdk/util-user-agent-node@3.535.0":
|
|
994
|
+
version "3.535.0"
|
|
995
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.535.0.tgz#f5c26fb6f3f561d3cf35f96f303b1775afad0a5b"
|
|
996
|
+
integrity sha512-dRek0zUuIT25wOWJlsRm97nTkUlh1NDcLsQZIN2Y8KxhwoXXWtJs5vaDPT+qAg+OpcNj80i1zLR/CirqlFg/TQ==
|
|
997
|
+
dependencies:
|
|
998
|
+
"@aws-sdk/types" "3.535.0"
|
|
999
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
1000
|
+
"@smithy/types" "^2.12.0"
|
|
1001
|
+
tslib "^2.6.2"
|
|
1002
|
+
|
|
661
1003
|
"@aws-sdk/util-utf8-browser@^3.0.0":
|
|
662
1004
|
version "3.259.0"
|
|
663
1005
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff"
|
|
@@ -673,6 +1015,14 @@
|
|
|
673
1015
|
"@smithy/types" "^2.9.1"
|
|
674
1016
|
tslib "^2.5.0"
|
|
675
1017
|
|
|
1018
|
+
"@aws-sdk/xml-builder@3.535.0":
|
|
1019
|
+
version "3.535.0"
|
|
1020
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.535.0.tgz#dbe66338f64e283951778f7d07a4afd2d7d09bfd"
|
|
1021
|
+
integrity sha512-VXAq/Jz8KIrU84+HqsOJhIKZqG0PNTdi6n6PFQ4xJf44ZQHD/5C7ouH4qCFX5XgZXcgbRIcMVVYGC6Jye0dRng==
|
|
1022
|
+
dependencies:
|
|
1023
|
+
"@smithy/types" "^2.12.0"
|
|
1024
|
+
tslib "^2.6.2"
|
|
1025
|
+
|
|
676
1026
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13":
|
|
677
1027
|
version "7.22.13"
|
|
678
1028
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
|
|
@@ -1469,10 +1819,10 @@
|
|
|
1469
1819
|
wordwrap "^1.0.0"
|
|
1470
1820
|
wrap-ansi "^7.0.0"
|
|
1471
1821
|
|
|
1472
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.
|
|
1473
|
-
version "3.
|
|
1474
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1475
|
-
integrity sha512-
|
|
1822
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
|
|
1823
|
+
version "3.25.2"
|
|
1824
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1825
|
+
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
1476
1826
|
dependencies:
|
|
1477
1827
|
"@types/cli-progress" "^3.11.5"
|
|
1478
1828
|
ansi-escapes "^4.3.2"
|
|
@@ -1519,19 +1869,19 @@
|
|
|
1519
1869
|
semver "^7.6.0"
|
|
1520
1870
|
ts-json-schema-generator "^1.5.0"
|
|
1521
1871
|
|
|
1522
|
-
"@oclif/plugin-help@^6.0.
|
|
1523
|
-
version "6.0.
|
|
1524
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1525
|
-
integrity sha512-
|
|
1872
|
+
"@oclif/plugin-help@^6.0.18":
|
|
1873
|
+
version "6.0.18"
|
|
1874
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.18.tgz#9ba4151b5d77b78a345ad1308620a1fbf9731ac8"
|
|
1875
|
+
integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
|
|
1526
1876
|
dependencies:
|
|
1527
|
-
"@oclif/core" "^3.
|
|
1877
|
+
"@oclif/core" "^3.23.0"
|
|
1528
1878
|
|
|
1529
|
-
"@oclif/plugin-not-found@^3.0.
|
|
1530
|
-
version "3.0.
|
|
1531
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
1532
|
-
integrity sha512-
|
|
1879
|
+
"@oclif/plugin-not-found@^3.0.14":
|
|
1880
|
+
version "3.0.14"
|
|
1881
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01"
|
|
1882
|
+
integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
|
|
1533
1883
|
dependencies:
|
|
1534
|
-
"@oclif/core" "^3.
|
|
1884
|
+
"@oclif/core" "^3.21.0"
|
|
1535
1885
|
chalk "^5.3.0"
|
|
1536
1886
|
fast-levenshtein "^3.0.0"
|
|
1537
1887
|
|
|
@@ -1667,10 +2017,10 @@
|
|
|
1667
2017
|
strip-ansi "6.0.1"
|
|
1668
2018
|
ts-retry-promise "^0.8.0"
|
|
1669
2019
|
|
|
1670
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.
|
|
1671
|
-
version "6.7.
|
|
1672
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1673
|
-
integrity sha512-
|
|
2020
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
|
|
2021
|
+
version "6.7.1"
|
|
2022
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696"
|
|
2023
|
+
integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
|
|
1674
2024
|
dependencies:
|
|
1675
2025
|
"@salesforce/kit" "^3.0.15"
|
|
1676
2026
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1868,6 +2218,14 @@
|
|
|
1868
2218
|
"@smithy/types" "^2.9.1"
|
|
1869
2219
|
tslib "^2.5.0"
|
|
1870
2220
|
|
|
2221
|
+
"@smithy/abort-controller@^2.2.0":
|
|
2222
|
+
version "2.2.0"
|
|
2223
|
+
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.2.0.tgz#18983401a5e2154b5c94057730024a7d14cbcd35"
|
|
2224
|
+
integrity sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==
|
|
2225
|
+
dependencies:
|
|
2226
|
+
"@smithy/types" "^2.12.0"
|
|
2227
|
+
tslib "^2.6.2"
|
|
2228
|
+
|
|
1871
2229
|
"@smithy/chunked-blob-reader-native@^2.1.1":
|
|
1872
2230
|
version "2.1.1"
|
|
1873
2231
|
resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-2.1.1.tgz#6b98479c8f6ea94832dd6a6e5ca78969a44eafe1"
|
|
@@ -1894,6 +2252,17 @@
|
|
|
1894
2252
|
"@smithy/util-middleware" "^2.1.1"
|
|
1895
2253
|
tslib "^2.5.0"
|
|
1896
2254
|
|
|
2255
|
+
"@smithy/config-resolver@^2.2.0":
|
|
2256
|
+
version "2.2.0"
|
|
2257
|
+
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.2.0.tgz#54f40478bb61709b396960a3535866dba5422757"
|
|
2258
|
+
integrity sha512-fsiMgd8toyUba6n1WRmr+qACzXltpdDkPTAaDqc8QqPBUzO+/JKwL6bUBseHVi8tu9l+3JOK+tSf7cay+4B3LA==
|
|
2259
|
+
dependencies:
|
|
2260
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2261
|
+
"@smithy/types" "^2.12.0"
|
|
2262
|
+
"@smithy/util-config-provider" "^2.3.0"
|
|
2263
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
2264
|
+
tslib "^2.6.2"
|
|
2265
|
+
|
|
1897
2266
|
"@smithy/core@^1.3.2":
|
|
1898
2267
|
version "1.3.2"
|
|
1899
2268
|
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.2.tgz#e11f3860b69ec0bdbd31e6afaa54963c02dc7f8e"
|
|
@@ -1908,6 +2277,20 @@
|
|
|
1908
2277
|
"@smithy/util-middleware" "^2.1.1"
|
|
1909
2278
|
tslib "^2.5.0"
|
|
1910
2279
|
|
|
2280
|
+
"@smithy/core@^1.4.0":
|
|
2281
|
+
version "1.4.0"
|
|
2282
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.4.0.tgz#5f9f86b681b9cbf23904041dad6f0531efe8375e"
|
|
2283
|
+
integrity sha512-uu9ZDI95Uij4qk+L6kyFjdk11zqBkcJ3Lv0sc6jZrqHvLyr0+oeekD3CnqMafBn/5PRI6uv6ulW3kNLRBUHeVw==
|
|
2284
|
+
dependencies:
|
|
2285
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
2286
|
+
"@smithy/middleware-retry" "^2.2.0"
|
|
2287
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
2288
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2289
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
2290
|
+
"@smithy/types" "^2.12.0"
|
|
2291
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
2292
|
+
tslib "^2.6.2"
|
|
2293
|
+
|
|
1911
2294
|
"@smithy/credential-provider-imds@^2.2.1":
|
|
1912
2295
|
version "2.2.1"
|
|
1913
2296
|
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz#4805bf5e104718b959cf8699113fa9de6ddeeafa"
|
|
@@ -1919,6 +2302,17 @@
|
|
|
1919
2302
|
"@smithy/url-parser" "^2.1.1"
|
|
1920
2303
|
tslib "^2.5.0"
|
|
1921
2304
|
|
|
2305
|
+
"@smithy/credential-provider-imds@^2.3.0":
|
|
2306
|
+
version "2.3.0"
|
|
2307
|
+
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz#326ce401b82e53f3c7ee4862a066136959a06166"
|
|
2308
|
+
integrity sha512-BWB9mIukO1wjEOo1Ojgl6LrG4avcaC7T/ZP6ptmAaW4xluhSIPZhY+/PI5YKzlk+jsm+4sQZB45Bt1OfMeQa3w==
|
|
2309
|
+
dependencies:
|
|
2310
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2311
|
+
"@smithy/property-provider" "^2.2.0"
|
|
2312
|
+
"@smithy/types" "^2.12.0"
|
|
2313
|
+
"@smithy/url-parser" "^2.2.0"
|
|
2314
|
+
tslib "^2.6.2"
|
|
2315
|
+
|
|
1922
2316
|
"@smithy/eventstream-codec@^2.1.1":
|
|
1923
2317
|
version "2.1.1"
|
|
1924
2318
|
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.1.tgz#4405ab0f9c77d439c575560c4886e59ee17d6d38"
|
|
@@ -1929,6 +2323,16 @@
|
|
|
1929
2323
|
"@smithy/util-hex-encoding" "^2.1.1"
|
|
1930
2324
|
tslib "^2.5.0"
|
|
1931
2325
|
|
|
2326
|
+
"@smithy/eventstream-codec@^2.2.0":
|
|
2327
|
+
version "2.2.0"
|
|
2328
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.2.0.tgz#63d74fa817188995eb55e792a38060b0ede98dc4"
|
|
2329
|
+
integrity sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==
|
|
2330
|
+
dependencies:
|
|
2331
|
+
"@aws-crypto/crc32" "3.0.0"
|
|
2332
|
+
"@smithy/types" "^2.12.0"
|
|
2333
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
|
2334
|
+
tslib "^2.6.2"
|
|
2335
|
+
|
|
1932
2336
|
"@smithy/eventstream-serde-browser@^2.1.1":
|
|
1933
2337
|
version "2.1.1"
|
|
1934
2338
|
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.1.1.tgz#743a374639e9e2dd858b6fda1fd814eb6c604946"
|
|
@@ -1975,6 +2379,17 @@
|
|
|
1975
2379
|
"@smithy/util-base64" "^2.1.1"
|
|
1976
2380
|
tslib "^2.5.0"
|
|
1977
2381
|
|
|
2382
|
+
"@smithy/fetch-http-handler@^2.5.0":
|
|
2383
|
+
version "2.5.0"
|
|
2384
|
+
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.5.0.tgz#0b8e1562807fdf91fe7dd5cde620d7a03ddc10ac"
|
|
2385
|
+
integrity sha512-BOWEBeppWhLn/no/JxUL/ghTfANTjT7kg3Ww2rPqTUY9R4yHPXxJ9JhMe3Z03LN3aPwiwlpDIUcVw1xDyHqEhw==
|
|
2386
|
+
dependencies:
|
|
2387
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2388
|
+
"@smithy/querystring-builder" "^2.2.0"
|
|
2389
|
+
"@smithy/types" "^2.12.0"
|
|
2390
|
+
"@smithy/util-base64" "^2.3.0"
|
|
2391
|
+
tslib "^2.6.2"
|
|
2392
|
+
|
|
1978
2393
|
"@smithy/hash-blob-browser@^2.1.1":
|
|
1979
2394
|
version "2.1.1"
|
|
1980
2395
|
resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-2.1.1.tgz#f4571d4e2fbc2cc1869c443850e5409bf541ba25"
|
|
@@ -1995,6 +2410,16 @@
|
|
|
1995
2410
|
"@smithy/util-utf8" "^2.1.1"
|
|
1996
2411
|
tslib "^2.5.0"
|
|
1997
2412
|
|
|
2413
|
+
"@smithy/hash-node@^2.2.0":
|
|
2414
|
+
version "2.2.0"
|
|
2415
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.2.0.tgz#df29e1e64811be905cb3577703b0e2d0b07fc5cc"
|
|
2416
|
+
integrity sha512-zLWaC/5aWpMrHKpoDF6nqpNtBhlAYKF/7+9yMN7GpdR8CzohnWfGtMznPybnwSS8saaXBMxIGwJqR4HmRp6b3g==
|
|
2417
|
+
dependencies:
|
|
2418
|
+
"@smithy/types" "^2.12.0"
|
|
2419
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
|
2420
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
2421
|
+
tslib "^2.6.2"
|
|
2422
|
+
|
|
1998
2423
|
"@smithy/hash-stream-node@^2.1.1":
|
|
1999
2424
|
version "2.1.1"
|
|
2000
2425
|
resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-2.1.1.tgz#d1885a3bf159872cbb8c9d9f1aefc596ea6cf5db"
|
|
@@ -2012,6 +2437,14 @@
|
|
|
2012
2437
|
"@smithy/types" "^2.9.1"
|
|
2013
2438
|
tslib "^2.5.0"
|
|
2014
2439
|
|
|
2440
|
+
"@smithy/invalid-dependency@^2.2.0":
|
|
2441
|
+
version "2.2.0"
|
|
2442
|
+
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.2.0.tgz#ee3d8980022cb5edb514ac187d159b3e773640f0"
|
|
2443
|
+
integrity sha512-nEDASdbKFKPXN2O6lOlTgrEEOO9NHIeO+HVvZnkqc8h5U9g3BIhWsvzFo+UcUbliMHvKNPD/zVxDrkP1Sbgp8Q==
|
|
2444
|
+
dependencies:
|
|
2445
|
+
"@smithy/types" "^2.12.0"
|
|
2446
|
+
tslib "^2.6.2"
|
|
2447
|
+
|
|
2015
2448
|
"@smithy/is-array-buffer@^2.1.1":
|
|
2016
2449
|
version "2.1.1"
|
|
2017
2450
|
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-2.1.1.tgz#07b4c77ae67ed58a84400c76edd482271f9f957b"
|
|
@@ -2019,6 +2452,13 @@
|
|
|
2019
2452
|
dependencies:
|
|
2020
2453
|
tslib "^2.5.0"
|
|
2021
2454
|
|
|
2455
|
+
"@smithy/is-array-buffer@^2.2.0":
|
|
2456
|
+
version "2.2.0"
|
|
2457
|
+
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz#f84f0d9f9a36601a9ca9381688bd1b726fd39111"
|
|
2458
|
+
integrity sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==
|
|
2459
|
+
dependencies:
|
|
2460
|
+
tslib "^2.6.2"
|
|
2461
|
+
|
|
2022
2462
|
"@smithy/md5-js@^2.1.1":
|
|
2023
2463
|
version "2.1.1"
|
|
2024
2464
|
resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-2.1.1.tgz#f414982bc6ab275b80ec517d2e44a779c374ff9c"
|
|
@@ -2037,6 +2477,15 @@
|
|
|
2037
2477
|
"@smithy/types" "^2.9.1"
|
|
2038
2478
|
tslib "^2.5.0"
|
|
2039
2479
|
|
|
2480
|
+
"@smithy/middleware-content-length@^2.2.0":
|
|
2481
|
+
version "2.2.0"
|
|
2482
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.2.0.tgz#a82e97bd83d8deab69e07fea4512563bedb9461a"
|
|
2483
|
+
integrity sha512-5bl2LG1Ah/7E5cMSC+q+h3IpVHMeOkG0yLRyQT1p2aMJkSrZG7RlXHPuAgb7EyaFeidKEnnd/fNaLLaKlHGzDQ==
|
|
2484
|
+
dependencies:
|
|
2485
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2486
|
+
"@smithy/types" "^2.12.0"
|
|
2487
|
+
tslib "^2.6.2"
|
|
2488
|
+
|
|
2040
2489
|
"@smithy/middleware-endpoint@^2.4.1":
|
|
2041
2490
|
version "2.4.1"
|
|
2042
2491
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.1.tgz#9e500df4d944741808e92018ccd2e948b598a49f"
|
|
@@ -2050,6 +2499,19 @@
|
|
|
2050
2499
|
"@smithy/util-middleware" "^2.1.1"
|
|
2051
2500
|
tslib "^2.5.0"
|
|
2052
2501
|
|
|
2502
|
+
"@smithy/middleware-endpoint@^2.5.0":
|
|
2503
|
+
version "2.5.0"
|
|
2504
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.5.0.tgz#9f1459e9b4cbf00fadfd99e98f88d4b1a2aeb987"
|
|
2505
|
+
integrity sha512-OBhI9ZEAG8Xen0xsFJwwNOt44WE2CWkfYIxTognC8x42Lfsdf0VN/wCMqpdkySMDio/vts10BiovAxQp0T0faA==
|
|
2506
|
+
dependencies:
|
|
2507
|
+
"@smithy/middleware-serde" "^2.3.0"
|
|
2508
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2509
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
2510
|
+
"@smithy/types" "^2.12.0"
|
|
2511
|
+
"@smithy/url-parser" "^2.2.0"
|
|
2512
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
2513
|
+
tslib "^2.6.2"
|
|
2514
|
+
|
|
2053
2515
|
"@smithy/middleware-retry@^2.1.1":
|
|
2054
2516
|
version "2.1.1"
|
|
2055
2517
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.1.1.tgz#ddc749dd927f136714f76ca5a52dcfb0993ee162"
|
|
@@ -2065,6 +2527,21 @@
|
|
|
2065
2527
|
tslib "^2.5.0"
|
|
2066
2528
|
uuid "^8.3.2"
|
|
2067
2529
|
|
|
2530
|
+
"@smithy/middleware-retry@^2.2.0":
|
|
2531
|
+
version "2.2.0"
|
|
2532
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.2.0.tgz#ff48ac01ad57394eeea15a0146a86079cf6364b7"
|
|
2533
|
+
integrity sha512-PsjDOLpbevgn37yJbawmfVoanru40qVA8UEf2+YA1lvOefmhuhL6ZbKtGsLAWDRnE1OlAmedsbA/htH6iSZjNA==
|
|
2534
|
+
dependencies:
|
|
2535
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2536
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2537
|
+
"@smithy/service-error-classification" "^2.1.5"
|
|
2538
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
2539
|
+
"@smithy/types" "^2.12.0"
|
|
2540
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
2541
|
+
"@smithy/util-retry" "^2.2.0"
|
|
2542
|
+
tslib "^2.6.2"
|
|
2543
|
+
uuid "^8.3.2"
|
|
2544
|
+
|
|
2068
2545
|
"@smithy/middleware-serde@^2.1.1":
|
|
2069
2546
|
version "2.1.1"
|
|
2070
2547
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.1.1.tgz#2c5750f76e276a5249720f6c3c24fac29abbee16"
|
|
@@ -2073,6 +2550,14 @@
|
|
|
2073
2550
|
"@smithy/types" "^2.9.1"
|
|
2074
2551
|
tslib "^2.5.0"
|
|
2075
2552
|
|
|
2553
|
+
"@smithy/middleware-serde@^2.3.0":
|
|
2554
|
+
version "2.3.0"
|
|
2555
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.3.0.tgz#a7615ba646a88b6f695f2d55de13d8158181dd13"
|
|
2556
|
+
integrity sha512-sIADe7ojwqTyvEQBe1nc/GXB9wdHhi9UwyX0lTyttmUWDJLP655ZYE1WngnNyXREme8I27KCaUhyhZWRXL0q7Q==
|
|
2557
|
+
dependencies:
|
|
2558
|
+
"@smithy/types" "^2.12.0"
|
|
2559
|
+
tslib "^2.6.2"
|
|
2560
|
+
|
|
2076
2561
|
"@smithy/middleware-stack@^2.1.1":
|
|
2077
2562
|
version "2.1.1"
|
|
2078
2563
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.1.1.tgz#67f992dc36e8a6861f881f80a81c1c30956a0396"
|
|
@@ -2081,6 +2566,14 @@
|
|
|
2081
2566
|
"@smithy/types" "^2.9.1"
|
|
2082
2567
|
tslib "^2.5.0"
|
|
2083
2568
|
|
|
2569
|
+
"@smithy/middleware-stack@^2.2.0":
|
|
2570
|
+
version "2.2.0"
|
|
2571
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.2.0.tgz#3fb49eae6313f16f6f30fdaf28e11a7321f34d9f"
|
|
2572
|
+
integrity sha512-Qntc3jrtwwrsAC+X8wms8zhrTr0sFXnyEGhZd9sLtsJ/6gGQKFzNB+wWbOcpJd7BR8ThNCoKt76BuQahfMvpeA==
|
|
2573
|
+
dependencies:
|
|
2574
|
+
"@smithy/types" "^2.12.0"
|
|
2575
|
+
tslib "^2.6.2"
|
|
2576
|
+
|
|
2084
2577
|
"@smithy/node-config-provider@^2.2.1":
|
|
2085
2578
|
version "2.2.1"
|
|
2086
2579
|
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.2.1.tgz#c440c7948d58d72f0e212aa1967aa12f0729defd"
|
|
@@ -2091,6 +2584,16 @@
|
|
|
2091
2584
|
"@smithy/types" "^2.9.1"
|
|
2092
2585
|
tslib "^2.5.0"
|
|
2093
2586
|
|
|
2587
|
+
"@smithy/node-config-provider@^2.3.0":
|
|
2588
|
+
version "2.3.0"
|
|
2589
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.3.0.tgz#9fac0c94a14c5b5b8b8fa37f20c310a844ab9922"
|
|
2590
|
+
integrity sha512-0elK5/03a1JPWMDPaS726Iw6LpQg80gFut1tNpPfxFuChEEklo2yL823V94SpTZTxmKlXFtFgsP55uh3dErnIg==
|
|
2591
|
+
dependencies:
|
|
2592
|
+
"@smithy/property-provider" "^2.2.0"
|
|
2593
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
|
2594
|
+
"@smithy/types" "^2.12.0"
|
|
2595
|
+
tslib "^2.6.2"
|
|
2596
|
+
|
|
2094
2597
|
"@smithy/node-http-handler@^2.3.1":
|
|
2095
2598
|
version "2.3.1"
|
|
2096
2599
|
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.3.1.tgz#77d23279ff0a12cbe7cde93c5e7c0e86ad56dd20"
|
|
@@ -2102,6 +2605,17 @@
|
|
|
2102
2605
|
"@smithy/types" "^2.9.1"
|
|
2103
2606
|
tslib "^2.5.0"
|
|
2104
2607
|
|
|
2608
|
+
"@smithy/node-http-handler@^2.5.0":
|
|
2609
|
+
version "2.5.0"
|
|
2610
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.5.0.tgz#7b5e0565dd23d340380489bd5fe4316d2bed32de"
|
|
2611
|
+
integrity sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==
|
|
2612
|
+
dependencies:
|
|
2613
|
+
"@smithy/abort-controller" "^2.2.0"
|
|
2614
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2615
|
+
"@smithy/querystring-builder" "^2.2.0"
|
|
2616
|
+
"@smithy/types" "^2.12.0"
|
|
2617
|
+
tslib "^2.6.2"
|
|
2618
|
+
|
|
2105
2619
|
"@smithy/property-provider@^2.1.1":
|
|
2106
2620
|
version "2.1.1"
|
|
2107
2621
|
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.1.1.tgz#0f7ffc5e43829eaca5b2b5aae8554807a52b30f3"
|
|
@@ -2110,6 +2624,14 @@
|
|
|
2110
2624
|
"@smithy/types" "^2.9.1"
|
|
2111
2625
|
tslib "^2.5.0"
|
|
2112
2626
|
|
|
2627
|
+
"@smithy/property-provider@^2.2.0":
|
|
2628
|
+
version "2.2.0"
|
|
2629
|
+
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.2.0.tgz#37e3525a3fa3e11749f86a4f89f0fd7765a6edb0"
|
|
2630
|
+
integrity sha512-+xiil2lFhtTRzXkx8F053AV46QnIw6e7MV8od5Mi68E1ICOjCeCHw2XfLnDEUHnT9WGUIkwcqavXjfwuJbGlpg==
|
|
2631
|
+
dependencies:
|
|
2632
|
+
"@smithy/types" "^2.12.0"
|
|
2633
|
+
tslib "^2.6.2"
|
|
2634
|
+
|
|
2113
2635
|
"@smithy/protocol-http@^3.1.1":
|
|
2114
2636
|
version "3.1.1"
|
|
2115
2637
|
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.1.1.tgz#eee522d0ed964a72b735d64925e07bcfb7a7806f"
|
|
@@ -2118,6 +2640,14 @@
|
|
|
2118
2640
|
"@smithy/types" "^2.9.1"
|
|
2119
2641
|
tslib "^2.5.0"
|
|
2120
2642
|
|
|
2643
|
+
"@smithy/protocol-http@^3.3.0":
|
|
2644
|
+
version "3.3.0"
|
|
2645
|
+
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.3.0.tgz#a37df7b4bb4960cdda560ce49acfd64c455e4090"
|
|
2646
|
+
integrity sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==
|
|
2647
|
+
dependencies:
|
|
2648
|
+
"@smithy/types" "^2.12.0"
|
|
2649
|
+
tslib "^2.6.2"
|
|
2650
|
+
|
|
2121
2651
|
"@smithy/querystring-builder@^2.1.1":
|
|
2122
2652
|
version "2.1.1"
|
|
2123
2653
|
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.1.1.tgz#b9693448ad3f8e0767d84cf5cae29f35514591fb"
|
|
@@ -2127,6 +2657,15 @@
|
|
|
2127
2657
|
"@smithy/util-uri-escape" "^2.1.1"
|
|
2128
2658
|
tslib "^2.5.0"
|
|
2129
2659
|
|
|
2660
|
+
"@smithy/querystring-builder@^2.2.0":
|
|
2661
|
+
version "2.2.0"
|
|
2662
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.2.0.tgz#22937e19fcd0aaa1a3e614ef8cb6f8e86756a4ef"
|
|
2663
|
+
integrity sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==
|
|
2664
|
+
dependencies:
|
|
2665
|
+
"@smithy/types" "^2.12.0"
|
|
2666
|
+
"@smithy/util-uri-escape" "^2.2.0"
|
|
2667
|
+
tslib "^2.6.2"
|
|
2668
|
+
|
|
2130
2669
|
"@smithy/querystring-parser@^2.1.1":
|
|
2131
2670
|
version "2.1.1"
|
|
2132
2671
|
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.1.1.tgz#a4282a66cc56844317dbff824e573f469bbfc032"
|
|
@@ -2135,6 +2674,14 @@
|
|
|
2135
2674
|
"@smithy/types" "^2.9.1"
|
|
2136
2675
|
tslib "^2.5.0"
|
|
2137
2676
|
|
|
2677
|
+
"@smithy/querystring-parser@^2.2.0":
|
|
2678
|
+
version "2.2.0"
|
|
2679
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.2.0.tgz#24a5633f4b3806ff2888d4c2f4169e105fdffd79"
|
|
2680
|
+
integrity sha512-BvHCDrKfbG5Yhbpj4vsbuPV2GgcpHiAkLeIlcA1LtfpMz3jrqizP1+OguSNSj1MwBHEiN+jwNisXLGdajGDQJA==
|
|
2681
|
+
dependencies:
|
|
2682
|
+
"@smithy/types" "^2.12.0"
|
|
2683
|
+
tslib "^2.6.2"
|
|
2684
|
+
|
|
2138
2685
|
"@smithy/service-error-classification@^2.1.1":
|
|
2139
2686
|
version "2.1.1"
|
|
2140
2687
|
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.1.tgz#dd24e1ec529ae9ec8e87d8b15f0fc8f7e17f3d02"
|
|
@@ -2142,6 +2689,13 @@
|
|
|
2142
2689
|
dependencies:
|
|
2143
2690
|
"@smithy/types" "^2.9.1"
|
|
2144
2691
|
|
|
2692
|
+
"@smithy/service-error-classification@^2.1.5":
|
|
2693
|
+
version "2.1.5"
|
|
2694
|
+
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.5.tgz#0568a977cc0db36299d8703a5d8609c1f600c005"
|
|
2695
|
+
integrity sha512-uBDTIBBEdAQryvHdc5W8sS5YX7RQzF683XrHePVdFmAgKiMofU15FLSM0/HU03hKTnazdNRFa0YHS7+ArwoUSQ==
|
|
2696
|
+
dependencies:
|
|
2697
|
+
"@smithy/types" "^2.12.0"
|
|
2698
|
+
|
|
2145
2699
|
"@smithy/shared-ini-file-loader@^2.3.1":
|
|
2146
2700
|
version "2.3.1"
|
|
2147
2701
|
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.1.tgz#a2e28b4d85f8a8262a84403fa2b74a086b3a7703"
|
|
@@ -2150,6 +2704,14 @@
|
|
|
2150
2704
|
"@smithy/types" "^2.9.1"
|
|
2151
2705
|
tslib "^2.5.0"
|
|
2152
2706
|
|
|
2707
|
+
"@smithy/shared-ini-file-loader@^2.4.0":
|
|
2708
|
+
version "2.4.0"
|
|
2709
|
+
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.4.0.tgz#1636d6eb9bff41e36ac9c60364a37fd2ffcb9947"
|
|
2710
|
+
integrity sha512-WyujUJL8e1B6Z4PBfAqC/aGY1+C7T0w20Gih3yrvJSk97gpiVfB+y7c46T4Nunk+ZngLq0rOIdeVeIklk0R3OA==
|
|
2711
|
+
dependencies:
|
|
2712
|
+
"@smithy/types" "^2.12.0"
|
|
2713
|
+
tslib "^2.6.2"
|
|
2714
|
+
|
|
2153
2715
|
"@smithy/signature-v4@^2.1.1":
|
|
2154
2716
|
version "2.1.1"
|
|
2155
2717
|
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.1.1.tgz#6080171e3d694f40d3f553bbc236c5c433efd4d2"
|
|
@@ -2164,6 +2726,20 @@
|
|
|
2164
2726
|
"@smithy/util-utf8" "^2.1.1"
|
|
2165
2727
|
tslib "^2.5.0"
|
|
2166
2728
|
|
|
2729
|
+
"@smithy/signature-v4@^2.2.0":
|
|
2730
|
+
version "2.2.0"
|
|
2731
|
+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.2.0.tgz#8fe6a574188b71fba6056111b88d50c84babb060"
|
|
2732
|
+
integrity sha512-+B5TNzj/fRZzVW3z8UUJOkNx15+4E0CLuvJmJUA1JUIZFp3rdJ/M2H5r2SqltaVPXL0oIxv/6YK92T9TsFGbFg==
|
|
2733
|
+
dependencies:
|
|
2734
|
+
"@smithy/eventstream-codec" "^2.2.0"
|
|
2735
|
+
"@smithy/is-array-buffer" "^2.2.0"
|
|
2736
|
+
"@smithy/types" "^2.12.0"
|
|
2737
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
|
2738
|
+
"@smithy/util-middleware" "^2.2.0"
|
|
2739
|
+
"@smithy/util-uri-escape" "^2.2.0"
|
|
2740
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
2741
|
+
tslib "^2.6.2"
|
|
2742
|
+
|
|
2167
2743
|
"@smithy/smithy-client@^2.3.1":
|
|
2168
2744
|
version "2.3.1"
|
|
2169
2745
|
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.3.1.tgz#0c3a4a0d3935c7ad2240cc23181f276705212b1f"
|
|
@@ -2176,6 +2752,25 @@
|
|
|
2176
2752
|
"@smithy/util-stream" "^2.1.1"
|
|
2177
2753
|
tslib "^2.5.0"
|
|
2178
2754
|
|
|
2755
|
+
"@smithy/smithy-client@^2.5.0":
|
|
2756
|
+
version "2.5.0"
|
|
2757
|
+
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.5.0.tgz#8de4fff221d232dda34a8e706d6a4f2911dffe2e"
|
|
2758
|
+
integrity sha512-DDXWHWdimtS3y/Kw1Jo46KQ0ZYsDKcldFynQERUGBPDpkW1lXOTHy491ALHjwfiBQvzsVKVxl5+ocXNIgJuX4g==
|
|
2759
|
+
dependencies:
|
|
2760
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
|
2761
|
+
"@smithy/middleware-stack" "^2.2.0"
|
|
2762
|
+
"@smithy/protocol-http" "^3.3.0"
|
|
2763
|
+
"@smithy/types" "^2.12.0"
|
|
2764
|
+
"@smithy/util-stream" "^2.2.0"
|
|
2765
|
+
tslib "^2.6.2"
|
|
2766
|
+
|
|
2767
|
+
"@smithy/types@^2.12.0":
|
|
2768
|
+
version "2.12.0"
|
|
2769
|
+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.12.0.tgz#c44845f8ba07e5e8c88eda5aed7e6a0c462da041"
|
|
2770
|
+
integrity sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==
|
|
2771
|
+
dependencies:
|
|
2772
|
+
tslib "^2.6.2"
|
|
2773
|
+
|
|
2179
2774
|
"@smithy/types@^2.9.1":
|
|
2180
2775
|
version "2.9.1"
|
|
2181
2776
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.9.1.tgz#ed04d4144eed3b8bd26d20fc85aae8d6e357ebb9"
|
|
@@ -2192,6 +2787,15 @@
|
|
|
2192
2787
|
"@smithy/types" "^2.9.1"
|
|
2193
2788
|
tslib "^2.5.0"
|
|
2194
2789
|
|
|
2790
|
+
"@smithy/url-parser@^2.2.0":
|
|
2791
|
+
version "2.2.0"
|
|
2792
|
+
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.2.0.tgz#6fcda6116391a4f61fef5580eb540e128359b3c0"
|
|
2793
|
+
integrity sha512-hoA4zm61q1mNTpksiSWp2nEl1dt3j726HdRhiNgVJQMj7mLp7dprtF57mOB6JvEk/x9d2bsuL5hlqZbBuHQylQ==
|
|
2794
|
+
dependencies:
|
|
2795
|
+
"@smithy/querystring-parser" "^2.2.0"
|
|
2796
|
+
"@smithy/types" "^2.12.0"
|
|
2797
|
+
tslib "^2.6.2"
|
|
2798
|
+
|
|
2195
2799
|
"@smithy/util-base64@^2.1.1":
|
|
2196
2800
|
version "2.1.1"
|
|
2197
2801
|
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.1.1.tgz#af729085cc9d92ebd54a5d2c5d0aa5a0c31f83bf"
|
|
@@ -2200,6 +2804,15 @@
|
|
|
2200
2804
|
"@smithy/util-buffer-from" "^2.1.1"
|
|
2201
2805
|
tslib "^2.5.0"
|
|
2202
2806
|
|
|
2807
|
+
"@smithy/util-base64@^2.3.0":
|
|
2808
|
+
version "2.3.0"
|
|
2809
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.3.0.tgz#312dbb4d73fb94249c7261aee52de4195c2dd8e2"
|
|
2810
|
+
integrity sha512-s3+eVwNeJuXUwuMbusncZNViuhv2LjVJ1nMwTqSA0XAC7gjKhqqxRdJPhR8+YrkoZ9IiIbFk/yK6ACe/xlF+hw==
|
|
2811
|
+
dependencies:
|
|
2812
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
|
2813
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
2814
|
+
tslib "^2.6.2"
|
|
2815
|
+
|
|
2203
2816
|
"@smithy/util-body-length-browser@^2.1.1":
|
|
2204
2817
|
version "2.1.1"
|
|
2205
2818
|
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.1.1.tgz#1fc77072768013ae646415eedb9833cd252d055d"
|
|
@@ -2207,6 +2820,13 @@
|
|
|
2207
2820
|
dependencies:
|
|
2208
2821
|
tslib "^2.5.0"
|
|
2209
2822
|
|
|
2823
|
+
"@smithy/util-body-length-browser@^2.2.0":
|
|
2824
|
+
version "2.2.0"
|
|
2825
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.2.0.tgz#25620645c6b62b42594ef4a93b66e6ab70e27d2c"
|
|
2826
|
+
integrity sha512-dtpw9uQP7W+n3vOtx0CfBD5EWd7EPdIdsQnWTDoFf77e3VUf05uA7R7TGipIo8e4WL2kuPdnsr3hMQn9ziYj5w==
|
|
2827
|
+
dependencies:
|
|
2828
|
+
tslib "^2.6.2"
|
|
2829
|
+
|
|
2210
2830
|
"@smithy/util-body-length-node@^2.2.1":
|
|
2211
2831
|
version "2.2.1"
|
|
2212
2832
|
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-2.2.1.tgz#a6f5c9911f1c3e23efb340d5ce7a590b62f2056e"
|
|
@@ -2214,6 +2834,13 @@
|
|
|
2214
2834
|
dependencies:
|
|
2215
2835
|
tslib "^2.5.0"
|
|
2216
2836
|
|
|
2837
|
+
"@smithy/util-body-length-node@^2.3.0":
|
|
2838
|
+
version "2.3.0"
|
|
2839
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-2.3.0.tgz#d065a9b5e305ff899536777bbfe075cdc980136f"
|
|
2840
|
+
integrity sha512-ITWT1Wqjubf2CJthb0BuT9+bpzBfXeMokH/AAa5EJQgbv9aPMVfnM76iFIZVFf50hYXGbtiV71BHAthNWd6+dw==
|
|
2841
|
+
dependencies:
|
|
2842
|
+
tslib "^2.6.2"
|
|
2843
|
+
|
|
2217
2844
|
"@smithy/util-buffer-from@^2.1.1":
|
|
2218
2845
|
version "2.1.1"
|
|
2219
2846
|
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.1.1.tgz#f9346bf8b23c5ba6f6bdb61dd9db779441ba8d08"
|
|
@@ -2222,6 +2849,14 @@
|
|
|
2222
2849
|
"@smithy/is-array-buffer" "^2.1.1"
|
|
2223
2850
|
tslib "^2.5.0"
|
|
2224
2851
|
|
|
2852
|
+
"@smithy/util-buffer-from@^2.2.0":
|
|
2853
|
+
version "2.2.0"
|
|
2854
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz#6fc88585165ec73f8681d426d96de5d402021e4b"
|
|
2855
|
+
integrity sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==
|
|
2856
|
+
dependencies:
|
|
2857
|
+
"@smithy/is-array-buffer" "^2.2.0"
|
|
2858
|
+
tslib "^2.6.2"
|
|
2859
|
+
|
|
2225
2860
|
"@smithy/util-config-provider@^2.2.1":
|
|
2226
2861
|
version "2.2.1"
|
|
2227
2862
|
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-2.2.1.tgz#aea0a80236d6cedaee60473802899cff4a8cc0ba"
|
|
@@ -2229,6 +2864,13 @@
|
|
|
2229
2864
|
dependencies:
|
|
2230
2865
|
tslib "^2.5.0"
|
|
2231
2866
|
|
|
2867
|
+
"@smithy/util-config-provider@^2.3.0":
|
|
2868
|
+
version "2.3.0"
|
|
2869
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-2.3.0.tgz#bc79f99562d12a1f8423100ca662a6fb07cde943"
|
|
2870
|
+
integrity sha512-HZkzrRcuFN1k70RLqlNK4FnPXKOpkik1+4JaBoHNJn+RnJGYqaa3c5/+XtLOXhlKzlRgNvyaLieHTW2VwGN0VQ==
|
|
2871
|
+
dependencies:
|
|
2872
|
+
tslib "^2.6.2"
|
|
2873
|
+
|
|
2232
2874
|
"@smithy/util-defaults-mode-browser@^2.1.1":
|
|
2233
2875
|
version "2.1.1"
|
|
2234
2876
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.1.tgz#be9ac82acee6ec4821b610e7187b0e147f0ba8ff"
|
|
@@ -2240,6 +2882,17 @@
|
|
|
2240
2882
|
bowser "^2.11.0"
|
|
2241
2883
|
tslib "^2.5.0"
|
|
2242
2884
|
|
|
2885
|
+
"@smithy/util-defaults-mode-browser@^2.2.0":
|
|
2886
|
+
version "2.2.0"
|
|
2887
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.2.0.tgz#963a9d3c3351272764dd1c5dc07c26f2c8abcb02"
|
|
2888
|
+
integrity sha512-2okTdZaCBvOJszAPU/KSvlimMe35zLOKbQpHhamFJmR7t95HSe0K3C92jQPjKY3PmDBD+7iMkOnuW05F5OlF4g==
|
|
2889
|
+
dependencies:
|
|
2890
|
+
"@smithy/property-provider" "^2.2.0"
|
|
2891
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
2892
|
+
"@smithy/types" "^2.12.0"
|
|
2893
|
+
bowser "^2.11.0"
|
|
2894
|
+
tslib "^2.6.2"
|
|
2895
|
+
|
|
2243
2896
|
"@smithy/util-defaults-mode-node@^2.2.0":
|
|
2244
2897
|
version "2.2.0"
|
|
2245
2898
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz#72fd6f945c265f1ef9be647fe829d55df5101390"
|
|
@@ -2253,6 +2906,19 @@
|
|
|
2253
2906
|
"@smithy/types" "^2.9.1"
|
|
2254
2907
|
tslib "^2.5.0"
|
|
2255
2908
|
|
|
2909
|
+
"@smithy/util-defaults-mode-node@^2.3.0":
|
|
2910
|
+
version "2.3.0"
|
|
2911
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.0.tgz#5005058ca0a299f0948b47c288f7c3d4f36cb26e"
|
|
2912
|
+
integrity sha512-hfKXnNLmsW9cmLb/JXKIvtuO6Cf4SuqN5PN1C2Ru/TBIws+m1wSgb+A53vo0r66xzB6E82inKG2J7qtwdi+Kkw==
|
|
2913
|
+
dependencies:
|
|
2914
|
+
"@smithy/config-resolver" "^2.2.0"
|
|
2915
|
+
"@smithy/credential-provider-imds" "^2.3.0"
|
|
2916
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2917
|
+
"@smithy/property-provider" "^2.2.0"
|
|
2918
|
+
"@smithy/smithy-client" "^2.5.0"
|
|
2919
|
+
"@smithy/types" "^2.12.0"
|
|
2920
|
+
tslib "^2.6.2"
|
|
2921
|
+
|
|
2256
2922
|
"@smithy/util-endpoints@^1.1.1":
|
|
2257
2923
|
version "1.1.1"
|
|
2258
2924
|
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz#45426dba6fb42282a0ad955600b2b3ba050d118f"
|
|
@@ -2262,6 +2928,15 @@
|
|
|
2262
2928
|
"@smithy/types" "^2.9.1"
|
|
2263
2929
|
tslib "^2.5.0"
|
|
2264
2930
|
|
|
2931
|
+
"@smithy/util-endpoints@^1.2.0":
|
|
2932
|
+
version "1.2.0"
|
|
2933
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.2.0.tgz#b8b805f47e8044c158372f69b88337703117665d"
|
|
2934
|
+
integrity sha512-BuDHv8zRjsE5zXd3PxFXFknzBG3owCpjq8G3FcsXW3CykYXuEqM3nTSsmLzw5q+T12ZYuDlVUZKBdpNbhVtlrQ==
|
|
2935
|
+
dependencies:
|
|
2936
|
+
"@smithy/node-config-provider" "^2.3.0"
|
|
2937
|
+
"@smithy/types" "^2.12.0"
|
|
2938
|
+
tslib "^2.6.2"
|
|
2939
|
+
|
|
2265
2940
|
"@smithy/util-hex-encoding@^2.1.1":
|
|
2266
2941
|
version "2.1.1"
|
|
2267
2942
|
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.1.1.tgz#978252b9fb242e0a59bae4ead491210688e0d15f"
|
|
@@ -2269,6 +2944,13 @@
|
|
|
2269
2944
|
dependencies:
|
|
2270
2945
|
tslib "^2.5.0"
|
|
2271
2946
|
|
|
2947
|
+
"@smithy/util-hex-encoding@^2.2.0":
|
|
2948
|
+
version "2.2.0"
|
|
2949
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.2.0.tgz#87edb7c88c2f422cfca4bb21f1394ae9602c5085"
|
|
2950
|
+
integrity sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==
|
|
2951
|
+
dependencies:
|
|
2952
|
+
tslib "^2.6.2"
|
|
2953
|
+
|
|
2272
2954
|
"@smithy/util-middleware@^2.1.1":
|
|
2273
2955
|
version "2.1.1"
|
|
2274
2956
|
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.1.1.tgz#903ba19bb17704f4b476fb9ade9bf9eb0174bc3d"
|
|
@@ -2277,6 +2959,14 @@
|
|
|
2277
2959
|
"@smithy/types" "^2.9.1"
|
|
2278
2960
|
tslib "^2.5.0"
|
|
2279
2961
|
|
|
2962
|
+
"@smithy/util-middleware@^2.2.0":
|
|
2963
|
+
version "2.2.0"
|
|
2964
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.2.0.tgz#80cfad40f6cca9ffe42a5899b5cb6abd53a50006"
|
|
2965
|
+
integrity sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==
|
|
2966
|
+
dependencies:
|
|
2967
|
+
"@smithy/types" "^2.12.0"
|
|
2968
|
+
tslib "^2.6.2"
|
|
2969
|
+
|
|
2280
2970
|
"@smithy/util-retry@^2.1.1":
|
|
2281
2971
|
version "2.1.1"
|
|
2282
2972
|
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.1.1.tgz#f2d3566b6e5b841028c7240c852007d4037e49b2"
|
|
@@ -2286,6 +2976,15 @@
|
|
|
2286
2976
|
"@smithy/types" "^2.9.1"
|
|
2287
2977
|
tslib "^2.5.0"
|
|
2288
2978
|
|
|
2979
|
+
"@smithy/util-retry@^2.2.0":
|
|
2980
|
+
version "2.2.0"
|
|
2981
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.2.0.tgz#e8e019537ab47ba6b2e87e723ec51ee223422d85"
|
|
2982
|
+
integrity sha512-q9+pAFPTfftHXRytmZ7GzLFFrEGavqapFc06XxzZFcSIGERXMerXxCitjOG1prVDR9QdjqotF40SWvbqcCpf8g==
|
|
2983
|
+
dependencies:
|
|
2984
|
+
"@smithy/service-error-classification" "^2.1.5"
|
|
2985
|
+
"@smithy/types" "^2.12.0"
|
|
2986
|
+
tslib "^2.6.2"
|
|
2987
|
+
|
|
2289
2988
|
"@smithy/util-stream@^2.1.1":
|
|
2290
2989
|
version "2.1.1"
|
|
2291
2990
|
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.1.1.tgz#3ae0e88c3a1a45899e29c1655d2e5a3865b6c0a6"
|
|
@@ -2300,6 +2999,20 @@
|
|
|
2300
2999
|
"@smithy/util-utf8" "^2.1.1"
|
|
2301
3000
|
tslib "^2.5.0"
|
|
2302
3001
|
|
|
3002
|
+
"@smithy/util-stream@^2.2.0":
|
|
3003
|
+
version "2.2.0"
|
|
3004
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.2.0.tgz#b1279e417992a0f74afa78d7501658f174ed7370"
|
|
3005
|
+
integrity sha512-17faEXbYWIRst1aU9SvPZyMdWmqIrduZjVOqCPMIsWFNxs5yQQgFrJL6b2SdiCzyW9mJoDjFtgi53xx7EH+BXA==
|
|
3006
|
+
dependencies:
|
|
3007
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
|
3008
|
+
"@smithy/node-http-handler" "^2.5.0"
|
|
3009
|
+
"@smithy/types" "^2.12.0"
|
|
3010
|
+
"@smithy/util-base64" "^2.3.0"
|
|
3011
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
|
3012
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
|
3013
|
+
"@smithy/util-utf8" "^2.3.0"
|
|
3014
|
+
tslib "^2.6.2"
|
|
3015
|
+
|
|
2303
3016
|
"@smithy/util-uri-escape@^2.1.1":
|
|
2304
3017
|
version "2.1.1"
|
|
2305
3018
|
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.1.1.tgz#7eedc93b73ecda68f12fb9cf92e9fa0fbbed4d83"
|
|
@@ -2307,6 +3020,13 @@
|
|
|
2307
3020
|
dependencies:
|
|
2308
3021
|
tslib "^2.5.0"
|
|
2309
3022
|
|
|
3023
|
+
"@smithy/util-uri-escape@^2.2.0":
|
|
3024
|
+
version "2.2.0"
|
|
3025
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.2.0.tgz#56f5764051a33b67bc93fdd2a869f971b0635406"
|
|
3026
|
+
integrity sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==
|
|
3027
|
+
dependencies:
|
|
3028
|
+
tslib "^2.6.2"
|
|
3029
|
+
|
|
2310
3030
|
"@smithy/util-utf8@^2.1.1":
|
|
2311
3031
|
version "2.1.1"
|
|
2312
3032
|
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.1.1.tgz#690018dd28f47f014114497735e51417ea5900a6"
|
|
@@ -2315,6 +3035,14 @@
|
|
|
2315
3035
|
"@smithy/util-buffer-from" "^2.1.1"
|
|
2316
3036
|
tslib "^2.5.0"
|
|
2317
3037
|
|
|
3038
|
+
"@smithy/util-utf8@^2.3.0":
|
|
3039
|
+
version "2.3.0"
|
|
3040
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz#dd96d7640363259924a214313c3cf16e7dd329c5"
|
|
3041
|
+
integrity sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==
|
|
3042
|
+
dependencies:
|
|
3043
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
|
3044
|
+
tslib "^2.6.2"
|
|
3045
|
+
|
|
2318
3046
|
"@smithy/util-waiter@^2.1.1":
|
|
2319
3047
|
version "2.1.1"
|
|
2320
3048
|
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.1.1.tgz#292d4d09cda7df38aba6ea2abd7d948e3f11bf2d"
|
|
@@ -2324,6 +3052,15 @@
|
|
|
2324
3052
|
"@smithy/types" "^2.9.1"
|
|
2325
3053
|
tslib "^2.5.0"
|
|
2326
3054
|
|
|
3055
|
+
"@smithy/util-waiter@^2.2.0":
|
|
3056
|
+
version "2.2.0"
|
|
3057
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.2.0.tgz#d11baf50637bfaadb9641d6ca1619da413dd2612"
|
|
3058
|
+
integrity sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==
|
|
3059
|
+
dependencies:
|
|
3060
|
+
"@smithy/abort-controller" "^2.2.0"
|
|
3061
|
+
"@smithy/types" "^2.12.0"
|
|
3062
|
+
tslib "^2.6.2"
|
|
3063
|
+
|
|
2327
3064
|
"@szmarczak/http-timer@^4.0.5":
|
|
2328
3065
|
version "4.0.6"
|
|
2329
3066
|
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807"
|
|
@@ -6994,16 +7731,16 @@ object.values@^1.1.7:
|
|
|
6994
7731
|
define-properties "^1.2.0"
|
|
6995
7732
|
es-abstract "^1.22.1"
|
|
6996
7733
|
|
|
6997
|
-
oclif@^4.
|
|
6998
|
-
version "4.
|
|
6999
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
7000
|
-
integrity sha512-
|
|
7734
|
+
oclif@^4.5.5:
|
|
7735
|
+
version "4.5.5"
|
|
7736
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.5.tgz#f56543d62ab6bfb17f0080b9a3f5ff4b85e7f79c"
|
|
7737
|
+
integrity sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==
|
|
7001
7738
|
dependencies:
|
|
7002
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
7739
|
+
"@aws-sdk/client-cloudfront" "^3.525.0"
|
|
7003
7740
|
"@aws-sdk/client-s3" "^3.515.0"
|
|
7004
|
-
"@oclif/core" "^3.
|
|
7005
|
-
"@oclif/plugin-help" "^6.0.
|
|
7006
|
-
"@oclif/plugin-not-found" "^3.0.
|
|
7741
|
+
"@oclif/core" "^3.21.0"
|
|
7742
|
+
"@oclif/plugin-help" "^6.0.18"
|
|
7743
|
+
"@oclif/plugin-not-found" "^3.0.14"
|
|
7007
7744
|
"@oclif/plugin-warn-if-update-available" "^3.0.12"
|
|
7008
7745
|
async-retry "^1.3.3"
|
|
7009
7746
|
change-case "^4"
|
|
@@ -7016,6 +7753,7 @@ oclif@^4.4.20:
|
|
|
7016
7753
|
normalize-package-data "^3.0.3"
|
|
7017
7754
|
semver "^7.6.0"
|
|
7018
7755
|
sort-package-json "^2.8.0"
|
|
7756
|
+
validate-npm-package-name "^5.0.0"
|
|
7019
7757
|
yeoman-environment "^3.15.1"
|
|
7020
7758
|
yeoman-generator "^5.8.0"
|
|
7021
7759
|
|