@salesforce/plugin-auth 3.3.8 → 3.3.10

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 CHANGED
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf org list auth
108
108
  ```
109
109
 
110
- _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/list/auth.ts)_
110
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/list/auth.ts)_
111
111
 
112
112
  ## `sf org login access-token`
113
113
 
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160
160
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
161
161
  ```
162
162
 
163
- _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/access-token.ts)_
163
+ _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/access-token.ts)_
164
164
 
165
165
  ## `sf org login device`
166
166
 
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219
219
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/device.ts)_
222
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/device.ts)_
223
223
 
224
224
  ## `sf org login jwt`
225
225
 
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308
308
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
309
309
  ```
310
310
 
311
- _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/jwt.ts)_
311
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/jwt.ts)_
312
312
 
313
313
  ## `sf org login sfdx-url`
314
314
 
@@ -323,8 +323,7 @@ FLAGS
323
323
  -d, --set-default-dev-hub Set the authenticated org as the default Dev Hub.
324
324
  -f, --sfdx-url-file=<value> Path to a file that contains the Salesforce DX authorization URL.
325
325
  -s, --set-default Set the authenticated org as the default that all org-related commands run against.
326
- -u, --sfdx-url-stdin=<value> Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through
327
- standard input (stdin).
326
+ -u, --sfdx-url-stdin=<value> Pipe the Salesforce DX authorization URL through standard input (stdin).
328
327
 
329
328
  GLOBAL FLAGS
330
329
  --json Format output as json.
@@ -354,8 +353,7 @@ DESCRIPTION
354
353
  You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL.
355
354
  Finally, you can create a normal text file that includes just the URL and nothing else.
356
355
 
357
- Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and
358
- providing the '-' character as the value.
356
+ Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
359
357
 
360
358
  ALIASES
361
359
  $ sf force auth sfdxurl store
@@ -370,12 +368,12 @@ EXAMPLES
370
368
 
371
369
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
372
370
 
373
- Pipe the SFDX authorization URL from stdin by specifying the '-' value.
371
+ Pipe the SFDX authorization URL from stdin:
374
372
 
375
- $ echo url | sf org login sfdx-url --sfdx-url-stdin -
373
+ $ echo url | sf org login sfdx-url --sfdx-url-stdin
376
374
  ```
377
375
 
378
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/sfdx-url.ts)_
376
+ _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/sfdx-url.ts)_
379
377
 
380
378
  ## `sf org login web`
381
379
 
@@ -460,7 +458,7 @@ FLAG DESCRIPTIONS
460
458
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
461
459
  ```
462
460
 
463
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/web.ts)_
461
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/web.ts)_
464
462
 
465
463
  ## `sf org logout`
466
464
 
@@ -520,6 +518,6 @@ FLAG DESCRIPTIONS
520
518
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
521
519
  ```
522
520
 
523
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/logout.ts)_
521
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/logout.ts)_
524
522
 
525
523
  <!-- commandsstop -->
@@ -18,7 +18,7 @@ NOTE: The "<%= config.bin %> org display --verbose" command displays the refresh
18
18
 
19
19
  You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.
20
20
 
21
- Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.
21
+ Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
22
22
 
23
23
  # flags.sfdx-url-file.summary
24
24
 
@@ -26,7 +26,7 @@ Path to a file that contains the Salesforce DX authorization URL.
26
26
 
27
27
  # flags.sfdx-url-stdin.summary
28
28
 
29
- Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).
29
+ Pipe the Salesforce DX authorization URL through standard input (stdin).
30
30
 
31
31
  # examples
32
32
 
@@ -38,6 +38,6 @@ Specify '-' as this flag's value to pipe the Salesforce DX authorization URL thr
38
38
 
39
39
  <%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
40
40
 
41
- - Pipe the SFDX authorization URL from stdin by specifying the '-' value.
41
+ - Pipe the SFDX authorization URL from stdin:
42
42
 
43
- <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin -
43
+ <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin
package/oclif.lock CHANGED
@@ -92,26 +92,26 @@
92
92
  "@aws-sdk/util-utf8-browser" "^3.0.0"
93
93
  tslib "^1.11.1"
94
94
 
95
- "@aws-sdk/client-cloudfront@^3.496.0":
96
- version "3.501.0"
97
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.501.0.tgz#63718c641692fe7df88d819eabac6e4a1a0e1f88"
98
- integrity sha512-VewcZ9hmzxAHiZZ44mg1hGNeDkGo+5F4lNOguFgxp6IwRDQaR3zySNzrPMZkfjI0TQHJ0f1bx7Os3T4FNyy9lw==
95
+ "@aws-sdk/client-cloudfront@^3.501.0":
96
+ version "3.504.0"
97
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.504.0.tgz#14e02d39bd7440c4887d87bfd44e18a1cfc30edf"
98
+ integrity sha512-lBwHYHeNv+zD8oRBTB3lder6fgAe3ZMpfApopC/7Futt1jCmuv81cM6ots6VJ7+J5TaNeYQpc8+wA4DqFc1bsw==
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.501.0"
102
+ "@aws-sdk/client-sts" "3.504.0"
103
103
  "@aws-sdk/core" "3.496.0"
104
- "@aws-sdk/credential-provider-node" "3.501.0"
105
- "@aws-sdk/middleware-host-header" "3.496.0"
106
- "@aws-sdk/middleware-logger" "3.496.0"
107
- "@aws-sdk/middleware-recursion-detection" "3.496.0"
108
- "@aws-sdk/middleware-signing" "3.496.0"
109
- "@aws-sdk/middleware-user-agent" "3.496.0"
110
- "@aws-sdk/region-config-resolver" "3.496.0"
111
- "@aws-sdk/types" "3.496.0"
112
- "@aws-sdk/util-endpoints" "3.496.0"
113
- "@aws-sdk/util-user-agent-browser" "3.496.0"
114
- "@aws-sdk/util-user-agent-node" "3.496.0"
104
+ "@aws-sdk/credential-provider-node" "3.504.0"
105
+ "@aws-sdk/middleware-host-header" "3.502.0"
106
+ "@aws-sdk/middleware-logger" "3.502.0"
107
+ "@aws-sdk/middleware-recursion-detection" "3.502.0"
108
+ "@aws-sdk/middleware-signing" "3.502.0"
109
+ "@aws-sdk/middleware-user-agent" "3.502.0"
110
+ "@aws-sdk/region-config-resolver" "3.502.0"
111
+ "@aws-sdk/types" "3.502.0"
112
+ "@aws-sdk/util-endpoints" "3.502.0"
113
+ "@aws-sdk/util-user-agent-browser" "3.502.0"
114
+ "@aws-sdk/util-user-agent-node" "3.502.0"
115
115
  "@aws-sdk/xml-builder" "3.496.0"
