@salesforce/plugin-auth 3.3.18 → 3.3.19

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 CHANGED
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf org list auth
108
108
  ```
109
109
 
110
- _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/list/auth.ts)_
110
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/list/auth.ts)_
111
111
 
112
112
  ## `sf org login access-token`
113
113
 
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160
160
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
161
161
  ```
162
162
 
163
- _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/access-token.ts)_
163
+ _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/access-token.ts)_
164
164
 
165
165
  ## `sf org login device`
166
166
 
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219
219
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/device.ts)_
222
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/device.ts)_
223
223
 
224
224
  ## `sf org login jwt`
225
225
 
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308
308
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
309
309
  ```
310
310
 
311
- _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/jwt.ts)_
311
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/jwt.ts)_
312
312
 
313
313
  ## `sf org login sfdx-url`
314
314
 
@@ -373,7 +373,7 @@ EXAMPLES
373
373
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
374
374
  ```
375
375
 
376
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/sfdx-url.ts)_
376
+ _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/sfdx-url.ts)_
377
377
 
378
378
  ## `sf org login web`
379
379
 
@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
458
458
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
459
459
  ```
460
460
 
461
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/web.ts)_
461
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/web.ts)_
462
462
 
463
463
  ## `sf org logout`
464
464
 
@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
518
518
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
519
519
  ```
520
520
 
521
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/logout.ts)_
521
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/logout.ts)_
522
522
 
523
523
  <!-- commandsstop -->
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
- "version": "3.3.18",
3
+ "version": "3.3.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-auth",
9
- "version": "3.3.18",
9
+ "version": "3.3.19",
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.20.0",
15
- "@salesforce/core": "^6.5.5",
15
+ "@salesforce/core": "^6.7.0",
16
16
  "@salesforce/kit": "^3.0.15",
17
17
  "@salesforce/sf-plugins-core": "^7.1.12",
18
18
  "@salesforce/ts-types": "^2.0.9",
@@ -26,7 +26,7 @@
26
26
  "@salesforce/plugin-command-reference": "^3.0.69",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "eslint-plugin-sf-plugin": "^1.17.3",
29
- "oclif": "^4.4.17",
29
+ "oclif": "^4.4.19",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^5.3.3"
32
32
  },
@@ -4077,9 +4077,9 @@
4077
4077
  }
4078
4078
  },
4079
4079
  "node_modules/@salesforce/core": {
4080
- "version": "6.5.6",
4081
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.6.tgz",
4082
- "integrity": "sha512-ycUvOQi5MYVbDcdYgQ+99ym0FxrSo3c//2IHNkEYX0XdaTapN/63WKZ8hQufKYyucGnGZsPEhVWvrOR6oUV8qQ==",
4080
+ "version": "6.7.0",
4081
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
4082
+ "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
4083
4083
  "license": "BSD-3-Clause",
4084
4084
  "dependencies": {
4085
4085
  "@salesforce/kit": "^3.0.15",
@@ -7787,6 +7787,29 @@
7787
7787
  "dev": true,
7788
7788
  "license": "ISC"
7789
7789
  },
7790
+ "node_modules/detect-indent": {
7791
+ "version": "7.0.1",
7792
+ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
7793
+ "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==",
7794
+ "dev": true,
7795
+ "license": "MIT",
7796
+ "engines": {
7797
+ "node": ">=12.20"
7798
+ }
7799
+ },
7800
+ "node_modules/detect-newline": {
7801
+ "version": "4.0.1",
7802
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz",
7803
+ "integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==",
7804
+ "dev": true,
7805
+ "license": "MIT",
7806
+ "engines": {
7807
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7808
+ },
7809
+ "funding": {
7810
+ "url": "https://github.com/sponsors/sindresorhus"
7811
+ }
7812
+ },
7790
7813
  "node_modules/dezalgo": {
7791
7814
  "version": "1.0.4",
7792
7815
  "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
@@ -9462,6 +9485,19 @@
9462
9485
  "node": ">=8.0.0"
9463
9486
  }
9464
9487
  },
