@salesforce/plugin-auth 3.6.7 → 3.6.9
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 +7 -7
- package/npm-shrinkwrap.json +238 -28
- package/oclif.lock +70 -28
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/list/auth.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf org login access-token`
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
165
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/access-token.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf org login device`
|
|
168
168
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
225
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/device.ts)_
|
|
226
226
|
|
|
227
227
|
## `sf org login jwt`
|
|
228
228
|
|
|
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
|
|
|
313
313
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
316
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/jwt.ts)_
|
|
317
317
|
|
|
318
318
|
## `sf org login sfdx-url`
|
|
319
319
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
381
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/sfdx-url.ts)_
|
|
382
382
|
|
|
383
383
|
## `sf org login web`
|
|
384
384
|
|
|
@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
|
|
|
465
465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
468
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/web.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf org logout`
|
|
471
471
|
|
|
@@ -526,6 +526,6 @@ FLAG DESCRIPTIONS
|
|
|
526
526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
529
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.9",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
13
13
|
"@inquirer/select": "^1.3.3",
|
|
14
|
-
"@oclif/core": "^3.26.
|
|
14
|
+
"@oclif/core": "^3.26.5",
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
17
|
"@salesforce/plugin-info": "^3.2.4",
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
18
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.9",
|
|
20
20
|
"chalk": "^5.3.0",
|
|
21
21
|
"open": "^10.1.0"
|
|
@@ -3219,9 +3219,9 @@
|
|
|
3219
3219
|
}
|
|
3220
3220
|
},
|
|
3221
3221
|
"node_modules/@jsforce/jsforce-node": {
|
|
3222
|
-
"version": "3.
|
|
3223
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3224
|
-
"integrity": "sha512-
|
|
3222
|
+
"version": "3.2.0",
|
|
3223
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz",
|
|
3224
|
+
"integrity": "sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==",
|
|
3225
3225
|
"license": "MIT",
|
|
3226
3226
|
"dependencies": {
|
|
3227
3227
|
"@sindresorhus/is": "^4",
|
|
@@ -3345,9 +3345,9 @@
|
|
|
3345
3345
|
}
|
|
3346
3346
|
},
|
|
3347
3347
|
"node_modules/@oclif/core": {
|
|
3348
|
-
"version": "3.26.
|
|
3349
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3350
|
-
"integrity": "sha512-
|
|
3348
|
+
"version": "3.26.5",
|
|
3349
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
|
|
3350
|
+
"integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
|
|
3351
3351
|
"license": "MIT",
|
|
3352
3352
|
"dependencies": {
|
|
3353
3353
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3502,6 +3502,117 @@
|
|
|
3502
3502
|
"node": ">=18.0.0"
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3506
|
+
"version": "3.26.4",
|
|
3507
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3508
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3509
|
+
"dev": true,
|
|
3510
|
+
"license": "MIT",
|
|
3511
|
+
"dependencies": {
|
|
3512
|
+
"@types/cli-progress": "^3.11.5",
|
|
3513
|
+
"ansi-escapes": "^4.3.2",
|
|
3514
|
+
"ansi-styles": "^4.3.0",
|
|
3515
|
+
"cardinal": "^2.1.1",
|
|
3516
|
+
"chalk": "^4.1.2",
|
|
3517
|
+
"clean-stack": "^3.0.1",
|
|
3518
|
+
"cli-progress": "^3.12.0",
|
|
3519
|
+
"color": "^4.2.3",
|
|
3520
|
+
"debug": "^4.3.4",
|
|
3521
|
+
"ejs": "^3.1.10",
|
|
3522
|
+
"get-package-type": "^0.1.0",
|
|
3523
|
+
"globby": "^11.1.0",
|
|
3524
|
+
"hyperlinker": "^1.0.0",
|
|
3525
|
+
"indent-string": "^4.0.0",
|
|
3526
|
+
"is-wsl": "^2.2.0",
|
|
3527
|
+
"js-yaml": "^3.14.1",
|
|
3528
|
+
"minimatch": "^9.0.4",
|
|
3529
|
+
"natural-orderby": "^2.0.3",
|
|
3530
|
+
"object-treeify": "^1.1.33",
|
|
3531
|
+
"password-prompt": "^1.1.3",
|
|
3532
|
+
"slice-ansi": "^4.0.0",
|
|
3533
|
+
"string-width": "^4.2.3",
|
|
3534
|
+
"strip-ansi": "^6.0.1",
|
|
3535
|
+
"supports-color": "^8.1.1",
|
|
3536
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3537
|
+
"widest-line": "^3.1.0",
|
|
3538
|
+
"wordwrap": "^1.0.0",
|
|
3539
|
+
"wrap-ansi": "^7.0.0"
|
|
3540
|
+
},
|
|
3541
|
+
"engines": {
|
|
3542
|
+
"node": ">=18.0.0"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3546
|
+
"version": "4.1.2",
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3548
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3549
|
+
"dev": true,
|
|
3550
|
+
"license": "MIT",
|
|
3551
|
+
"dependencies": {
|
|
3552
|
+
"ansi-styles": "^4.1.0",
|
|
3553
|
+
"supports-color": "^7.1.0"
|
|
3554
|
+
},
|
|
3555
|
+
"engines": {
|
|
3556
|
+
"node": ">=10"
|
|
3557
|
+
},
|
|
3558
|
+
"funding": {
|
|
3559
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3560
|
+
}
|
|
3561
|
+
},
|
|
3562
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3563
|
+
"version": "7.2.0",
|
|
3564
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3565
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3566
|
+
"dev": true,
|
|
3567
|
+
"license": "MIT",
|
|
3568
|
+
"dependencies": {
|
|
3569
|
+
"has-flag": "^4.0.0"
|
|
3570
|
+
},
|
|
3571
|
+
"engines": {
|
|
3572
|
+
"node": ">=8"
|
|
3573
|
+
}
|
|
3574
|
+
},
|
|
3575
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3576
|
+
"version": "11.1.0",
|
|
3577
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3578
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3579
|
+
"dev": true,
|
|
3580
|
+
"license": "MIT",
|
|
3581
|
+
"dependencies": {
|
|
3582
|
+
"array-union": "^2.1.0",
|
|
3583
|
+
"dir-glob": "^3.0.1",
|
|
3584
|
+
"fast-glob": "^3.2.9",
|
|
3585
|
+
"ignore": "^5.2.0",
|
|
3586
|
+
"merge2": "^1.4.1",
|
|
3587
|
+
"slash": "^3.0.0"
|
|
3588
|
+
},
|
|
3589
|
+
"engines": {
|
|
3590
|
+
"node": ">=10"
|
|
3591
|
+
},
|
|
3592
|
+
"funding": {
|
|
3593
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3597
|
+
"version": "3.0.0",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3599
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3600
|
+
"dev": true,
|
|
3601
|
+
"license": "MIT",
|
|
3602
|
+
"engines": {
|
|
3603
|
+
"node": ">=8"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3607
|
+
"version": "1.0.10",
|
|
3608
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3609
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3610
|
+
"dev": true,
|
|
3611
|
+
"license": "MIT",
|
|
3612
|
+
"dependencies": {
|
|
3613
|
+
"sprintf-js": "~1.0.2"
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3505
3616
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3506
3617
|
"version": "14.0.1",
|
|
3507
3618
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3523,6 +3634,36 @@
|
|
|
3523
3634
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3524
3635
|
}
|
|
3525
3636
|
},
|
|
3637
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3638
|
+
"version": "3.14.1",
|
|
3639
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3640
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3641
|
+
"dev": true,
|
|
3642
|
+
"license": "MIT",
|
|
3643
|
+
"dependencies": {
|
|
3644
|
+
"argparse": "^1.0.7",
|
|
3645
|
+
"esprima": "^4.0.0"
|
|
3646
|
+
},
|
|
3647
|
+
"bin": {
|
|
3648
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3652
|
+
"version": "9.0.4",
|
|
3653
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3654
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3655
|
+
"dev": true,
|
|
3656
|
+
"license": "ISC",
|
|
3657
|
+
"dependencies": {
|
|
3658
|
+
"brace-expansion": "^2.0.1"
|
|
3659
|
+
},
|
|
3660
|
+
"engines": {
|
|
3661
|
+
"node": ">=16 || 14 >=14.17"
|
|
3662
|
+
},
|
|
3663
|
+
"funding": {
|
|
3664
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3526
3667
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3527
3668
|
"version": "5.0.0",
|
|
3528
3669
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3549,6 +3690,40 @@
|
|
|
3549
3690
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3550
3691
|
}
|
|
3551
3692
|
},
|
|
3693
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3694
|
+
"version": "8.1.1",
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3696
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3697
|
+
"dev": true,
|
|
3698
|
+
"license": "MIT",
|
|
3699
|
+
"dependencies": {
|
|
3700
|
+
"has-flag": "^4.0.0"
|
|
3701
|
+
},
|
|
3702
|
+
"engines": {
|
|
3703
|
+
"node": ">=10"
|
|
3704
|
+
},
|
|
3705
|
+
"funding": {
|
|
3706
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3710
|
+
"version": "7.0.0",
|
|
3711
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3712
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3713
|
+
"dev": true,
|
|
3714
|
+
"license": "MIT",
|
|
3715
|
+
"dependencies": {
|
|
3716
|
+
"ansi-styles": "^4.0.0",
|
|
3717
|
+
"string-width": "^4.1.0",
|
|
3718
|
+
"strip-ansi": "^6.0.0"
|
|
3719
|
+
},
|
|
3720
|
+
"engines": {
|
|
3721
|
+
"node": ">=10"
|
|
3722
|
+
},
|
|
3723
|
+
"funding": {
|
|
3724
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3552
3727
|
"node_modules/@oclif/plugin-help": {
|
|
3553
3728
|
"version": "6.0.18",
|
|
3554
3729
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3727,12 +3902,12 @@
|
|
|
3727
3902
|
}
|
|
3728
3903
|
},
|
|
3729
3904
|
"node_modules/@salesforce/core": {
|
|
3730
|
-
"version": "7.3.
|
|
3731
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3732
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "7.3.3",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz",
|
|
3907
|
+
"integrity": "sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==",
|
|
3733
3908
|
"license": "BSD-3-Clause",
|
|
3734
3909
|
"dependencies": {
|
|
3735
|
-
"@jsforce/jsforce-node": "^3.
|
|
3910
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3736
3911
|
"@salesforce/kit": "^3.1.1",
|
|
3737
3912
|
"@salesforce/schemas": "^1.7.0",
|
|
3738
3913
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3743,7 +3918,7 @@
|
|
|
3743
3918
|
"js2xmlparser": "^4.0.1",
|
|
3744
3919
|
"jsonwebtoken": "9.0.2",
|
|
3745
3920
|
"jszip": "3.10.1",
|
|
3746
|
-
"pino": "^8.
|
|
3921
|
+
"pino": "^8.21.0",
|
|
3747
3922
|
"pino-abstract-transport": "^1.1.0",
|
|
3748
3923
|
"pino-pretty": "^10.3.1",
|
|
3749
3924
|
"proper-lockfile": "^4.1.2",
|
|
@@ -3917,15 +4092,15 @@
|
|
|
3917
4092
|
"license": "ISC"
|
|
3918
4093
|
},
|
|
3919
4094
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3920
|
-
"version": "9.0.
|
|
3921
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3922
|
-
"integrity": "sha512-
|
|
4095
|
+
"version": "9.0.7",
|
|
4096
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
|
|
4097
|
+
"integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
|
|
3923
4098
|
"license": "BSD-3-Clause",
|
|
3924
4099
|
"dependencies": {
|
|
3925
4100
|
"@inquirer/confirm": "^2.0.17",
|
|
3926
4101
|
"@inquirer/password": "^1.1.16",
|
|
3927
|
-
"@oclif/core": "^3.26.
|
|
3928
|
-
"@salesforce/core": "^7.3.
|
|
4102
|
+
"@oclif/core": "^3.26.5",
|
|
4103
|
+
"@salesforce/core": "^7.3.3",
|
|
3929
4104
|
"@salesforce/kit": "^3.1.0",
|
|
3930
4105
|
"@salesforce/ts-types": "^2.0.9",
|
|
3931
4106
|
"chalk": "^5.3.0"
|
|
@@ -11908,22 +12083,22 @@
|
|
|
11908
12083
|
}
|
|
11909
12084
|
},
|
|
11910
12085
|
"node_modules/pino": {
|
|
11911
|
-
"version": "8.
|
|
11912
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
11913
|
-
"integrity": "sha512-
|
|
12086
|
+
"version": "8.21.0",
|
|
12087
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
12088
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
11914
12089
|
"license": "MIT",
|
|
11915
12090
|
"dependencies": {
|
|
11916
12091
|
"atomic-sleep": "^1.0.0",
|
|
11917
12092
|
"fast-redact": "^3.1.1",
|
|
11918
12093
|
"on-exit-leak-free": "^2.1.0",
|
|
11919
|
-
"pino-abstract-transport": "
|
|
12094
|
+
"pino-abstract-transport": "^1.2.0",
|
|
11920
12095
|
"pino-std-serializers": "^6.0.0",
|
|
11921
12096
|
"process-warning": "^3.0.0",
|
|
11922
12097
|
"quick-format-unescaped": "^4.0.3",
|
|
11923
12098
|
"real-require": "^0.2.0",
|
|
11924
12099
|
"safe-stable-stringify": "^2.3.1",
|
|
11925
12100
|
"sonic-boom": "^3.7.0",
|
|
11926
|
-
"thread-stream": "^2.
|
|
12101
|
+
"thread-stream": "^2.6.0"
|
|
11927
12102
|
},
|
|
11928
12103
|
"bin": {
|
|
11929
12104
|
"pino": "bin.js"
|
|
@@ -12011,6 +12186,41 @@
|
|
|
12011
12186
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
12012
12187
|
"license": "MIT"
|
|
12013
12188
|
},
|
|
12189
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
12190
|
+
"version": "1.2.0",
|
|
12191
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
12192
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
12193
|
+
"license": "MIT",
|
|
12194
|
+
"dependencies": {
|
|
12195
|
+
"readable-stream": "^4.0.0",
|
|
12196
|
+
"split2": "^4.0.0"
|
|
12197
|
+
}
|
|
12198
|
+
},
|
|
12199
|
+
"node_modules/pino/node_modules/readable-stream": {
|
|
12200
|
+
"version": "4.4.2",
|
|
12201
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
12202
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
12203
|
+
"license": "MIT",
|
|
12204
|
+
"dependencies": {
|
|
12205
|
+
"abort-controller": "^3.0.0",
|
|
12206
|
+
"buffer": "^6.0.3",
|
|
12207
|
+
"events": "^3.3.0",
|
|
12208
|
+
"process": "^0.11.10",
|
|
12209
|
+
"string_decoder": "^1.3.0"
|
|
12210
|
+
},
|
|
12211
|
+
"engines": {
|
|
12212
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
12213
|
+
}
|
|
12214
|
+
},
|
|
12215
|
+
"node_modules/pino/node_modules/split2": {
|
|
12216
|
+
"version": "4.2.0",
|
|
12217
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
12218
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
12219
|
+
"license": "ISC",
|
|
12220
|
+
"engines": {
|
|
12221
|
+
"node": ">= 10.x"
|
|
12222
|
+
}
|
|
12223
|
+
},
|
|
12014
12224
|
"node_modules/pkg-dir": {
|
|
12015
12225
|
"version": "4.2.0",
|
|
12016
12226
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -13528,9 +13738,9 @@
|
|
|
13528
13738
|
"license": "MIT"
|
|
13529
13739
|
},
|
|
13530
13740
|
"node_modules/thread-stream": {
|
|
13531
|
-
"version": "2.
|
|
13532
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
13533
|
-
"integrity": "sha512-
|
|
13741
|
+
"version": "2.7.0",
|
|
13742
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13743
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
13534
13744
|
"license": "MIT",
|
|
13535
13745
|
"dependencies": {
|
|
13536
13746
|
"real-require": "^0.2.0"
|
package/oclif.lock
CHANGED
|
@@ -1554,10 +1554,10 @@
|
|
|
1554
1554
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1555
1555
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1556
1556
|
|
|
1557
|
-
"@jsforce/jsforce-node@^3.
|
|
1558
|
-
version "3.
|
|
1559
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1560
|
-
integrity sha512-
|
|
1557
|
+
"@jsforce/jsforce-node@^3.2.0":
|
|
1558
|
+
version "3.2.0"
|
|
1559
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
|
|
1560
|
+
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
|
|
1561
1561
|
dependencies:
|
|
1562
1562
|
"@sindresorhus/is" "^4"
|
|
1563
1563
|
"@types/node" "^18.15.3"
|
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1596
1596
|
fastq "^1.6.0"
|
|
1597
1597
|
|
|
1598
|
-
"@oclif/core@3.26.4"
|
|
1598
|
+
"@oclif/core@3.26.4":
|
|
1599
1599
|
version "3.26.4"
|
|
1600
1600
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1601
1601
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1629,6 +1629,40 @@
|
|
|
1629
1629
|
wordwrap "^1.0.0"
|
|
1630
1630
|
wrap-ansi "^7.0.0"
|
|
1631
1631
|
|
|
1632
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1633
|
+
version "3.26.5"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1635
|
+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
1636
|
+
dependencies:
|
|
1637
|
+
"@types/cli-progress" "^3.11.5"
|
|
1638
|
+
ansi-escapes "^4.3.2"
|
|
1639
|
+
ansi-styles "^4.3.0"
|
|
1640
|
+
cardinal "^2.1.1"
|
|
1641
|
+
chalk "^4.1.2"
|
|
1642
|
+
clean-stack "^3.0.1"
|
|
1643
|
+
cli-progress "^3.12.0"
|
|
1644
|
+
color "^4.2.3"
|
|
1645
|
+
debug "^4.3.4"
|
|
1646
|
+
ejs "^3.1.10"
|
|
1647
|
+
get-package-type "^0.1.0"
|
|
1648
|
+
globby "^11.1.0"
|
|
1649
|
+
hyperlinker "^1.0.0"
|
|
1650
|
+
indent-string "^4.0.0"
|
|
1651
|
+
is-wsl "^2.2.0"
|
|
1652
|
+
js-yaml "^3.14.1"
|
|
1653
|
+
minimatch "^9.0.4"
|
|
1654
|
+
natural-orderby "^2.0.3"
|
|
1655
|
+
object-treeify "^1.1.33"
|
|
1656
|
+
password-prompt "^1.1.3"
|
|
1657
|
+
slice-ansi "^4.0.0"
|
|
1658
|
+
string-width "^4.2.3"
|
|
1659
|
+
strip-ansi "^6.0.1"
|
|
1660
|
+
supports-color "^8.1.1"
|
|
1661
|
+
supports-hyperlinks "^2.2.0"
|
|
1662
|
+
widest-line "^3.1.0"
|
|
1663
|
+
wordwrap "^1.0.0"
|
|
1664
|
+
wrap-ansi "^7.0.0"
|
|
1665
|
+
|
|
1632
1666
|
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1633
1667
|
version "5.1.7"
|
|
1634
1668
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
@@ -1693,12 +1727,12 @@
|
|
|
1693
1727
|
strip-ansi "6.0.1"
|
|
1694
1728
|
ts-retry-promise "^0.8.0"
|
|
1695
1729
|
|
|
1696
|
-
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1697
|
-
version "7.3.
|
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1699
|
-
integrity sha512-
|
|
1730
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
|
|
1731
|
+
version "7.3.3"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
|
|
1733
|
+
integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
|
|
1700
1734
|
dependencies:
|
|
1701
|
-
"@jsforce/jsforce-node" "^3.
|
|
1735
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1702
1736
|
"@salesforce/kit" "^3.1.1"
|
|
1703
1737
|
"@salesforce/schemas" "^1.7.0"
|
|
1704
1738
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1709,7 +1743,7 @@
|
|
|
1709
1743
|
js2xmlparser "^4.0.1"
|
|
1710
1744
|
jsonwebtoken "9.0.2"
|
|
1711
1745
|
jszip "3.10.1"
|
|
1712
|
-
pino "^8.
|
|
1746
|
+
pino "^8.21.0"
|
|
1713
1747
|
pino-abstract-transport "^1.1.0"
|
|
1714
1748
|
pino-pretty "^10.3.1"
|
|
1715
1749
|
proper-lockfile "^4.1.2"
|
|
@@ -1802,15 +1836,15 @@
|
|
|
1802
1836
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1803
1837
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1804
1838
|
|
|
1805
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.
|
|
1806
|
-
version "9.0.
|
|
1807
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1808
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1840
|
+
version "9.0.7"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1842
|
+
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
1809
1843
|
dependencies:
|
|
1810
1844
|
"@inquirer/confirm" "^2.0.17"
|
|
1811
1845
|
"@inquirer/password" "^1.1.16"
|
|
1812
|
-
"@oclif/core" "^3.26.
|
|
1813
|
-
"@salesforce/core" "^7.3.
|
|
1846
|
+
"@oclif/core" "^3.26.5"
|
|
1847
|
+
"@salesforce/core" "^7.3.3"
|
|
1814
1848
|
"@salesforce/kit" "^3.1.0"
|
|
1815
1849
|
"@salesforce/ts-types" "^2.0.9"
|
|
1816
1850
|
chalk "^5.3.0"
|
|
@@ -6506,7 +6540,7 @@ picomatch@^3.0.1:
|
|
|
6506
6540
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6507
6541
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6508
6542
|
|
|
6509
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0
|
|
6543
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
|
|
6510
6544
|
version "1.1.0"
|
|
6511
6545
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6512
6546
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6514,6 +6548,14 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6514
6548
|
readable-stream "^4.0.0"
|
|
6515
6549
|
split2 "^4.0.0"
|
|
6516
6550
|
|
|
6551
|
+
pino-abstract-transport@^1.2.0:
|
|
6552
|
+
version "1.2.0"
|
|
6553
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6554
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6555
|
+
dependencies:
|
|
6556
|
+
readable-stream "^4.0.0"
|
|
6557
|
+
split2 "^4.0.0"
|
|
6558
|
+
|
|
6517
6559
|
pino-pretty@^10.3.1:
|
|
6518
6560
|
version "10.3.1"
|
|
6519
6561
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
@@ -6539,22 +6581,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6539
6581
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6540
6582
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6541
6583
|
|
|
6542
|
-
pino@^8.
|
|
6543
|
-
version "8.
|
|
6544
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6545
|
-
integrity sha512-
|
|
6584
|
+
pino@^8.21.0:
|
|
6585
|
+
version "8.21.0"
|
|
6586
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6587
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6546
6588
|
dependencies:
|
|
6547
6589
|
atomic-sleep "^1.0.0"
|
|
6548
6590
|
fast-redact "^3.1.1"
|
|
6549
6591
|
on-exit-leak-free "^2.1.0"
|
|
6550
|
-
pino-abstract-transport
|
|
6592
|
+
pino-abstract-transport "^1.2.0"
|
|
6551
6593
|
pino-std-serializers "^6.0.0"
|
|
6552
6594
|
process-warning "^3.0.0"
|
|
6553
6595
|
quick-format-unescaped "^4.0.3"
|
|
6554
6596
|
real-require "^0.2.0"
|
|
6555
6597
|
safe-stable-stringify "^2.3.1"
|
|
6556
6598
|
sonic-boom "^3.7.0"
|
|
6557
|
-
thread-stream "^2.
|
|
6599
|
+
thread-stream "^2.6.0"
|
|
6558
6600
|
|
|
6559
6601
|
pkg-dir@^4.1.0:
|
|
6560
6602
|
version "4.2.0"
|
|
@@ -7474,10 +7516,10 @@ text-table@^0.2.0:
|
|
|
7474
7516
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7475
7517
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7476
7518
|
|
|
7477
|
-
thread-stream@^2.
|
|
7478
|
-
version "2.
|
|
7479
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7480
|
-
integrity sha512-
|
|
7519
|
+
thread-stream@^2.6.0:
|
|
7520
|
+
version "2.7.0"
|
|
7521
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7522
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7481
7523
|
dependencies:
|
|
7482
7524
|
real-require "^0.2.0"
|
|
7483
7525
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
|
-
"@oclif/core": "^3.26.
|
|
10
|
+
"@oclif/core": "^3.26.5",
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/plugin-info": "^3.2.4",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
17
17
|
"open": "^10.1.0"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.9.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.9.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|