@salesforce/plugin-signups 2.0.29 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +29 -21
- package/lib/commands/org/create/shape.js.map +1 -1
- package/lib/commands/org/create/snapshot.js.map +1 -1
- package/lib/commands/org/delete/snapshot.js.map +1 -1
- package/lib/commands/org/get/snapshot.js.map +1 -1
- package/lib/commands/org/list/shape.js.map +1 -1
- package/lib/commands/org/list/snapshot.js.map +1 -1
- package/lib/shared/deleteUtils.js.map +1 -1
- package/lib/shared/orgShapeListUtils.js.map +1 -1
- package/lib/shared/snapshot.js.map +1 -1
- package/npm-shrinkwrap.json +1022 -362
- package/oclif.lock +775 -408
- package/oclif.manifest.json +57 -1
- package/package.json +9 -9
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.525.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.525.0":
|
255
299
|
version "3.525.0"
|
256
300
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.525.0.tgz#2af5028a56a72a8067cb6b149ca1cc433beb9fa4"
|
@@ -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.525.0":
|
299
387
|
version "3.525.0"
|
300
388
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.525.0.tgz#5c59c39950f24d9fb4a42b226ada6a72955c0672"
|
@@ -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.525.0":
|
344
476
|
version "3.525.0"
|
345
477
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.525.0.tgz#710740ff96551e04f595fc156a40b54793a37b01"
|
@@ -352,6 +484,19 @@
|
|
352
484
|
"@smithy/types" "^2.10.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.523.0":
|
356
501
|
version "3.523.0"
|
357
502
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.523.0.tgz#4bc04b32c15ff7237ba1de866b96ccea24e433c7"
|
@@ -362,6 +507,16 @@
|
|
362
507
|
"@smithy/types" "^2.10.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.525.0":
|
366
521
|
version "3.525.0"
|
367
522
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.525.0.tgz#3a785ea8724200596ad1a48cf8485658401eb589"
|
@@ -377,6 +532,21 @@
|
|
377
532
|
"@smithy/util-stream" "^2.1.3"
|
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.525.0":
|
381
551
|
version "3.525.0"
|
382
552
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.525.0.tgz#e672842bfdc3bcde221def0284f4a8af30bee2bb"
|
@@ -394,6 +564,23 @@
|
|
394
564
|
"@smithy/types" "^2.10.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.525.0":
|
398
585
|
version "3.525.0"
|
399
586
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.525.0.tgz#fde02124df4f8afd4a58475452c9cd7f91a60b01"
|
@@ -412,6 +599,24 @@
|
|
412
599
|
"@smithy/types" "^2.10.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.523.0":
|
416
621
|
version "3.523.0"
|
417
622
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.523.0.tgz#8cf85637f5075065a164d008f392d3ae3539ea23"
|
@@ -423,6 +628,17 @@
|
|
423
628
|
"@smithy/types" "^2.10.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.525.0":
|
427
643
|
version "3.525.0"
|
428
644
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.525.0.tgz#b79f263fcde291250b35af41ee83743bdfec7d13"
|
@@ -436,6 +652,19 @@
|
|
436
652
|
"@smithy/types" "^2.10.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.525.0":
|
440
669
|
version "3.525.0"
|
441
670
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.525.0.tgz#f71a7a322209468de89b2dee6acd961e386a89cc"
|
@@ -447,6 +676,17 @@
|
|
447
676
|
"@smithy/types" "^2.10.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.525.0":
|
451
691
|
version "3.525.0"
|
452
692
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.525.0.tgz#f354fbc0b4a55b0b13ab704672382c5aeafae0b3"
|
@@ -494,6 +734,16 @@
|
|
494
734
|
"@smithy/types" "^2.10.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.523.0":
|
498
748
|
version "3.523.0"
|
499
749
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.523.0.tgz#c5b2395119ece973773f80f67eef43603d159c12"
|
@@ -512,6 +762,15 @@
|
|
512
762
|
"@smithy/types" "^2.10.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.523.0":
|
516
775
|
version "3.523.0"
|
517
776
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.523.0.tgz#21d9ec52700545d7935d6c943cb40bffa69ab4b4"
|
@@ -522,6 +781,16 @@
|
|
522
781
|
"@smithy/types" "^2.10.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.525.0":
|
526
795
|
version "3.525.0"
|
527
796
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.525.0.tgz#c3ce03940240fa7a42bfa3f1916d2ce9fa0fafbf"
|
@@ -570,6 +839,17 @@
|
|
570
839
|
"@smithy/types" "^2.10.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.525.0":
|
574
854
|
version "3.525.0"
|
575
855
|
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.525.0.tgz#ebd7edd0059857f59ed605c37cf5752542cf8914"
|
@@ -582,6 +862,18 @@
|
|
582
862
|
"@smithy/util-middleware" "^2.1.3"
|
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.525.0":
|
586
878
|
version "3.525.0"
|
587
879
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.525.0.tgz#b9b7e1079b0a8a1df4bb282216aa20b56d139ba5"
|
@@ -606,7 +898,19 @@
|
|
606
898
|
"@smithy/types" "^2.10.1"
|
607
899
|
tslib "^2.5.0"
|
608
900
|
|
609
|
-
"@aws-sdk/
|
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
|
+
|
913
|
+
"@aws-sdk/types@3.523.0":
|
610
914
|
version "3.523.0"
|
611
915
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.523.0.tgz#2bb11390023949f31d9211212f41e245a7f03489"
|
612
916
|
integrity sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==
|
@@ -614,6 +918,14 @@
|
|
614
918
|
"@smithy/types" "^2.10.1"
|
615
919
|
tslib "^2.5.0"
|
616
920
|
|
921
|
+
"@aws-sdk/types@3.535.0", "@aws-sdk/types@^3.222.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.4"
|
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.525.0":
|
652
984
|
version "3.525.0"
|
653
985
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.525.0.tgz#aa96c28bad8360d2a350c30c3c209c35f99ac5ee"
|
@@ -658,6 +990,16 @@
|
|
658
990
|
"@smithy/types" "^2.10.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.10.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.18.6":
|
677
1027
|
version "7.18.6"
|
678
1028
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
|
@@ -1393,10 +1743,10 @@
|
|
1393
1743
|
node-gyp "^8.2.0"
|
1394
1744
|
read-package-json-fast "^2.0.1"
|
1395
1745
|
|
1396
|
-
"@oclif/core@3.
|
1397
|
-
version "3.
|
1398
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
1399
|
-
integrity sha512-
|
1746
|
+
"@oclif/core@3.25.2", "@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":
|
1747
|
+
version "3.25.2"
|
1748
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
1749
|
+
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
1400
1750
|
dependencies:
|
1401
1751
|
"@types/cli-progress" "^3.11.5"
|
1402
1752
|
ansi-escapes "^4.3.2"
|
@@ -1414,6 +1764,7 @@
|
|
1414
1764
|
indent-string "^4.0.0"
|
1415
1765
|
is-wsl "^2.2.0"
|
1416
1766
|
js-yaml "^3.14.1"
|
1767
|
+
minimatch "^9.0.3"
|
1417
1768
|
natural-orderby "^2.0.3"
|
1418
1769
|
object-treeify "^1.1.33"
|
1419
1770
|
password-prompt "^1.1.3"
|
@@ -1426,12 +1777,12 @@
|
|
1426
1777
|
wordwrap "^1.0.0"
|
1427
1778
|
wrap-ansi "^7.0.0"
|
1428
1779
|
|
1429
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
1430
|
-
version "5.1.
|
1431
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
1432
|
-
integrity sha512
|
1780
|
+
"@oclif/plugin-command-snapshot@^5.1.2":
|
1781
|
+
version "5.1.2"
|
1782
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
|
1783
|
+
integrity sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==
|
1433
1784
|
dependencies:
|
1434
|
-
"@oclif/core" "3.
|
1785
|
+
"@oclif/core" "3.25.2"
|
1435
1786
|
"@types/lodash.difference" "^4.5.9"
|
1436
1787
|
chalk "^5.3.0"
|
1437
1788
|
globby "^14.0.1"
|
@@ -1442,19 +1793,19 @@
|
|
1442
1793
|
semver "^7.6.0"
|
1443
1794
|
ts-json-schema-generator "^1.5.0"
|
1444
1795
|
|
1445
|
-
"@oclif/plugin-help@^6.0.
|
1446
|
-
version "6.0.
|
1447
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
1448
|
-
integrity sha512-
|
1796
|
+
"@oclif/plugin-help@^6.0.14":
|
1797
|
+
version "6.0.18"
|
1798
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.18.tgz#9ba4151b5d77b78a345ad1308620a1fbf9731ac8"
|
1799
|
+
integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
|
1449
1800
|
dependencies:
|
1450
|
-
"@oclif/core" "^3.
|
1801
|
+
"@oclif/core" "^3.23.0"
|
1451
1802
|
|
1452
|
-
"@oclif/plugin-not-found@^3.0.
|
1453
|
-
version "3.0.
|
1454
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
1455
|
-
integrity sha512-
|
1803
|
+
"@oclif/plugin-not-found@^3.0.14":
|
1804
|
+
version "3.0.14"
|
1805
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01"
|
1806
|
+
integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
|
1456
1807
|
dependencies:
|
1457
|
-
"@oclif/core" "^3.
|
1808
|
+
"@oclif/core" "^3.21.0"
|
1458
1809
|
chalk "^5.3.0"
|
1459
1810
|
fast-levenshtein "^3.0.0"
|
1460
1811
|
|
@@ -1575,12 +1926,12 @@
|
|
1575
1926
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1576
1927
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1577
1928
|
|
1578
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
1579
|
-
version "5.1.
|
1580
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
1581
|
-
integrity sha512-
|
1929
|
+
"@salesforce/cli-plugins-testkit@^5.1.11":
|
1930
|
+
version "5.1.11"
|
1931
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.11.tgz#74430d60cfc17d3ea931cb26aad7890a325696ca"
|
1932
|
+
integrity sha512-tmvR1em0GLPQ1O1IHBpc6iQZ56XEu3mWOHb2kun2dIlbZ4DImbrDMFijSzgws7DJ3EXvrace+7Z4Sl3uh/gncA==
|
1582
1933
|
dependencies:
|
1583
|
-
"@salesforce/core" "^6.7.
|
1934
|
+
"@salesforce/core" "^6.7.1"
|
1584
1935
|
"@salesforce/kit" "^3.0.15"
|
1585
1936
|
"@salesforce/ts-types" "^2.0.9"
|
1586
1937
|
"@types/shelljs" "^0.8.15"
|
@@ -1590,10 +1941,10 @@
|
|
1590
1941
|
strip-ansi "6.0.1"
|
1591
1942
|
ts-retry-promise "^0.8.0"
|
1592
1943
|
|
1593
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
1594
|
-
version "6.7.
|
1595
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
1596
|
-
integrity sha512-
|
1944
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
1945
|
+
version "6.7.3"
|
1946
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
1947
|
+
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
1597
1948
|
dependencies:
|
1598
1949
|
"@salesforce/kit" "^3.0.15"
|
1599
1950
|
"@salesforce/schemas" "^1.6.1"
|
@@ -1659,13 +2010,13 @@
|
|
1659
2010
|
"@salesforce/ts-types" "^2.0.9"
|
1660
2011
|
tslib "^2.6.2"
|
1661
2012
|
|
1662
|
-
"@salesforce/plugin-command-reference@^3.0.
|
1663
|
-
version "3.0.
|
1664
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
1665
|
-
integrity sha512-
|
2013
|
+
"@salesforce/plugin-command-reference@^3.0.71":
|
2014
|
+
version "3.0.71"
|
2015
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz#7645a50e4858b8bed1cf6fd286ffe37a495d2662"
|
2016
|
+
integrity sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==
|
1666
2017
|
dependencies:
|
1667
2018
|
"@oclif/core" "^3.20.0"
|
1668
|
-
"@salesforce/core" "^6.
|
2019
|
+
"@salesforce/core" "^6.7.1"
|
1669
2020
|
"@salesforce/kit" "^3.0.15"
|
1670
2021
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
1671
2022
|
"@salesforce/ts-types" "^2.0.9"
|
@@ -1696,15 +2047,15 @@
|
|
1696
2047
|
chalk "^4"
|
1697
2048
|
inquirer "^8.2.5"
|
1698
2049
|
|
1699
|
-
"@salesforce/sf-plugins-core@^
|
1700
|
-
version "
|
1701
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
1702
|
-
integrity sha512-
|
2050
|
+
"@salesforce/sf-plugins-core@^8.0.1":
|
2051
|
+
version "8.0.1"
|
2052
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c"
|
2053
|
+
integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==
|
1703
2054
|
dependencies:
|
1704
2055
|
"@inquirer/confirm" "^2.0.17"
|
1705
2056
|
"@inquirer/password" "^1.1.16"
|
1706
|
-
"@oclif/core" "^3.
|
1707
|
-
"@salesforce/core" "^6.
|
2057
|
+
"@oclif/core" "^3.23.0"
|
2058
|
+
"@salesforce/core" "^6.7.3"
|
1708
2059
|
"@salesforce/kit" "^3.0.15"
|
1709
2060
|
"@salesforce/ts-types" "^2.0.9"
|
1710
2061
|
chalk "^5.3.0"
|
@@ -1754,13 +2105,13 @@
|
|
1754
2105
|
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
|
1755
2106
|
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
|
1756
2107
|
|
1757
|
-
"@smithy/abort-controller@^2.
|
1758
|
-
version "2.
|
1759
|
-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.
|
1760
|
-
integrity sha512-
|
2108
|
+
"@smithy/abort-controller@^2.2.0":
|
2109
|
+
version "2.2.0"
|
2110
|
+
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.2.0.tgz#18983401a5e2154b5c94057730024a7d14cbcd35"
|
2111
|
+
integrity sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==
|
1761
2112
|
dependencies:
|
1762
|
-
"@smithy/types" "^2.
|
1763
|
-
tslib "^2.
|
2113
|
+
"@smithy/types" "^2.12.0"
|
2114
|
+
tslib "^2.6.2"
|
1764
2115
|
|
1765
2116
|
"@smithy/chunked-blob-reader-native@^2.1.1":
|
1766
2117
|
version "2.1.1"
|
@@ -1777,51 +2128,51 @@
|
|
1777
2128
|
dependencies:
|
1778
2129
|
tslib "^2.5.0"
|
1779
2130
|
|
1780
|
-
"@smithy/config-resolver@^2.1.4":
|
1781
|
-
version "2.
|
1782
|
-
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.
|
1783
|
-
integrity sha512-
|
2131
|
+
"@smithy/config-resolver@^2.1.4", "@smithy/config-resolver@^2.2.0":
|
2132
|
+
version "2.2.0"
|
2133
|
+
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.2.0.tgz#54f40478bb61709b396960a3535866dba5422757"
|
2134
|
+
integrity sha512-fsiMgd8toyUba6n1WRmr+qACzXltpdDkPTAaDqc8QqPBUzO+/JKwL6bUBseHVi8tu9l+3JOK+tSf7cay+4B3LA==
|
1784
2135
|
dependencies:
|
1785
|
-
"@smithy/node-config-provider" "^2.
|
1786
|
-
"@smithy/types" "^2.
|
1787
|
-
"@smithy/util-config-provider" "^2.
|
1788
|
-
"@smithy/util-middleware" "^2.
|
1789
|
-
tslib "^2.
|
2136
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2137
|
+
"@smithy/types" "^2.12.0"
|
2138
|
+
"@smithy/util-config-provider" "^2.3.0"
|
2139
|
+
"@smithy/util-middleware" "^2.2.0"
|
2140
|
+
tslib "^2.6.2"
|
1790
2141
|
|
1791
|
-
"@smithy/core@^1.3.5":
|
1792
|
-
version "1.
|
1793
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.
|
1794
|
-
integrity sha512-
|
1795
|
-
dependencies:
|
1796
|
-
"@smithy/middleware-endpoint" "^2.
|
1797
|
-
"@smithy/middleware-retry" "^2.
|
1798
|
-
"@smithy/middleware-serde" "^2.
|
1799
|
-
"@smithy/protocol-http" "^3.
|
1800
|
-
"@smithy/smithy-client" "^2.
|
1801
|
-
"@smithy/types" "^2.
|
1802
|
-
"@smithy/util-middleware" "^2.
|
1803
|
-
tslib "^2.
|
2142
|
+
"@smithy/core@^1.3.5", "@smithy/core@^1.4.0":
|
2143
|
+
version "1.4.0"
|
2144
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.4.0.tgz#5f9f86b681b9cbf23904041dad6f0531efe8375e"
|
2145
|
+
integrity sha512-uu9ZDI95Uij4qk+L6kyFjdk11zqBkcJ3Lv0sc6jZrqHvLyr0+oeekD3CnqMafBn/5PRI6uv6ulW3kNLRBUHeVw==
|
2146
|
+
dependencies:
|
2147
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
2148
|
+
"@smithy/middleware-retry" "^2.2.0"
|
2149
|
+
"@smithy/middleware-serde" "^2.3.0"
|
2150
|
+
"@smithy/protocol-http" "^3.3.0"
|
2151
|
+
"@smithy/smithy-client" "^2.5.0"
|
2152
|
+
"@smithy/types" "^2.12.0"
|
2153
|
+
"@smithy/util-middleware" "^2.2.0"
|
2154
|
+
tslib "^2.6.2"
|
1804
2155
|
|
1805
|
-
"@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.
|
1806
|
-
version "2.
|
1807
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.
|
1808
|
-
integrity sha512-
|
2156
|
+
"@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.3.0":
|
2157
|
+
version "2.3.0"
|
2158
|
+
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz#326ce401b82e53f3c7ee4862a066136959a06166"
|
2159
|
+
integrity sha512-BWB9mIukO1wjEOo1Ojgl6LrG4avcaC7T/ZP6ptmAaW4xluhSIPZhY+/PI5YKzlk+jsm+4sQZB45Bt1OfMeQa3w==
|
1809
2160
|
dependencies:
|
1810
|
-
"@smithy/node-config-provider" "^2.
|
1811
|
-
"@smithy/property-provider" "^2.
|
1812
|
-
"@smithy/types" "^2.
|
1813
|
-
"@smithy/url-parser" "^2.
|
1814
|
-
tslib "^2.
|
2161
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2162
|
+
"@smithy/property-provider" "^2.2.0"
|
2163
|
+
"@smithy/types" "^2.12.0"
|
2164
|
+
"@smithy/url-parser" "^2.2.0"
|
2165
|
+
tslib "^2.6.2"
|
1815
2166
|
|
1816
|
-
"@smithy/eventstream-codec@^2.1.3":
|
1817
|
-
version "2.
|
1818
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.
|
1819
|
-
integrity sha512-
|
2167
|
+
"@smithy/eventstream-codec@^2.1.3", "@smithy/eventstream-codec@^2.2.0":
|
2168
|
+
version "2.2.0"
|
2169
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.2.0.tgz#63d74fa817188995eb55e792a38060b0ede98dc4"
|
2170
|
+
integrity sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==
|
1820
2171
|
dependencies:
|
1821
2172
|
"@aws-crypto/crc32" "3.0.0"
|
1822
|
-
"@smithy/types" "^2.
|
1823
|
-
"@smithy/util-hex-encoding" "^2.
|
1824
|
-
tslib "^2.
|
2173
|
+
"@smithy/types" "^2.12.0"
|
2174
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
2175
|
+
tslib "^2.6.2"
|
1825
2176
|
|
1826
2177
|
"@smithy/eventstream-serde-browser@^2.1.3":
|
1827
2178
|
version "2.1.3"
|
@@ -1858,16 +2209,16 @@
|
|
1858
2209
|
"@smithy/types" "^2.10.1"
|
1859
2210
|
tslib "^2.5.0"
|
1860
2211
|
|
1861
|
-
"@smithy/fetch-http-handler@^2.4.3":
|
1862
|
-
version "2.
|
1863
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.
|
1864
|
-
integrity sha512-
|
2212
|
+
"@smithy/fetch-http-handler@^2.4.3", "@smithy/fetch-http-handler@^2.5.0":
|
2213
|
+
version "2.5.0"
|
2214
|
+
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.5.0.tgz#0b8e1562807fdf91fe7dd5cde620d7a03ddc10ac"
|
2215
|
+
integrity sha512-BOWEBeppWhLn/no/JxUL/ghTfANTjT7kg3Ww2rPqTUY9R4yHPXxJ9JhMe3Z03LN3aPwiwlpDIUcVw1xDyHqEhw==
|
1865
2216
|
dependencies:
|
1866
|
-
"@smithy/protocol-http" "^3.
|
1867
|
-
"@smithy/querystring-builder" "^2.
|
1868
|
-
"@smithy/types" "^2.
|
1869
|
-
"@smithy/util-base64" "^2.
|
1870
|
-
tslib "^2.
|
2217
|
+
"@smithy/protocol-http" "^3.3.0"
|
2218
|
+
"@smithy/querystring-builder" "^2.2.0"
|
2219
|
+
"@smithy/types" "^2.12.0"
|
2220
|
+
"@smithy/util-base64" "^2.3.0"
|
2221
|
+
tslib "^2.6.2"
|
1871
2222
|
|
1872
2223
|
"@smithy/hash-blob-browser@^2.1.3":
|
1873
2224
|
version "2.1.3"
|
@@ -1879,15 +2230,15 @@
|
|
1879
2230
|
"@smithy/types" "^2.10.1"
|
1880
2231
|
tslib "^2.5.0"
|
1881
2232
|
|
1882
|
-
"@smithy/hash-node@^2.1.3":
|
1883
|
-
version "2.
|
1884
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.
|
1885
|
-
integrity sha512-
|
2233
|
+
"@smithy/hash-node@^2.1.3", "@smithy/hash-node@^2.2.0":
|
2234
|
+
version "2.2.0"
|
2235
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.2.0.tgz#df29e1e64811be905cb3577703b0e2d0b07fc5cc"
|
2236
|
+
integrity sha512-zLWaC/5aWpMrHKpoDF6nqpNtBhlAYKF/7+9yMN7GpdR8CzohnWfGtMznPybnwSS8saaXBMxIGwJqR4HmRp6b3g==
|
1886
2237
|
dependencies:
|
1887
|
-
"@smithy/types" "^2.
|
1888
|
-
"@smithy/util-buffer-from" "^2.
|
1889
|
-
"@smithy/util-utf8" "^2.
|
1890
|
-
tslib "^2.
|
2238
|
+
"@smithy/types" "^2.12.0"
|
2239
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
2240
|
+
"@smithy/util-utf8" "^2.3.0"
|
2241
|
+
tslib "^2.6.2"
|
1891
2242
|
|
1892
2243
|
"@smithy/hash-stream-node@^2.1.3":
|
1893
2244
|
version "2.1.3"
|
@@ -1898,20 +2249,20 @@
|
|
1898
2249
|
"@smithy/util-utf8" "^2.1.1"
|
1899
2250
|
tslib "^2.5.0"
|
1900
2251
|
|
1901
|
-
"@smithy/invalid-dependency@^2.1.3":
|
1902
|
-
version "2.
|
1903
|
-
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.
|
1904
|
-
integrity sha512-
|
2252
|
+
"@smithy/invalid-dependency@^2.1.3", "@smithy/invalid-dependency@^2.2.0":
|
2253
|
+
version "2.2.0"
|
2254
|
+
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.2.0.tgz#ee3d8980022cb5edb514ac187d159b3e773640f0"
|
2255
|
+
integrity sha512-nEDASdbKFKPXN2O6lOlTgrEEOO9NHIeO+HVvZnkqc8h5U9g3BIhWsvzFo+UcUbliMHvKNPD/zVxDrkP1Sbgp8Q==
|
1905
2256
|
dependencies:
|
1906
|
-
"@smithy/types" "^2.
|
1907
|
-
tslib "^2.
|
2257
|
+
"@smithy/types" "^2.12.0"
|
2258
|
+
tslib "^2.6.2"
|
1908
2259
|
|
1909
|
-
"@smithy/is-array-buffer@^2.1.1":
|
1910
|
-
version "2.
|
1911
|
-
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-2.
|
1912
|
-
integrity sha512-
|
2260
|
+
"@smithy/is-array-buffer@^2.1.1", "@smithy/is-array-buffer@^2.2.0":
|
2261
|
+
version "2.2.0"
|
2262
|
+
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz#f84f0d9f9a36601a9ca9381688bd1b726fd39111"
|
2263
|
+
integrity sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==
|
1913
2264
|
dependencies:
|
1914
|
-
tslib "^2.
|
2265
|
+
tslib "^2.6.2"
|
1915
2266
|
|
1916
2267
|
"@smithy/md5-js@^2.1.3":
|
1917
2268
|
version "2.1.3"
|
@@ -1922,301 +2273,302 @@
|
|
1922
2273
|
"@smithy/util-utf8" "^2.1.1"
|
1923
2274
|
tslib "^2.5.0"
|
1924
2275
|
|
1925
|
-
"@smithy/middleware-content-length@^2.1.3":
|
1926
|
-
version "2.
|
1927
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.
|
1928
|
-
integrity sha512-
|
2276
|
+
"@smithy/middleware-content-length@^2.1.3", "@smithy/middleware-content-length@^2.2.0":
|
2277
|
+
version "2.2.0"
|
2278
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.2.0.tgz#a82e97bd83d8deab69e07fea4512563bedb9461a"
|
2279
|
+
integrity sha512-5bl2LG1Ah/7E5cMSC+q+h3IpVHMeOkG0yLRyQT1p2aMJkSrZG7RlXHPuAgb7EyaFeidKEnnd/fNaLLaKlHGzDQ==
|
1929
2280
|
dependencies:
|
1930
|
-
"@smithy/protocol-http" "^3.
|
1931
|
-
"@smithy/types" "^2.
|
1932
|
-
tslib "^2.
|
2281
|
+
"@smithy/protocol-http" "^3.3.0"
|
2282
|
+
"@smithy/types" "^2.12.0"
|
2283
|
+
tslib "^2.6.2"
|
1933
2284
|
|
1934
|
-
"@smithy/middleware-endpoint@^2.4.4":
|
1935
|
-
version "2.
|
1936
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.
|
1937
|
-
integrity sha512-
|
1938
|
-
dependencies:
|
1939
|
-
"@smithy/middleware-serde" "^2.
|
1940
|
-
"@smithy/node-config-provider" "^2.
|
1941
|
-
"@smithy/shared-ini-file-loader" "^2.
|
1942
|
-
"@smithy/types" "^2.
|
1943
|
-
"@smithy/url-parser" "^2.
|
1944
|
-
"@smithy/util-middleware" "^2.
|
1945
|
-
tslib "^2.
|
2285
|
+
"@smithy/middleware-endpoint@^2.4.4", "@smithy/middleware-endpoint@^2.5.0":
|
2286
|
+
version "2.5.0"
|
2287
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.5.0.tgz#9f1459e9b4cbf00fadfd99e98f88d4b1a2aeb987"
|
2288
|
+
integrity sha512-OBhI9ZEAG8Xen0xsFJwwNOt44WE2CWkfYIxTognC8x42Lfsdf0VN/wCMqpdkySMDio/vts10BiovAxQp0T0faA==
|
2289
|
+
dependencies:
|
2290
|
+
"@smithy/middleware-serde" "^2.3.0"
|
2291
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2292
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
2293
|
+
"@smithy/types" "^2.12.0"
|
2294
|
+
"@smithy/url-parser" "^2.2.0"
|
2295
|
+
"@smithy/util-middleware" "^2.2.0"
|
2296
|
+
tslib "^2.6.2"
|
1946
2297
|
|
1947
|
-
"@smithy/middleware-retry@^2.1.4":
|
1948
|
-
version "2.
|
1949
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.
|
1950
|
-
integrity sha512-
|
1951
|
-
dependencies:
|
1952
|
-
"@smithy/node-config-provider" "^2.
|
1953
|
-
"@smithy/protocol-http" "^3.
|
1954
|
-
"@smithy/service-error-classification" "^2.1.
|
1955
|
-
"@smithy/smithy-client" "^2.
|
1956
|
-
"@smithy/types" "^2.
|
1957
|
-
"@smithy/util-middleware" "^2.
|
1958
|
-
"@smithy/util-retry" "^2.
|
1959
|
-
tslib "^2.
|
2298
|
+
"@smithy/middleware-retry@^2.1.4", "@smithy/middleware-retry@^2.2.0":
|
2299
|
+
version "2.2.0"
|
2300
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.2.0.tgz#ff48ac01ad57394eeea15a0146a86079cf6364b7"
|
2301
|
+
integrity sha512-PsjDOLpbevgn37yJbawmfVoanru40qVA8UEf2+YA1lvOefmhuhL6ZbKtGsLAWDRnE1OlAmedsbA/htH6iSZjNA==
|
2302
|
+
dependencies:
|
2303
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2304
|
+
"@smithy/protocol-http" "^3.3.0"
|
2305
|
+
"@smithy/service-error-classification" "^2.1.5"
|
2306
|
+
"@smithy/smithy-client" "^2.5.0"
|
2307
|
+
"@smithy/types" "^2.12.0"
|
2308
|
+
"@smithy/util-middleware" "^2.2.0"
|
2309
|
+
"@smithy/util-retry" "^2.2.0"
|
2310
|
+
tslib "^2.6.2"
|
1960
2311
|
uuid "^8.3.2"
|
1961
2312
|
|
1962
|
-
"@smithy/middleware-serde@^2.1.3":
|
1963
|
-
version "2.
|
1964
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.
|
1965
|
-
integrity sha512-
|
2313
|
+
"@smithy/middleware-serde@^2.1.3", "@smithy/middleware-serde@^2.3.0":
|
2314
|
+
version "2.3.0"
|
2315
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.3.0.tgz#a7615ba646a88b6f695f2d55de13d8158181dd13"
|
2316
|
+
integrity sha512-sIADe7ojwqTyvEQBe1nc/GXB9wdHhi9UwyX0lTyttmUWDJLP655ZYE1WngnNyXREme8I27KCaUhyhZWRXL0q7Q==
|
1966
2317
|
dependencies:
|
1967
|
-
"@smithy/types" "^2.
|
1968
|
-
tslib "^2.
|
2318
|
+
"@smithy/types" "^2.12.0"
|
2319
|
+
tslib "^2.6.2"
|
1969
2320
|
|
1970
|
-
"@smithy/middleware-stack@^2.1.3":
|
1971
|
-
version "2.
|
1972
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.
|
1973
|
-
integrity sha512-
|
2321
|
+
"@smithy/middleware-stack@^2.1.3", "@smithy/middleware-stack@^2.2.0":
|
2322
|
+
version "2.2.0"
|
2323
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.2.0.tgz#3fb49eae6313f16f6f30fdaf28e11a7321f34d9f"
|
2324
|
+
integrity sha512-Qntc3jrtwwrsAC+X8wms8zhrTr0sFXnyEGhZd9sLtsJ/6gGQKFzNB+wWbOcpJd7BR8ThNCoKt76BuQahfMvpeA==
|
1974
2325
|
dependencies:
|
1975
|
-
"@smithy/types" "^2.
|
1976
|
-
tslib "^2.
|
2326
|
+
"@smithy/types" "^2.12.0"
|
2327
|
+
tslib "^2.6.2"
|
1977
2328
|
|
1978
|
-
"@smithy/node-config-provider@^2.2.4":
|
1979
|
-
version "2.
|
1980
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.
|
1981
|
-
integrity sha512-
|
2329
|
+
"@smithy/node-config-provider@^2.2.4", "@smithy/node-config-provider@^2.3.0":
|
2330
|
+
version "2.3.0"
|
2331
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.3.0.tgz#9fac0c94a14c5b5b8b8fa37f20c310a844ab9922"
|
2332
|
+
integrity sha512-0elK5/03a1JPWMDPaS726Iw6LpQg80gFut1tNpPfxFuChEEklo2yL823V94SpTZTxmKlXFtFgsP55uh3dErnIg==
|
1982
2333
|
dependencies:
|
1983
|
-
"@smithy/property-provider" "^2.
|
1984
|
-
"@smithy/shared-ini-file-loader" "^2.
|
1985
|
-
"@smithy/types" "^2.
|
1986
|
-
tslib "^2.
|
2334
|
+
"@smithy/property-provider" "^2.2.0"
|
2335
|
+
"@smithy/shared-ini-file-loader" "^2.4.0"
|
2336
|
+
"@smithy/types" "^2.12.0"
|
2337
|
+
tslib "^2.6.2"
|
1987
2338
|
|
1988
|
-
"@smithy/node-http-handler@^2.4.1":
|
1989
|
-
version "2.
|
1990
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.
|
1991
|
-
integrity sha512-
|
2339
|
+
"@smithy/node-http-handler@^2.4.1", "@smithy/node-http-handler@^2.5.0":
|
2340
|
+
version "2.5.0"
|
2341
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.5.0.tgz#7b5e0565dd23d340380489bd5fe4316d2bed32de"
|
2342
|
+
integrity sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==
|
1992
2343
|
dependencies:
|
1993
|
-
"@smithy/abort-controller" "^2.
|
1994
|
-
"@smithy/protocol-http" "^3.
|
1995
|
-
"@smithy/querystring-builder" "^2.
|
1996
|
-
"@smithy/types" "^2.
|
1997
|
-
tslib "^2.
|
2344
|
+
"@smithy/abort-controller" "^2.2.0"
|
2345
|
+
"@smithy/protocol-http" "^3.3.0"
|
2346
|
+
"@smithy/querystring-builder" "^2.2.0"
|
2347
|
+
"@smithy/types" "^2.12.0"
|
2348
|
+
tslib "^2.6.2"
|
1998
2349
|
|
1999
|
-
"@smithy/property-provider@^2.1.3":
|
2000
|
-
version "2.
|
2001
|
-
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.
|
2002
|
-
integrity sha512
|
2350
|
+
"@smithy/property-provider@^2.1.3", "@smithy/property-provider@^2.2.0":
|
2351
|
+
version "2.2.0"
|
2352
|
+
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.2.0.tgz#37e3525a3fa3e11749f86a4f89f0fd7765a6edb0"
|
2353
|
+
integrity sha512-+xiil2lFhtTRzXkx8F053AV46QnIw6e7MV8od5Mi68E1ICOjCeCHw2XfLnDEUHnT9WGUIkwcqavXjfwuJbGlpg==
|
2003
2354
|
dependencies:
|
2004
|
-
"@smithy/types" "^2.
|
2005
|
-
tslib "^2.
|
2355
|
+
"@smithy/types" "^2.12.0"
|
2356
|
+
tslib "^2.6.2"
|
2006
2357
|
|
2007
|
-
"@smithy/protocol-http@^3.2.1":
|
2008
|
-
version "3.
|
2009
|
-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.
|
2010
|
-
integrity sha512-
|
2358
|
+
"@smithy/protocol-http@^3.2.1", "@smithy/protocol-http@^3.3.0":
|
2359
|
+
version "3.3.0"
|
2360
|
+
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.3.0.tgz#a37df7b4bb4960cdda560ce49acfd64c455e4090"
|
2361
|
+
integrity sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==
|
2011
2362
|
dependencies:
|
2012
|
-
"@smithy/types" "^2.
|
2013
|
-
tslib "^2.
|
2363
|
+
"@smithy/types" "^2.12.0"
|
2364
|
+
tslib "^2.6.2"
|
2014
2365
|
|
2015
|
-
"@smithy/querystring-builder@^2.
|
2016
|
-
version "2.
|
2017
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.
|
2018
|
-
integrity sha512-
|
2366
|
+
"@smithy/querystring-builder@^2.2.0":
|
2367
|
+
version "2.2.0"
|
2368
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.2.0.tgz#22937e19fcd0aaa1a3e614ef8cb6f8e86756a4ef"
|
2369
|
+
integrity sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==
|
2019
2370
|
dependencies:
|
2020
|
-
"@smithy/types" "^2.
|
2021
|
-
"@smithy/util-uri-escape" "^2.
|
2022
|
-
tslib "^2.
|
2371
|
+
"@smithy/types" "^2.12.0"
|
2372
|
+
"@smithy/util-uri-escape" "^2.2.0"
|
2373
|
+
tslib "^2.6.2"
|
2023
2374
|
|
2024
|
-
"@smithy/querystring-parser@^2.
|
2025
|
-
version "2.
|
2026
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.
|
2027
|
-
integrity sha512-
|
2375
|
+
"@smithy/querystring-parser@^2.2.0":
|
2376
|
+
version "2.2.0"
|
2377
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.2.0.tgz#24a5633f4b3806ff2888d4c2f4169e105fdffd79"
|
2378
|
+
integrity sha512-BvHCDrKfbG5Yhbpj4vsbuPV2GgcpHiAkLeIlcA1LtfpMz3jrqizP1+OguSNSj1MwBHEiN+jwNisXLGdajGDQJA==
|
2028
2379
|
dependencies:
|
2029
|
-
"@smithy/types" "^2.
|
2030
|
-
tslib "^2.
|
2380
|
+
"@smithy/types" "^2.12.0"
|
2381
|
+
tslib "^2.6.2"
|
2031
2382
|
|
2032
|
-
"@smithy/service-error-classification@^2.1.
|
2033
|
-
version "2.1.
|
2034
|
-
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.
|
2035
|
-
integrity sha512-
|
2383
|
+
"@smithy/service-error-classification@^2.1.5":
|
2384
|
+
version "2.1.5"
|
2385
|
+
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.5.tgz#0568a977cc0db36299d8703a5d8609c1f600c005"
|
2386
|
+
integrity sha512-uBDTIBBEdAQryvHdc5W8sS5YX7RQzF683XrHePVdFmAgKiMofU15FLSM0/HU03hKTnazdNRFa0YHS7+ArwoUSQ==
|
2036
2387
|
dependencies:
|
2037
|
-
"@smithy/types" "^2.
|
2388
|
+
"@smithy/types" "^2.12.0"
|
2038
2389
|
|
2039
|
-
"@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.
|
2040
|
-
version "2.
|
2041
|
-
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.
|
2042
|
-
integrity sha512-
|
2390
|
+
"@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.4.0":
|
2391
|
+
version "2.4.0"
|
2392
|
+
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.4.0.tgz#1636d6eb9bff41e36ac9c60364a37fd2ffcb9947"
|
2393
|
+
integrity sha512-WyujUJL8e1B6Z4PBfAqC/aGY1+C7T0w20Gih3yrvJSk97gpiVfB+y7c46T4Nunk+ZngLq0rOIdeVeIklk0R3OA==
|
2043
2394
|
dependencies:
|
2044
|
-
"@smithy/types" "^2.
|
2045
|
-
tslib "^2.
|
2395
|
+
"@smithy/types" "^2.12.0"
|
2396
|
+
tslib "^2.6.2"
|
2046
2397
|
|
2047
|
-
"@smithy/signature-v4@^2.1.3":
|
2048
|
-
version "2.
|
2049
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.
|
2050
|
-
integrity sha512
|
2051
|
-
dependencies:
|
2052
|
-
"@smithy/eventstream-codec" "^2.
|
2053
|
-
"@smithy/is-array-buffer" "^2.
|
2054
|
-
"@smithy/types" "^2.
|
2055
|
-
"@smithy/util-hex-encoding" "^2.
|
2056
|
-
"@smithy/util-middleware" "^2.
|
2057
|
-
"@smithy/util-uri-escape" "^2.
|
2058
|
-
"@smithy/util-utf8" "^2.
|
2059
|
-
tslib "^2.
|
2398
|
+
"@smithy/signature-v4@^2.1.3", "@smithy/signature-v4@^2.2.0":
|
2399
|
+
version "2.2.0"
|
2400
|
+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.2.0.tgz#8fe6a574188b71fba6056111b88d50c84babb060"
|
2401
|
+
integrity sha512-+B5TNzj/fRZzVW3z8UUJOkNx15+4E0CLuvJmJUA1JUIZFp3rdJ/M2H5r2SqltaVPXL0oIxv/6YK92T9TsFGbFg==
|
2402
|
+
dependencies:
|
2403
|
+
"@smithy/eventstream-codec" "^2.2.0"
|
2404
|
+
"@smithy/is-array-buffer" "^2.2.0"
|
2405
|
+
"@smithy/types" "^2.12.0"
|
2406
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
2407
|
+
"@smithy/util-middleware" "^2.2.0"
|
2408
|
+
"@smithy/util-uri-escape" "^2.2.0"
|
2409
|
+
"@smithy/util-utf8" "^2.3.0"
|
2410
|
+
tslib "^2.6.2"
|
2060
2411
|
|
2061
|
-
"@smithy/smithy-client@^2.4.2":
|
2062
|
-
version "2.
|
2063
|
-
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.
|
2064
|
-
integrity sha512-
|
2065
|
-
dependencies:
|
2066
|
-
"@smithy/middleware-endpoint" "^2.
|
2067
|
-
"@smithy/middleware-stack" "^2.
|
2068
|
-
"@smithy/protocol-http" "^3.
|
2069
|
-
"@smithy/types" "^2.
|
2070
|
-
"@smithy/util-stream" "^2.
|
2071
|
-
tslib "^2.
|
2412
|
+
"@smithy/smithy-client@^2.4.2", "@smithy/smithy-client@^2.5.0":
|
2413
|
+
version "2.5.0"
|
2414
|
+
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.5.0.tgz#8de4fff221d232dda34a8e706d6a4f2911dffe2e"
|
2415
|
+
integrity sha512-DDXWHWdimtS3y/Kw1Jo46KQ0ZYsDKcldFynQERUGBPDpkW1lXOTHy491ALHjwfiBQvzsVKVxl5+ocXNIgJuX4g==
|
2416
|
+
dependencies:
|
2417
|
+
"@smithy/middleware-endpoint" "^2.5.0"
|
2418
|
+
"@smithy/middleware-stack" "^2.2.0"
|
2419
|
+
"@smithy/protocol-http" "^3.3.0"
|
2420
|
+
"@smithy/types" "^2.12.0"
|
2421
|
+
"@smithy/util-stream" "^2.2.0"
|
2422
|
+
tslib "^2.6.2"
|
2072
2423
|
|
2073
|
-
"@smithy/types@^2.10.1":
|
2074
|
-
version "2.
|
2075
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.
|
2076
|
-
integrity sha512-
|
2424
|
+
"@smithy/types@^2.10.1", "@smithy/types@^2.12.0":
|
2425
|
+
version "2.12.0"
|
2426
|
+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.12.0.tgz#c44845f8ba07e5e8c88eda5aed7e6a0c462da041"
|
2427
|
+
integrity sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==
|
2077
2428
|
dependencies:
|
2078
|
-
tslib "^2.
|
2429
|
+
tslib "^2.6.2"
|
2079
2430
|
|
2080
|
-
"@smithy/url-parser@^2.1.3":
|
2081
|
-
version "2.
|
2082
|
-
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.
|
2083
|
-
integrity sha512-
|
2431
|
+
"@smithy/url-parser@^2.1.3", "@smithy/url-parser@^2.2.0":
|
2432
|
+
version "2.2.0"
|
2433
|
+
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.2.0.tgz#6fcda6116391a4f61fef5580eb540e128359b3c0"
|
2434
|
+
integrity sha512-hoA4zm61q1mNTpksiSWp2nEl1dt3j726HdRhiNgVJQMj7mLp7dprtF57mOB6JvEk/x9d2bsuL5hlqZbBuHQylQ==
|
2084
2435
|
dependencies:
|
2085
|
-
"@smithy/querystring-parser" "^2.
|
2086
|
-
"@smithy/types" "^2.
|
2087
|
-
tslib "^2.
|
2436
|
+
"@smithy/querystring-parser" "^2.2.0"
|
2437
|
+
"@smithy/types" "^2.12.0"
|
2438
|
+
tslib "^2.6.2"
|
2088
2439
|
|
2089
|
-
"@smithy/util-base64@^2.1.1":
|
2090
|
-
version "2.
|
2091
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.
|
2092
|
-
integrity sha512-
|
2440
|
+
"@smithy/util-base64@^2.1.1", "@smithy/util-base64@^2.3.0":
|
2441
|
+
version "2.3.0"
|
2442
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.3.0.tgz#312dbb4d73fb94249c7261aee52de4195c2dd8e2"
|
2443
|
+
integrity sha512-s3+eVwNeJuXUwuMbusncZNViuhv2LjVJ1nMwTqSA0XAC7gjKhqqxRdJPhR8+YrkoZ9IiIbFk/yK6ACe/xlF+hw==
|
2093
2444
|
dependencies:
|
2094
|
-
"@smithy/util-buffer-from" "^2.
|
2095
|
-
|
2445
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
2446
|
+
"@smithy/util-utf8" "^2.3.0"
|
2447
|
+
tslib "^2.6.2"
|
2096
2448
|
|
2097
|
-
"@smithy/util-body-length-browser@^2.1.1":
|
2098
|
-
version "2.
|
2099
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.
|
2100
|
-
integrity sha512-
|
2449
|
+
"@smithy/util-body-length-browser@^2.1.1", "@smithy/util-body-length-browser@^2.2.0":
|
2450
|
+
version "2.2.0"
|
2451
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.2.0.tgz#25620645c6b62b42594ef4a93b66e6ab70e27d2c"
|
2452
|
+
integrity sha512-dtpw9uQP7W+n3vOtx0CfBD5EWd7EPdIdsQnWTDoFf77e3VUf05uA7R7TGipIo8e4WL2kuPdnsr3hMQn9ziYj5w==
|
2101
2453
|
dependencies:
|
2102
|
-
tslib "^2.
|
2454
|
+
tslib "^2.6.2"
|
2103
2455
|
|
2104
|
-
"@smithy/util-body-length-node@^2.2.1":
|
2105
|
-
version "2.
|
2106
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-2.
|
2107
|
-
integrity sha512
|
2456
|
+
"@smithy/util-body-length-node@^2.2.1", "@smithy/util-body-length-node@^2.3.0":
|
2457
|
+
version "2.3.0"
|
2458
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-2.3.0.tgz#d065a9b5e305ff899536777bbfe075cdc980136f"
|
2459
|
+
integrity sha512-ITWT1Wqjubf2CJthb0BuT9+bpzBfXeMokH/AAa5EJQgbv9aPMVfnM76iFIZVFf50hYXGbtiV71BHAthNWd6+dw==
|
2108
2460
|
dependencies:
|
2109
|
-
tslib "^2.
|
2461
|
+
tslib "^2.6.2"
|
2110
2462
|
|
2111
|
-
"@smithy/util-buffer-from@^2.
|
2112
|
-
version "2.
|
2113
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.
|
2114
|
-
integrity sha512-
|
2463
|
+
"@smithy/util-buffer-from@^2.2.0":
|
2464
|
+
version "2.2.0"
|
2465
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz#6fc88585165ec73f8681d426d96de5d402021e4b"
|
2466
|
+
integrity sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==
|
2115
2467
|
dependencies:
|
2116
|
-
"@smithy/is-array-buffer" "^2.
|
2117
|
-
tslib "^2.
|
2468
|
+
"@smithy/is-array-buffer" "^2.2.0"
|
2469
|
+
tslib "^2.6.2"
|
2118
2470
|
|
2119
|
-
"@smithy/util-config-provider@^2.2.1":
|
2120
|
-
version "2.
|
2121
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-2.
|
2122
|
-
integrity sha512-
|
2471
|
+
"@smithy/util-config-provider@^2.2.1", "@smithy/util-config-provider@^2.3.0":
|
2472
|
+
version "2.3.0"
|
2473
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-2.3.0.tgz#bc79f99562d12a1f8423100ca662a6fb07cde943"
|
2474
|
+
integrity sha512-HZkzrRcuFN1k70RLqlNK4FnPXKOpkik1+4JaBoHNJn+RnJGYqaa3c5/+XtLOXhlKzlRgNvyaLieHTW2VwGN0VQ==
|
2123
2475
|
dependencies:
|
2124
|
-
tslib "^2.
|
2476
|
+
tslib "^2.6.2"
|
2125
2477
|
|
2126
|
-
"@smithy/util-defaults-mode-browser@^2.1.4":
|
2127
|
-
version "2.
|
2128
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.
|
2129
|
-
integrity sha512-
|
2478
|
+
"@smithy/util-defaults-mode-browser@^2.1.4", "@smithy/util-defaults-mode-browser@^2.2.0":
|
2479
|
+
version "2.2.0"
|
2480
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.2.0.tgz#963a9d3c3351272764dd1c5dc07c26f2c8abcb02"
|
2481
|
+
integrity sha512-2okTdZaCBvOJszAPU/KSvlimMe35zLOKbQpHhamFJmR7t95HSe0K3C92jQPjKY3PmDBD+7iMkOnuW05F5OlF4g==
|
2130
2482
|
dependencies:
|
2131
|
-
"@smithy/property-provider" "^2.
|
2132
|
-
"@smithy/smithy-client" "^2.
|
2133
|
-
"@smithy/types" "^2.
|
2483
|
+
"@smithy/property-provider" "^2.2.0"
|
2484
|
+
"@smithy/smithy-client" "^2.5.0"
|
2485
|
+
"@smithy/types" "^2.12.0"
|
2134
2486
|
bowser "^2.11.0"
|
2135
|
-
tslib "^2.
|
2487
|
+
tslib "^2.6.2"
|
2136
2488
|
|
2137
|
-
"@smithy/util-defaults-mode-node@^2.2.3":
|
2138
|
-
version "2.
|
2139
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.
|
2140
|
-
integrity sha512-
|
2141
|
-
dependencies:
|
2142
|
-
"@smithy/config-resolver" "^2.
|
2143
|
-
"@smithy/credential-provider-imds" "^2.
|
2144
|
-
"@smithy/node-config-provider" "^2.
|
2145
|
-
"@smithy/property-provider" "^2.
|
2146
|
-
"@smithy/smithy-client" "^2.
|
2147
|
-
"@smithy/types" "^2.
|
2148
|
-
tslib "^2.
|
2489
|
+
"@smithy/util-defaults-mode-node@^2.2.3", "@smithy/util-defaults-mode-node@^2.3.0":
|
2490
|
+
version "2.3.0"
|
2491
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.0.tgz#5005058ca0a299f0948b47c288f7c3d4f36cb26e"
|
2492
|
+
integrity sha512-hfKXnNLmsW9cmLb/JXKIvtuO6Cf4SuqN5PN1C2Ru/TBIws+m1wSgb+A53vo0r66xzB6E82inKG2J7qtwdi+Kkw==
|
2493
|
+
dependencies:
|
2494
|
+
"@smithy/config-resolver" "^2.2.0"
|
2495
|
+
"@smithy/credential-provider-imds" "^2.3.0"
|
2496
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2497
|
+
"@smithy/property-provider" "^2.2.0"
|
2498
|
+
"@smithy/smithy-client" "^2.5.0"
|
2499
|
+
"@smithy/types" "^2.12.0"
|
2500
|
+
tslib "^2.6.2"
|
2149
2501
|
|
2150
|
-
"@smithy/util-endpoints@^1.1.4":
|
2151
|
-
version "1.
|
2152
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.
|
2153
|
-
integrity sha512
|
2502
|
+
"@smithy/util-endpoints@^1.1.4", "@smithy/util-endpoints@^1.2.0":
|
2503
|
+
version "1.2.0"
|
2504
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.2.0.tgz#b8b805f47e8044c158372f69b88337703117665d"
|
2505
|
+
integrity sha512-BuDHv8zRjsE5zXd3PxFXFknzBG3owCpjq8G3FcsXW3CykYXuEqM3nTSsmLzw5q+T12ZYuDlVUZKBdpNbhVtlrQ==
|
2154
2506
|
dependencies:
|
2155
|
-
"@smithy/node-config-provider" "^2.
|
2156
|
-
"@smithy/types" "^2.
|
2157
|
-
tslib "^2.
|
2507
|
+
"@smithy/node-config-provider" "^2.3.0"
|
2508
|
+
"@smithy/types" "^2.12.0"
|
2509
|
+
tslib "^2.6.2"
|
2158
2510
|
|
2159
|
-
"@smithy/util-hex-encoding@^2.
|
2160
|
-
version "2.
|
2161
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.
|
2162
|
-
integrity sha512-
|
2511
|
+
"@smithy/util-hex-encoding@^2.2.0":
|
2512
|
+
version "2.2.0"
|
2513
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.2.0.tgz#87edb7c88c2f422cfca4bb21f1394ae9602c5085"
|
2514
|
+
integrity sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==
|
2163
2515
|
dependencies:
|
2164
|
-
tslib "^2.
|
2516
|
+
tslib "^2.6.2"
|
2165
2517
|
|
2166
|
-
"@smithy/util-middleware@^2.1.3":
|
2167
|
-
version "2.
|
2168
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.
|
2169
|
-
integrity sha512
|
2518
|
+
"@smithy/util-middleware@^2.1.3", "@smithy/util-middleware@^2.2.0":
|
2519
|
+
version "2.2.0"
|
2520
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.2.0.tgz#80cfad40f6cca9ffe42a5899b5cb6abd53a50006"
|
2521
|
+
integrity sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==
|
2170
2522
|
dependencies:
|
2171
|
-
"@smithy/types" "^2.
|
2172
|
-
tslib "^2.
|
2523
|
+
"@smithy/types" "^2.12.0"
|
2524
|
+
tslib "^2.6.2"
|
2173
2525
|
|
2174
|
-
"@smithy/util-retry@^2.1.3":
|
2175
|
-
version "2.
|
2176
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.
|
2177
|
-
integrity sha512-
|
2526
|
+
"@smithy/util-retry@^2.1.3", "@smithy/util-retry@^2.2.0":
|
2527
|
+
version "2.2.0"
|
2528
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.2.0.tgz#e8e019537ab47ba6b2e87e723ec51ee223422d85"
|
2529
|
+
integrity sha512-q9+pAFPTfftHXRytmZ7GzLFFrEGavqapFc06XxzZFcSIGERXMerXxCitjOG1prVDR9QdjqotF40SWvbqcCpf8g==
|
2178
2530
|
dependencies:
|
2179
|
-
"@smithy/service-error-classification" "^2.1.
|
2180
|
-
"@smithy/types" "^2.
|
2181
|
-
tslib "^2.
|
2531
|
+
"@smithy/service-error-classification" "^2.1.5"
|
2532
|
+
"@smithy/types" "^2.12.0"
|
2533
|
+
tslib "^2.6.2"
|
2182
2534
|
|
2183
|
-
"@smithy/util-stream@^2.1.3":
|
2184
|
-
version "2.
|
2185
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.
|
2186
|
-
integrity sha512-
|
2187
|
-
dependencies:
|
2188
|
-
"@smithy/fetch-http-handler" "^2.
|
2189
|
-
"@smithy/node-http-handler" "^2.
|
2190
|
-
"@smithy/types" "^2.
|
2191
|
-
"@smithy/util-base64" "^2.
|
2192
|
-
"@smithy/util-buffer-from" "^2.
|
2193
|
-
"@smithy/util-hex-encoding" "^2.
|
2194
|
-
"@smithy/util-utf8" "^2.
|
2195
|
-
tslib "^2.
|
2535
|
+
"@smithy/util-stream@^2.1.3", "@smithy/util-stream@^2.2.0":
|
2536
|
+
version "2.2.0"
|
2537
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.2.0.tgz#b1279e417992a0f74afa78d7501658f174ed7370"
|
2538
|
+
integrity sha512-17faEXbYWIRst1aU9SvPZyMdWmqIrduZjVOqCPMIsWFNxs5yQQgFrJL6b2SdiCzyW9mJoDjFtgi53xx7EH+BXA==
|
2539
|
+
dependencies:
|
2540
|
+
"@smithy/fetch-http-handler" "^2.5.0"
|
2541
|
+
"@smithy/node-http-handler" "^2.5.0"
|
2542
|
+
"@smithy/types" "^2.12.0"
|
2543
|
+
"@smithy/util-base64" "^2.3.0"
|
2544
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
2545
|
+
"@smithy/util-hex-encoding" "^2.2.0"
|
2546
|
+
"@smithy/util-utf8" "^2.3.0"
|
2547
|
+
tslib "^2.6.2"
|
2196
2548
|
|
2197
|
-
"@smithy/util-uri-escape@^2.
|
2198
|
-
version "2.
|
2199
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.
|
2200
|
-
integrity sha512-
|
2549
|
+
"@smithy/util-uri-escape@^2.2.0":
|
2550
|
+
version "2.2.0"
|
2551
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.2.0.tgz#56f5764051a33b67bc93fdd2a869f971b0635406"
|
2552
|
+
integrity sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==
|
2201
2553
|
dependencies:
|
2202
|
-
tslib "^2.
|
2554
|
+
tslib "^2.6.2"
|
2203
2555
|
|
2204
|
-
"@smithy/util-utf8@^2.1.1":
|
2205
|
-
version "2.
|
2206
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.
|
2207
|
-
integrity sha512-
|
2556
|
+
"@smithy/util-utf8@^2.1.1", "@smithy/util-utf8@^2.3.0":
|
2557
|
+
version "2.3.0"
|
2558
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz#dd96d7640363259924a214313c3cf16e7dd329c5"
|
2559
|
+
integrity sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==
|
2208
2560
|
dependencies:
|
2209
|
-
"@smithy/util-buffer-from" "^2.
|
2210
|
-
tslib "^2.
|
2561
|
+
"@smithy/util-buffer-from" "^2.2.0"
|
2562
|
+
tslib "^2.6.2"
|
2211
2563
|
|
2212
|
-
"@smithy/util-waiter@^2.1.3":
|
2213
|
-
version "2.
|
2214
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.
|
2215
|
-
integrity sha512-
|
2564
|
+
"@smithy/util-waiter@^2.1.3", "@smithy/util-waiter@^2.2.0":
|
2565
|
+
version "2.2.0"
|
2566
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.2.0.tgz#d11baf50637bfaadb9641d6ca1619da413dd2612"
|
2567
|
+
integrity sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==
|
2216
2568
|
dependencies:
|
2217
|
-
"@smithy/abort-controller" "^2.
|
2218
|
-
"@smithy/types" "^2.
|
2219
|
-
tslib "^2.
|
2569
|
+
"@smithy/abort-controller" "^2.2.0"
|
2570
|
+
"@smithy/types" "^2.12.0"
|
2571
|
+
tslib "^2.6.2"
|
2220
2572
|
|
2221
2573
|
"@szmarczak/http-timer@^4.0.5":
|
2222
2574
|
version "4.0.6"
|
@@ -3009,6 +3361,13 @@ builtins@^1.0.3:
|
|
3009
3361
|
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
3010
3362
|
integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==
|
3011
3363
|
|
3364
|
+
builtins@^5.0.0:
|
3365
|
+
version "5.0.1"
|
3366
|
+
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
|
3367
|
+
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
|
3368
|
+
dependencies:
|
3369
|
+
semver "^7.0.0"
|
3370
|
+
|
3012
3371
|
cacache@^15.0.3, cacache@^15.0.5, cacache@^15.2.0:
|
3013
3372
|
version "15.3.0"
|
3014
3373
|
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
|
@@ -4101,12 +4460,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4101
4460
|
semver "^7.5.4"
|
4102
4461
|
spdx-expression-parse "^4.0.0"
|
4103
4462
|
|
4104
|
-
eslint-plugin-sf-plugin@^1.17.
|
4105
|
-
version "1.17.
|
4106
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
4107
|
-
integrity sha512-
|
4463
|
+
eslint-plugin-sf-plugin@^1.17.4:
|
4464
|
+
version "1.17.4"
|
4465
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
|
4466
|
+
integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
|
4108
4467
|
dependencies:
|
4109
|
-
"@salesforce/core" "^6.
|
4468
|
+
"@salesforce/core" "^6.7.0"
|
4110
4469
|
"@typescript-eslint/utils" "^6.17.0"
|
4111
4470
|
|
4112
4471
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -6687,16 +7046,16 @@ object.values@^1.1.7:
|
|
6687
7046
|
define-properties "^1.2.0"
|
6688
7047
|
es-abstract "^1.22.1"
|
6689
7048
|
|
6690
|
-
oclif@^4.4
|
6691
|
-
version "4.4
|
6692
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.
|
6693
|
-
integrity sha512-
|
7049
|
+
oclif@^4.5.4:
|
7050
|
+
version "4.5.4"
|
7051
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.4.tgz#8b874dd3bbab1a16a4a72a1e7e3babd34c3614c4"
|
7052
|
+
integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==
|
6694
7053
|
dependencies:
|
6695
|
-
"@aws-sdk/client-cloudfront" "^3.
|
7054
|
+
"@aws-sdk/client-cloudfront" "^3.525.0"
|
6696
7055
|
"@aws-sdk/client-s3" "^3.515.0"
|
6697
|
-
"@oclif/core" "^3.
|
6698
|
-
"@oclif/plugin-help" "^6.0.
|
6699
|
-
"@oclif/plugin-not-found" "^3.0.
|
7056
|
+
"@oclif/core" "^3.21.0"
|
7057
|
+
"@oclif/plugin-help" "^6.0.14"
|
7058
|
+
"@oclif/plugin-not-found" "^3.0.14"
|
6700
7059
|
"@oclif/plugin-warn-if-update-available" "^3.0.12"
|
6701
7060
|
async-retry "^1.3.3"
|
6702
7061
|
change-case "^4"
|
@@ -6709,6 +7068,7 @@ oclif@^4.4.19:
|
|
6709
7068
|
normalize-package-data "^3.0.3"
|
6710
7069
|
semver "^7.6.0"
|
6711
7070
|
sort-package-json "^2.8.0"
|
7071
|
+
validate-npm-package-name "^5.0.0"
|
6712
7072
|
yeoman-environment "^3.15.1"
|
6713
7073
|
yeoman-generator "^5.8.0"
|
6714
7074
|
|
@@ -7593,7 +7953,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
7593
7953
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
7594
7954
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
7595
7955
|
|
7596
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0:
|
7956
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0:
|
7597
7957
|
version "7.6.0"
|
7598
7958
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
7599
7959
|
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
@@ -8501,6 +8861,13 @@ validate-npm-package-name@^3.0.0:
|
|
8501
8861
|
dependencies:
|
8502
8862
|
builtins "^1.0.3"
|
8503
8863
|
|
8864
|
+
validate-npm-package-name@^5.0.0:
|
8865
|
+
version "5.0.0"
|
8866
|
+
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz#f16afd48318e6f90a1ec101377fa0384cfc8c713"
|
8867
|
+
integrity sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==
|
8868
|
+
dependencies:
|
8869
|
+
builtins "^5.0.0"
|
8870
|
+
|
8504
8871
|
vinyl-file@^3.0.0:
|
8505
8872
|
version "3.0.0"
|
8506
8873
|
resolved "https://registry.yarnpkg.com/vinyl-file/-/vinyl-file-3.0.0.tgz#b104d9e4409ffa325faadd520642d0a3b488b365"
|