116
116
  "@smithy/config-resolver" "^2.1.1"
117
117
  "@smithy/core" "^1.3.1"
@@ -206,6 +206,51 @@
206
206
  fast-xml-parser "4.2.5"
207
207
  tslib "^2.5.0"
208
208
 
209
+ "@aws-sdk/client-sso-oidc@3.504.0":
210
+ version "3.504.0"
211
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.504.0.tgz#78ed1e921fcda039e8525a92bf5760e8bd0091a8"
212
+ integrity sha512-ODA33/nm2srhV08EW0KZAP577UgV0qjyr7Xp2yEo8MXWL4ZqQZprk1c+QKBhjr4Djesrm0VPmSD/np0mtYP68A==
213
+ dependencies:
214
+ "@aws-crypto/sha256-browser" "3.0.0"
215
+ "@aws-crypto/sha256-js" "3.0.0"
216
+ "@aws-sdk/client-sts" "3.504.0"
217
+ "@aws-sdk/core" "3.496.0"
218
+ "@aws-sdk/middleware-host-header" "3.502.0"
219
+ "@aws-sdk/middleware-logger" "3.502.0"
220
+ "@aws-sdk/middleware-recursion-detection" "3.502.0"
221
+ "@aws-sdk/middleware-signing" "3.502.0"
222
+ "@aws-sdk/middleware-user-agent" "3.502.0"
223
+ "@aws-sdk/region-config-resolver" "3.502.0"
224
+ "@aws-sdk/types" "3.502.0"
225
+ "@aws-sdk/util-endpoints" "3.502.0"
226
+ "@aws-sdk/util-user-agent-browser" "3.502.0"
227
+ "@aws-sdk/util-user-agent-node" "3.502.0"
228
+ "@smithy/config-resolver" "^2.1.1"
229
+ "@smithy/core" "^1.3.1"
230
+ "@smithy/fetch-http-handler" "^2.4.1"
231
+ "@smithy/hash-node" "^2.1.1"
232
+ "@smithy/invalid-dependency" "^2.1.1"
233
+ "@smithy/middleware-content-length" "^2.1.1"
234
+ "@smithy/middleware-endpoint" "^2.4.1"
235
+ "@smithy/middleware-retry" "^2.1.1"
236
+ "@smithy/middleware-serde" "^2.1.1"
237
+ "@smithy/middleware-stack" "^2.1.1"
238
+ "@smithy/node-config-provider" "^2.2.1"
239
+ "@smithy/node-http-handler" "^2.3.1"
240
+ "@smithy/protocol-http" "^3.1.1"
241
+ "@smithy/smithy-client" "^2.3.1"
242
+ "@smithy/types" "^2.9.1"
243
+ "@smithy/url-parser" "^2.1.1"
244
+ "@smithy/util-base64" "^2.1.1"
245
+ "@smithy/util-body-length-browser" "^2.1.1"
246
+ "@smithy/util-body-length-node" "^2.2.1"
247
+ "@smithy/util-defaults-mode-browser" "^2.1.1"
248
+ "@smithy/util-defaults-mode-node" "^2.1.1"
249
+ "@smithy/util-endpoints" "^1.1.1"
250
+ "@smithy/util-retry" "^2.1.1"
251
+ "@smithy/util-utf8" "^2.1.1"
252
+ tslib "^2.5.0"
253
+
209
254
  "@aws-sdk/client-sso@3.496.0":
210
255
  version "3.496.0"
211
256
  resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.496.0.tgz#765cbfb3afcbe7bc8f2430e40afd4d542a0d58fb"
@@ -249,6 +294,49 @@
249
294
  "@smithy/util-utf8" "^2.1.1"
250
295
  tslib "^2.5.0"
251
296
 
297
+ "@aws-sdk/client-sso@3.502.0":
298
+ version "3.502.0"
299
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.502.0.tgz#8cf21d8f52a5bef65bf7b458051b3f61f7db822c"
300
+ integrity sha512-OZAYal1+PQgUUtWiHhRayDtX0OD+XpXHKAhjYgEIPbyhQaCMp3/Bq1xDX151piWXvXqXLJHFKb8DUEqzwGO9QA==
301
+ dependencies:
302
+ "@aws-crypto/sha256-browser" "3.0.0"
303
+ "@aws-crypto/sha256-js" "3.0.0"
304
+ "@aws-sdk/core" "3.496.0"
305
+ "@aws-sdk/middleware-host-header" "3.502.0"
306
+ "@aws-sdk/middleware-logger" "3.502.0"
307
+ "@aws-sdk/middleware-recursion-detection" "3.502.0"
308
+ "@aws-sdk/middleware-user-agent" "3.502.0"
309
+ "@aws-sdk/region-config-resolver" "3.502.0"
310
+ "@aws-sdk/types" "3.502.0"
311
+ "@aws-sdk/util-endpoints" "3.502.0"
312
+ "@aws-sdk/util-user-agent-browser" "3.502.0"
313
+ "@aws-sdk/util-user-agent-node" "3.502.0"
314
+ "@smithy/config-resolver" "^2.1.1"
315
+ "@smithy/core" "^1.3.1"
316
+ "@smithy/fetch-http-handler" "^2.4.1"
317
+ "@smithy/hash-node" "^2.1.1"
318
+ "@smithy/invalid-dependency" "^2.1.1"
319
+ "@smithy/middleware-content-length" "^2.1.1"
320
+ "@smithy/middleware-endpoint" "^2.4.1"
321
+ "@smithy/middleware-retry" "^2.1.1"
322
+ "@smithy/middleware-serde" "^2.1.1"
323
+ "@smithy/middleware-stack" "^2.1.1"
324
+ "@smithy/node-config-provider" "^2.2.1"
325
+ "@smithy/node-http-handler" "^2.3.1"
326
+ "@smithy/protocol-http" "^3.1.1"
327
+ "@smithy/smithy-client" "^2.3.1"
328
+ "@smithy/types" "^2.9.1"
329
+ "@smithy/url-parser" "^2.1.1"
330
+ "@smithy/util-base64" "^2.1.1"
331
+ "@smithy/util-body-length-browser" "^2.1.1"
332
+ "@smithy/util-body-length-node" "^2.2.1"
333
+ "@smithy/util-defaults-mode-browser" "^2.1.1"
334
+ "@smithy/util-defaults-mode-node" "^2.1.1"
335
+ "@smithy/util-endpoints" "^1.1.1"
336
+ "@smithy/util-retry" "^2.1.1"
337
+ "@smithy/util-utf8" "^2.1.1"
338
+ tslib "^2.5.0"
339
+
252
340
  "@aws-sdk/client-sts@3.496.0":