9488
+ "node_modules/get-stdin": {
9489
+ "version": "9.0.0",
9490
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
9491
+ "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
9492
+ "dev": true,
9493
+ "license": "MIT",
9494
+ "engines": {
9495
+ "node": ">=12"
9496
+ },
9497
+ "funding": {
9498
+ "url": "https://github.com/sponsors/sindresorhus"
9499
+ }
9500
+ },
9465
9501
  "node_modules/get-stream": {
9466
9502
  "version": "5.2.0",
9467
9503
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
@@ -9495,6 +9531,16 @@
9495
9531
  "url": "https://github.com/sponsors/ljharb"
9496
9532
  }
9497
9533
  },
9534
+ "node_modules/git-hooks-list": {
9535
+ "version": "3.1.0",
9536
+ "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
9537
+ "integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==",
9538
+ "dev": true,
9539
+ "license": "MIT",
9540
+ "funding": {
9541
+ "url": "https://github.com/fisker/git-hooks-list?sponsor=1"
9542
+ }
9543
+ },
9498
9544
  "node_modules/git-raw-commits": {
9499
9545
  "version": "2.0.11",
9500
9546
  "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
@@ -13414,9 +13460,9 @@
13414
13460
  }
13415
13461
  },
13416
13462
  "node_modules/oclif": {
13417
- "version": "4.4.17",
13418
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.17.tgz",
13419
- "integrity": "sha512-pmnRjOpgyHO5dDeubk7tpfQKlErzp+85X1wEEu6Fmy6Z9VXhqtGToysZmGzPYBIp4o0M4ECKaL2P9fnBdBhbxg==",
13463
+ "version": "4.4.19",
13464
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.19.tgz",
13465
+ "integrity": "sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==",
13420
13466
  "dev": true,
13421
13467
  "license": "MIT",
13422
13468
  "dependencies": {
@@ -13425,7 +13471,7 @@
13425
13471
  "@oclif/core": "^3.19.2",
13426
13472
  "@oclif/plugin-help": "^6.0.12",
13427
13473
  "@oclif/plugin-not-found": "^3.0.10",
13428
- "@oclif/plugin-warn-if-update-available": "^3.0.10",
13474
+ "@oclif/plugin-warn-if-update-available": "^3.0.12",
13429
13475
  "async-retry": "^1.3.3",
13430
13476
  "change-case": "^4",
13431
13477
  "debug": "^4.3.3",
@@ -13436,6 +13482,7 @@
13436
13482
  "lodash.template": "^4.5.0",
13437
13483
  "normalize-package-data": "^3.0.3",
13438
13484
  "semver": "^7.6.0",
13485
+ "sort-package-json": "^2.8.0",
13439
13486
  "yeoman-environment": "^3.15.1",
13440
13487
  "yeoman-generator": "^5.8.0"
13441
13488
  },
@@ -15404,6 +15451,95 @@
15404
15451
  "url": "https://github.com/sponsors/sindresorhus"
15405
15452
  }
15406
15453
  },
