@salesforce/plugin-auth 3.6.2 → 3.6.4
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 +85 -73
- package/oclif.lock +89 -58
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.4/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.4/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.4/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.4/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.4/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.4/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.4/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
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.4",
|
|
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.2",
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
|
-
"@salesforce/kit": "^3.1.
|
|
17
|
-
"@salesforce/plugin-info": "^3.2.
|
|
16
|
+
"@salesforce/kit": "^3.1.1",
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.3",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
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.6",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
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
29
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
30
30
|
"oclif": "^4.8.2",
|
|
@@ -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.6",
|
|
3485
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz",
|
|
3486
|
+
"integrity": "sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==",
|
|
3477
3487
|
"dev": true,
|
|
3478
3488
|
"license": "MIT",
|
|
3479
3489
|
"dependencies": {
|
|
3480
|
-
"@oclif/core": "3.26.
|
|
3490
|
+
"@oclif/core": "3.26.3",
|
|
3481
3491
|
"@types/lodash.difference": "^4.5.9",
|
|
3482
3492
|
"chalk": "^5.3.0",
|
|
3483
3493
|
"globby": "^14.0.1",
|
|
@@ -3486,16 +3496,16 @@
|
|
|
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.
|
|
3499
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3490
3500
|
},
|
|
3491
3501
|
"engines": {
|
|
3492
3502
|
"node": ">=18.0.0"
|
|
3493
3503
|
}
|
|
3494
3504
|
},
|
|
3495
3505
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3496
|
-
"version": "3.26.
|
|
3497
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3498
|
-
"integrity": "sha512-
|
|
3506
|
+
"version": "3.26.3",
|
|
3507
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3508
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3499
3509
|
"dev": true,
|
|
3500
3510
|
"license": "MIT",
|
|
3501
3511
|
"dependencies": {
|
|
@@ -3508,14 +3518,14 @@
|
|
|
3508
3518
|
"cli-progress": "^3.12.0",
|
|
3509
3519
|
"color": "^4.2.3",
|
|
3510
3520
|
"debug": "^4.3.4",
|
|
3511
|
-
"ejs": "^3.1.
|
|
3521
|
+
"ejs": "^3.1.10",
|
|
3512
3522
|
"get-package-type": "^0.1.0",
|
|
3513
3523
|
"globby": "^11.1.0",
|
|
3514
3524
|
"hyperlinker": "^1.0.0",
|
|
3515
3525
|
"indent-string": "^4.0.0",
|
|
3516
3526
|
"is-wsl": "^2.2.0",
|
|
3517
3527
|
"js-yaml": "^3.14.1",
|
|
3518
|
-
"minimatch": "^9.0.
|
|
3528
|
+
"minimatch": "^9.0.4",
|
|
3519
3529
|
"natural-orderby": "^2.0.3",
|
|
3520
3530
|
"object-treeify": "^1.1.33",
|
|
3521
3531
|
"password-prompt": "^1.1.3",
|
|
@@ -4017,9 +4027,9 @@
|
|
|
4017
4027
|
}
|
|
4018
4028
|
},
|
|
4019
4029
|
"node_modules/@salesforce/kit": {
|
|
4020
|
-
"version": "3.1.
|
|
4021
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
4022
|
-
"integrity": "sha512-
|
|
4030
|
+
"version": "3.1.1",
|
|
4031
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
4032
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
4023
4033
|
"license": "BSD-3-Clause",
|
|
4024
4034
|
"dependencies": {
|
|
4025
4035
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4027,14 +4037,14 @@
|
|
|
4027
4037
|
}
|
|
4028
4038
|
},
|
|
4029
4039
|
"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-
|
|
4040
|
+
"version": "3.0.78",
|
|
4041
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz",
|
|
4042
|
+
"integrity": "sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==",
|
|
4033
4043
|
"dev": true,
|
|
4034
4044
|
"license": "BSD-3-Clause",
|
|
4035
4045
|
"dependencies": {
|
|
4036
|
-
"@oclif/core": "^3.26.
|
|
4037
|
-
"@salesforce/core": "^7.
|
|
4046
|
+
"@oclif/core": "^3.26.3",
|
|
4047
|
+
"@salesforce/core": "^7.2.0",
|
|
4038
4048
|
"@salesforce/kit": "^3.1.0",
|
|
4039
4049
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
4040
4050
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4047,13 +4057,13 @@
|
|
|
4047
4057
|
}
|
|
4048
4058
|
},
|
|
4049
4059
|
"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-
|
|
4060
|
+
"version": "3.2.3",
|
|
4061
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz",
|
|
4062
|
+
"integrity": "sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==",
|
|
4053
4063
|
"license": "BSD-3-Clause",
|
|
4054
4064
|
"dependencies": {
|
|
4055
|
-
"@inquirer/input": "^2.1.
|
|
4056
|
-
"@oclif/core": "^3.26.
|
|
4065
|
+
"@inquirer/input": "^2.1.5",
|
|
4066
|
+
"@oclif/core": "^3.26.4",
|
|
4057
4067
|
"@salesforce/core": "^7.0.1",
|
|
4058
4068
|
"@salesforce/kit": "^3.1.0",
|
|
4059
4069
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -6631,13 +6641,13 @@
|
|
|
6631
6641
|
}
|
|
6632
6642
|
},
|
|
6633
6643
|
"node_modules/commander": {
|
|
6634
|
-
"version": "
|
|
6635
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
6636
|
-
"integrity": "sha512-
|
|
6644
|
+
"version": "12.0.0",
|
|
6645
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
6646
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
6637
6647
|
"dev": true,
|
|
6638
6648
|
"license": "MIT",
|
|
6639
6649
|
"engines": {
|
|
6640
|
-
"node": ">=
|
|
6650
|
+
"node": ">=18"
|
|
6641
6651
|
}
|
|
6642
6652
|
},
|
|
6643
6653
|
"node_modules/comment-parser": {
|
|
@@ -7243,9 +7253,9 @@
|
|
|
7243
7253
|
}
|
|
7244
7254
|
},
|
|
7245
7255
|
"node_modules/ejs": {
|
|
7246
|
-
"version": "3.1.
|
|
7247
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
7248
|
-
"integrity": "sha512-
|
|
7256
|
+
"version": "3.1.10",
|
|
7257
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
7258
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
7249
7259
|
"license": "Apache-2.0",
|
|
7250
7260
|
"dependencies": {
|
|
7251
7261
|
"jake": "^10.8.5"
|
|
@@ -11634,6 +11644,22 @@
|
|
|
11634
11644
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11635
11645
|
}
|
|
11636
11646
|
},
|
|
11647
|
+
"node_modules/oclif/node_modules/ejs": {
|
|
11648
|
+
"version": "3.1.9",
|
|
11649
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
|
11650
|
+
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
|
11651
|
+
"dev": true,
|
|
11652
|
+
"license": "Apache-2.0",
|
|
11653
|
+
"dependencies": {
|
|
11654
|
+
"jake": "^10.8.5"
|
|
11655
|
+
},
|
|
11656
|
+
"bin": {
|
|
11657
|
+
"ejs": "bin/cli.js"
|
|
11658
|
+
},
|
|
11659
|
+
"engines": {
|
|
11660
|
+
"node": ">=0.10.0"
|
|
11661
|
+
}
|
|
11662
|
+
},
|
|
11637
11663
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
11638
11664
|
"version": "8.1.0",
|
|
11639
11665
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -13794,19 +13820,19 @@
|
|
|
13794
13820
|
}
|
|
13795
13821
|
},
|
|
13796
13822
|
"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-
|
|
13823
|
+
"version": "1.5.1",
|
|
13824
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
13825
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
13800
13826
|
"dev": true,
|
|
13801
13827
|
"license": "MIT",
|
|
13802
13828
|
"dependencies": {
|
|
13803
|
-
"@types/json-schema": "^7.0.
|
|
13804
|
-
"commander": "^
|
|
13829
|
+
"@types/json-schema": "^7.0.15",
|
|
13830
|
+
"commander": "^12.0.0",
|
|
13805
13831
|
"glob": "^8.0.3",
|
|
13806
13832
|
"json5": "^2.2.3",
|
|
13807
13833
|
"normalize-path": "^3.0.0",
|
|
13808
13834
|
"safe-stable-stringify": "^2.4.3",
|
|
13809
|
-
"typescript": "~5.
|
|
13835
|
+
"typescript": "~5.4.2"
|
|
13810
13836
|
},
|
|
13811
13837
|
"bin": {
|
|
13812
13838
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -13848,20 +13874,6 @@
|
|
|
13848
13874
|
"node": ">=10"
|
|
13849
13875
|
}
|
|
13850
13876
|
},
|
|
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
13877
|
"node_modules/ts-node": {
|
|
13866
13878
|
"version": "10.9.2",
|
|
13867
13879
|
"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.
|
|
1570
|
-
version "3.26.
|
|
1571
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1572
|
-
integrity sha512-
|
|
1598
|
+
"@oclif/core@3.26.3":
|
|
1599
|
+
version "3.26.3"
|
|
1600
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1601
|
+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
1573
1602
|
dependencies:
|
|
1574
1603
|
"@types/cli-progress" "^3.11.5"
|
|
1575
1604
|
ansi-escapes "^4.3.2"
|
|
@@ -1580,14 +1609,14 @@
|
|
|
1580
1609
|
cli-progress "^3.12.0"
|
|
1581
1610
|
color "^4.2.3"
|
|
1582
1611
|
debug "^4.3.4"
|
|
1583
|
-
ejs "^3.1.
|
|
1612
|
+
ejs "^3.1.10"
|
|
1584
1613
|
get-package-type "^0.1.0"
|
|
1585
1614
|
globby "^11.1.0"
|
|
1586
1615
|
hyperlinker "^1.0.0"
|
|
1587
1616
|
indent-string "^4.0.0"
|
|
1588
1617
|
is-wsl "^2.2.0"
|
|
1589
1618
|
js-yaml "^3.14.1"
|
|
1590
|
-
minimatch "^9.0.
|
|
1619
|
+
minimatch "^9.0.4"
|
|
1591
1620
|
natural-orderby "^2.0.3"
|
|
1592
1621
|
object-treeify "^1.1.33"
|
|
1593
1622
|
password-prompt "^1.1.3"
|
|
@@ -1600,10 +1629,10 @@
|
|
|
1600
1629
|
wordwrap "^1.0.0"
|
|
1601
1630
|
wrap-ansi "^7.0.0"
|
|
1602
1631
|
|
|
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.
|
|
1605
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1606
|
-
integrity sha512-
|
|
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":
|
|
1633
|
+
version "3.26.4"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1635
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1607
1636
|
dependencies:
|
|
1608
1637
|
"@types/cli-progress" "^3.11.5"
|
|
1609
1638
|
ansi-escapes "^4.3.2"
|
|
@@ -1614,7 +1643,7 @@
|
|
|
1614
1643
|
cli-progress "^3.12.0"
|
|
1615
1644
|
color "^4.2.3"
|
|
1616
1645
|
debug "^4.3.4"
|
|
1617
|
-
ejs "^3.1.
|
|
1646
|
+
ejs "^3.1.10"
|
|
1618
1647
|
get-package-type "^0.1.0"
|
|
1619
1648
|
globby "^11.1.0"
|
|
1620
1649
|
hyperlinker "^1.0.0"
|
|
@@ -1634,12 +1663,12 @@
|
|
|
1634
1663
|
wordwrap "^1.0.0"
|
|
1635
1664
|
wrap-ansi "^7.0.0"
|
|
1636
1665
|
|
|
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-
|
|
1666
|
+
"@oclif/plugin-command-snapshot@^5.1.6":
|
|
1667
|
+
version "5.1.6"
|
|
1668
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
|
|
1669
|
+
integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==
|
|
1641
1670
|
dependencies:
|
|
1642
|
-
"@oclif/core" "3.26.
|
|
1671
|
+
"@oclif/core" "3.26.3"
|
|
1643
1672
|
"@types/lodash.difference" "^4.5.9"
|
|
1644
1673
|
chalk "^5.3.0"
|
|
1645
1674
|
globby "^14.0.1"
|
|
@@ -1648,7 +1677,7 @@
|
|
|
1648
1677
|
lodash.get "^4.4.2"
|
|
1649
1678
|
lodash.sortby "^4.7.0"
|
|
1650
1679
|
semver "^7.6.0"
|
|
1651
|
-
ts-json-schema-generator "^1.5.
|
|
1680
|
+
ts-json-schema-generator "^1.5.1"
|
|
1652
1681
|
|
|
1653
1682
|
"@oclif/plugin-help@^6.0.18":
|
|
1654
1683
|
version "6.0.18"
|
|
@@ -1698,7 +1727,7 @@
|
|
|
1698
1727
|
strip-ansi "6.0.1"
|
|
1699
1728
|
ts-retry-promise "^0.8.0"
|
|
1700
1729
|
|
|
1701
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.
|
|
1730
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
|
|
1702
1731
|
version "7.3.0"
|
|
1703
1732
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
|
|
1704
1733
|
integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
|
|
@@ -1758,21 +1787,21 @@
|
|
|
1758
1787
|
typescript "^5.4.3"
|
|
1759
1788
|
wireit "^0.14.4"
|
|
1760
1789
|
|
|
1761
|
-
"@salesforce/kit@^3.1.0":
|
|
1762
|
-
version "3.1.
|
|
1763
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1764
|
-
integrity sha512-
|
|
1790
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1791
|
+
version "3.1.1"
|
|
1792
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
|
1793
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
|
1765
1794
|
dependencies:
|
|
1766
1795
|
"@salesforce/ts-types" "^2.0.9"
|
|
1767
1796
|
tslib "^2.6.2"
|
|
1768
1797
|
|
|
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-
|
|
1798
|
+
"@salesforce/plugin-command-reference@^3.0.78":
|
|
1799
|
+
version "3.0.78"
|
|
1800
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz#8158dbb62d9d7190e31a0c8c5fbfefb3dfd33efc"
|
|
1801
|
+
integrity sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==
|
|
1773
1802
|
dependencies:
|
|
1774
|
-
"@oclif/core" "^3.26.
|
|
1775
|
-
"@salesforce/core" "^7.
|
|
1803
|
+
"@oclif/core" "^3.26.3"
|
|
1804
|
+
"@salesforce/core" "^7.2.0"
|
|
1776
1805
|
"@salesforce/kit" "^3.1.0"
|
|
1777
1806
|
"@salesforce/sf-plugins-core" "^9.0.1"
|
|
1778
1807
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1780,13 +1809,13 @@
|
|
|
1780
1809
|
debug "^4.3.4"
|
|
1781
1810
|
handlebars "^4.7.8"
|
|
1782
1811
|
|
|
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-
|
|
1812
|
+
"@salesforce/plugin-info@^3.2.3":
|
|
1813
|
+
version "3.2.3"
|
|
1814
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz#c16f05ffc894c1afeb56853634edefd31bee910e"
|
|
1815
|
+
integrity sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==
|
|
1787
1816
|
dependencies:
|
|
1788
|
-
"@inquirer/input" "^2.1.
|
|
1789
|
-
"@oclif/core" "^3.26.
|
|
1817
|
+
"@inquirer/input" "^2.1.5"
|
|
1818
|
+
"@oclif/core" "^3.26.4"
|
|
1790
1819
|
"@salesforce/core" "^7.0.1"
|
|
1791
1820
|
"@salesforce/kit" "^3.1.0"
|
|
1792
1821
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
@@ -2546,7 +2575,7 @@
|
|
|
2546
2575
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
2547
2576
|
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
|
|
2548
2577
|
|
|
2549
|
-
"@types/json-schema@^7.0.12":
|
|
2578
|
+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
|
|
2550
2579
|
version "7.0.15"
|
|
2551
2580
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2552
2581
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
@@ -3462,10 +3491,10 @@ combined-stream@^1.0.8:
|
|
|
3462
3491
|
dependencies:
|
|
3463
3492
|
delayed-stream "~1.0.0"
|
|
3464
3493
|
|
|
3465
|
-
commander@^
|
|
3466
|
-
version "
|
|
3467
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3468
|
-
integrity sha512-
|
|
3494
|
+
commander@^12.0.0:
|
|
3495
|
+
version "12.0.0"
|
|
3496
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3497
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3469
3498
|
|
|
3470
3499
|
comment-parser@1.4.1:
|
|
3471
3500
|
version "1.4.1"
|
|
@@ -3832,6 +3861,13 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3832
3861
|
dependencies:
|
|
3833
3862
|
safe-buffer "^5.0.1"
|
|
3834
3863
|
|
|
3864
|
+
ejs@^3.1.10:
|
|
3865
|
+
version "3.1.10"
|
|
3866
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3867
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3868
|
+
dependencies:
|
|
3869
|
+
jake "^10.8.5"
|
|
3870
|
+
|
|
3835
3871
|
ejs@^3.1.9:
|
|
3836
3872
|
version "3.1.9"
|
|
3837
3873
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
@@ -7535,18 +7571,18 @@ ts-api-utils@^1.0.1:
|
|
|
7535
7571
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
|
|
7536
7572
|
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
|
|
7537
7573
|
|
|
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-
|
|
7574
|
+
ts-json-schema-generator@^1.5.1:
|
|
7575
|
+
version "1.5.1"
|
|
7576
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7577
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7542
7578
|
dependencies:
|
|
7543
|
-
"@types/json-schema" "^7.0.
|
|
7544
|
-
commander "^
|
|
7579
|
+
"@types/json-schema" "^7.0.15"
|
|
7580
|
+
commander "^12.0.0"
|
|
7545
7581
|
glob "^8.0.3"
|
|
7546
7582
|
json5 "^2.2.3"
|
|
7547
7583
|
normalize-path "^3.0.0"
|
|
7548
7584
|
safe-stable-stringify "^2.4.3"
|
|
7549
|
-
typescript "~5.
|
|
7585
|
+
typescript "~5.4.2"
|
|
7550
7586
|
|
|
7551
7587
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7552
7588
|
version "10.9.2"
|
|
@@ -7707,16 +7743,11 @@ typedoc@^0.25.12:
|
|
|
7707
7743
|
minimatch "^9.0.3"
|
|
7708
7744
|
shiki "^0.14.7"
|
|
7709
7745
|
|
|
7710
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5:
|
|
7746
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7711
7747
|
version "5.4.5"
|
|
7712
7748
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7713
7749
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7714
7750
|
|
|
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
7751
|
uglify-js@^3.1.4:
|
|
7721
7752
|
version "3.17.4"
|
|
7722
7753
|
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.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
10
|
"@oclif/core": "^3.26.2",
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
|
-
"@salesforce/kit": "^3.1.
|
|
13
|
-
"@salesforce/plugin-info": "^3.2.
|
|
12
|
+
"@salesforce/kit": "^3.1.1",
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
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.6",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
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
25
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
26
26
|
"oclif": "^4.8.2",
|
|
@@ -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.4.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.4.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|