253
341
  version "3.496.0"
254
342
  resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.496.0.tgz#e0c142cf8bb1aec7a9c7b09dd9739f6773d94fd0"
@@ -295,24 +383,23 @@
295
383
  fast-xml-parser "4.2.5"
296
384
  tslib "^2.5.0"
297
385
 
298
- "@aws-sdk/client-sts@3.501.0":
299
- version "3.501.0"
300
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.501.0.tgz#f3ab15d11517f28f1fdd3bd2b0c4dcf15a88b5aa"
301
- integrity sha512-Uwc/xuxsA46dZS5s+4U703LBNDrGpWF7RB4XYEEMD21BLfGuqntxLLQux8xxKt3Pcur0CsXNja5jXt3uLnE5MA==
386
+ "@aws-sdk/client-sts@3.504.0":
387
+ version "3.504.0"
388
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.504.0.tgz#78a0beaf988ad2647d79c7157083dfd55953f41e"
389
+ integrity sha512-IESs8FkL7B/uY+ml4wgoRkrr6xYo4PizcNw6JX17eveq1gRBCPKeGMjE6HTDOcIYZZ8rqz/UeuH3JD4UhrMOnA==
302
390
  dependencies:
303
391
  "@aws-crypto/sha256-browser" "3.0.0"
304
392
  "@aws-crypto/sha256-js" "3.0.0"
305
393
  "@aws-sdk/core" "3.496.0"
306
- "@aws-sdk/credential-provider-node" "3.501.0"
307
- "@aws-sdk/middleware-host-header" "3.496.0"
308
- "@aws-sdk/middleware-logger" "3.496.0"
309
- "@aws-sdk/middleware-recursion-detection" "3.496.0"
310
- "@aws-sdk/middleware-user-agent" "3.496.0"
311
- "@aws-sdk/region-config-resolver" "3.496.0"
312
- "@aws-sdk/types" "3.496.0"
313
- "@aws-sdk/util-endpoints" "3.496.0"
314
- "@aws-sdk/util-user-agent-browser" "3.496.0"
315
- "@aws-sdk/util-user-agent-node" "3.496.0"
394
+ "@aws-sdk/middleware-host-header" "3.502.0"
395
+ "@aws-sdk/middleware-logger" "3.502.0"
396
+ "@aws-sdk/middleware-recursion-detection" "3.502.0"
397
+ "@aws-sdk/middleware-user-agent" "3.502.0"
398
+ "@aws-sdk/region-config-resolver" "3.502.0"
399
+ "@aws-sdk/types" "3.502.0"
400
+ "@aws-sdk/util-endpoints" "3.502.0"
401
+ "@aws-sdk/util-user-agent-browser" "3.502.0"
402
+ "@aws-sdk/util-user-agent-node" "3.502.0"
316
403
  "@smithy/config-resolver" "^2.1.1"
317
404
  "@smithy/core" "^1.3.1"
318
405
  "@smithy/fetch-http-handler" "^2.4.1"
@@ -363,6 +450,31 @@
363
450
  "@smithy/types" "^2.9.1"
364
451
  tslib "^2.5.0"
365
452
 
453
+ "@aws-sdk/credential-provider-env@3.502.0":
454
+ version "3.502.0"
455
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.502.0.tgz#800e63b2b9d90b078a120d474d5a3b1ec5b48514"
456
+ integrity sha512-KIB8Ae1Z7domMU/jU4KiIgK4tmYgvuXlhR54ehwlVHxnEoFPoPuGHFZU7oFn79jhhSLUFQ1lRYMxP0cEwb7XeQ==
457
+ dependencies:
458
+ "@aws-sdk/types" "3.502.0"
459
+ "@smithy/property-provider" "^2.1.1"
460
+ "@smithy/types" "^2.9.1"
461
+ tslib "^2.5.0"
462
+
463
+ "@aws-sdk/credential-provider-http@3.503.1":
464
+ version "3.503.1"
465
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.503.1.tgz#e882a4b740c9193650053033b3001b03ca4b12c8"
466
+ integrity sha512-rTdlFFGoPPFMF2YjtlfRuSgKI+XsF49u7d98255hySwhsbwd3Xp+utTTPquxP+CwDxMHbDlI7NxDzFiFdsoZug==
467
+ dependencies:
468
+ "@aws-sdk/types" "3.502.0"
469
+ "@smithy/fetch-http-handler" "^2.4.1"
470
+ "@smithy/node-http-handler" "^2.3.1"
471
+ "@smithy/property-provider" "^2.1.1"
472
+ "@smithy/protocol-http" "^3.1.1"
473
+ "@smithy/smithy-client" "^2.3.1"
474
+ "@smithy/types" "^2.9.1"
475
+ "@smithy/util-stream" "^2.1.1"
476
+ tslib "^2.5.0"
477
+
366
478
  "@aws-sdk/credential-provider-ini@3.496.0":
367
479
  version "3.496.0"
368
480
  resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.496.0.tgz#4de82fc173ba1581af4bf6fcad610f2fc0fd8ca1"
@@ -379,16 +491,17 @@
379
491
  "@smithy/types" "^2.9.1"
