@salesforce/plugin-auth 3.6.8 → 3.6.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 +7 -7
- package/npm-shrinkwrap.json +57 -232
- package/oclif.lock +57 -91
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.10/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.10/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.10/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.10/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.10/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.10/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.10/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.10",
|
|
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.10",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
13
13
|
"@inquirer/select": "^1.3.3",
|
|
14
14
|
"@oclif/core": "^3.26.5",
|
|
15
|
-
"@salesforce/core": "^7.3.
|
|
15
|
+
"@salesforce/core": "^7.3.5",
|
|
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"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.8",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.1",
|
|
26
26
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
29
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
29
|
+
"eslint-plugin-sf-plugin": "^1.18.3",
|
|
30
30
|
"oclif": "^4.8.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.4.5"
|
|
@@ -2207,16 +2207,16 @@
|
|
|
2207
2207
|
}
|
|
2208
2208
|
},
|
|
2209
2209
|
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
2210
|
-
"version": "8.
|
|
2211
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
2212
|
-
"integrity": "sha512-
|
|
2210
|
+
"version": "8.13.0",
|
|
2211
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
|
|
2212
|
+
"integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
|
|
2213
2213
|
"dev": true,
|
|
2214
2214
|
"license": "MIT",
|
|
2215
2215
|
"dependencies": {
|
|
2216
|
-
"fast-deep-equal": "^3.1.
|
|
2216
|
+
"fast-deep-equal": "^3.1.3",
|
|
2217
2217
|
"json-schema-traverse": "^1.0.0",
|
|
2218
2218
|
"require-from-string": "^2.0.2",
|
|
2219
|
-
"uri-js": "^4.
|
|
2219
|
+
"uri-js": "^4.4.1"
|
|
2220
2220
|
},
|
|
2221
2221
|
"funding": {
|
|
2222
2222
|
"type": "github",
|
|
@@ -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",
|
|
@@ -3481,13 +3481,13 @@
|
|
|
3481
3481
|
}
|
|
3482
3482
|
},
|
|
3483
3483
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3484
|
-
"version": "5.1.
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3486
|
-
"integrity": "sha512-
|
|
3484
|
+
"version": "5.1.8",
|
|
3485
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz",
|
|
3486
|
+
"integrity": "sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==",
|
|
3487
3487
|
"dev": true,
|
|
3488
3488
|
"license": "MIT",
|
|
3489
3489
|
"dependencies": {
|
|
3490
|
-
"@oclif/core": "3.26.
|
|
3490
|
+
"@oclif/core": "3.26.5",
|
|
3491
3491
|
"@types/lodash.difference": "^4.5.9",
|
|
3492
3492
|
"chalk": "^5.3.0",
|
|
3493
3493
|
"globby": "^14.0.1",
|
|
@@ -3502,117 +3502,6 @@
|
|
|
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
|
-
},
|
|
3616
3505
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3617
3506
|
"version": "14.0.1",
|
|
3618
3507
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3634,36 +3523,6 @@
|
|
|
3634
3523
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3635
3524
|
}
|
|
3636
3525
|
},
|
|
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
|
-
},
|
|
3667
3526
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3668
3527
|
"version": "5.0.0",
|
|
3669
3528
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3690,40 +3549,6 @@
|
|
|
3690
3549
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3691
3550
|
}
|
|
3692
3551
|
},
|
|
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
|
-
},
|
|
3727
3552
|
"node_modules/@oclif/plugin-help": {
|
|
3728
3553
|
"version": "6.0.18",
|
|
3729
3554
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3902,23 +3727,23 @@
|
|
|
3902
3727
|
}
|
|
3903
3728
|
},
|
|
3904
3729
|
"node_modules/@salesforce/core": {
|
|
3905
|
-
"version": "7.3.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3907
|
-
"integrity": "sha512-
|
|
3730
|
+
"version": "7.3.5",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.5.tgz",
|
|
3732
|
+
"integrity": "sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==",
|
|
3908
3733
|
"license": "BSD-3-Clause",
|
|
3909
3734
|
"dependencies": {
|
|
3910
|
-
"@jsforce/jsforce-node": "^3.
|
|
3735
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3911
3736
|
"@salesforce/kit": "^3.1.1",
|
|
3912
3737
|
"@salesforce/schemas": "^1.7.0",
|
|
3913
3738
|
"@salesforce/ts-types": "^2.0.9",
|
|
3914
|
-
"ajv": "^8.
|
|
3739
|
+
"ajv": "^8.13.0",
|
|
3915
3740
|
"change-case": "^4.1.2",
|
|
3916
3741
|
"faye": "^1.4.0",
|
|
3917
3742
|
"form-data": "^4.0.0",
|
|
3918
3743
|
"js2xmlparser": "^4.0.1",
|
|
3919
3744
|
"jsonwebtoken": "9.0.2",
|
|
3920
3745
|
"jszip": "3.10.1",
|
|
3921
|
-
"pino": "^8.
|
|
3746
|
+
"pino": "^8.21.0",
|
|
3922
3747
|
"pino-abstract-transport": "^1.1.0",
|
|
3923
3748
|
"pino-pretty": "^10.3.1",
|
|
3924
3749
|
"proper-lockfile": "^4.1.2",
|
|
@@ -3930,15 +3755,15 @@
|
|
|
3930
3755
|
}
|
|
3931
3756
|
},
|
|
3932
3757
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3933
|
-
"version": "8.
|
|
3934
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
3935
|
-
"integrity": "sha512-
|
|
3758
|
+
"version": "8.13.0",
|
|
3759
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
|
|
3760
|
+
"integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
|
|
3936
3761
|
"license": "MIT",
|
|
3937
3762
|
"dependencies": {
|
|
3938
|
-
"fast-deep-equal": "^3.1.
|
|
3763
|
+
"fast-deep-equal": "^3.1.3",
|
|
3939
3764
|
"json-schema-traverse": "^1.0.0",
|
|
3940
3765
|
"require-from-string": "^2.0.2",
|
|
3941
|
-
"uri-js": "^4.
|
|
3766
|
+
"uri-js": "^4.4.1"
|
|
3942
3767
|
},
|
|
3943
3768
|
"funding": {
|
|
3944
3769
|
"type": "github",
|
|
@@ -4037,16 +3862,16 @@
|
|
|
4037
3862
|
}
|
|
4038
3863
|
},
|
|
4039
3864
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4040
|
-
"version": "3.0.
|
|
4041
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4042
|
-
"integrity": "sha512-
|
|
3865
|
+
"version": "3.0.83",
|
|
3866
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz",
|
|
3867
|
+
"integrity": "sha512-x/QS3vTkO5/3bleCTv943fPxGrcMbJ0N4AjhfZ0CsahHgI3CiH+0ClKk/vssPthzFp1NedKT774q7fYLgegCVw==",
|
|
4043
3868
|
"dev": true,
|
|
4044
3869
|
"license": "BSD-3-Clause",
|
|
4045
3870
|
"dependencies": {
|
|
4046
|
-
"@oclif/core": "^3.26.
|
|
4047
|
-
"@salesforce/core": "^7.
|
|
4048
|
-
"@salesforce/kit": "^3.1.
|
|
4049
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3871
|
+
"@oclif/core": "^3.26.5",
|
|
3872
|
+
"@salesforce/core": "^7.3.1",
|
|
3873
|
+
"@salesforce/kit": "^3.1.1",
|
|
3874
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
4050
3875
|
"@salesforce/ts-types": "^2.0.9",
|
|
4051
3876
|
"chalk": "^5.3.0",
|
|
4052
3877
|
"debug": "^4.3.4",
|
|
@@ -4092,15 +3917,15 @@
|
|
|
4092
3917
|
"license": "ISC"
|
|
4093
3918
|
},
|
|
4094
3919
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4095
|
-
"version": "9.0.
|
|
4096
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4097
|
-
"integrity": "sha512-
|
|
3920
|
+
"version": "9.0.7",
|
|
3921
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
|
|
3922
|
+
"integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
|
|
4098
3923
|
"license": "BSD-3-Clause",
|
|
4099
3924
|
"dependencies": {
|
|
4100
3925
|
"@inquirer/confirm": "^2.0.17",
|
|
4101
3926
|
"@inquirer/password": "^1.1.16",
|
|
4102
|
-
"@oclif/core": "^3.26.
|
|
4103
|
-
"@salesforce/core": "^7.3.
|
|
3927
|
+
"@oclif/core": "^3.26.5",
|
|
3928
|
+
"@salesforce/core": "^7.3.3",
|
|
4104
3929
|
"@salesforce/kit": "^3.1.0",
|
|
4105
3930
|
"@salesforce/ts-types": "^2.0.9",
|
|
4106
3931
|
"chalk": "^5.3.0"
|
|
@@ -7748,13 +7573,13 @@
|
|
|
7748
7573
|
}
|
|
7749
7574
|
},
|
|
7750
7575
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7751
|
-
"version": "1.18.
|
|
7752
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7753
|
-
"integrity": "sha512-
|
|
7576
|
+
"version": "1.18.3",
|
|
7577
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.3.tgz",
|
|
7578
|
+
"integrity": "sha512-Cl2ZpraMOwOm/kDn2hlud7mkDH3OrImueAyX8nkX1LA0kFma9/yokdxabWE/uaPpWPUlADeqgKWwgTjgf75SYQ==",
|
|
7754
7579
|
"dev": true,
|
|
7755
7580
|
"license": "BSD-3-Clause",
|
|
7756
7581
|
"dependencies": {
|
|
7757
|
-
"@salesforce/core": "^7.3.
|
|
7582
|
+
"@salesforce/core": "^7.3.1",
|
|
7758
7583
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7759
7584
|
},
|
|
7760
7585
|
"engines": {
|
|
@@ -12083,31 +11908,31 @@
|
|
|
12083
11908
|
}
|
|
12084
11909
|
},
|
|
12085
11910
|
"node_modules/pino": {
|
|
12086
|
-
"version": "8.
|
|
12087
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
12088
|
-
"integrity": "sha512-
|
|
11911
|
+
"version": "8.21.0",
|
|
11912
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
11913
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
12089
11914
|
"license": "MIT",
|
|
12090
11915
|
"dependencies": {
|
|
12091
11916
|
"atomic-sleep": "^1.0.0",
|
|
12092
11917
|
"fast-redact": "^3.1.1",
|
|
12093
11918
|
"on-exit-leak-free": "^2.1.0",
|
|
12094
|
-
"pino-abstract-transport": "
|
|
11919
|
+
"pino-abstract-transport": "^1.2.0",
|
|
12095
11920
|
"pino-std-serializers": "^6.0.0",
|
|
12096
11921
|
"process-warning": "^3.0.0",
|
|
12097
11922
|
"quick-format-unescaped": "^4.0.3",
|
|
12098
11923
|
"real-require": "^0.2.0",
|
|
12099
11924
|
"safe-stable-stringify": "^2.3.1",
|
|
12100
11925
|
"sonic-boom": "^3.7.0",
|
|
12101
|
-
"thread-stream": "^2.
|
|
11926
|
+
"thread-stream": "^2.6.0"
|
|
12102
11927
|
},
|
|
12103
11928
|
"bin": {
|
|
12104
11929
|
"pino": "bin.js"
|
|
12105
11930
|
}
|
|
12106
11931
|
},
|
|
12107
11932
|
"node_modules/pino-abstract-transport": {
|
|
12108
|
-
"version": "1.
|
|
12109
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.
|
|
12110
|
-
"integrity": "sha512-
|
|
11933
|
+
"version": "1.2.0",
|
|
11934
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
11935
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
12111
11936
|
"license": "MIT",
|
|
12112
11937
|
"dependencies": {
|
|
12113
11938
|
"readable-stream": "^4.0.0",
|
|
@@ -13703,9 +13528,9 @@
|
|
|
13703
13528
|
"license": "MIT"
|
|
13704
13529
|
},
|
|
13705
13530
|
"node_modules/thread-stream": {
|
|
13706
|
-
"version": "2.
|
|
13707
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
13708
|
-
"integrity": "sha512-
|
|
13531
|
+
"version": "2.7.0",
|
|
13532
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13533
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
13709
13534
|
"license": "MIT",
|
|
13710
13535
|
"dependencies": {
|
|
13711
13536
|
"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,41 +1595,7 @@
|
|
|
1595
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1596
1596
|
fastq "^1.6.0"
|
|
1597
1597
|
|
|
1598
|
-
"@oclif/core@3.26.4":
|
|
1599
|
-
version "3.26.4"
|
|
1600
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1601
|
-
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1602
|
-
dependencies:
|
|
1603
|
-
"@types/cli-progress" "^3.11.5"
|
|
1604
|
-
ansi-escapes "^4.3.2"
|
|
1605
|
-
ansi-styles "^4.3.0"
|
|
1606
|
-
cardinal "^2.1.1"
|
|
1607
|
-
chalk "^4.1.2"
|
|
1608
|
-
clean-stack "^3.0.1"
|
|
1609
|
-
cli-progress "^3.12.0"
|
|
1610
|
-
color "^4.2.3"
|
|
1611
|
-
debug "^4.3.4"
|
|
1612
|
-
ejs "^3.1.10"
|
|
1613
|
-
get-package-type "^0.1.0"
|
|
1614
|
-
globby "^11.1.0"
|
|
1615
|
-
hyperlinker "^1.0.0"
|
|
1616
|
-
indent-string "^4.0.0"
|
|
1617
|
-
is-wsl "^2.2.0"
|
|
1618
|
-
js-yaml "^3.14.1"
|
|
1619
|
-
minimatch "^9.0.4"
|
|
1620
|
-
natural-orderby "^2.0.3"
|
|
1621
|
-
object-treeify "^1.1.33"
|
|
1622
|
-
password-prompt "^1.1.3"
|
|
1623
|
-
slice-ansi "^4.0.0"
|
|
1624
|
-
string-width "^4.2.3"
|
|
1625
|
-
strip-ansi "^6.0.1"
|
|
1626
|
-
supports-color "^8.1.1"
|
|
1627
|
-
supports-hyperlinks "^2.2.0"
|
|
1628
|
-
widest-line "^3.1.0"
|
|
1629
|
-
wordwrap "^1.0.0"
|
|
1630
|
-
wrap-ansi "^7.0.0"
|
|
1631
|
-
|
|
1632
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1598
|
+
"@oclif/core@3.26.5", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1633
1599
|
version "3.26.5"
|
|
1634
1600
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1635
1601
|
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
@@ -1663,12 +1629,12 @@
|
|
|
1663
1629
|
wordwrap "^1.0.0"
|
|
1664
1630
|
wrap-ansi "^7.0.0"
|
|
1665
1631
|
|
|
1666
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1667
|
-
version "5.1.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1669
|
-
integrity sha512-
|
|
1632
|
+
"@oclif/plugin-command-snapshot@^5.1.8":
|
|
1633
|
+
version "5.1.8"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
|
|
1635
|
+
integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
|
|
1670
1636
|
dependencies:
|
|
1671
|
-
"@oclif/core" "3.26.
|
|
1637
|
+
"@oclif/core" "3.26.5"
|
|
1672
1638
|
"@types/lodash.difference" "^4.5.9"
|
|
1673
1639
|
chalk "^5.3.0"
|
|
1674
1640
|
globby "^14.0.1"
|
|
@@ -1727,23 +1693,23 @@
|
|
|
1727
1693
|
strip-ansi "6.0.1"
|
|
1728
1694
|
ts-retry-promise "^0.8.0"
|
|
1729
1695
|
|
|
1730
|
-
"@salesforce/core@^7.0.1", "@salesforce/core@^7.
|
|
1731
|
-
version "7.3.
|
|
1732
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1733
|
-
integrity sha512-
|
|
1696
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5":
|
|
1697
|
+
version "7.3.5"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.5.tgz#0dccb4d8ddd36cde449d67a482dfb52e63de1c9f"
|
|
1699
|
+
integrity sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==
|
|
1734
1700
|
dependencies:
|
|
1735
|
-
"@jsforce/jsforce-node" "^3.
|
|
1701
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1736
1702
|
"@salesforce/kit" "^3.1.1"
|
|
1737
1703
|
"@salesforce/schemas" "^1.7.0"
|
|
1738
1704
|
"@salesforce/ts-types" "^2.0.9"
|
|
1739
|
-
ajv "^8.
|
|
1705
|
+
ajv "^8.13.0"
|
|
1740
1706
|
change-case "^4.1.2"
|
|
1741
1707
|
faye "^1.4.0"
|
|
1742
1708
|
form-data "^4.0.0"
|
|
1743
1709
|
js2xmlparser "^4.0.1"
|
|
1744
1710
|
jsonwebtoken "9.0.2"
|
|
1745
1711
|
jszip "3.10.1"
|
|
1746
|
-
pino "^8.
|
|
1712
|
+
pino "^8.21.0"
|
|
1747
1713
|
pino-abstract-transport "^1.1.0"
|
|
1748
1714
|
pino-pretty "^10.3.1"
|
|
1749
1715
|
proper-lockfile "^4.1.2"
|
|
@@ -1795,15 +1761,15 @@
|
|
|
1795
1761
|
"@salesforce/ts-types" "^2.0.9"
|
|
1796
1762
|
tslib "^2.6.2"
|
|
1797
1763
|
|
|
1798
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1799
|
-
version "3.0.
|
|
1800
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1801
|
-
integrity sha512-
|
|
1764
|
+
"@salesforce/plugin-command-reference@^3.0.83":
|
|
1765
|
+
version "3.0.83"
|
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz#1dfb07c2720a1e7b3475c39685cf4d209b57cce2"
|
|
1767
|
+
integrity sha512-x/QS3vTkO5/3bleCTv943fPxGrcMbJ0N4AjhfZ0CsahHgI3CiH+0ClKk/vssPthzFp1NedKT774q7fYLgegCVw==
|
|
1802
1768
|
dependencies:
|
|
1803
|
-
"@oclif/core" "^3.26.
|
|
1804
|
-
"@salesforce/core" "^7.
|
|
1805
|
-
"@salesforce/kit" "^3.1.
|
|
1806
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1769
|
+
"@oclif/core" "^3.26.5"
|
|
1770
|
+
"@salesforce/core" "^7.3.1"
|
|
1771
|
+
"@salesforce/kit" "^3.1.1"
|
|
1772
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1807
1773
|
"@salesforce/ts-types" "^2.0.9"
|
|
1808
1774
|
chalk "^5.3.0"
|
|
1809
1775
|
debug "^4.3.4"
|
|
@@ -1836,15 +1802,15 @@
|
|
|
1836
1802
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1837
1803
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1838
1804
|
|
|
1839
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.
|
|
1840
|
-
version "9.0.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1842
|
-
integrity sha512-
|
|
1805
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1806
|
+
version "9.0.7"
|
|
1807
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1808
|
+
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
1843
1809
|
dependencies:
|
|
1844
1810
|
"@inquirer/confirm" "^2.0.17"
|
|
1845
1811
|
"@inquirer/password" "^1.1.16"
|
|
1846
|
-
"@oclif/core" "^3.26.
|
|
1847
|
-
"@salesforce/core" "^7.3.
|
|
1812
|
+
"@oclif/core" "^3.26.5"
|
|
1813
|
+
"@salesforce/core" "^7.3.3"
|
|
1848
1814
|
"@salesforce/kit" "^3.1.0"
|
|
1849
1815
|
"@salesforce/ts-types" "^2.0.9"
|
|
1850
1816
|
chalk "^5.3.0"
|
|
@@ -2826,15 +2792,15 @@ ajv@^6.12.4:
|
|
|
2826
2792
|
json-schema-traverse "^0.4.1"
|
|
2827
2793
|
uri-js "^4.2.2"
|
|
2828
2794
|
|
|
2829
|
-
ajv@^8.11.0, ajv@^8.
|
|
2830
|
-
version "8.
|
|
2831
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
2832
|
-
integrity sha512-
|
|
2795
|
+
ajv@^8.11.0, ajv@^8.13.0:
|
|
2796
|
+
version "8.13.0"
|
|
2797
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
|
|
2798
|
+
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
|
|
2833
2799
|
dependencies:
|
|
2834
|
-
fast-deep-equal "^3.1.
|
|
2800
|
+
fast-deep-equal "^3.1.3"
|
|
2835
2801
|
json-schema-traverse "^1.0.0"
|
|
2836
2802
|
require-from-string "^2.0.2"
|
|
2837
|
-
uri-js "^4.
|
|
2803
|
+
uri-js "^4.4.1"
|
|
2838
2804
|
|
|
2839
2805
|
ansi-colors@4.1.1:
|
|
2840
2806
|
version "4.1.1"
|
|
@@ -4117,12 +4083,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4117
4083
|
semver "^7.5.4"
|
|
4118
4084
|
spdx-expression-parse "^4.0.0"
|
|
4119
4085
|
|
|
4120
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4121
|
-
version "1.18.
|
|
4122
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4123
|
-
integrity sha512-
|
|
4086
|
+
eslint-plugin-sf-plugin@^1.18.3:
|
|
4087
|
+
version "1.18.3"
|
|
4088
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.3.tgz#8711ba1544e86fb8227375415865fca2c3566348"
|
|
4089
|
+
integrity sha512-Cl2ZpraMOwOm/kDn2hlud7mkDH3OrImueAyX8nkX1LA0kFma9/yokdxabWE/uaPpWPUlADeqgKWwgTjgf75SYQ==
|
|
4124
4090
|
dependencies:
|
|
4125
|
-
"@salesforce/core" "^7.3.
|
|
4091
|
+
"@salesforce/core" "^7.3.1"
|
|
4126
4092
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4127
4093
|
|
|
4128
4094
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6540,10 +6506,10 @@ picomatch@^3.0.1:
|
|
|
6540
6506
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6541
6507
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6542
6508
|
|
|
6543
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport
|
|
6544
|
-
version "1.
|
|
6545
|
-
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.
|
|
6546
|
-
integrity sha512-
|
|
6509
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@^1.2.0:
|
|
6510
|
+
version "1.2.0"
|
|
6511
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6512
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6547
6513
|
dependencies:
|
|
6548
6514
|
readable-stream "^4.0.0"
|
|
6549
6515
|
split2 "^4.0.0"
|
|
@@ -6573,22 +6539,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6573
6539
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6574
6540
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6575
6541
|
|
|
6576
|
-
pino@^8.
|
|
6577
|
-
version "8.
|
|
6578
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6579
|
-
integrity sha512-
|
|
6542
|
+
pino@^8.21.0:
|
|
6543
|
+
version "8.21.0"
|
|
6544
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6545
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6580
6546
|
dependencies:
|
|
6581
6547
|
atomic-sleep "^1.0.0"
|
|
6582
6548
|
fast-redact "^3.1.1"
|
|
6583
6549
|
on-exit-leak-free "^2.1.0"
|
|
6584
|
-
pino-abstract-transport
|
|
6550
|
+
pino-abstract-transport "^1.2.0"
|
|
6585
6551
|
pino-std-serializers "^6.0.0"
|
|
6586
6552
|
process-warning "^3.0.0"
|
|
6587
6553
|
quick-format-unescaped "^4.0.3"
|
|
6588
6554
|
real-require "^0.2.0"
|
|
6589
6555
|
safe-stable-stringify "^2.3.1"
|
|
6590
6556
|
sonic-boom "^3.7.0"
|
|
6591
|
-
thread-stream "^2.
|
|
6557
|
+
thread-stream "^2.6.0"
|
|
6592
6558
|
|
|
6593
6559
|
pkg-dir@^4.1.0:
|
|
6594
6560
|
version "4.2.0"
|
|
@@ -7508,10 +7474,10 @@ text-table@^0.2.0:
|
|
|
7508
7474
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7509
7475
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7510
7476
|
|
|
7511
|
-
thread-stream@^2.
|
|
7512
|
-
version "2.
|
|
7513
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7514
|
-
integrity sha512-
|
|
7477
|
+
thread-stream@^2.6.0:
|
|
7478
|
+
version "2.7.0"
|
|
7479
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7480
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7515
7481
|
dependencies:
|
|
7516
7482
|
real-require "^0.2.0"
|
|
7517
7483
|
|
|
@@ -7803,7 +7769,7 @@ upper-case@^2.0.2:
|
|
|
7803
7769
|
dependencies:
|
|
7804
7770
|
tslib "^2.0.3"
|
|
7805
7771
|
|
|
7806
|
-
uri-js@^4.2.2:
|
|
7772
|
+
uri-js@^4.2.2, uri-js@^4.4.1:
|
|
7807
7773
|
version "4.4.1"
|
|
7808
7774
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
7809
7775
|
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.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
9
|
"@inquirer/select": "^1.3.3",
|
|
10
10
|
"@oclif/core": "^3.26.5",
|
|
11
|
-
"@salesforce/core": "^7.3.
|
|
11
|
+
"@salesforce/core": "^7.3.5",
|
|
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"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.8",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.1",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
24
24
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
25
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.18.3",
|
|
26
26
|
"oclif": "^4.8.2",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.4.5"
|
|
@@ -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.10.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.10.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|