@salesforce/plugin-auth 3.6.9 → 3.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +51 -262
- package/oclif.lock +45 -89
- 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.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11",
|
|
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.11",
|
|
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
|
-
"@salesforce/plugin-info": "^3.2.
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.7",
|
|
18
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",
|
|
@@ -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,16 +3727,16 @@
|
|
|
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.6",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.6.tgz",
|
|
3732
|
+
"integrity": "sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==",
|
|
3908
3733
|
"license": "BSD-3-Clause",
|
|
3909
3734
|
"dependencies": {
|
|
3910
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",
|
|
@@ -3922,7 +3747,7 @@
|
|
|
3922
3747
|
"pino-abstract-transport": "^1.1.0",
|
|
3923
3748
|
"pino-pretty": "^10.3.1",
|
|
3924
3749
|
"proper-lockfile": "^4.1.2",
|
|
3925
|
-
"semver": "^7.6.
|
|
3750
|
+
"semver": "^7.6.2",
|
|
3926
3751
|
"ts-retry-promise": "^0.7.1"
|
|
3927
3752
|
},
|
|
3928
3753
|
"engines": {
|
|
@@ -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",
|
|
@@ -4057,16 +3882,16 @@
|
|
|
4057
3882
|
}
|
|
4058
3883
|
},
|
|
4059
3884
|
"node_modules/@salesforce/plugin-info": {
|
|
4060
|
-
"version": "3.2.
|
|
4061
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
4062
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "3.2.7",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz",
|
|
3887
|
+
"integrity": "sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==",
|
|
4063
3888
|
"license": "BSD-3-Clause",
|
|
4064
3889
|
"dependencies": {
|
|
4065
3890
|
"@inquirer/input": "^2.1.6",
|
|
4066
|
-
"@oclif/core": "^3.26.
|
|
4067
|
-
"@salesforce/core": "^7.
|
|
3891
|
+
"@oclif/core": "^3.26.5",
|
|
3892
|
+
"@salesforce/core": "^7.3.4",
|
|
4068
3893
|
"@salesforce/kit": "^3.1.0",
|
|
4069
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3894
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
4070
3895
|
"got": "^13.0.0",
|
|
4071
3896
|
"marked": "^4.3.0",
|
|
4072
3897
|
"marked-terminal": "^4.2.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": {
|
|
@@ -10611,6 +10436,7 @@
|
|
|
10611
10436
|
"version": "6.0.0",
|
|
10612
10437
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
10613
10438
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
10439
|
+
"dev": true,
|
|
10614
10440
|
"license": "ISC",
|
|
10615
10441
|
"dependencies": {
|
|
10616
10442
|
"yallist": "^4.0.0"
|
|
@@ -12105,9 +11931,9 @@
|
|
|
12105
11931
|
}
|
|
12106
11932
|
},
|
|
12107
11933
|
"node_modules/pino-abstract-transport": {
|
|
12108
|
-
"version": "1.
|
|
12109
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.
|
|
12110
|
-
"integrity": "sha512-
|
|
11934
|
+
"version": "1.2.0",
|
|
11935
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
11936
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
12111
11937
|
"license": "MIT",
|
|
12112
11938
|
"dependencies": {
|
|
12113
11939
|
"readable-stream": "^4.0.0",
|
|
@@ -12186,41 +12012,6 @@
|
|
|
12186
12012
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
12187
12013
|
"license": "MIT"
|
|
12188
12014
|
},
|
|
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
|
-
},
|
|
12224
12015
|
"node_modules/pkg-dir": {
|
|
12225
12016
|
"version": "4.2.0",
|
|
12226
12017
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -13009,13 +12800,10 @@
|
|
|
13009
12800
|
"license": "BSD-3-Clause"
|
|
13010
12801
|
},
|
|
13011
12802
|
"node_modules/semver": {
|
|
13012
|
-
"version": "7.6.
|
|
13013
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.
|
|
13014
|
-
"integrity": "sha512-
|
|
12803
|
+
"version": "7.6.2",
|
|
12804
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
12805
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
13015
12806
|
"license": "ISC",
|
|
13016
|
-
"dependencies": {
|
|
13017
|
-
"lru-cache": "^6.0.0"
|
|
13018
|
-
},
|
|
13019
12807
|
"bin": {
|
|
13020
12808
|
"semver": "bin/semver.js"
|
|
13021
12809
|
},
|
|
@@ -14625,6 +14413,7 @@
|
|
|
14625
14413
|
"version": "4.0.0",
|
|
14626
14414
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
14627
14415
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
14416
|
+
"dev": true,
|
|
14628
14417
|
"license": "ISC"
|
|
14629
14418
|
},
|
|
14630
14419
|
"node_modules/yargs": {
|
package/oclif.lock
CHANGED
|
@@ -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.
|
|
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.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.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,16 +1693,16 @@
|
|
|
1727
1693
|
strip-ansi "6.0.1"
|
|
1728
1694
|
ts-retry-promise "^0.8.0"
|
|
1729
1695
|
|
|
1730
|
-
"@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.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.4", "@salesforce/core@^7.3.5":
|
|
1697
|
+
version "7.3.6"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.6.tgz#b2769abf3d8cee6fef26741dd9bdbe977a497023"
|
|
1699
|
+
integrity sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==
|
|
1734
1700
|
dependencies:
|
|
1735
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"
|
|
@@ -1747,7 +1713,7 @@
|
|
|
1747
1713
|
pino-abstract-transport "^1.1.0"
|
|
1748
1714
|
pino-pretty "^10.3.1"
|
|
1749
1715
|
proper-lockfile "^4.1.2"
|
|
1750
|
-
semver "^7.6.
|
|
1716
|
+
semver "^7.6.2"
|
|
1751
1717
|
ts-retry-promise "^0.7.1"
|
|
1752
1718
|
|
|
1753
1719
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -1795,30 +1761,30 @@
|
|
|
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"
|
|
1810
1776
|
handlebars "^4.7.8"
|
|
1811
1777
|
|
|
1812
|
-
"@salesforce/plugin-info@^3.2.
|
|
1813
|
-
version "3.2.
|
|
1814
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
1815
|
-
integrity sha512-
|
|
1778
|
+
"@salesforce/plugin-info@^3.2.7":
|
|
1779
|
+
version "3.2.7"
|
|
1780
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz#721d852e5a4090a543a8152ad5a2407c029e3984"
|
|
1781
|
+
integrity sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==
|
|
1816
1782
|
dependencies:
|
|
1817
1783
|
"@inquirer/input" "^2.1.6"
|
|
1818
|
-
"@oclif/core" "^3.26.
|
|
1819
|
-
"@salesforce/core" "^7.
|
|
1784
|
+
"@oclif/core" "^3.26.5"
|
|
1785
|
+
"@salesforce/core" "^7.3.4"
|
|
1820
1786
|
"@salesforce/kit" "^3.1.0"
|
|
1821
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1787
|
+
"@salesforce/sf-plugins-core" "^9.0.7"
|
|
1822
1788
|
got "^13.0.0"
|
|
1823
1789
|
marked "^4.3.0"
|
|
1824
1790
|
marked-terminal "^4.2.0"
|
|
@@ -1836,7 +1802,7 @@
|
|
|
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.
|
|
1805
|
+
"@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1840
1806
|
version "9.0.7"
|
|
1841
1807
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1842
1808
|
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
@@ -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,15 +6506,7 @@ 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:
|
|
6544
|
-
version "1.1.0"
|
|
6545
|
-
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6546
|
-
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
6547
|
-
dependencies:
|
|
6548
|
-
readable-stream "^4.0.0"
|
|
6549
|
-
split2 "^4.0.0"
|
|
6550
|
-
|
|
6551
|
-
pino-abstract-transport@^1.2.0:
|
|
6509
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@^1.2.0:
|
|
6552
6510
|
version "1.2.0"
|
|
6553
6511
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6554
6512
|
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
@@ -7016,12 +6974,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
7016
6974
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7017
6975
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7018
6976
|
|
|
7019
|
-
semver@^7.0.0, semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
|
|
7020
|
-
version "7.6.
|
|
7021
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.
|
|
7022
|
-
integrity sha512-
|
|
7023
|
-
dependencies:
|
|
7024
|
-
lru-cache "^6.0.0"
|
|
6977
|
+
semver@^7.0.0, semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2:
|
|
6978
|
+
version "7.6.2"
|
|
6979
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
|
|
6980
|
+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
|
|
7025
6981
|
|
|
7026
6982
|
sentence-case@^3.0.4:
|
|
7027
6983
|
version "3.0.4"
|
|
@@ -7811,7 +7767,7 @@ upper-case@^2.0.2:
|
|
|
7811
7767
|
dependencies:
|
|
7812
7768
|
tslib "^2.0.3"
|
|
7813
7769
|
|
|
7814
|
-
uri-js@^4.2.2:
|
|
7770
|
+
uri-js@^4.2.2, uri-js@^4.4.1:
|
|
7815
7771
|
version "4.4.1"
|
|
7816
7772
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
7817
7773
|
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.11",
|
|
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
|
-
"@salesforce/plugin-info": "^3.2.
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.7",
|
|
14
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.11.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.11.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|