380
492
  tslib "^2.5.0"
381
493
 
382
- "@aws-sdk/credential-provider-ini@3.501.0":
383
- version "3.501.0"
384
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.501.0.tgz#66f56d56858267460614260b6bfd70cd18ba868b"
385
- integrity sha512-6UXnwLtYIr298ljveumCVXsH+x7csGscK5ylY+veRFy514NqyloRdJt8JY26hhh5SF9MYnkW+JyWSJ2Ls3tOjQ==
386
- dependencies:
387
- "@aws-sdk/credential-provider-env" "3.496.0"
388
- "@aws-sdk/credential-provider-process" "3.496.0"
389
- "@aws-sdk/credential-provider-sso" "3.501.0"
390
- "@aws-sdk/credential-provider-web-identity" "3.496.0"
391
- "@aws-sdk/types" "3.496.0"
494
+ "@aws-sdk/credential-provider-ini@3.504.0":
495
+ version "3.504.0"
496
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.504.0.tgz#d463dae3a309c1e9181811f27c484fd9bfa6821f"
497
+ integrity sha512-ODICLXfr8xTUd3wweprH32Ge41yuBa+u3j0JUcLdTUO1N9ldczSMdo8zOPlP0z4doqD3xbnqMkjNQWgN/Q+5oQ==
498
+ dependencies:
499
+ "@aws-sdk/client-sts" "3.504.0"
500
+ "@aws-sdk/credential-provider-env" "3.502.0"
501
+ "@aws-sdk/credential-provider-process" "3.502.0"
502
+ "@aws-sdk/credential-provider-sso" "3.504.0"
503
+ "@aws-sdk/credential-provider-web-identity" "3.504.0"
504
+ "@aws-sdk/types" "3.502.0"
392
505
  "@smithy/credential-provider-imds" "^2.2.1"
393
506
  "@smithy/property-provider" "^2.1.1"
394
507
  "@smithy/shared-ini-file-loader" "^2.3.1"
@@ -412,17 +525,18 @@
412
525
  "@smithy/types" "^2.9.1"
413
526
  tslib "^2.5.0"
414
527
 
415
- "@aws-sdk/credential-provider-node@3.501.0":
416
- version "3.501.0"
417
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.501.0.tgz#6cb96dc5c1bfaf8dcb580063beeed9ef9db33961"
418
- integrity sha512-NM62D8gYrQ1nyLYwW4k48B2/lMHDzHDcQccS1wJakr6bg5sdtG06CumwlVcY+LAa0o1xRnhHmh/yiwj/nN4avw==
419
- dependencies:
420
- "@aws-sdk/credential-provider-env" "3.496.0"
421
- "@aws-sdk/credential-provider-ini" "3.501.0"
422
- "@aws-sdk/credential-provider-process" "3.496.0"
423
- "@aws-sdk/credential-provider-sso" "3.501.0"
424
- "@aws-sdk/credential-provider-web-identity" "3.496.0"
425
- "@aws-sdk/types" "3.496.0"
528
+ "@aws-sdk/credential-provider-node@3.504.0":
529
+ version "3.504.0"
530
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.504.0.tgz#c6014f56dd59be295114290164e00375d33f2952"
531
+ integrity sha512-6+V5hIh+tILmUjf2ZQWQINR3atxQVgH/bFrGdSR/sHSp/tEgw3m0xWL3IRslWU1e4/GtXrfg1iYnMknXy68Ikw==
532
+ dependencies:
533
+ "@aws-sdk/credential-provider-env" "3.502.0"
534
+ "@aws-sdk/credential-provider-http" "3.503.1"
535
+ "@aws-sdk/credential-provider-ini" "3.504.0"
536
+ "@aws-sdk/credential-provider-process" "3.502.0"
537
+ "@aws-sdk/credential-provider-sso" "3.504.0"
538
+ "@aws-sdk/credential-provider-web-identity" "3.504.0"
539
+ "@aws-sdk/types" "3.502.0"
426
540
  "@smithy/credential-provider-imds" "^2.2.1"
427
541
  "@smithy/property-provider" "^2.1.1"
428
542
  "@smithy/shared-ini-file-loader" "^2.3.1"
@@ -440,6 +554,17 @@
440
554
  "@smithy/types" "^2.9.1"
441
555
  tslib "^2.5.0"
442
556
 
557
+ "@aws-sdk/credential-provider-process@3.502.0":
558
+ version "3.502.0"
559
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.502.0.tgz#6c41d8845a1c7073491a064c158363de04640381"
560
+ integrity sha512-fJJowOjQ4infYQX0E1J3xFVlmuwEYJAFk0Mo1qwafWmEthsBJs+6BR2RiWDELHKrSK35u4Pf3fu3RkYuCtmQFw==
561
+ dependencies:
562
+ "@aws-sdk/types" "3.502.0"
563
+ "@smithy/property-provider" "^2.1.1"
564
+ "@smithy/shared-ini-file-loader" "^2.3.1"
565
+ "@smithy/types" "^2.9.1"
566
+ tslib "^2.5.0"
567
+
443
568
  "@aws-sdk/credential-provider-sso@3.496.0":
444
569
  version "3.496.0"
445
570
  resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.496.0.tgz#1c5f2d25b64936b79095f49cabbcd7832fb87087"
@@ -453,14 +578,14 @@
453
578
  "@smithy/types" "^2.9.1"
454
579
  tslib "^2.5.0"
455
580
 
456
- "@aws-sdk/credential-provider-sso@3.501.0":
457
- version "3.501.0"
458
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.501.0.tgz#a96b859b59d3825f54158de8c692d69bd6edf5e6"
459
- integrity sha512-y90dlvvZ55PwecODFdMx0NiNlJJfm7X6S61PKdLNCMRcu1YK+eWn0CmPHGHobBUQ4SEYhnFLcHSsf+VMim6BtQ==
581
+ "@aws-sdk/credential-provider-sso@3.504.0":
582
+ version "3.504.0"
583
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.504.0.tgz#ad036805e8677f6a53b24aa82991596aa11ac605"
584
+ integrity sha512-4MgH2or2SjPzaxM08DCW+BjaX4DSsEGJlicHKmz6fh+w9JmLh750oXcTnbvgUeVz075jcs6qTKjvUcsdGM/t8Q==
460
585
  dependencies:
461
- "@aws-sdk/client-sso" "3.496.0"
462
- "@aws-sdk/token-providers" "3.501.0"
463
- "@aws-sdk/types" "3.496.0"
586
+ "@aws-sdk/client-sso" "3.502.0"
587
+ "@aws-sdk/token-providers" "3.504.0"
588
+ "@aws-sdk/types" "3.502.0"
464
589
  "@smithy/property-provider" "^2.1.1"
465
590
  "@smithy/shared-ini-file-loader" "^2.3.1"
466
591
  "@smithy/types" "^2.9.1"
@@ -476,6 +601,17 @@
476
601
  "@smithy/types" "^2.9.1"
477
602
  tslib "^2.5.0"
478
603
 
604
+ "@aws-sdk/credential-provider-web-identity@3.504.0":
605
+ version "3.504.0"
606
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.504.0.tgz#53de7dee538ecaeec534e369bca76c546b8f4cc5"
607
+ integrity sha512-L1ljCvGpIEFdJk087ijf2ohg7HBclOeB1UgBxUBBzf4iPRZTQzd2chGaKj0hm2VVaXz7nglswJeURH5PFcS5oA==
608
+ dependencies:
609
+ "@aws-sdk/client-sts" "3.504.0"
610
+ "@aws-sdk/types" "3.502.0"
611
+ "@smithy/property-provider" "^2.1.1"
612
+ "@smithy/types" "^2.9.1"
613
+ tslib "^2.5.0"
614
+
479
615
  "@aws-sdk/middleware-bucket-endpoint@3.496.0":
480
616
  version "3.496.0"
481
617
  resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.496.0.tgz#10a6e48b836321f32226790ffebcba1f281107ce"
@@ -523,6 +659,16 @@
523
659
  "@smithy/types" "^2.9.1"
524
660
  tslib "^2.5.0"
525
661
 
662
+ "@aws-sdk/middleware-host-header@3.502.0":
663
+ version "3.502.0"
664
+ resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.502.0.tgz#2651fb3509990271c89eb50133fb17cb8ae435f6"
665
+ integrity sha512-EjnG0GTYXT/wJBmm5/mTjDcAkzU8L7wQjOzd3FTXuTCNNyvAvwrszbOj5FlarEw5XJBbQiZtBs+I5u9+zy560w==
666
+ dependencies:
667
+ "@aws-sdk/types" "3.502.0"
668
+ "@smithy/protocol-http" "^3.1.1"
669
+ "@smithy/types" "^2.9.1"
670
+ tslib "^2.5.0"
671
+
526
672
  "@aws-sdk/middleware-location-constraint@3.496.0":
527
673
  version "3.496.0"
528
674
  resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.496.0.tgz#b44ae48bddf8409c2c55a36a4f406661fcd729be"
@@ -541,6 +687,15 @@
541
687
  "@smithy/types" "^2.9.1"
542
688
  tslib "^2.5.0"
543
689
 
690
+ "@aws-sdk/middleware-logger@3.502.0":
691
+ version "3.502.0"
692
+ resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.502.0.tgz#558cefdd233779f15687957f9f07497199b22d72"
693
+ integrity sha512-FDyv6K4nCoHxbjLGS2H8ex8I0KDIiu4FJgVRPs140ZJy6gE5Pwxzv6YTzZGLMrnqcIs9gh065Lf6DjwMelZqaw==
694
+ dependencies:
695
+ "@aws-sdk/types" "3.502.0"
696
+ "@smithy/types" "^2.9.1"
697
+ tslib "^2.5.0"
698
+
544
699
  "@aws-sdk/middleware-recursion-detection@3.496.0":
545
700
  version "3.496.0"
546
701
  resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.496.0.tgz#c14e1bbe609e4af3ec9037c2379e2b64d660e4dd"
@@ -551,6 +706,16 @@
551
706
  "@smithy/types" "^2.9.1"
552
707
  tslib "^2.5.0"
553
708
 
709
+ "@aws-sdk/middleware-recursion-detection@3.502.0":
710
+ version "3.502.0"
711
+ resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.502.0.tgz#c22e2c0c1d551e58c788264687324bb7186af2cc"
712
+ integrity sha512-hvbyGJbxeuezxOu8VfFmcV4ql1hKXLxHTe5FNYfEBat2KaZXVhc1Hg+4TvB06/53p+E8J99Afmumkqbxs2esUA==
713
+ dependencies:
714
+ "@aws-sdk/types" "3.502.0"
715
+ "@smithy/protocol-http" "^3.1.1"
716
+ "@smithy/types" "^2.9.1"
717
+ tslib "^2.5.0"
718
+
554
719
  "@aws-sdk/middleware-sdk-s3@3.496.0":
555
720
  version "3.496.0"
556
721
  resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.496.0.tgz#8d15cd44578da34159d99282b5de734a0f50db7c"
@@ -579,6 +744,19 @@
579
744
  "@smithy/util-middleware" "^2.1.1"
580
745
  tslib "^2.5.0"
581
746
 
747
+ "@aws-sdk/middleware-signing@3.502.0":
748
+ version "3.502.0"
749
+ resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-signing/-/middleware-signing-3.502.0.tgz#48b3503147eecb1a53a63633462de353668f635a"
750
+ integrity sha512-4hF08vSzJ7L6sB+393gOFj3s2N6nLusYS0XrMW6wYNFU10IDdbf8Z3TZ7gysDJJHEGQPmTAesPEDBsasGWcMxg==
751
+ dependencies:
752
+ "@aws-sdk/types" "3.502.0"
753
+ "@smithy/property-provider" "^2.1.1"
754
+ "@smithy/protocol-http" "^3.1.1"
755
+ "@smithy/signature-v4" "^2.1.1"
756
+ "@smithy/types" "^2.9.1"
757
+ "@smithy/util-middleware" "^2.1.1"
758
+ tslib "^2.5.0"
759
+
582
760
  "@aws-sdk/middleware-ssec@3.496.0":
583
761
  version "3.496.0"