15454
+ "node_modules/sort-object-keys": {
15455
+ "version": "1.1.3",
15456
+ "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
15457
+ "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==",
15458
+ "dev": true,
15459
+ "license": "MIT"
15460
+ },
15461
+ "node_modules/sort-package-json": {
15462
+ "version": "2.8.0",
15463
+ "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.8.0.tgz",
15464
+ "integrity": "sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==",
15465
+ "dev": true,
15466
+ "license": "MIT",
15467
+ "dependencies": {
15468
+ "detect-indent": "^7.0.1",
15469
+ "detect-newline": "^4.0.0",
15470
+ "get-stdin": "^9.0.0",
15471
+ "git-hooks-list": "^3.0.0",
15472
+ "globby": "^13.1.2",
15473
+ "is-plain-obj": "^4.1.0",
15474
+ "sort-object-keys": "^1.1.3"
15475
+ },
15476
+ "bin": {
15477
+ "sort-package-json": "cli.js"
15478
+ }
15479
+ },
15480
+ "node_modules/sort-package-json/node_modules/fast-glob": {
15481
+ "version": "3.3.2",
15482
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
15483
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
15484
+ "dev": true,
15485
+ "license": "MIT",
15486
+ "dependencies": {
15487
+ "@nodelib/fs.stat": "^2.0.2",
15488
+ "@nodelib/fs.walk": "^1.2.3",
15489
+ "glob-parent": "^5.1.2",
15490
+ "merge2": "^1.3.0",
15491
+ "micromatch": "^4.0.4"
15492
+ },
15493
+ "engines": {
15494
+ "node": ">=8.6.0"
15495
+ }
15496
+ },
15497
+ "node_modules/sort-package-json/node_modules/globby": {
15498
+ "version": "13.2.2",
15499
+ "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
15500
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
15501
+ "dev": true,
15502
+ "license": "MIT",
15503
+ "dependencies": {
15504
+ "dir-glob": "^3.0.1",
15505
+ "fast-glob": "^3.3.0",
15506
+ "ignore": "^5.2.4",
15507
+ "merge2": "^1.4.1",
15508
+ "slash": "^4.0.0"
15509
+ },
15510
+ "engines": {
15511
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
15512
+ },
15513
+ "funding": {
15514
+ "url": "https://github.com/sponsors/sindresorhus"
15515
+ }
15516
+ },
15517
+ "node_modules/sort-package-json/node_modules/is-plain-obj": {
15518
+ "version": "4.1.0",
15519
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
15520
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
15521
+ "dev": true,
15522
+ "license": "MIT",
15523
+ "engines": {
15524
+ "node": ">=12"
15525
+ },
15526
+ "funding": {
15527
+ "url": "https://github.com/sponsors/sindresorhus"
15528
+ }
15529
+ },
15530
+ "node_modules/sort-package-json/node_modules/slash": {
15531
+ "version": "4.0.0",
15532
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
15533
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
15534
+ "dev": true,
15535
+ "license": "MIT",
15536
+ "engines": {
15537
+ "node": ">=12"
15538
+ },
15539
+ "funding": {
15540
+ "url": "https://github.com/sponsors/sindresorhus"
15541
+ }
15542
+ },
15407
15543
  "node_modules/source-map": {
15408
15544
  "version": "0.6.1",
15409
15545
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
package/oclif.lock CHANGED
@@ -1832,7 +1832,7 @@
1832
1832
  chalk "^5.3.0"
1833
1833
  fast-levenshtein "^3.0.0"
1834
1834
 
1835
- "@oclif/plugin-warn-if-update-available@^3.0.10":
1835
+ "@oclif/plugin-warn-if-update-available@^3.0.12":
1836
1836
  version "3.0.12"
1837
1837
  resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz#0802e402a74e72da1acd52e1bc9a34bd7999ed17"
1838
1838
  integrity sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==
@@ -1964,10 +1964,10 @@
1964
1964
  strip-ansi "6.0.1"
1965
1965
  ts-retry-promise "^0.8.0"
1966
1966
 
1967
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.4", "@salesforce/core@^6.5.5":
1968
- version "6.5.6"
1969
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.6.tgz#d32f6c89902298c7bbff010821a8856ecb2bb2dc"
1970
- integrity sha512-ycUvOQi5MYVbDcdYgQ+99ym0FxrSo3c//2IHNkEYX0XdaTapN/63WKZ8hQufKYyucGnGZsPEhVWvrOR6oUV8qQ==
1967
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.4", "@salesforce/core@^6.7.0":
1968
+ version "6.7.0"
1969
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
1970
+ integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
1971
1971
  dependencies:
1972
1972
  "@salesforce/kit" "^3.0.15"
1973
1973
  "@salesforce/schemas" "^1.6.1"
@@ -4208,6 +4208,16 @@ deprecation@^2.0.0, deprecation@^2.3.1:
4208
4208
  resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
4209
4209
  integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
4210
4210
 
4211
+ detect-indent@^7.0.1:
4212
+ version "7.0.1"
4213
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25"
4214
+ integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==
4215
+
4216
+ detect-newline@^4.0.0:
4217
+ version "4.0.1"
4218
+ resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-4.0.1.tgz#fcefdb5713e1fb8cb2839b8b6ee22e6716ab8f23"
4219
+ integrity sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==
4220
+
4211
4221
  dezalgo@^1.0.0:
4212
4222
  version "1.0.4"
4213
4223
  resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.4.tgz#751235260469084c132157dfa857f386d4c33d81"
@@ -4780,6 +4790,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
4780
4790
  merge2 "^1.3.0"
4781
4791
  micromatch "^4.0.4"
4782
4792
 
4793
+ fast-glob@^3.3.0:
4794
+ version "3.3.2"
4795
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4796
+ integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
4797
+ dependencies:
4798
+ "@nodelib/fs.stat" "^2.0.2"
4799
+ "@nodelib/fs.walk" "^1.2.3"
4800
+ glob-parent "^5.1.2"
4801
+ merge2 "^1.3.0"
4802
+ micromatch "^4.0.4"
4803
+
4783
4804
  fast-json-stable-stringify@^2.0.0:
4784
4805
  version "2.1.0"
4785
4806
  resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -5099,6 +5120,11 @@ get-package-type@^0.1.0:
5099
5120
  resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
5100
5121
  integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
5101
5122
 
5123
+ get-stdin@^9.0.0:
5124
+ version "9.0.0"
5125
+ resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
5126
+ integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==
5127
+
5102
5128
  get-stream@^5.0.0, get-stream@^5.1.0:
5103
5129
  version "5.2.0"
5104
5130
  resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
@@ -5119,6 +5145,11 @@ get-symbol-description@^1.0.0:
5119
5145
  call-bind "^1.0.2"
5120
5146
  get-intrinsic "^1.1.1"
5121
5147
 
5148
+ git-hooks-list@^3.0.0:
5149
+ version "3.1.0"
5150
+ resolved "https://registry.yarnpkg.com/git-hooks-list/-/git-hooks-list-3.1.0.tgz#386dc531dcc17474cf094743ff30987a3d3e70fc"
5151
+ integrity sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==
5152
+
5122
5153
  git-raw-commits@^2.0.0:
5123
5154
  version "2.0.11"
5124
5155
  resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
@@ -5240,6 +5271,17 @@ globby@^11.0.1, globby@^11.1.0:
5240
5271
  merge2 "^1.4.1"
5241
5272
  slash "^3.0.0"
5242
5273
 
5274
+ globby@^13.1.2:
5275
+ version "13.2.2"
5276
+ resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
5277
+ integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
5278
+ dependencies:
5279
+ dir-glob "^3.0.1"
5280
+ fast-glob "^3.3.0"
5281
+ ignore "^5.2.4"
5282
+ merge2 "^1.4.1"
5283
+ slash "^4.0.0"
5284
+
5243
5285
  gopd@^1.0.1:
5244
5286
  version "1.0.1"
5245
5287
  resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -5787,6 +5829,11 @@ is-plain-obj@^2.0.0, is-plain-obj@^2.1.0:
5787
5829
  resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
5788
5830
  integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
5789
5831
 
5832
+ is-plain-obj@^4.1.0:
5833
+ version "4.1.0"
5834
+ resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
5835
+ integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
5836
+
5790
5837
  is-plain-object@^5.0.0:
5791
5838
  version "5.0.0"
5792
5839
  resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
@@ -7191,17 +7238,17 @@ object.values@^1.1.7:
7191
7238
  define-properties "^1.2.0"
7192
7239
  es-abstract "^1.22.1"
7193
7240
 
7194
- oclif@^4.4.17:
7195
- version "4.4.17"
7196
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.17.tgz#1df2fc3bb265e62e18405a18870fcf27c300b169"
7197
- integrity sha512-pmnRjOpgyHO5dDeubk7tpfQKlErzp+85X1wEEu6Fmy6Z9VXhqtGToysZmGzPYBIp4o0M4ECKaL2P9fnBdBhbxg==
7241
+ oclif@^4.4.19:
7242
+ version "4.4.19"
7243
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.19.tgz#4f7a9185b8617e4ea9bc67ef0dfd5e7d23f865d7"
7244
+ integrity sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==
7198
7245
  dependencies:
7199
7246
  "@aws-sdk/client-cloudfront" "^3.511.0"
7200
7247
  "@aws-sdk/client-s3" "^3.515.0"
7201
7248
  "@oclif/core" "^3.19.2"
7202
7249
  "@oclif/plugin-help" "^6.0.12"
7203
7250
  "@oclif/plugin-not-found" "^3.0.10"
7204
- "@oclif/plugin-warn-if-update-available" "^3.0.10"
7251
+ "@oclif/plugin-warn-if-update-available" "^3.0.12"
7205
7252
  async-retry "^1.3.3"
7206
7253
  change-case "^4"
7207
7254
  debug "^4.3.3"
@@ -7212,6 +7259,7 @@ oclif@^4.4.17:
7212
7259
  lodash.template "^4.5.0"
7213
7260
  normalize-package-data "^3.0.3"
7214
7261
  semver "^7.6.0"
7262
+ sort-package-json "^2.8.0"
7215
7263
  yeoman-environment "^3.15.1"
7216
7264
  yeoman-generator "^5.8.0"
7217
7265
 
@@ -8263,6 +8311,11 @@ slash@^3.0.0:
8263
8311
  resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
8264
8312
  integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
8265
8313
 
8314
+ slash@^4.0.0:
8315
+ version "4.0.0"
8316
+ resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
8317
+ integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
8318
+
8266
8319
  slice-ansi@^4.0.0:
8267
8320
  version "4.0.0"
8268
8321
  resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
@@ -8325,6 +8378,24 @@ sort-keys@^4.2.0:
8325
8378
  dependencies:
8326
8379
  is-plain-obj "^2.0.0"
8327
8380
 
8381
+ sort-object-keys@^1.1.3:
8382
+ version "1.1.3"
8383
+ resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
8384
+ integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
8385
+
8386
+ sort-package-json@^2.8.0:
8387
+ version "2.8.0"
8388
+ resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.8.0.tgz#6a46439ad0fef77f091e678e103f03ecbea575c8"
8389
+ integrity sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==
8390
+ dependencies:
8391
+ detect-indent "^7.0.1"
8392
+ detect-newline "^4.0.0"
8393
+ get-stdin "^9.0.0"
8394
+ git-hooks-list "^3.0.0"
8395
+ globby "^13.1.2"
8396
+ is-plain-obj "^4.1.0"
8397
+ sort-object-keys "^1.1.3"
8398
+
8328
8399
  source-map-support@^0.5.21:
8329
8400
  version "0.5.21"
8330
8401
  resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -1007,5 +1007,5 @@
1007
1007
  ]
1008
1008
  }
1009
1009
  },
1010
- "version": "3.3.18"
1010
+ "version": "3.3.19"
1011
1011
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.3.18",
4
+ "version": "3.3.19",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/checkbox": "^1.5.2",
9
9
  "@inquirer/select": "^1.3.3",
10
10
  "@oclif/core": "^3.20.0",
11
- "@salesforce/core": "^6.5.5",
11
+ "@salesforce/core": "^6.7.0",
12
12
  "@salesforce/kit": "^3.0.15",
13
13
  "@salesforce/sf-plugins-core": "^7.1.12",
14
14
  "@salesforce/ts-types": "^2.0.9",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/plugin-command-reference": "^3.0.69",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.17.3",
25
- "oclif": "^4.4.17",
25
+ "oclif": "^4.4.19",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.3.3"
28
28
  },
@@ -232,7 +232,7 @@
232
232
  "exports": "./lib/index.js",
233
233
  "type": "module",
234
234
  "sfdx": {
235
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.crt",
236
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.sig"
235
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.19.crt",
236
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.19.sig"
237
237
  }
238
238
  }