@salesforce/plugin-auth 3.6.0 → 3.6.1
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 +64 -98
- package/oclif.lock +34 -73
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1",
|
|
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.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"@oclif/core": "^3.26.2",
|
|
15
15
|
"@salesforce/core": "^7.0.1",
|
|
16
16
|
"@salesforce/kit": "^3.1.0",
|
|
17
|
-
"@salesforce/plugin-info": "^3.0
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.0",
|
|
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"
|
|
@@ -1488,6 +1488,7 @@
|
|
|
1488
1488
|
"version": "7.24.0",
|
|
1489
1489
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
|
|
1490
1490
|
"integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
|
|
1491
|
+
"dev": true,
|
|
1491
1492
|
"license": "MIT",
|
|
1492
1493
|
"dependencies": {
|
|
1493
1494
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -1500,6 +1501,7 @@
|
|
|
1500
1501
|
"version": "7.24.0",
|
|
1501
1502
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz",
|
|
1502
1503
|
"integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==",
|
|
1504
|
+
"dev": true,
|
|
1503
1505
|
"license": "MIT",
|
|
1504
1506
|
"dependencies": {
|
|
1505
1507
|
"core-js-pure": "^3.30.2",
|
|
@@ -2391,12 +2393,12 @@
|
|
|
2391
2393
|
}
|
|
2392
2394
|
},
|
|
2393
2395
|
"node_modules/@inquirer/input": {
|
|
2394
|
-
"version": "2.1.
|
|
2395
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
2396
|
-
"integrity": "sha512-
|
|
2396
|
+
"version": "2.1.2",
|
|
2397
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
|
|
2398
|
+
"integrity": "sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA==",
|
|
2397
2399
|
"license": "MIT",
|
|
2398
2400
|
"dependencies": {
|
|
2399
|
-
"@inquirer/core": "^7.1.
|
|
2401
|
+
"@inquirer/core": "^7.1.2",
|
|
2400
2402
|
"@inquirer/type": "^1.2.1"
|
|
2401
2403
|
},
|
|
2402
2404
|
"engines": {
|
|
@@ -2404,14 +2406,14 @@
|
|
|
2404
2406
|
}
|
|
2405
2407
|
},
|
|
2406
2408
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
2407
|
-
"version": "7.1.
|
|
2408
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
2409
|
-
"integrity": "sha512-
|
|
2409
|
+
"version": "7.1.2",
|
|
2410
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
|
|
2411
|
+
"integrity": "sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==",
|
|
2410
2412
|
"license": "MIT",
|
|
2411
2413
|
"dependencies": {
|
|
2412
2414
|
"@inquirer/type": "^1.2.1",
|
|
2413
2415
|
"@types/mute-stream": "^0.0.4",
|
|
2414
|
-
"@types/node": "^20.
|
|
2416
|
+
"@types/node": "^20.12.4",
|
|
2415
2417
|
"@types/wrap-ansi": "^3.0.0",
|
|
2416
2418
|
"ansi-escapes": "^4.3.2",
|
|
2417
2419
|
"chalk": "^4.1.2",
|
|
@@ -2419,7 +2421,6 @@
|
|
|
2419
2421
|
"cli-width": "^4.1.0",
|
|
2420
2422
|
"figures": "^3.2.0",
|
|
2421
2423
|
"mute-stream": "^1.0.0",
|
|
2422
|
-
"run-async": "^3.0.0",
|
|
2423
2424
|
"signal-exit": "^4.1.0",
|
|
2424
2425
|
"strip-ansi": "^6.0.1",
|
|
2425
2426
|
"wrap-ansi": "^6.2.0"
|
|
@@ -2462,15 +2463,6 @@
|
|
|
2462
2463
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2463
2464
|
}
|
|
2464
2465
|
},
|
|
2465
|
-
"node_modules/@inquirer/input/node_modules/run-async": {
|
|
2466
|
-
"version": "3.0.0",
|
|
2467
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2468
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2469
|
-
"license": "MIT",
|
|
2470
|
-
"engines": {
|
|
2471
|
-
"node": ">=0.12.0"
|
|
2472
|
-
}
|
|
2473
|
-
},
|
|
2474
2466
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
2475
2467
|
"version": "4.1.0",
|
|
2476
2468
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3612,20 +3604,20 @@
|
|
|
3612
3604
|
}
|
|
3613
3605
|
},
|
|
3614
3606
|
"node_modules/@salesforce/plugin-info": {
|
|
3615
|
-
"version": "3.0
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
3617
|
-
"integrity": "sha512-
|
|
3607
|
+
"version": "3.2.0",
|
|
3608
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.0.tgz",
|
|
3609
|
+
"integrity": "sha512-0mlT2pmzH8oMoQ7IWtNv36wmucdAspwITsXfxd0kFGj5hTeLUZNkT6LP3pURjJYxFD4CBlFvbpbJC9aYGncFbg==",
|
|
3618
3610
|
"license": "BSD-3-Clause",
|
|
3619
3611
|
"dependencies": {
|
|
3620
|
-
"@inquirer/input": "^2.
|
|
3621
|
-
"@oclif/core": "^3.
|
|
3622
|
-
"@salesforce/core": "^
|
|
3623
|
-
"@salesforce/kit": "^3.0
|
|
3624
|
-
"@salesforce/sf-plugins-core": "^
|
|
3612
|
+
"@inquirer/input": "^2.1.2",
|
|
3613
|
+
"@oclif/core": "^3.26.2",
|
|
3614
|
+
"@salesforce/core": "^7.0.1",
|
|
3615
|
+
"@salesforce/kit": "^3.1.0",
|
|
3616
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
3625
3617
|
"got": "^13.0.0",
|
|
3626
3618
|
"marked": "^4.3.0",
|
|
3627
3619
|
"marked-terminal": "^4.2.0",
|
|
3628
|
-
"open": "^10.0
|
|
3620
|
+
"open": "^10.1.0",
|
|
3629
3621
|
"proxy-agent": "^6.4.0",
|
|
3630
3622
|
"semver": "^7.6.0"
|
|
3631
3623
|
},
|
|
@@ -3633,52 +3625,6 @@
|
|
|
3633
3625
|
"node": ">=18.0.0"
|
|
3634
3626
|
}
|
|
3635
3627
|
},
|
|
3636
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
|
|
3637
|
-
"version": "6.7.6",
|
|
3638
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
3639
|
-
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
3640
|
-
"license": "BSD-3-Clause",
|
|
3641
|
-
"dependencies": {
|
|
3642
|
-
"@salesforce/kit": "^3.1.0",
|
|
3643
|
-
"@salesforce/schemas": "^1.7.0",
|
|
3644
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
3645
|
-
"ajv": "^8.12.0",
|
|
3646
|
-
"change-case": "^4.1.2",
|
|
3647
|
-
"faye": "^1.4.0",
|
|
3648
|
-
"form-data": "^4.0.0",
|
|
3649
|
-
"js2xmlparser": "^4.0.1",
|
|
3650
|
-
"jsforce": "^2.0.0-beta.29",
|
|
3651
|
-
"jsonwebtoken": "9.0.2",
|
|
3652
|
-
"jszip": "3.10.1",
|
|
3653
|
-
"pino": "^8.19.0",
|
|
3654
|
-
"pino-abstract-transport": "^1.1.0",
|
|
3655
|
-
"pino-pretty": "^10.3.1",
|
|
3656
|
-
"proper-lockfile": "^4.1.2",
|
|
3657
|
-
"semver": "^7.6.0",
|
|
3658
|
-
"ts-retry-promise": "^0.7.1"
|
|
3659
|
-
},
|
|
3660
|
-
"engines": {
|
|
3661
|
-
"node": ">=18.0.0"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
3665
|
-
"version": "7.1.14",
|
|
3666
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
3667
|
-
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
3668
|
-
"license": "BSD-3-Clause",
|
|
3669
|
-
"dependencies": {
|
|
3670
|
-
"@inquirer/confirm": "^2.0.17",
|
|
3671
|
-
"@inquirer/password": "^1.1.16",
|
|
3672
|
-
"@oclif/core": "^3.19.6",
|
|
3673
|
-
"@salesforce/core": "^6.6.0",
|
|
3674
|
-
"@salesforce/kit": "^3.0.15",
|
|
3675
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
3676
|
-
"chalk": "^5.3.0"
|
|
3677
|
-
},
|
|
3678
|
-
"engines": {
|
|
3679
|
-
"node": ">=18.0.0"
|
|
3680
|
-
}
|
|
3681
|
-
},
|
|
3682
3628
|
"node_modules/@salesforce/prettier-config": {
|
|
3683
3629
|
"version": "0.0.3",
|
|
3684
3630
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -3693,9 +3639,9 @@
|
|
|
3693
3639
|
"license": "ISC"
|
|
3694
3640
|
},
|
|
3695
3641
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3696
|
-
"version": "9.0.
|
|
3697
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3698
|
-
"integrity": "sha512-
|
|
3642
|
+
"version": "9.0.1",
|
|
3643
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
|
|
3644
|
+
"integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
|
|
3699
3645
|
"license": "BSD-3-Clause",
|
|
3700
3646
|
"dependencies": {
|
|
3701
3647
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -4757,9 +4703,9 @@
|
|
|
4757
4703
|
}
|
|
4758
4704
|
},
|
|
4759
4705
|
"node_modules/@types/node": {
|
|
4760
|
-
"version": "20.
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
4762
|
-
"integrity": "sha512-
|
|
4706
|
+
"version": "20.12.7",
|
|
4707
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
4708
|
+
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
|
|
4763
4709
|
"license": "MIT",
|
|
4764
4710
|
"dependencies": {
|
|
4765
4711
|
"undici-types": "~5.26.4"
|
|
@@ -5998,6 +5944,7 @@
|
|
|
5998
5944
|
"version": "0.7.0",
|
|
5999
5945
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
6000
5946
|
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
5947
|
+
"dev": true,
|
|
6001
5948
|
"license": "MIT"
|
|
6002
5949
|
},
|
|
6003
5950
|
"node_modules/check-error": {
|
|
@@ -6099,6 +6046,7 @@
|
|
|
6099
6046
|
"version": "3.1.0",
|
|
6100
6047
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
6101
6048
|
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
6049
|
+
"dev": true,
|
|
6102
6050
|
"license": "MIT",
|
|
6103
6051
|
"dependencies": {
|
|
6104
6052
|
"restore-cursor": "^3.1.0"
|
|
@@ -6150,6 +6098,7 @@
|
|
|
6150
6098
|
"version": "3.0.0",
|
|
6151
6099
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
6152
6100
|
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
6101
|
+
"dev": true,
|
|
6153
6102
|
"license": "ISC",
|
|
6154
6103
|
"engines": {
|
|
6155
6104
|
"node": ">= 10"
|
|
@@ -6357,6 +6306,7 @@
|
|
|
6357
6306
|
"version": "3.36.0",
|
|
6358
6307
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
|
|
6359
6308
|
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
|
|
6309
|
+
"dev": true,
|
|
6360
6310
|
"hasInstallScript": true,
|
|
6361
6311
|
"license": "MIT",
|
|
6362
6312
|
"funding": {
|
|
@@ -6382,6 +6332,7 @@
|
|
|
6382
6332
|
"version": "3.36.0",
|
|
6383
6333
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz",
|
|
6384
6334
|
"integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==",
|
|
6335
|
+
"dev": true,
|
|
6385
6336
|
"hasInstallScript": true,
|
|
6386
6337
|
"license": "MIT",
|
|
6387
6338
|
"funding": {
|
|
@@ -7716,6 +7667,7 @@
|
|
|
7716
7667
|
"version": "3.1.0",
|
|
7717
7668
|
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
7718
7669
|
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
7670
|
+
"dev": true,
|
|
7719
7671
|
"license": "MIT",
|
|
7720
7672
|
"dependencies": {
|
|
7721
7673
|
"chardet": "^0.7.0",
|
|
@@ -8844,6 +8796,7 @@
|
|
|
8844
8796
|
"version": "0.4.24",
|
|
8845
8797
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
8846
8798
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
8799
|
+
"dev": true,
|
|
8847
8800
|
"license": "MIT",
|
|
8848
8801
|
"dependencies": {
|
|
8849
8802
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
@@ -9762,6 +9715,7 @@
|
|
|
9762
9715
|
"version": "2.0.0-beta.29",
|
|
9763
9716
|
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.29.tgz",
|
|
9764
9717
|
"integrity": "sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==",
|
|
9718
|
+
"dev": true,
|
|
9765
9719
|
"license": "MIT",
|
|
9766
9720
|
"dependencies": {
|
|
9767
9721
|
"@babel/runtime": "^7.12.5",
|
|
@@ -9797,12 +9751,14 @@
|
|
|
9797
9751
|
"version": "12.20.55",
|
|
9798
9752
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
9799
9753
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
9754
|
+
"dev": true,
|
|
9800
9755
|
"license": "MIT"
|
|
9801
9756
|
},
|
|
9802
9757
|
"node_modules/jsforce/node_modules/agent-base": {
|
|
9803
9758
|
"version": "6.0.2",
|
|
9804
9759
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
9805
9760
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
9761
|
+
"dev": true,
|
|
9806
9762
|
"license": "MIT",
|
|
9807
9763
|
"dependencies": {
|
|
9808
9764
|
"debug": "4"
|
|
@@ -9815,6 +9771,7 @@
|
|
|
9815
9771
|
"version": "4.1.2",
|
|
9816
9772
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
9817
9773
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
9774
|
+
"dev": true,
|
|
9818
9775
|
"license": "MIT",
|
|
9819
9776
|
"dependencies": {
|
|
9820
9777
|
"ansi-styles": "^4.1.0",
|
|
@@ -9831,6 +9788,7 @@
|
|
|
9831
9788
|
"version": "4.1.1",
|
|
9832
9789
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
9833
9790
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
9791
|
+
"dev": true,
|
|
9834
9792
|
"license": "MIT",
|
|
9835
9793
|
"engines": {
|
|
9836
9794
|
"node": ">= 6"
|
|
@@ -9840,18 +9798,21 @@
|
|
|
9840
9798
|
"version": "4.16.3",
|
|
9841
9799
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz",
|
|
9842
9800
|
"integrity": "sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==",
|
|
9801
|
+
"dev": true,
|
|
9843
9802
|
"license": "MIT"
|
|
9844
9803
|
},
|
|
9845
9804
|
"node_modules/jsforce/node_modules/csv-stringify": {
|
|
9846
9805
|
"version": "5.6.5",
|
|
9847
9806
|
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz",
|
|
9848
9807
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
9808
|
+
"dev": true,
|
|
9849
9809
|
"license": "MIT"
|
|
9850
9810
|
},
|
|
9851
9811
|
"node_modules/jsforce/node_modules/https-proxy-agent": {
|
|
9852
9812
|
"version": "5.0.1",
|
|
9853
9813
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
9854
9814
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
9815
|
+
"dev": true,
|
|
9855
9816
|
"license": "MIT",
|
|
9856
9817
|
"dependencies": {
|
|
9857
9818
|
"agent-base": "6",
|
|
@@ -9865,6 +9826,7 @@
|
|
|
9865
9826
|
"version": "7.3.3",
|
|
9866
9827
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
9867
9828
|
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
9829
|
+
"dev": true,
|
|
9868
9830
|
"license": "MIT",
|
|
9869
9831
|
"dependencies": {
|
|
9870
9832
|
"ansi-escapes": "^4.2.1",
|
|
@@ -9889,6 +9851,7 @@
|
|
|
9889
9851
|
"version": "7.4.2",
|
|
9890
9852
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
9891
9853
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
9854
|
+
"dev": true,
|
|
9892
9855
|
"license": "MIT",
|
|
9893
9856
|
"dependencies": {
|
|
9894
9857
|
"is-docker": "^2.0.0",
|
|
@@ -9905,12 +9868,14 @@
|
|
|
9905
9868
|
"version": "0.13.11",
|
|
9906
9869
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
9907
9870
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
9871
|
+
"dev": true,
|
|
9908
9872
|
"license": "MIT"
|
|
9909
9873
|
},
|
|
9910
9874
|
"node_modules/jsforce/node_modules/rxjs": {
|
|
9911
9875
|
"version": "6.6.7",
|
|
9912
9876
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
9913
9877
|
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
9878
|
+
"dev": true,
|
|
9914
9879
|
"license": "Apache-2.0",
|
|
9915
9880
|
"dependencies": {
|
|
9916
9881
|
"tslib": "^1.9.0"
|
|
@@ -9923,12 +9888,14 @@
|
|
|
9923
9888
|
"version": "1.14.1",
|
|
9924
9889
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
9925
9890
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
9891
|
+
"dev": true,
|
|
9926
9892
|
"license": "0BSD"
|
|
9927
9893
|
},
|
|
9928
9894
|
"node_modules/jsforce/node_modules/xml2js": {
|
|
9929
9895
|
"version": "0.5.0",
|
|
9930
9896
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
9931
9897
|
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
9898
|
+
"dev": true,
|
|
9932
9899
|
"license": "MIT",
|
|
9933
9900
|
"dependencies": {
|
|
9934
9901
|
"sax": ">=0.6.0",
|
|
@@ -10769,6 +10736,7 @@
|
|
|
10769
10736
|
"version": "2.1.0",
|
|
10770
10737
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
10771
10738
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
10739
|
+
"dev": true,
|
|
10772
10740
|
"license": "MIT",
|
|
10773
10741
|
"engines": {
|
|
10774
10742
|
"node": ">=6"
|
|
@@ -11065,6 +11033,7 @@
|
|
|
11065
11033
|
"version": "0.0.8",
|
|
11066
11034
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
11067
11035
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
11036
|
+
"dev": true,
|
|
11068
11037
|
"license": "ISC"
|
|
11069
11038
|
},
|
|
11070
11039
|
"node_modules/natural-compare": {
|
|
@@ -11493,15 +11462,15 @@
|
|
|
11493
11462
|
}
|
|
11494
11463
|
},
|
|
11495
11464
|
"node_modules/oclif/node_modules/@inquirer/core": {
|
|
11496
|
-
"version": "7.1.
|
|
11497
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
11498
|
-
"integrity": "sha512-
|
|
11465
|
+
"version": "7.1.2",
|
|
11466
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
|
|
11467
|
+
"integrity": "sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==",
|
|
11499
11468
|
"dev": true,
|
|
11500
11469
|
"license": "MIT",
|
|
11501
11470
|
"dependencies": {
|
|
11502
11471
|
"@inquirer/type": "^1.2.1",
|
|
11503
11472
|
"@types/mute-stream": "^0.0.4",
|
|
11504
|
-
"@types/node": "^20.
|
|
11473
|
+
"@types/node": "^20.12.4",
|
|
11505
11474
|
"@types/wrap-ansi": "^3.0.0",
|
|
11506
11475
|
"ansi-escapes": "^4.3.2",
|
|
11507
11476
|
"chalk": "^4.1.2",
|
|
@@ -11509,7 +11478,6 @@
|
|
|
11509
11478
|
"cli-width": "^4.1.0",
|
|
11510
11479
|
"figures": "^3.2.0",
|
|
11511
11480
|
"mute-stream": "^1.0.0",
|
|
11512
|
-
"run-async": "^3.0.0",
|
|
11513
11481
|
"signal-exit": "^4.1.0",
|
|
11514
11482
|
"strip-ansi": "^6.0.1",
|
|
11515
11483
|
"wrap-ansi": "^6.2.0"
|
|
@@ -11572,16 +11540,6 @@
|
|
|
11572
11540
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
11573
11541
|
}
|
|
11574
11542
|
},
|
|
11575
|
-
"node_modules/oclif/node_modules/run-async": {
|
|
11576
|
-
"version": "3.0.0",
|
|
11577
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
11578
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
11579
|
-
"dev": true,
|
|
11580
|
-
"license": "MIT",
|
|
11581
|
-
"engines": {
|
|
11582
|
-
"node": ">=0.12.0"
|
|
11583
|
-
}
|
|
11584
|
-
},
|
|
11585
11543
|
"node_modules/oclif/node_modules/signal-exit": {
|
|
11586
11544
|
"version": "4.1.0",
|
|
11587
11545
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -11617,6 +11575,7 @@
|
|
|
11617
11575
|
"version": "5.1.2",
|
|
11618
11576
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
11619
11577
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
11578
|
+
"dev": true,
|
|
11620
11579
|
"license": "MIT",
|
|
11621
11580
|
"dependencies": {
|
|
11622
11581
|
"mimic-fn": "^2.1.0"
|
|
@@ -11731,6 +11690,7 @@
|
|
|
11731
11690
|
"version": "1.0.2",
|
|
11732
11691
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
11733
11692
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
11693
|
+
"dev": true,
|
|
11734
11694
|
"license": "MIT",
|
|
11735
11695
|
"engines": {
|
|
11736
11696
|
"node": ">=0.10.0"
|
|
@@ -12599,6 +12559,7 @@
|
|
|
12599
12559
|
"version": "0.14.1",
|
|
12600
12560
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
12601
12561
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
12562
|
+
"dev": true,
|
|
12602
12563
|
"license": "MIT"
|
|
12603
12564
|
},
|
|
12604
12565
|
"node_modules/regexp-tree": {
|
|
@@ -12763,6 +12724,7 @@
|
|
|
12763
12724
|
"version": "3.1.0",
|
|
12764
12725
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
12765
12726
|
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
12727
|
+
"dev": true,
|
|
12766
12728
|
"license": "MIT",
|
|
12767
12729
|
"dependencies": {
|
|
12768
12730
|
"onetime": "^5.1.0",
|
|
@@ -12824,6 +12786,7 @@
|
|
|
12824
12786
|
"version": "2.4.1",
|
|
12825
12787
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
12826
12788
|
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
12789
|
+
"dev": true,
|
|
12827
12790
|
"license": "MIT",
|
|
12828
12791
|
"engines": {
|
|
12829
12792
|
"node": ">=0.12.0"
|
|
@@ -12939,6 +12902,7 @@
|
|
|
12939
12902
|
"version": "2.1.2",
|
|
12940
12903
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
12941
12904
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
12905
|
+
"dev": true,
|
|
12942
12906
|
"license": "MIT"
|
|
12943
12907
|
},
|
|
12944
12908
|
"node_modules/samsam": {
|
|
@@ -13701,6 +13665,7 @@
|
|
|
13701
13665
|
"version": "2.3.8",
|
|
13702
13666
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
13703
13667
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
13668
|
+
"dev": true,
|
|
13704
13669
|
"license": "MIT"
|
|
13705
13670
|
},
|
|
13706
13671
|
"node_modules/through2": {
|
|
@@ -13717,6 +13682,7 @@
|
|
|
13717
13682
|
"version": "0.0.33",
|
|
13718
13683
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
13719
13684
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
13685
|
+
"dev": true,
|
|
13720
13686
|
"license": "MIT",
|
|
13721
13687
|
"dependencies": {
|
|
13722
13688
|
"os-tmpdir": "~1.0.2"
|
package/oclif.lock
CHANGED
|
@@ -1147,14 +1147,14 @@
|
|
|
1147
1147
|
strip-ansi "^6.0.1"
|
|
1148
1148
|
wrap-ansi "^6.2.0"
|
|
1149
1149
|
|
|
1150
|
-
"@inquirer/core@^7.1.0":
|
|
1151
|
-
version "7.1.
|
|
1152
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.
|
|
1153
|
-
integrity sha512-
|
|
1150
|
+
"@inquirer/core@^7.1.0", "@inquirer/core@^7.1.2":
|
|
1151
|
+
version "7.1.2"
|
|
1152
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.2.tgz#f16222e8838193c29a868d9d6d5ae3b79313342f"
|
|
1153
|
+
integrity sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==
|
|
1154
1154
|
dependencies:
|
|
1155
1155
|
"@inquirer/type" "^1.2.1"
|
|
1156
1156
|
"@types/mute-stream" "^0.0.4"
|
|
1157
|
-
"@types/node" "^20.
|
|
1157
|
+
"@types/node" "^20.12.4"
|
|
1158
1158
|
"@types/wrap-ansi" "^3.0.0"
|
|
1159
1159
|
ansi-escapes "^4.3.2"
|
|
1160
1160
|
chalk "^4.1.2"
|
|
@@ -1162,17 +1162,16 @@
|
|
|
1162
1162
|
cli-width "^4.1.0"
|
|
1163
1163
|
figures "^3.2.0"
|
|
1164
1164
|
mute-stream "^1.0.0"
|
|
1165
|
-
run-async "^3.0.0"
|
|
1166
1165
|
signal-exit "^4.1.0"
|
|
1167
1166
|
strip-ansi "^6.0.1"
|
|
1168
1167
|
wrap-ansi "^6.2.0"
|
|
1169
1168
|
|
|
1170
|
-
"@inquirer/input@^2.
|
|
1171
|
-
version "2.1.
|
|
1172
|
-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.
|
|
1173
|
-
integrity sha512-
|
|
1169
|
+
"@inquirer/input@^2.1.0", "@inquirer/input@^2.1.2":
|
|
1170
|
+
version "2.1.2"
|
|
1171
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.2.tgz#cc0b0688c6ef7e58661e3d451dabcccbb0801e1a"
|
|
1172
|
+
integrity sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA==
|
|
1174
1173
|
dependencies:
|
|
1175
|
-
"@inquirer/core" "^7.1.
|
|
1174
|
+
"@inquirer/core" "^7.1.2"
|
|
1176
1175
|
"@inquirer/type" "^1.2.1"
|
|
1177
1176
|
|
|
1178
1177
|
"@inquirer/password@^1.1.16":
|
|
@@ -1355,7 +1354,7 @@
|
|
|
1355
1354
|
wordwrap "^1.0.0"
|
|
1356
1355
|
wrap-ansi "^7.0.0"
|
|
1357
1356
|
|
|
1358
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.
|
|
1357
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1359
1358
|
version "3.26.2"
|
|
1360
1359
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1361
1360
|
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
@@ -1453,7 +1452,7 @@
|
|
|
1453
1452
|
strip-ansi "6.0.1"
|
|
1454
1453
|
ts-retry-promise "^0.8.0"
|
|
1455
1454
|
|
|
1456
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1455
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.6":
|
|
1457
1456
|
version "6.7.6"
|
|
1458
1457
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1459
1458
|
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
@@ -1558,20 +1557,20 @@
|
|
|
1558
1557
|
handlebars "^4.7.8"
|
|
1559
1558
|
tslib "^2"
|
|
1560
1559
|
|
|
1561
|
-
"@salesforce/plugin-info@^3.0
|
|
1562
|
-
version "3.0
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
1564
|
-
integrity sha512-
|
|
1560
|
+
"@salesforce/plugin-info@^3.2.0":
|
|
1561
|
+
version "3.2.0"
|
|
1562
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.0.tgz#bb898559b22a6115db44ac43413967eb3a6b43ba"
|
|
1563
|
+
integrity sha512-0mlT2pmzH8oMoQ7IWtNv36wmucdAspwITsXfxd0kFGj5hTeLUZNkT6LP3pURjJYxFD4CBlFvbpbJC9aYGncFbg==
|
|
1565
1564
|
dependencies:
|
|
1566
|
-
"@inquirer/input" "^2.
|
|
1567
|
-
"@oclif/core" "^3.
|
|
1568
|
-
"@salesforce/core" "^
|
|
1569
|
-
"@salesforce/kit" "^3.0
|
|
1570
|
-
"@salesforce/sf-plugins-core" "^
|
|
1565
|
+
"@inquirer/input" "^2.1.2"
|
|
1566
|
+
"@oclif/core" "^3.26.2"
|
|
1567
|
+
"@salesforce/core" "^7.0.1"
|
|
1568
|
+
"@salesforce/kit" "^3.1.0"
|
|
1569
|
+
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
1571
1570
|
got "^13.0.0"
|
|
1572
1571
|
marked "^4.3.0"
|
|
1573
1572
|
marked-terminal "^4.2.0"
|
|
1574
|
-
open "^10.0
|
|
1573
|
+
open "^10.1.0"
|
|
1575
1574
|
proxy-agent "^6.4.0"
|
|
1576
1575
|
semver "^7.6.0"
|
|
1577
1576
|
|
|
@@ -1598,23 +1597,10 @@
|
|
|
1598
1597
|
chalk "^4"
|
|
1599
1598
|
inquirer "^8.2.5"
|
|
1600
1599
|
|
|
1601
|
-
"@salesforce/sf-plugins-core@^
|
|
1602
|
-
version "
|
|
1603
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1604
|
-
integrity sha512-
|
|
1605
|
-
dependencies:
|
|
1606
|
-
"@inquirer/confirm" "^2.0.17"
|
|
1607
|
-
"@inquirer/password" "^1.1.16"
|
|
1608
|
-
"@oclif/core" "^3.19.6"
|
|
1609
|
-
"@salesforce/core" "^6.6.0"
|
|
1610
|
-
"@salesforce/kit" "^3.0.15"
|
|
1611
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
1612
|
-
chalk "^5.3.0"
|
|
1613
|
-
|
|
1614
|
-
"@salesforce/sf-plugins-core@^9.0.0":
|
|
1615
|
-
version "9.0.0"
|
|
1616
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
|
|
1617
|
-
integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
|
|
1600
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
|
|
1601
|
+
version "9.0.1"
|
|
1602
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
|
|
1603
|
+
integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
|
|
1618
1604
|
dependencies:
|
|
1619
1605
|
"@inquirer/confirm" "^2.0.17"
|
|
1620
1606
|
"@inquirer/password" "^1.1.16"
|
|
@@ -2311,10 +2297,10 @@
|
|
|
2311
2297
|
dependencies:
|
|
2312
2298
|
"@types/node" "*"
|
|
2313
2299
|
|
|
2314
|
-
"@types/node@*", "@types/node@^20.10.7", "@types/node@^20.
|
|
2315
|
-
version "20.
|
|
2316
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.
|
|
2317
|
-
integrity sha512-
|
|
2300
|
+
"@types/node@*", "@types/node@^20.10.7", "@types/node@^20.12.4":
|
|
2301
|
+
version "20.12.7"
|
|
2302
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
|
|
2303
|
+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
|
|
2318
2304
|
dependencies:
|
|
2319
2305
|
undici-types "~5.26.4"
|
|
2320
2306
|
|
|
@@ -6176,7 +6162,7 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
|
6176
6162
|
dependencies:
|
|
6177
6163
|
mimic-fn "^2.1.0"
|
|
6178
6164
|
|
|
6179
|
-
open@^10.
|
|
6165
|
+
open@^10.1.0:
|
|
6180
6166
|
version "10.1.0"
|
|
6181
6167
|
resolved "https://registry.yarnpkg.com/open/-/open-10.1.0.tgz#a7795e6e5d519abe4286d9937bb24b51122598e1"
|
|
6182
6168
|
integrity sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==
|
|
@@ -7270,16 +7256,7 @@ srcset@^5.0.0:
|
|
|
7270
7256
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
|
|
7271
7257
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
7272
7258
|
|
|
7273
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7274
|
-
version "4.2.3"
|
|
7275
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7276
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7277
|
-
dependencies:
|
|
7278
|
-
emoji-regex "^8.0.0"
|
|
7279
|
-
is-fullwidth-code-point "^3.0.0"
|
|
7280
|
-
strip-ansi "^6.0.1"
|
|
7281
|
-
|
|
7282
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7259
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7283
7260
|
version "4.2.3"
|
|
7284
7261
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7285
7262
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7338,14 +7315,7 @@ string_decoder@~1.1.1:
|
|
|
7338
7315
|
dependencies:
|
|
7339
7316
|
safe-buffer "~5.1.0"
|
|
7340
7317
|
|
|
7341
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7342
|
-
version "6.0.1"
|
|
7343
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7344
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7345
|
-
dependencies:
|
|
7346
|
-
ansi-regex "^5.0.1"
|
|
7347
|
-
|
|
7348
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7318
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7349
7319
|
version "6.0.1"
|
|
7350
7320
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7351
7321
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7902,7 +7872,7 @@ workerpool@6.2.1:
|
|
|
7902
7872
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7903
7873
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7904
7874
|
|
|
7905
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7875
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
7906
7876
|
version "7.0.0"
|
|
7907
7877
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7908
7878
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7920,15 +7890,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
|
|
|
7920
7890
|
string-width "^4.1.0"
|
|
7921
7891
|
strip-ansi "^6.0.0"
|
|
7922
7892
|
|
|
7923
|
-
wrap-ansi@^7.0.0:
|
|
7924
|
-
version "7.0.0"
|
|
7925
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7926
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7927
|
-
dependencies:
|
|
7928
|
-
ansi-styles "^4.0.0"
|
|
7929
|
-
string-width "^4.1.0"
|
|
7930
|
-
strip-ansi "^6.0.0"
|
|
7931
|
-
|
|
7932
7893
|
wrap-ansi@^8.1.0:
|
|
7933
7894
|
version "8.1.0"
|
|
7934
7895
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"@oclif/core": "^3.26.2",
|
|
11
11
|
"@salesforce/core": "^7.0.1",
|
|
12
12
|
"@salesforce/kit": "^3.1.0",
|
|
13
|
-
"@salesforce/plugin-info": "^3.0
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.0",
|
|
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"
|
|
@@ -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.1.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.1.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|