584
762
  resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.496.0.tgz#89f28c34584b2b032c36859440c3b64d800b052a"
@@ -599,6 +777,17 @@
599
777
  "@smithy/types" "^2.9.1"
600
778
  tslib "^2.5.0"
601
779
 
780
+ "@aws-sdk/middleware-user-agent@3.502.0":
781
+ version "3.502.0"
782
+ resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.502.0.tgz#dd740f150d6f3110cf5b08fedf361d202f899c93"
783
+ integrity sha512-TxbBZbRiXPH0AUxegqiNd9aM9zNSbfjtBs5MEfcBsweeT/B2O7K1EjP9+CkB8Xmk/5FLKhAKLr19b1TNoE27rw==
784
+ dependencies:
785
+ "@aws-sdk/types" "3.502.0"
786
+ "@aws-sdk/util-endpoints" "3.502.0"
787
+ "@smithy/protocol-http" "^3.1.1"
788
+ "@smithy/types" "^2.9.1"
789
+ tslib "^2.5.0"
790
+
602
791
  "@aws-sdk/region-config-resolver@3.496.0":
603
792
  version "3.496.0"
604
793
  resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.496.0.tgz#133c8a4a6d5e7672077ba124751f40b2d6efc3ed"
@@ -611,6 +800,18 @@
611
800
  "@smithy/util-middleware" "^2.1.1"
612
801
  tslib "^2.5.0"
613
802
 
803
+ "@aws-sdk/region-config-resolver@3.502.0":
804
+ version "3.502.0"
805
+ resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.502.0.tgz#c18a04060879eb03c47c05b05fc296119ee073ba"
806
+ integrity sha512-mxmsX2AGgnSM+Sah7mcQCIneOsJQNiLX0COwEttuf8eO+6cLMAZvVudH3BnWTfea4/A9nuri9DLCqBvEmPrilg==
807
+ dependencies:
808
+ "@aws-sdk/types" "3.502.0"
809
+ "@smithy/node-config-provider" "^2.2.1"
810
+ "@smithy/types" "^2.9.1"
811
+ "@smithy/util-config-provider" "^2.2.1"
812
+ "@smithy/util-middleware" "^2.1.1"
813
+ tslib "^2.5.0"
814
+
614
815
  "@aws-sdk/signature-v4-multi-region@3.496.0":
615
816
  version "3.496.0"
616
817
  resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.496.0.tgz#0084ad38ab25dc50d5965d31a9c659673d82e86f"
@@ -666,47 +867,16 @@
666
867
  "@smithy/util-utf8" "^2.1.1"
667
868
  tslib "^2.5.0"
668
869
 
669
- "@aws-sdk/token-providers@3.501.0":
670
- version "3.501.0"
671
- resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.501.0.tgz#33fc8130ffecfa99b88a54ebaa74ff3225f79875"
672
- integrity sha512-MvLPhNxlStmQqVm2crGLUqYWvK/AbMmI9j4FbEfJ15oG/I+730zjSJQEy2MvdiqbJRDPZ/tRCL89bUedOrmi0g==
870
+ "@aws-sdk/token-providers@3.504.0":
871
+ version "3.504.0"
872
+ resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.504.0.tgz#f7f60b1152458e7094529ea3f3ced6ce92eece9f"
873
+ integrity sha512-YIJWWsZi2ClUiILS1uh5L6VjmCUSTI6KKMuL9DkGjYqJ0aI6M8bd8fT9Wm7QmXCyjcArTgr/Atkhia4T7oKvzQ==
673
874
  dependencies:
674
- "@aws-crypto/sha256-browser" "3.0.0"
675
- "@aws-crypto/sha256-js" "3.0.0"
676
- "@aws-sdk/middleware-host-header" "3.496.0"
677
- "@aws-sdk/middleware-logger" "3.496.0"
678
- "@aws-sdk/middleware-recursion-detection" "3.496.0"
679
- "@aws-sdk/middleware-user-agent" "3.496.0"
680
- "@aws-sdk/region-config-resolver" "3.496.0"
681
- "@aws-sdk/types" "3.496.0"
682
- "@aws-sdk/util-endpoints" "3.496.0"
683
- "@aws-sdk/util-user-agent-browser" "3.496.0"
684
- "@aws-sdk/util-user-agent-node" "3.496.0"
685
- "@smithy/config-resolver" "^2.1.1"
686
- "@smithy/fetch-http-handler" "^2.4.1"
687
- "@smithy/hash-node" "^2.1.1"
688
- "@smithy/invalid-dependency" "^2.1.1"
689
- "@smithy/middleware-content-length" "^2.1.1"
690
- "@smithy/middleware-endpoint" "^2.4.1"
691
- "@smithy/middleware-retry" "^2.1.1"
692
- "@smithy/middleware-serde" "^2.1.1"
693
- "@smithy/middleware-stack" "^2.1.1"
694
- "@smithy/node-config-provider" "^2.2.1"
695
- "@smithy/node-http-handler" "^2.3.1"
875
+ "@aws-sdk/client-sso-oidc" "3.504.0"
876
+ "@aws-sdk/types" "3.502.0"
696
877
  "@smithy/property-provider" "^2.1.1"
697
- "@smithy/protocol-http" "^3.1.1"
698
878
  "@smithy/shared-ini-file-loader" "^2.3.1"
699
- "@smithy/smithy-client" "^2.3.1"
700
879
  "@smithy/types" "^2.9.1"
701
- "@smithy/url-parser" "^2.1.1"
702
- "@smithy/util-base64" "^2.1.1"
703
- "@smithy/util-body-length-browser" "^2.1.1"
704
- "@smithy/util-body-length-node" "^2.2.1"
705
- "@smithy/util-defaults-mode-browser" "^2.1.1"
706
- "@smithy/util-defaults-mode-node" "^2.1.1"
707
- "@smithy/util-endpoints" "^1.1.1"
708
- "@smithy/util-retry" "^2.1.1"
709
- "@smithy/util-utf8" "^2.1.1"
710
880
  tslib "^2.5.0"
711
881
 
712
882
  "@aws-sdk/types@3.496.0":
@@ -717,6 +887,14 @@
717
887
  "@smithy/types" "^2.9.1"
