@salesforce/plugin-auth 3.6.3 → 3.6.5
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 +97 -260
- package/oclif.lock +100 -103
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.5/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.5/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.5/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.5/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.5/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.5/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.5/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
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.5",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"@oclif/core": "^3.26.2",
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
|
-
"@salesforce/plugin-info": "^3.2.
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.3",
|
|
18
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
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.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
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.78",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
29
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
29
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
30
30
|
"oclif": "^4.8.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.4.5"
|
|
@@ -2850,32 +2850,33 @@
|
|
|
2850
2850
|
"version": "1.0.0",
|
|
2851
2851
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.0.tgz",
|
|
2852
2852
|
"integrity": "sha512-3fw+7+77/duTnMJTeSS44wneszghI4tkr0m0xdIJabbYRe36ElzmsqyboMZ1nFRon6sT+ckVvYDVjwapKv+2sw==",
|
|
2853
|
+
"dev": true,
|
|
2853
2854
|
"license": "MIT",
|
|
2854
2855
|
"engines": {
|
|
2855
2856
|
"node": ">=18"
|
|
2856
2857
|
}
|
|
2857
2858
|
},
|
|
2858
2859
|
"node_modules/@inquirer/input": {
|
|
2859
|
-
"version": "2.1.
|
|
2860
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
2861
|
-
"integrity": "sha512-
|
|
2860
|
+
"version": "2.1.6",
|
|
2861
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.6.tgz",
|
|
2862
|
+
"integrity": "sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==",
|
|
2862
2863
|
"license": "MIT",
|
|
2863
2864
|
"dependencies": {
|
|
2864
|
-
"@inquirer/core": "^8.
|
|
2865
|
-
"@inquirer/type": "^1.3.
|
|
2865
|
+
"@inquirer/core": "^8.1.0",
|
|
2866
|
+
"@inquirer/type": "^1.3.1"
|
|
2866
2867
|
},
|
|
2867
2868
|
"engines": {
|
|
2868
2869
|
"node": ">=18"
|
|
2869
2870
|
}
|
|
2870
2871
|
},
|
|
2871
2872
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
2872
|
-
"version": "8.
|
|
2873
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.
|
|
2874
|
-
"integrity": "sha512-
|
|
2873
|
+
"version": "8.1.0",
|
|
2874
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
2875
|
+
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
2875
2876
|
"license": "MIT",
|
|
2876
2877
|
"dependencies": {
|
|
2877
|
-
"@inquirer/figures": "^1.0.
|
|
2878
|
-
"@inquirer/type": "^1.3.
|
|
2878
|
+
"@inquirer/figures": "^1.0.1",
|
|
2879
|
+
"@inquirer/type": "^1.3.1",
|
|
2879
2880
|
"@types/mute-stream": "^0.0.4",
|
|
2880
2881
|
"@types/node": "^20.12.7",
|
|
2881
2882
|
"@types/wrap-ansi": "^3.0.0",
|
|
@@ -2892,10 +2893,19 @@
|
|
|
2892
2893
|
"node": ">=18"
|
|
2893
2894
|
}
|
|
2894
2895
|
},
|
|
2896
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
|
2897
|
+
"version": "1.0.1",
|
|
2898
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.1.tgz",
|
|
2899
|
+
"integrity": "sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==",
|
|
2900
|
+
"license": "MIT",
|
|
2901
|
+
"engines": {
|
|
2902
|
+
"node": ">=18"
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2895
2905
|
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
2896
|
-
"version": "1.3.
|
|
2897
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.
|
|
2898
|
-
"integrity": "sha512-
|
|
2906
|
+
"version": "1.3.1",
|
|
2907
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
|
|
2908
|
+
"integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
|
|
2899
2909
|
"license": "MIT",
|
|
2900
2910
|
"engines": {
|
|
2901
2911
|
"node": ">=18"
|
|
@@ -3335,9 +3345,9 @@
|
|
|
3335
3345
|
}
|
|
3336
3346
|
},
|
|
3337
3347
|
"node_modules/@oclif/core": {
|
|
3338
|
-
"version": "3.26.
|
|
3339
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3340
|
-
"integrity": "sha512-
|
|
3348
|
+
"version": "3.26.4",
|
|
3349
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3350
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3341
3351
|
"license": "MIT",
|
|
3342
3352
|
"dependencies": {
|
|
3343
3353
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3349,7 +3359,7 @@
|
|
|
3349
3359
|
"cli-progress": "^3.12.0",
|
|
3350
3360
|
"color": "^4.2.3",
|
|
3351
3361
|
"debug": "^4.3.4",
|
|
3352
|
-
"ejs": "^3.1.
|
|
3362
|
+
"ejs": "^3.1.10",
|
|
3353
3363
|
"get-package-type": "^0.1.0",
|
|
3354
3364
|
"globby": "^11.1.0",
|
|
3355
3365
|
"hyperlinker": "^1.0.0",
|
|
@@ -3471,13 +3481,13 @@
|
|
|
3471
3481
|
}
|
|
3472
3482
|
},
|
|
3473
3483
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3474
|
-
"version": "5.1.
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3476
|
-
"integrity": "sha512-
|
|
3484
|
+
"version": "5.1.7",
|
|
3485
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3486
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3477
3487
|
"dev": true,
|
|
3478
3488
|
"license": "MIT",
|
|
3479
3489
|
"dependencies": {
|
|
3480
|
-
"@oclif/core": "3.26.
|
|
3490
|
+
"@oclif/core": "3.26.4",
|
|
3481
3491
|
"@types/lodash.difference": "^4.5.9",
|
|
3482
3492
|
"chalk": "^5.3.0",
|
|
3483
3493
|
"globby": "^14.0.1",
|
|
@@ -3486,123 +3496,12 @@
|
|
|
3486
3496
|
"lodash.get": "^4.4.2",
|
|
3487
3497
|
"lodash.sortby": "^4.7.0",
|
|
3488
3498
|
"semver": "^7.6.0",
|
|
3489
|
-
"ts-json-schema-generator": "^1.5.
|
|
3490
|
-
},
|
|
3491
|
-
"engines": {
|
|
3492
|
-
"node": ">=18.0.0"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3496
|
-
"version": "3.26.0",
|
|
3497
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3498
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3499
|
-
"dev": true,
|
|
3500
|
-
"license": "MIT",
|
|
3501
|
-
"dependencies": {
|
|
3502
|
-
"@types/cli-progress": "^3.11.5",
|
|
3503
|
-
"ansi-escapes": "^4.3.2",
|
|
3504
|
-
"ansi-styles": "^4.3.0",
|
|
3505
|
-
"cardinal": "^2.1.1",
|
|
3506
|
-
"chalk": "^4.1.2",
|
|
3507
|
-
"clean-stack": "^3.0.1",
|
|
3508
|
-
"cli-progress": "^3.12.0",
|
|
3509
|
-
"color": "^4.2.3",
|
|
3510
|
-
"debug": "^4.3.4",
|
|
3511
|
-
"ejs": "^3.1.9",
|
|
3512
|
-
"get-package-type": "^0.1.0",
|
|
3513
|
-
"globby": "^11.1.0",
|
|
3514
|
-
"hyperlinker": "^1.0.0",
|
|
3515
|
-
"indent-string": "^4.0.0",
|
|
3516
|
-
"is-wsl": "^2.2.0",
|
|
3517
|
-
"js-yaml": "^3.14.1",
|
|
3518
|
-
"minimatch": "^9.0.3",
|
|
3519
|
-
"natural-orderby": "^2.0.3",
|
|
3520
|
-
"object-treeify": "^1.1.33",
|
|
3521
|
-
"password-prompt": "^1.1.3",
|
|
3522
|
-
"slice-ansi": "^4.0.0",
|
|
3523
|
-
"string-width": "^4.2.3",
|
|
3524
|
-
"strip-ansi": "^6.0.1",
|
|
3525
|
-
"supports-color": "^8.1.1",
|
|
3526
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3527
|
-
"widest-line": "^3.1.0",
|
|
3528
|
-
"wordwrap": "^1.0.0",
|
|
3529
|
-
"wrap-ansi": "^7.0.0"
|
|
3499
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3530
3500
|
},
|
|
3531
3501
|
"engines": {
|
|
3532
3502
|
"node": ">=18.0.0"
|
|
3533
3503
|
}
|
|
3534
3504
|
},
|
|
3535
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3536
|
-
"version": "4.1.2",
|
|
3537
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3538
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3539
|
-
"dev": true,
|
|
3540
|
-
"license": "MIT",
|
|
3541
|
-
"dependencies": {
|
|
3542
|
-
"ansi-styles": "^4.1.0",
|
|
3543
|
-
"supports-color": "^7.1.0"
|
|
3544
|
-
},
|
|
3545
|
-
"engines": {
|
|
3546
|
-
"node": ">=10"
|
|
3547
|
-
},
|
|
3548
|
-
"funding": {
|
|
3549
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3553
|
-
"version": "7.2.0",
|
|
3554
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3555
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3556
|
-
"dev": true,
|
|
3557
|
-
"license": "MIT",
|
|
3558
|
-
"dependencies": {
|
|
3559
|
-
"has-flag": "^4.0.0"
|
|
3560
|
-
},
|
|
3561
|
-
"engines": {
|
|
3562
|
-
"node": ">=8"
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3566
|
-
"version": "11.1.0",
|
|
3567
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3568
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3569
|
-
"dev": true,
|
|
3570
|
-
"license": "MIT",
|
|
3571
|
-
"dependencies": {
|
|
3572
|
-
"array-union": "^2.1.0",
|
|
3573
|
-
"dir-glob": "^3.0.1",
|
|
3574
|
-
"fast-glob": "^3.2.9",
|
|
3575
|
-
"ignore": "^5.2.0",
|
|
3576
|
-
"merge2": "^1.4.1",
|
|
3577
|
-
"slash": "^3.0.0"
|
|
3578
|
-
},
|
|
3579
|
-
"engines": {
|
|
3580
|
-
"node": ">=10"
|
|
3581
|
-
},
|
|
3582
|
-
"funding": {
|
|
3583
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3587
|
-
"version": "3.0.0",
|
|
3588
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3589
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3590
|
-
"dev": true,
|
|
3591
|
-
"license": "MIT",
|
|
3592
|
-
"engines": {
|
|
3593
|
-
"node": ">=8"
|
|
3594
|
-
}
|
|
3595
|
-
},
|
|
3596
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3597
|
-
"version": "1.0.10",
|
|
3598
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3599
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3600
|
-
"dev": true,
|
|
3601
|
-
"license": "MIT",
|
|
3602
|
-
"dependencies": {
|
|
3603
|
-
"sprintf-js": "~1.0.2"
|
|
3604
|
-
}
|
|
3605
|
-
},
|
|
3606
3505
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3607
3506
|
"version": "14.0.1",
|
|
3608
3507
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3624,36 +3523,6 @@
|
|
|
3624
3523
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3625
3524
|
}
|
|
3626
3525
|
},
|
|
3627
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3628
|
-
"version": "3.14.1",
|
|
3629
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3630
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3631
|
-
"dev": true,
|
|
3632
|
-
"license": "MIT",
|
|
3633
|
-
"dependencies": {
|
|
3634
|
-
"argparse": "^1.0.7",
|
|
3635
|
-
"esprima": "^4.0.0"
|
|
3636
|
-
},
|
|
3637
|
-
"bin": {
|
|
3638
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3642
|
-
"version": "9.0.4",
|
|
3643
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3644
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3645
|
-
"dev": true,
|
|
3646
|
-
"license": "ISC",
|
|
3647
|
-
"dependencies": {
|
|
3648
|
-
"brace-expansion": "^2.0.1"
|
|
3649
|
-
},
|
|
3650
|
-
"engines": {
|
|
3651
|
-
"node": ">=16 || 14 >=14.17"
|
|
3652
|
-
},
|
|
3653
|
-
"funding": {
|
|
3654
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3655
|
-
}
|
|
3656
|
-
},
|
|
3657
3526
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3658
3527
|
"version": "5.0.0",
|
|
3659
3528
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3680,40 +3549,6 @@
|
|
|
3680
3549
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3681
3550
|
}
|
|
3682
3551
|
},
|
|
3683
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3684
|
-
"version": "8.1.1",
|
|
3685
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3686
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3687
|
-
"dev": true,
|
|
3688
|
-
"license": "MIT",
|
|
3689
|
-
"dependencies": {
|
|
3690
|
-
"has-flag": "^4.0.0"
|
|
3691
|
-
},
|
|
3692
|
-
"engines": {
|
|
3693
|
-
"node": ">=10"
|
|
3694
|
-
},
|
|
3695
|
-
"funding": {
|
|
3696
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3697
|
-
}
|
|
3698
|
-
},
|
|
3699
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3700
|
-
"version": "7.0.0",
|
|
3701
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3702
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3703
|
-
"dev": true,
|
|
3704
|
-
"license": "MIT",
|
|
3705
|
-
"dependencies": {
|
|
3706
|
-
"ansi-styles": "^4.0.0",
|
|
3707
|
-
"string-width": "^4.1.0",
|
|
3708
|
-
"strip-ansi": "^6.0.0"
|
|
3709
|
-
},
|
|
3710
|
-
"engines": {
|
|
3711
|
-
"node": ">=10"
|
|
3712
|
-
},
|
|
3713
|
-
"funding": {
|
|
3714
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3715
|
-
}
|
|
3716
|
-
},
|
|
3717
3552
|
"node_modules/@oclif/plugin-help": {
|
|
3718
3553
|
"version": "6.0.18",
|
|
3719
3554
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3771,14 +3606,14 @@
|
|
|
3771
3606
|
}
|
|
3772
3607
|
},
|
|
3773
3608
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3774
|
-
"version": "5.
|
|
3775
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
3776
|
-
"integrity": "sha512-
|
|
3609
|
+
"version": "5.3.1",
|
|
3610
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz",
|
|
3611
|
+
"integrity": "sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==",
|
|
3777
3612
|
"dev": true,
|
|
3778
3613
|
"license": "BSD-3-Clause",
|
|
3779
3614
|
"dependencies": {
|
|
3780
|
-
"@salesforce/core": "^7.
|
|
3781
|
-
"@salesforce/kit": "^3.1.
|
|
3615
|
+
"@salesforce/core": "^7.3.1",
|
|
3616
|
+
"@salesforce/kit": "^3.1.1",
|
|
3782
3617
|
"@salesforce/ts-types": "^2.0.9",
|
|
3783
3618
|
"@types/shelljs": "^0.8.15",
|
|
3784
3619
|
"debug": "^4.3.1",
|
|
@@ -3892,13 +3727,13 @@
|
|
|
3892
3727
|
}
|
|
3893
3728
|
},
|
|
3894
3729
|
"node_modules/@salesforce/core": {
|
|
3895
|
-
"version": "7.3.
|
|
3896
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3897
|
-
"integrity": "sha512-
|
|
3730
|
+
"version": "7.3.1",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3732
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
3898
3733
|
"license": "BSD-3-Clause",
|
|
3899
3734
|
"dependencies": {
|
|
3900
3735
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3901
|
-
"@salesforce/kit": "^3.1.
|
|
3736
|
+
"@salesforce/kit": "^3.1.1",
|
|
3902
3737
|
"@salesforce/schemas": "^1.7.0",
|
|
3903
3738
|
"@salesforce/ts-types": "^2.0.9",
|
|
3904
3739
|
"ajv": "^8.12.0",
|
|
@@ -4027,14 +3862,14 @@
|
|
|
4027
3862
|
}
|
|
4028
3863
|
},
|
|
4029
3864
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4030
|
-
"version": "3.0.
|
|
4031
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4032
|
-
"integrity": "sha512-
|
|
3865
|
+
"version": "3.0.78",
|
|
3866
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz",
|
|
3867
|
+
"integrity": "sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==",
|
|
4033
3868
|
"dev": true,
|
|
4034
3869
|
"license": "BSD-3-Clause",
|
|
4035
3870
|
"dependencies": {
|
|
4036
|
-
"@oclif/core": "^3.26.
|
|
4037
|
-
"@salesforce/core": "^7.
|
|
3871
|
+
"@oclif/core": "^3.26.3",
|
|
3872
|
+
"@salesforce/core": "^7.2.0",
|
|
4038
3873
|
"@salesforce/kit": "^3.1.0",
|
|
4039
3874
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
4040
3875
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4047,13 +3882,13 @@
|
|
|
4047
3882
|
}
|
|
4048
3883
|
},
|
|
4049
3884
|
"node_modules/@salesforce/plugin-info": {
|
|
4050
|
-
"version": "3.2.
|
|
4051
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
4052
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "3.2.3",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz",
|
|
3887
|
+
"integrity": "sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==",
|
|
4053
3888
|
"license": "BSD-3-Clause",
|
|
4054
3889
|
"dependencies": {
|
|
4055
|
-
"@inquirer/input": "^2.1.
|
|
4056
|
-
"@oclif/core": "^3.26.
|
|
3890
|
+
"@inquirer/input": "^2.1.5",
|
|
3891
|
+
"@oclif/core": "^3.26.4",
|
|
4057
3892
|
"@salesforce/core": "^7.0.1",
|
|
4058
3893
|
"@salesforce/kit": "^3.1.0",
|
|
4059
3894
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -4082,15 +3917,15 @@
|
|
|
4082
3917
|
"license": "ISC"
|
|
4083
3918
|
},
|
|
4084
3919
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4085
|
-
"version": "9.0.
|
|
4086
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4087
|
-
"integrity": "sha512-
|
|
3920
|
+
"version": "9.0.5",
|
|
3921
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
3922
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
4088
3923
|
"license": "BSD-3-Clause",
|
|
4089
3924
|
"dependencies": {
|
|
4090
3925
|
"@inquirer/confirm": "^2.0.17",
|
|
4091
3926
|
"@inquirer/password": "^1.1.16",
|
|
4092
|
-
"@oclif/core": "^3.26.
|
|
4093
|
-
"@salesforce/core": "^7.
|
|
3927
|
+
"@oclif/core": "^3.26.2",
|
|
3928
|
+
"@salesforce/core": "^7.3.0",
|
|
4094
3929
|
"@salesforce/kit": "^3.1.0",
|
|
4095
3930
|
"@salesforce/ts-types": "^2.0.9",
|
|
4096
3931
|
"chalk": "^5.3.0"
|
|
@@ -6631,13 +6466,13 @@
|
|
|
6631
6466
|
}
|
|
6632
6467
|
},
|
|
6633
6468
|
"node_modules/commander": {
|
|
6634
|
-
"version": "
|
|
6635
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
6636
|
-
"integrity": "sha512-
|
|
6469
|
+
"version": "12.0.0",
|
|
6470
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
6471
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
6637
6472
|
"dev": true,
|
|
6638
6473
|
"license": "MIT",
|
|
6639
6474
|
"engines": {
|
|
6640
|
-
"node": ">=
|
|
6475
|
+
"node": ">=18"
|
|
6641
6476
|
}
|
|
6642
6477
|
},
|
|
6643
6478
|
"node_modules/comment-parser": {
|
|
@@ -7243,9 +7078,9 @@
|
|
|
7243
7078
|
}
|
|
7244
7079
|
},
|
|
7245
7080
|
"node_modules/ejs": {
|
|
7246
|
-
"version": "3.1.
|
|
7247
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
7248
|
-
"integrity": "sha512-
|
|
7081
|
+
"version": "3.1.10",
|
|
7082
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
7083
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
7249
7084
|
"license": "Apache-2.0",
|
|
7250
7085
|
"dependencies": {
|
|
7251
7086
|
"jake": "^10.8.5"
|
|
@@ -7738,13 +7573,13 @@
|
|
|
7738
7573
|
}
|
|
7739
7574
|
},
|
|
7740
7575
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7741
|
-
"version": "1.18.
|
|
7742
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7743
|
-
"integrity": "sha512-
|
|
7576
|
+
"version": "1.18.2",
|
|
7577
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
7578
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
7744
7579
|
"dev": true,
|
|
7745
7580
|
"license": "BSD-3-Clause",
|
|
7746
7581
|
"dependencies": {
|
|
7747
|
-
"@salesforce/core": "^7.
|
|
7582
|
+
"@salesforce/core": "^7.3.0",
|
|
7748
7583
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7749
7584
|
},
|
|
7750
7585
|
"engines": {
|
|
@@ -11634,6 +11469,22 @@
|
|
|
11634
11469
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11635
11470
|
}
|
|
11636
11471
|
},
|
|
11472
|
+
"node_modules/oclif/node_modules/ejs": {
|
|
11473
|
+
"version": "3.1.9",
|
|
11474
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
|
11475
|
+
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
|
11476
|
+
"dev": true,
|
|
11477
|
+
"license": "Apache-2.0",
|
|
11478
|
+
"dependencies": {
|
|
11479
|
+
"jake": "^10.8.5"
|
|
11480
|
+
},
|
|
11481
|
+
"bin": {
|
|
11482
|
+
"ejs": "bin/cli.js"
|
|
11483
|
+
},
|
|
11484
|
+
"engines": {
|
|
11485
|
+
"node": ">=0.10.0"
|
|
11486
|
+
}
|
|
11487
|
+
},
|
|
11637
11488
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
11638
11489
|
"version": "8.1.0",
|
|
11639
11490
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -13794,19 +13645,19 @@
|
|
|
13794
13645
|
}
|
|
13795
13646
|
},
|
|
13796
13647
|
"node_modules/ts-json-schema-generator": {
|
|
13797
|
-
"version": "1.5.
|
|
13798
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
13799
|
-
"integrity": "sha512-
|
|
13648
|
+
"version": "1.5.1",
|
|
13649
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
13650
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
13800
13651
|
"dev": true,
|
|
13801
13652
|
"license": "MIT",
|
|
13802
13653
|
"dependencies": {
|
|
13803
|
-
"@types/json-schema": "^7.0.
|
|
13804
|
-
"commander": "^
|
|
13654
|
+
"@types/json-schema": "^7.0.15",
|
|
13655
|
+
"commander": "^12.0.0",
|
|
13805
13656
|
"glob": "^8.0.3",
|
|
13806
13657
|
"json5": "^2.2.3",
|
|
13807
13658
|
"normalize-path": "^3.0.0",
|
|
13808
13659
|
"safe-stable-stringify": "^2.4.3",
|
|
13809
|
-
"typescript": "~5.
|
|
13660
|
+
"typescript": "~5.4.2"
|
|
13810
13661
|
},
|
|
13811
13662
|
"bin": {
|
|
13812
13663
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -13848,20 +13699,6 @@
|
|
|
13848
13699
|
"node": ">=10"
|
|
13849
13700
|
}
|
|
13850
13701
|
},
|
|
13851
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
13852
|
-
"version": "5.3.3",
|
|
13853
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
13854
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
13855
|
-
"dev": true,
|
|
13856
|
-
"license": "Apache-2.0",
|
|
13857
|
-
"bin": {
|
|
13858
|
-
"tsc": "bin/tsc",
|
|
13859
|
-
"tsserver": "bin/tsserver"
|
|
13860
|
-
},
|
|
13861
|
-
"engines": {
|
|
13862
|
-
"node": ">=14.17"
|
|
13863
|
-
}
|
|
13864
|
-
},
|
|
13865
13702
|
"node_modules/ts-node": {
|
|
13866
13703
|
"version": "10.9.2",
|
|
13867
13704
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1402,18 +1402,42 @@
|
|
|
1402
1402
|
strip-ansi "^6.0.1"
|
|
1403
1403
|
wrap-ansi "^6.2.0"
|
|
1404
1404
|
|
|
1405
|
+
"@inquirer/core@^8.1.0":
|
|
1406
|
+
version "8.1.0"
|
|
1407
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
|
|
1408
|
+
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
|
|
1409
|
+
dependencies:
|
|
1410
|
+
"@inquirer/figures" "^1.0.1"
|
|
1411
|
+
"@inquirer/type" "^1.3.1"
|
|
1412
|
+
"@types/mute-stream" "^0.0.4"
|
|
1413
|
+
"@types/node" "^20.12.7"
|
|
1414
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1415
|
+
ansi-escapes "^4.3.2"
|
|
1416
|
+
chalk "^4.1.2"
|
|
1417
|
+
cli-spinners "^2.9.2"
|
|
1418
|
+
cli-width "^4.1.0"
|
|
1419
|
+
mute-stream "^1.0.0"
|
|
1420
|
+
signal-exit "^4.1.0"
|
|
1421
|
+
strip-ansi "^6.0.1"
|
|
1422
|
+
wrap-ansi "^6.2.0"
|
|
1423
|
+
|
|
1405
1424
|
"@inquirer/figures@^1.0.0":
|
|
1406
1425
|
version "1.0.0"
|
|
1407
1426
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.0.tgz#f28ee68d08c5ada5284ee0d58ae1d177e80dabda"
|
|
1408
1427
|
integrity sha512-3fw+7+77/duTnMJTeSS44wneszghI4tkr0m0xdIJabbYRe36ElzmsqyboMZ1nFRon6sT+ckVvYDVjwapKv+2sw==
|
|
1409
1428
|
|
|
1410
|
-
"@inquirer/
|
|
1411
|
-
version "
|
|
1412
|
-
resolved "https://registry.yarnpkg.com/@inquirer/
|
|
1413
|
-
integrity sha512-
|
|
1429
|
+
"@inquirer/figures@^1.0.1":
|
|
1430
|
+
version "1.0.1"
|
|
1431
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
|
|
1432
|
+
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==
|
|
1433
|
+
|
|
1434
|
+
"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.5":
|
|
1435
|
+
version "2.1.6"
|
|
1436
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.6.tgz#6f0bc5659252015ce75155c92831252c7b90cfe3"
|
|
1437
|
+
integrity sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==
|
|
1414
1438
|
dependencies:
|
|
1415
|
-
"@inquirer/core" "^8.
|
|
1416
|
-
"@inquirer/type" "^1.3.
|
|
1439
|
+
"@inquirer/core" "^8.1.0"
|
|
1440
|
+
"@inquirer/type" "^1.3.1"
|
|
1417
1441
|
|
|
1418
1442
|
"@inquirer/password@^1.1.16":
|
|
1419
1443
|
version "1.1.16"
|
|
@@ -1457,6 +1481,11 @@
|
|
|
1457
1481
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.0.tgz#9dcb4e0e8bbec03063aff7806072cc90eea2c61d"
|
|
1458
1482
|
integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
|
|
1459
1483
|
|
|
1484
|
+
"@inquirer/type@^1.3.1":
|
|
1485
|
+
version "1.3.1"
|
|
1486
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
|
|
1487
|
+
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
|
|
1488
|
+
|
|
1460
1489
|
"@isaacs/cliui@^8.0.2":
|
|
1461
1490
|
version "8.0.2"
|
|
1462
1491
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1566,10 +1595,10 @@
|
|
|
1566
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1567
1596
|
fastq "^1.6.0"
|
|
1568
1597
|
|
|
1569
|
-
"@oclif/core@3.26.0":
|
|
1570
|
-
version "3.26.
|
|
1571
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1572
|
-
integrity sha512-
|
|
1598
|
+
"@oclif/core@3.26.4", "@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":
|
|
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==
|
|
1573
1602
|
dependencies:
|
|
1574
1603
|
"@types/cli-progress" "^3.11.5"
|
|
1575
1604
|
ansi-escapes "^4.3.2"
|
|
@@ -1580,41 +1609,7 @@
|
|
|
1580
1609
|
cli-progress "^3.12.0"
|
|
1581
1610
|
color "^4.2.3"
|
|
1582
1611
|
debug "^4.3.4"
|
|
1583
|
-
ejs "^3.1.
|
|
1584
|
-
get-package-type "^0.1.0"
|
|
1585
|
-
globby "^11.1.0"
|
|
1586
|
-
hyperlinker "^1.0.0"
|
|
1587
|
-
indent-string "^4.0.0"
|
|
1588
|
-
is-wsl "^2.2.0"
|
|
1589
|
-
js-yaml "^3.14.1"
|
|
1590
|
-
minimatch "^9.0.3"
|
|
1591
|
-
natural-orderby "^2.0.3"
|
|
1592
|
-
object-treeify "^1.1.33"
|
|
1593
|
-
password-prompt "^1.1.3"
|
|
1594
|
-
slice-ansi "^4.0.0"
|
|
1595
|
-
string-width "^4.2.3"
|
|
1596
|
-
strip-ansi "^6.0.1"
|
|
1597
|
-
supports-color "^8.1.1"
|
|
1598
|
-
supports-hyperlinks "^2.2.0"
|
|
1599
|
-
widest-line "^3.1.0"
|
|
1600
|
-
wordwrap "^1.0.0"
|
|
1601
|
-
wrap-ansi "^7.0.0"
|
|
1602
|
-
|
|
1603
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1604
|
-
version "3.26.2"
|
|
1605
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1606
|
-
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
1607
|
-
dependencies:
|
|
1608
|
-
"@types/cli-progress" "^3.11.5"
|
|
1609
|
-
ansi-escapes "^4.3.2"
|
|
1610
|
-
ansi-styles "^4.3.0"
|
|
1611
|
-
cardinal "^2.1.1"
|
|
1612
|
-
chalk "^4.1.2"
|
|
1613
|
-
clean-stack "^3.0.1"
|
|
1614
|
-
cli-progress "^3.12.0"
|
|
1615
|
-
color "^4.2.3"
|
|
1616
|
-
debug "^4.3.4"
|
|
1617
|
-
ejs "^3.1.9"
|
|
1612
|
+
ejs "^3.1.10"
|
|
1618
1613
|
get-package-type "^0.1.0"
|
|
1619
1614
|
globby "^11.1.0"
|
|
1620
1615
|
hyperlinker "^1.0.0"
|
|
@@ -1634,12 +1629,12 @@
|
|
|
1634
1629
|
wordwrap "^1.0.0"
|
|
1635
1630
|
wrap-ansi "^7.0.0"
|
|
1636
1631
|
|
|
1637
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1638
|
-
version "5.1.
|
|
1639
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1640
|
-
integrity sha512-
|
|
1632
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1633
|
+
version "5.1.7"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1635
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1641
1636
|
dependencies:
|
|
1642
|
-
"@oclif/core" "3.26.
|
|
1637
|
+
"@oclif/core" "3.26.4"
|
|
1643
1638
|
"@types/lodash.difference" "^4.5.9"
|
|
1644
1639
|
chalk "^5.3.0"
|
|
1645
1640
|
globby "^14.0.1"
|
|
@@ -1648,7 +1643,7 @@
|
|
|
1648
1643
|
lodash.get "^4.4.2"
|
|
1649
1644
|
lodash.sortby "^4.7.0"
|
|
1650
1645
|
semver "^7.6.0"
|
|
1651
|
-
ts-json-schema-generator "^1.5.
|
|
1646
|
+
ts-json-schema-generator "^1.5.1"
|
|
1652
1647
|
|
|
1653
1648
|
"@oclif/plugin-help@^6.0.18":
|
|
1654
1649
|
version "6.0.18"
|
|
@@ -1682,13 +1677,13 @@
|
|
|
1682
1677
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1683
1678
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1684
1679
|
|
|
1685
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1686
|
-
version "5.
|
|
1687
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1688
|
-
integrity sha512-
|
|
1680
|
+
"@salesforce/cli-plugins-testkit@^5.3.1":
|
|
1681
|
+
version "5.3.1"
|
|
1682
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz#6ff1d6a7d1923e7905a2ddd67905458e8f5bcb6d"
|
|
1683
|
+
integrity sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==
|
|
1689
1684
|
dependencies:
|
|
1690
|
-
"@salesforce/core" "^7.
|
|
1691
|
-
"@salesforce/kit" "^3.1.
|
|
1685
|
+
"@salesforce/core" "^7.3.1"
|
|
1686
|
+
"@salesforce/kit" "^3.1.1"
|
|
1692
1687
|
"@salesforce/ts-types" "^2.0.9"
|
|
1693
1688
|
"@types/shelljs" "^0.8.15"
|
|
1694
1689
|
debug "^4.3.1"
|
|
@@ -1698,13 +1693,13 @@
|
|
|
1698
1693
|
strip-ansi "6.0.1"
|
|
1699
1694
|
ts-retry-promise "^0.8.0"
|
|
1700
1695
|
|
|
1701
|
-
"@salesforce/core@^7.0.
|
|
1702
|
-
version "7.3.
|
|
1703
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1704
|
-
integrity sha512-
|
|
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.1"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1699
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1705
1700
|
dependencies:
|
|
1706
1701
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1707
|
-
"@salesforce/kit" "^3.1.
|
|
1702
|
+
"@salesforce/kit" "^3.1.1"
|
|
1708
1703
|
"@salesforce/schemas" "^1.7.0"
|
|
1709
1704
|
"@salesforce/ts-types" "^2.0.9"
|
|
1710
1705
|
ajv "^8.12.0"
|
|
@@ -1766,13 +1761,13 @@
|
|
|
1766
1761
|
"@salesforce/ts-types" "^2.0.9"
|
|
1767
1762
|
tslib "^2.6.2"
|
|
1768
1763
|
|
|
1769
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1770
|
-
version "3.0.
|
|
1771
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1772
|
-
integrity sha512-
|
|
1764
|
+
"@salesforce/plugin-command-reference@^3.0.78":
|
|
1765
|
+
version "3.0.78"
|
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz#8158dbb62d9d7190e31a0c8c5fbfefb3dfd33efc"
|
|
1767
|
+
integrity sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==
|
|
1773
1768
|
dependencies:
|
|
1774
|
-
"@oclif/core" "^3.26.
|
|
1775
|
-
"@salesforce/core" "^7.
|
|
1769
|
+
"@oclif/core" "^3.26.3"
|
|
1770
|
+
"@salesforce/core" "^7.2.0"
|
|
1776
1771
|
"@salesforce/kit" "^3.1.0"
|
|
1777
1772
|
"@salesforce/sf-plugins-core" "^9.0.1"
|
|
1778
1773
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1780,13 +1775,13 @@
|
|
|
1780
1775
|
debug "^4.3.4"
|
|
1781
1776
|
handlebars "^4.7.8"
|
|
1782
1777
|
|
|
1783
|
-
"@salesforce/plugin-info@^3.2.
|
|
1784
|
-
version "3.2.
|
|
1785
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
1786
|
-
integrity sha512-
|
|
1778
|
+
"@salesforce/plugin-info@^3.2.3":
|
|
1779
|
+
version "3.2.3"
|
|
1780
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz#c16f05ffc894c1afeb56853634edefd31bee910e"
|
|
1781
|
+
integrity sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==
|
|
1787
1782
|
dependencies:
|
|
1788
|
-
"@inquirer/input" "^2.1.
|
|
1789
|
-
"@oclif/core" "^3.26.
|
|
1783
|
+
"@inquirer/input" "^2.1.5"
|
|
1784
|
+
"@oclif/core" "^3.26.4"
|
|
1790
1785
|
"@salesforce/core" "^7.0.1"
|
|
1791
1786
|
"@salesforce/kit" "^3.1.0"
|
|
1792
1787
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
@@ -1807,15 +1802,15 @@
|
|
|
1807
1802
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1808
1803
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1809
1804
|
|
|
1810
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
|
|
1811
|
-
version "9.0.
|
|
1812
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1813
|
-
integrity sha512-
|
|
1805
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1806
|
+
version "9.0.5"
|
|
1807
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1808
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1814
1809
|
dependencies:
|
|
1815
1810
|
"@inquirer/confirm" "^2.0.17"
|
|
1816
1811
|
"@inquirer/password" "^1.1.16"
|
|
1817
|
-
"@oclif/core" "^3.26.
|
|
1818
|
-
"@salesforce/core" "^7.
|
|
1812
|
+
"@oclif/core" "^3.26.2"
|
|
1813
|
+
"@salesforce/core" "^7.3.0"
|
|
1819
1814
|
"@salesforce/kit" "^3.1.0"
|
|
1820
1815
|
"@salesforce/ts-types" "^2.0.9"
|
|
1821
1816
|
chalk "^5.3.0"
|
|
@@ -2546,7 +2541,7 @@
|
|
|
2546
2541
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
2547
2542
|
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
|
|
2548
2543
|
|
|
2549
|
-
"@types/json-schema@^7.0.12":
|
|
2544
|
+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
|
|
2550
2545
|
version "7.0.15"
|
|
2551
2546
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2552
2547
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
@@ -3462,10 +3457,10 @@ combined-stream@^1.0.8:
|
|
|
3462
3457
|
dependencies:
|
|
3463
3458
|
delayed-stream "~1.0.0"
|
|
3464
3459
|
|
|
3465
|
-
commander@^
|
|
3466
|
-
version "
|
|
3467
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3468
|
-
integrity sha512-
|
|
3460
|
+
commander@^12.0.0:
|
|
3461
|
+
version "12.0.0"
|
|
3462
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3463
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3469
3464
|
|
|
3470
3465
|
comment-parser@1.4.1:
|
|
3471
3466
|
version "1.4.1"
|
|
@@ -3832,6 +3827,13 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3832
3827
|
dependencies:
|
|
3833
3828
|
safe-buffer "^5.0.1"
|
|
3834
3829
|
|
|
3830
|
+
ejs@^3.1.10:
|
|
3831
|
+
version "3.1.10"
|
|
3832
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3833
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3834
|
+
dependencies:
|
|
3835
|
+
jake "^10.8.5"
|
|
3836
|
+
|
|
3835
3837
|
ejs@^3.1.9:
|
|
3836
3838
|
version "3.1.9"
|
|
3837
3839
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
@@ -4088,12 +4090,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4088
4090
|
semver "^7.5.4"
|
|
4089
4091
|
spdx-expression-parse "^4.0.0"
|
|
4090
4092
|
|
|
4091
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4092
|
-
version "1.18.
|
|
4093
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4094
|
-
integrity sha512-
|
|
4093
|
+
eslint-plugin-sf-plugin@^1.18.2:
|
|
4094
|
+
version "1.18.2"
|
|
4095
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329"
|
|
4096
|
+
integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==
|
|
4095
4097
|
dependencies:
|
|
4096
|
-
"@salesforce/core" "^7.
|
|
4098
|
+
"@salesforce/core" "^7.3.0"
|
|
4097
4099
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4098
4100
|
|
|
4099
4101
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -7535,18 +7537,18 @@ ts-api-utils@^1.0.1:
|
|
|
7535
7537
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
|
|
7536
7538
|
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
|
|
7537
7539
|
|
|
7538
|
-
ts-json-schema-generator@^1.5.
|
|
7539
|
-
version "1.5.
|
|
7540
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7541
|
-
integrity sha512-
|
|
7540
|
+
ts-json-schema-generator@^1.5.1:
|
|
7541
|
+
version "1.5.1"
|
|
7542
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7543
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7542
7544
|
dependencies:
|
|
7543
|
-
"@types/json-schema" "^7.0.
|
|
7544
|
-
commander "^
|
|
7545
|
+
"@types/json-schema" "^7.0.15"
|
|
7546
|
+
commander "^12.0.0"
|
|
7545
7547
|
glob "^8.0.3"
|
|
7546
7548
|
json5 "^2.2.3"
|
|
7547
7549
|
normalize-path "^3.0.0"
|
|
7548
7550
|
safe-stable-stringify "^2.4.3"
|
|
7549
|
-
typescript "~5.
|
|
7551
|
+
typescript "~5.4.2"
|
|
7550
7552
|
|
|
7551
7553
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7552
7554
|
version "10.9.2"
|
|
@@ -7707,16 +7709,11 @@ typedoc@^0.25.12:
|
|
|
7707
7709
|
minimatch "^9.0.3"
|
|
7708
7710
|
shiki "^0.14.7"
|
|
7709
7711
|
|
|
7710
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5:
|
|
7712
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7711
7713
|
version "5.4.5"
|
|
7712
7714
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7713
7715
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7714
7716
|
|
|
7715
|
-
typescript@~5.3.2:
|
|
7716
|
-
version "5.3.3"
|
|
7717
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7718
|
-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7719
|
-
|
|
7720
7717
|
uglify-js@^3.1.4:
|
|
7721
7718
|
version "3.17.4"
|
|
7722
7719
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
"@oclif/core": "^3.26.2",
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
|
-
"@salesforce/plugin-info": "^3.2.
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.3",
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
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.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
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.78",
|
|
24
24
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
25
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
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.5.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.5.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|