@salesforce/plugin-auth 3.6.8 → 3.6.9
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 +59 -24
- package/oclif.lock +36 -28
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9",
|
|
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.9",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
17
|
"@salesforce/plugin-info": "^3.2.4",
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
18
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.9",
|
|
20
20
|
"chalk": "^5.3.0",
|
|
21
21
|
"open": "^10.1.0"
|
|
@@ -3219,9 +3219,9 @@
|
|
|
3219
3219
|
}
|
|
3220
3220
|
},
|
|
3221
3221
|
"node_modules/@jsforce/jsforce-node": {
|
|
3222
|
-
"version": "3.
|
|
3223
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3224
|
-
"integrity": "sha512-
|
|
3222
|
+
"version": "3.2.0",
|
|
3223
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz",
|
|
3224
|
+
"integrity": "sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==",
|
|
3225
3225
|
"license": "MIT",
|
|
3226
3226
|
"dependencies": {
|
|
3227
3227
|
"@sindresorhus/is": "^4",
|
|
@@ -3902,12 +3902,12 @@
|
|
|
3902
3902
|
}
|
|
3903
3903
|
},
|
|
3904
3904
|
"node_modules/@salesforce/core": {
|
|
3905
|
-
"version": "7.3.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3907
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "7.3.3",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz",
|
|
3907
|
+
"integrity": "sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==",
|
|
3908
3908
|
"license": "BSD-3-Clause",
|
|
3909
3909
|
"dependencies": {
|
|
3910
|
-
"@jsforce/jsforce-node": "^3.
|
|
3910
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3911
3911
|
"@salesforce/kit": "^3.1.1",
|
|
3912
3912
|
"@salesforce/schemas": "^1.7.0",
|
|
3913
3913
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3918,7 +3918,7 @@
|
|
|
3918
3918
|
"js2xmlparser": "^4.0.1",
|
|
3919
3919
|
"jsonwebtoken": "9.0.2",
|
|
3920
3920
|
"jszip": "3.10.1",
|
|
3921
|
-
"pino": "^8.
|
|
3921
|
+
"pino": "^8.21.0",
|
|
3922
3922
|
"pino-abstract-transport": "^1.1.0",
|
|
3923
3923
|
"pino-pretty": "^10.3.1",
|
|
3924
3924
|
"proper-lockfile": "^4.1.2",
|
|
@@ -4092,15 +4092,15 @@
|
|
|
4092
4092
|
"license": "ISC"
|
|
4093
4093
|
},
|
|
4094
4094
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4095
|
-
"version": "9.0.
|
|
4096
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4097
|
-
"integrity": "sha512-
|
|
4095
|
+
"version": "9.0.7",
|
|
4096
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
|
|
4097
|
+
"integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
|
|
4098
4098
|
"license": "BSD-3-Clause",
|
|
4099
4099
|
"dependencies": {
|
|
4100
4100
|
"@inquirer/confirm": "^2.0.17",
|
|
4101
4101
|
"@inquirer/password": "^1.1.16",
|
|
4102
|
-
"@oclif/core": "^3.26.
|
|
4103
|
-
"@salesforce/core": "^7.3.
|
|
4102
|
+
"@oclif/core": "^3.26.5",
|
|
4103
|
+
"@salesforce/core": "^7.3.3",
|
|
4104
4104
|
"@salesforce/kit": "^3.1.0",
|
|
4105
4105
|
"@salesforce/ts-types": "^2.0.9",
|
|
4106
4106
|
"chalk": "^5.3.0"
|
|
@@ -12083,22 +12083,22 @@
|
|
|
12083
12083
|
}
|
|
12084
12084
|
},
|
|
12085
12085
|
"node_modules/pino": {
|
|
12086
|
-
"version": "8.
|
|
12087
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
12088
|
-
"integrity": "sha512-
|
|
12086
|
+
"version": "8.21.0",
|
|
12087
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
12088
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
12089
12089
|
"license": "MIT",
|
|
12090
12090
|
"dependencies": {
|
|
12091
12091
|
"atomic-sleep": "^1.0.0",
|
|
12092
12092
|
"fast-redact": "^3.1.1",
|
|
12093
12093
|
"on-exit-leak-free": "^2.1.0",
|
|
12094
|
-
"pino-abstract-transport": "
|
|
12094
|
+
"pino-abstract-transport": "^1.2.0",
|
|
12095
12095
|
"pino-std-serializers": "^6.0.0",
|
|
12096
12096
|
"process-warning": "^3.0.0",
|
|
12097
12097
|
"quick-format-unescaped": "^4.0.3",
|
|
12098
12098
|
"real-require": "^0.2.0",
|
|
12099
12099
|
"safe-stable-stringify": "^2.3.1",
|
|
12100
12100
|
"sonic-boom": "^3.7.0",
|
|
12101
|
-
"thread-stream": "^2.
|
|
12101
|
+
"thread-stream": "^2.6.0"
|
|
12102
12102
|
},
|
|
12103
12103
|
"bin": {
|
|
12104
12104
|
"pino": "bin.js"
|
|
@@ -12186,6 +12186,41 @@
|
|
|
12186
12186
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
12187
12187
|
"license": "MIT"
|
|
12188
12188
|
},
|
|
12189
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
12190
|
+
"version": "1.2.0",
|
|
12191
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
12192
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
12193
|
+
"license": "MIT",
|
|
12194
|
+
"dependencies": {
|
|
12195
|
+
"readable-stream": "^4.0.0",
|
|
12196
|
+
"split2": "^4.0.0"
|
|
12197
|
+
}
|
|
12198
|
+
},
|
|
12199
|
+
"node_modules/pino/node_modules/readable-stream": {
|
|
12200
|
+
"version": "4.4.2",
|
|
12201
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
12202
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
12203
|
+
"license": "MIT",
|
|
12204
|
+
"dependencies": {
|
|
12205
|
+
"abort-controller": "^3.0.0",
|
|
12206
|
+
"buffer": "^6.0.3",
|
|
12207
|
+
"events": "^3.3.0",
|
|
12208
|
+
"process": "^0.11.10",
|
|
12209
|
+
"string_decoder": "^1.3.0"
|
|
12210
|
+
},
|
|
12211
|
+
"engines": {
|
|
12212
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
12213
|
+
}
|
|
12214
|
+
},
|
|
12215
|
+
"node_modules/pino/node_modules/split2": {
|
|
12216
|
+
"version": "4.2.0",
|
|
12217
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
12218
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
12219
|
+
"license": "ISC",
|
|
12220
|
+
"engines": {
|
|
12221
|
+
"node": ">= 10.x"
|
|
12222
|
+
}
|
|
12223
|
+
},
|
|
12189
12224
|
"node_modules/pkg-dir": {
|
|
12190
12225
|
"version": "4.2.0",
|
|
12191
12226
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -13703,9 +13738,9 @@
|
|
|
13703
13738
|
"license": "MIT"
|
|
13704
13739
|
},
|
|
13705
13740
|
"node_modules/thread-stream": {
|
|
13706
|
-
"version": "2.
|
|
13707
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
13708
|
-
"integrity": "sha512-
|
|
13741
|
+
"version": "2.7.0",
|
|
13742
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13743
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
13709
13744
|
"license": "MIT",
|
|
13710
13745
|
"dependencies": {
|
|
13711
13746
|
"real-require": "^0.2.0"
|
package/oclif.lock
CHANGED
|
@@ -1554,10 +1554,10 @@
|
|
|
1554
1554
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1555
1555
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1556
1556
|
|
|
1557
|
-
"@jsforce/jsforce-node@^3.
|
|
1558
|
-
version "3.
|
|
1559
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1560
|
-
integrity sha512-
|
|
1557
|
+
"@jsforce/jsforce-node@^3.2.0":
|
|
1558
|
+
version "3.2.0"
|
|
1559
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
|
|
1560
|
+
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
|
|
1561
1561
|
dependencies:
|
|
1562
1562
|
"@sindresorhus/is" "^4"
|
|
1563
1563
|
"@types/node" "^18.15.3"
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
wordwrap "^1.0.0"
|
|
1630
1630
|
wrap-ansi "^7.0.0"
|
|
1631
1631
|
|
|
1632
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.
|
|
1632
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1633
1633
|
version "3.26.5"
|
|
1634
1634
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1635
1635
|
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
@@ -1727,12 +1727,12 @@
|
|
|
1727
1727
|
strip-ansi "6.0.1"
|
|
1728
1728
|
ts-retry-promise "^0.8.0"
|
|
1729
1729
|
|
|
1730
|
-
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1731
|
-
version "7.3.
|
|
1732
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1733
|
-
integrity sha512-
|
|
1730
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
|
|
1731
|
+
version "7.3.3"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
|
|
1733
|
+
integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
|
|
1734
1734
|
dependencies:
|
|
1735
|
-
"@jsforce/jsforce-node" "^3.
|
|
1735
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1736
1736
|
"@salesforce/kit" "^3.1.1"
|
|
1737
1737
|
"@salesforce/schemas" "^1.7.0"
|
|
1738
1738
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1743,7 +1743,7 @@
|
|
|
1743
1743
|
js2xmlparser "^4.0.1"
|
|
1744
1744
|
jsonwebtoken "9.0.2"
|
|
1745
1745
|
jszip "3.10.1"
|
|
1746
|
-
pino "^8.
|
|
1746
|
+
pino "^8.21.0"
|
|
1747
1747
|
pino-abstract-transport "^1.1.0"
|
|
1748
1748
|
pino-pretty "^10.3.1"
|
|
1749
1749
|
proper-lockfile "^4.1.2"
|
|
@@ -1836,15 +1836,15 @@
|
|
|
1836
1836
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1837
1837
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.
|
|
1840
|
-
version "9.0.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1842
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1840
|
+
version "9.0.7"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1842
|
+
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
"@inquirer/confirm" "^2.0.17"
|
|
1845
1845
|
"@inquirer/password" "^1.1.16"
|
|
1846
|
-
"@oclif/core" "^3.26.
|
|
1847
|
-
"@salesforce/core" "^7.3.
|
|
1846
|
+
"@oclif/core" "^3.26.5"
|
|
1847
|
+
"@salesforce/core" "^7.3.3"
|
|
1848
1848
|
"@salesforce/kit" "^3.1.0"
|
|
1849
1849
|
"@salesforce/ts-types" "^2.0.9"
|
|
1850
1850
|
chalk "^5.3.0"
|
|
@@ -6540,7 +6540,7 @@ picomatch@^3.0.1:
|
|
|
6540
6540
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6541
6541
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6542
6542
|
|
|
6543
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0
|
|
6543
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
|
|
6544
6544
|
version "1.1.0"
|
|
6545
6545
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6546
6546
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6548,6 +6548,14 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6548
6548
|
readable-stream "^4.0.0"
|
|
6549
6549
|
split2 "^4.0.0"
|
|
6550
6550
|
|
|
6551
|
+
pino-abstract-transport@^1.2.0:
|
|
6552
|
+
version "1.2.0"
|
|
6553
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6554
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6555
|
+
dependencies:
|
|
6556
|
+
readable-stream "^4.0.0"
|
|
6557
|
+
split2 "^4.0.0"
|
|
6558
|
+
|
|
6551
6559
|
pino-pretty@^10.3.1:
|
|
6552
6560
|
version "10.3.1"
|
|
6553
6561
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
@@ -6573,22 +6581,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6573
6581
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6574
6582
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6575
6583
|
|
|
6576
|
-
pino@^8.
|
|
6577
|
-
version "8.
|
|
6578
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6579
|
-
integrity sha512-
|
|
6584
|
+
pino@^8.21.0:
|
|
6585
|
+
version "8.21.0"
|
|
6586
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6587
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6580
6588
|
dependencies:
|
|
6581
6589
|
atomic-sleep "^1.0.0"
|
|
6582
6590
|
fast-redact "^3.1.1"
|
|
6583
6591
|
on-exit-leak-free "^2.1.0"
|
|
6584
|
-
pino-abstract-transport
|
|
6592
|
+
pino-abstract-transport "^1.2.0"
|
|
6585
6593
|
pino-std-serializers "^6.0.0"
|
|
6586
6594
|
process-warning "^3.0.0"
|
|
6587
6595
|
quick-format-unescaped "^4.0.3"
|
|
6588
6596
|
real-require "^0.2.0"
|
|
6589
6597
|
safe-stable-stringify "^2.3.1"
|
|
6590
6598
|
sonic-boom "^3.7.0"
|
|
6591
|
-
thread-stream "^2.
|
|
6599
|
+
thread-stream "^2.6.0"
|
|
6592
6600
|
|
|
6593
6601
|
pkg-dir@^4.1.0:
|
|
6594
6602
|
version "4.2.0"
|
|
@@ -7508,10 +7516,10 @@ text-table@^0.2.0:
|
|
|
7508
7516
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7509
7517
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7510
7518
|
|
|
7511
|
-
thread-stream@^2.
|
|
7512
|
-
version "2.
|
|
7513
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7514
|
-
integrity sha512-
|
|
7519
|
+
thread-stream@^2.6.0:
|
|
7520
|
+
version "2.7.0"
|
|
7521
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7522
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7515
7523
|
dependencies:
|
|
7516
7524
|
real-require "^0.2.0"
|
|
7517
7525
|
|
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.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/plugin-info": "^3.2.4",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
17
17
|
"open": "^10.1.0"
|
|
@@ -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.9.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.9.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|