718
888
  tslib "^2.5.0"
719
889
 
890
+ "@aws-sdk/types@3.502.0":
891
+ version "3.502.0"
892
+ resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
893
+ integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==
894
+ dependencies:
895
+ "@smithy/types" "^2.9.1"
896
+ tslib "^2.5.0"
897
+
720
898
  "@aws-sdk/types@^3.222.0":
721
899
  version "3.485.0"
722
900
  resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.485.0.tgz#9ffebb602bba4b6b75e2b037ee93a8735c06da3e"
@@ -742,6 +920,16 @@
742
920
  "@smithy/util-endpoints" "^1.1.1"
743
921
  tslib "^2.5.0"
744
922
 
923
+ "@aws-sdk/util-endpoints@3.502.0":
924
+ version "3.502.0"
925
+ resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.502.0.tgz#aee818c0c53dfedfd49599fc260cd880faea5e82"
926
+ integrity sha512-6LKFlJPp2J24r1Kpfoz5ESQn+1v5fEjDB3mtUKRdpwarhm3syu7HbKlHCF3KbcCOyahobvLvhoedT78rJFEeeg==
927
+ dependencies:
928
+ "@aws-sdk/types" "3.502.0"
929
+ "@smithy/types" "^2.9.1"
930
+ "@smithy/util-endpoints" "^1.1.1"
931
+ tslib "^2.5.0"
932
+
745
933
  "@aws-sdk/util-locate-window@^3.0.0":
746
934
  version "3.465.0"
747
935
  resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.465.0.tgz#0471428fb5eb749d4b72c427f5726f7b61fb90eb"
@@ -759,6 +947,16 @@
759
947
  bowser "^2.11.0"
760
948
  tslib "^2.5.0"
761
949
 
950
+ "@aws-sdk/util-user-agent-browser@3.502.0":
951
+ version "3.502.0"
952
+ resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.502.0.tgz#87b42abff6944052c78a84981637ac21859dd016"
953
+ integrity sha512-v8gKyCs2obXoIkLETAeEQ3AM+QmhHhst9xbM1cJtKUGsRlVIak/XyyD+kVE6kmMm1cjfudHpHKABWk9apQcIZQ==
954
+ dependencies:
955
+ "@aws-sdk/types" "3.502.0"
956
+ "@smithy/types" "^2.9.1"
957
+ bowser "^2.11.0"
958
+ tslib "^2.5.0"
959
+
762
960
  "@aws-sdk/util-user-agent-node@3.496.0":
763
961
  version "3.496.0"
764
962
  resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.496.0.tgz#db14e02cf82af556c826570efc7db1e57de3262d"
@@ -769,6 +967,16 @@
769
967
  "@smithy/types" "^2.9.1"
770
968
  tslib "^2.5.0"
771
969
 
970
+ "@aws-sdk/util-user-agent-node@3.502.0":
971
+ version "3.502.0"
972
+ resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.502.0.tgz#04ac4d0371d4f243f12ddc23b42ca8ceb27dfad9"
973
+ integrity sha512-9RjxpkGZKbTdl96tIJvAo+vZoz4P/cQh36SBUt9xfRfW0BtsaLyvSrvlR5wyUYhvRcC12Axqh/8JtnAPq//+Vw==
974
+ dependencies:
975
+ "@aws-sdk/types" "3.502.0"
976
+ "@smithy/node-config-provider" "^2.2.1"
977
+ "@smithy/types" "^2.9.1"
978
+ tslib "^2.5.0"
979
+
772
980
  "@aws-sdk/util-utf8-browser@^3.0.0":
773
981
  version "3.259.0"
774
982
  resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff"
@@ -1293,13 +1501,13 @@
1293
1501
  ansi-escapes "^4.3.2"
1294
1502
  chalk "^4.1.2"
1295
1503
 
1296
- "@inquirer/select@^1.3.1":
1297
- version "1.3.1"
1298
- resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.1.tgz#b10bb8d4ba72f08eb887b3d948eb734d680897c6"
1299
- integrity sha512-EgOPHv7XOHEqiBwBJTyiMg9r57ySyW4oyYCumGp+pGyOaXQaLb2kTnccWI6NFd9HSi5kDJhF7YjA+3RfMQJ2JQ==
1504
+ "@inquirer/select@^1.3.3":
1505
+ version "1.3.3"
1506
+ resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.3.tgz#7d832ee603c15b706148e47cda29cdf6634cd94b"
1507
+ integrity sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==
1300
1508
  dependencies:
1301
- "@inquirer/core" "^5.1.1"
1302
- "@inquirer/type" "^1.1.5"
1509
+ "@inquirer/core" "^6.0.0"
1510
+ "@inquirer/type" "^1.1.6"
1303
1511
  ansi-escapes "^4.3.2"
1304
1512
  chalk "^4.1.2"
1305
1513
  figures "^3.2.0"
@@ -1605,12 +1813,12 @@
1605
1813
  semver "^7.5.4"
1606
1814
  ts-json-schema-generator "^1.5.0"
1607
1815
 
1608
- "@oclif/plugin-help@^6.0.9":
1609
- version "6.0.10"
1610
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.10.tgz#3a38e94a3f431a2b398679a433ace76a2d0c320d"
1611
- integrity sha512-vgAcEVtwsI49H/TllBL/7YlQvUSjR3+nVxb0ipSmbHbEUw5p5q6fcNc3R+N9JHvaa4tc8tjyg35APZAKSaM6xw==
1816
+ "@oclif/plugin-help@^6.0.12":
1817
+ version "6.0.12"
1818
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.12.tgz#d71b84531644ecf65fcd8df671cff6f4aa178d42"
1819
+ integrity sha512-KMxQ5Oli1tkWiWNSdrjNtiFIFZvX0+IsvuuGcDwJIn1Jm+SzEQF90vkK6WzIjFACmyKIwXbGMmimcFaLrslJPQ==
1612
1820
  dependencies:
1613
- "@oclif/core" "^3.16.0"
1821
+ "@oclif/core" "^3.18.1"
1614
1822
 
1615
1823
  "@oclif/plugin-not-found@^3.0.9":
1616
1824
  version "3.0.9"
@@ -7008,15 +7216,15 @@ object.values@^1.1.7:
7008
7216
  define-properties "^1.2.0"
7009
7217
  es-abstract "^1.22.1"
7010
7218
 
7011
- oclif@^4.4.0:
7012
- version "4.4.0"
7013
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.0.tgz#dfd989b85530e3d2bd03c0aafd180c461fd8c93f"
7014
- integrity sha512-uTDTr+B2FA/oCXMpDm/rAEf8e463Jaw0iEGASlo4I7gBib/P4lVFHqCAWlXOwjKsbaR/dbl1Xi3jHTppuGK23A==
7219
+ oclif@^4.4.3:
7220
+ version "4.4.3"
7221
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.3.tgz#bbbc7e19f9dcb50a16452e5ed7e7bdefd540fa51"
7222
+ integrity sha512-Y/MWRJx4cHbvqUlurxQi1xC20F6F2PDe50puUP5sRy5oXC/OeIqfvMd5UqPSj+2Yc+/rQCIJ8fmx/V08jhatdQ==
7015
7223
  dependencies:
7016
- "@aws-sdk/client-cloudfront" "^3.496.0"
7224
+ "@aws-sdk/client-cloudfront" "^3.501.0"
7017
7225
  "@aws-sdk/client-s3" "^3.496.0"
7018
- "@oclif/core" "^3.18.1"
7019
- "@oclif/plugin-help" "^6.0.9"
7226
+ "@oclif/core" "^3.18.2"
7227
+ "@oclif/plugin-help" "^6.0.12"
7020
7228
  "@oclif/plugin-not-found" "^3.0.9"
7021
7229
  "@oclif/plugin-warn-if-update-available" "^3.0.9"
7022
7230
  async-retry "^1.3.3"
@@ -668,11 +668,11 @@
668
668
  ],
669
669
  "args": {},
670
670
  "deprecateAliases": true,
671
- "description": "The Salesforce DX (SFDX) authorization URL must have the format \"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>\". NOTE: The SFDX authorization URL uses the \"force\" protocol, and not \"http\" or \"https\". Also, the \"instanceUrl\" inside the SFDX authorization URL doesn't include the protocol (\"https://\").\n\nYou have three options when creating the authorization file. The easiest option is to redirect the output of the \"<%= config.bin %> org display --verbose --json\" command into a file. For example, using an org with alias my-org that you've already authorized:\n\n $ <%= config.bin %> org display --target-org my-org --verbose --json > authFile.json\n\nThe resulting JSON file contains the URL in the \"sfdxAuthUrl\" property of the \"result\" object. You can then reference the file when running this command:\n\n $ <%= config.bin %> <%= command.id %> --sfdx-url-file authFile.json\n\nNOTE: The \"<%= config.bin %> org display --verbose\" command displays the refresh token only for orgs authorized with the web server flow, and not the JWT bearer flow.\n\nYou can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.\n\nAlternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.",
671
+ "description": "The Salesforce DX (SFDX) authorization URL must have the format \"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>\". NOTE: The SFDX authorization URL uses the \"force\" protocol, and not \"http\" or \"https\". Also, the \"instanceUrl\" inside the SFDX authorization URL doesn't include the protocol (\"https://\").\n\nYou have three options when creating the authorization file. The easiest option is to redirect the output of the \"<%= config.bin %> org display --verbose --json\" command into a file. For example, using an org with alias my-org that you've already authorized:\n\n $ <%= config.bin %> org display --target-org my-org --verbose --json > authFile.json\n\nThe resulting JSON file contains the URL in the \"sfdxAuthUrl\" property of the \"result\" object. You can then reference the file when running this command:\n\n $ <%= config.bin %> <%= command.id %> --sfdx-url-file authFile.json\n\nNOTE: The \"<%= config.bin %> org display --verbose\" command displays the refresh token only for orgs authorized with the web server flow, and not the JWT bearer flow.\n\nYou can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.\n\nAlternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.",
672
672
  "examples": [
673
673
  "Authorize an org using the SFDX authorization URL in the files/authFile.json file:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json",
674
674
  "Similar to previous example, but set the org as your default and give it an alias MyDefaultOrg:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg",
675
- "Pipe the SFDX authorization URL from stdin by specifying the '-' value.\n<%= \"\\n $ echo url | \" + config.bin %> <%= command.id %> --sfdx-url-stdin -"
675
+ "Pipe the SFDX authorization URL from stdin:\n<%= \"\\n $ echo url | \" + config.bin %> <%= command.id %> --sfdx-url-stdin"
676
676
  ],
677
677
  "flags": {
678
678
  "json": {
@@ -703,7 +703,7 @@
703
703
  "deprecateAliases": true,
704
704
  "name": "sfdx-url-stdin",
705
705
  "required": false,
706
- "summary": "Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).",
706
+ "summary": "Pipe the Salesforce DX authorization URL through standard input (stdin).",
707
707
  "hasDynamicHelp": false,
708
708
  "multiple": false,
709
709
  "type": "option"
@@ -1007,5 +1007,5 @@
1007
1007
  ]
1008
1008
  }
1009
1009
  },
1010
- "version": "3.3.8"
1010
+ "version": "3.3.10"
1011
1011
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.3.8",
4
+ "version": "3.3.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/checkbox": "^1.5.2",
9
- "@inquirer/select": "^1.3.1",
9
+ "@inquirer/select": "^1.3.3",
10
10
  "@oclif/core": "^3.18.2",
11
11
  "@salesforce/core": "^6.5.1",
12
12
  "@salesforce/kit": "^3.0.15",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/plugin-command-reference": "^3.0.63",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.17.2",
25
- "oclif": "^4.4.0",
25
+ "oclif": "^4.4.3",
26
26
  "shx": "0.3.4",
27
27
  "ts-node": "^10.9.2",
28
28
  "typescript": "^5.3.3"
@@ -233,7 +233,7 @@
233
233
  "exports": "./lib/index.js",
234
234
  "type": "module",
235
235
  "sfdx": {
236
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.8.crt",
237
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.8.sig"
236
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.10.crt",
237
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.10.sig"
238
238
  }
239
239
  }