@salesforce/plugin-community 3.2.6 → 3.2.7

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
@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
165
165
  available in your org.
166
166
  ```
167
167
 
168
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.6/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.7/src/commands/community/create.ts)_
169
169
 
170
170
  ## `sf community list template`
171
171
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf community list template --target-org my-scratch-org
201
201
  ```
202
202
 
203
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.6/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.7/src/commands/community/list/template.ts)_
204
204
 
205
205
  ## `sf community publish`
206
206
 
@@ -249,6 +249,6 @@ EXAMPLES
249
249
  $ sf community publish --name 'My Customer Site'
250
250
  ```
251
251
 
252
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.6/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.7/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.2.6",
9
+ "version": "3.2.7",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.2",
12
+ "@oclif/core": "^3.26.5",
13
13
  "@salesforce/core": "^7.3.1",
14
14
  "@salesforce/kit": "^3.1.0",
15
15
  "@salesforce/sf-plugins-core": "^9.0.5"
@@ -18,7 +18,7 @@
18
18
  "@oclif/plugin-command-snapshot": "^5.1.7",
19
19
  "@salesforce/cli-plugins-testkit": "^5.2.0",
20
20
  "@salesforce/dev-scripts": "^9.0.0",
21
- "@salesforce/plugin-command-reference": "^3.0.78",
21
+ "@salesforce/plugin-command-reference": "^3.0.82",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "eslint-plugin-sf-plugin": "^1.18.1",
24
24
  "jsforce": "^2.0.0-beta.29",
@@ -3258,9 +3258,9 @@
3258
3258
  }
3259
3259
  },
3260
3260
  "node_modules/@oclif/core": {
3261
- "version": "3.26.4",
3262
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
3263
- "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
3261
+ "version": "3.26.5",
3262
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
3263
+ "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
3264
3264
  "license": "MIT",
3265
3265
  "dependencies": {
3266
3266
  "@types/cli-progress": "^3.11.5",
@@ -3387,6 +3387,117 @@
3387
3387
  "node": ">=18.0.0"
3388
3388
  }
3389
3389
  },
3390
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3391
+ "version": "3.26.4",
3392
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
3393
+ "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
3394
+ "dev": true,
3395
+ "license": "MIT",
3396
+ "dependencies": {
3397
+ "@types/cli-progress": "^3.11.5",
3398
+ "ansi-escapes": "^4.3.2",
3399
+ "ansi-styles": "^4.3.0",
3400
+ "cardinal": "^2.1.1",
3401
+ "chalk": "^4.1.2",
3402
+ "clean-stack": "^3.0.1",
3403
+ "cli-progress": "^3.12.0",
3404
+ "color": "^4.2.3",
3405
+ "debug": "^4.3.4",
3406
+ "ejs": "^3.1.10",
3407
+ "get-package-type": "^0.1.0",
3408
+ "globby": "^11.1.0",
3409
+ "hyperlinker": "^1.0.0",
3410
+ "indent-string": "^4.0.0",
3411
+ "is-wsl": "^2.2.0",
3412
+ "js-yaml": "^3.14.1",
3413
+ "minimatch": "^9.0.4",
3414
+ "natural-orderby": "^2.0.3",
3415
+ "object-treeify": "^1.1.33",
3416
+ "password-prompt": "^1.1.3",
3417
+ "slice-ansi": "^4.0.0",
3418
+ "string-width": "^4.2.3",
3419
+ "strip-ansi": "^6.0.1",
3420
+ "supports-color": "^8.1.1",
3421
+ "supports-hyperlinks": "^2.2.0",
3422
+ "widest-line": "^3.1.0",
3423
+ "wordwrap": "^1.0.0",
3424
+ "wrap-ansi": "^7.0.0"
3425
+ },
3426
+ "engines": {
3427
+ "node": ">=18.0.0"
3428
+ }
3429
+ },
3430
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3431
+ "version": "4.1.2",
3432
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3433
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3434
+ "dev": true,
3435
+ "license": "MIT",
3436
+ "dependencies": {
3437
+ "ansi-styles": "^4.1.0",
3438
+ "supports-color": "^7.1.0"
3439
+ },
3440
+ "engines": {
3441
+ "node": ">=10"
3442
+ },
3443
+ "funding": {
3444
+ "url": "https://github.com/chalk/chalk?sponsor=1"
3445
+ }
3446
+ },
3447
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3448
+ "version": "7.2.0",
3449
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3450
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3451
+ "dev": true,
3452
+ "license": "MIT",
3453
+ "dependencies": {
3454
+ "has-flag": "^4.0.0"
3455
+ },
3456
+ "engines": {
3457
+ "node": ">=8"
3458
+ }
3459
+ },
3460
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3461
+ "version": "11.1.0",
3462
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3463
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3464
+ "dev": true,
3465
+ "license": "MIT",
3466
+ "dependencies": {
3467
+ "array-union": "^2.1.0",
3468
+ "dir-glob": "^3.0.1",
3469
+ "fast-glob": "^3.2.9",
3470
+ "ignore": "^5.2.0",
3471
+ "merge2": "^1.4.1",
3472
+ "slash": "^3.0.0"
3473
+ },
3474
+ "engines": {
3475
+ "node": ">=10"
3476
+ },
3477
+ "funding": {
3478
+ "url": "https://github.com/sponsors/sindresorhus"
3479
+ }
3480
+ },
3481
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3482
+ "version": "3.0.0",
3483
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3484
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3485
+ "dev": true,
3486
+ "license": "MIT",
3487
+ "engines": {
3488
+ "node": ">=8"
3489
+ }
3490
+ },
3491
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
3492
+ "version": "1.0.10",
3493
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3494
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3495
+ "dev": true,
3496
+ "license": "MIT",
3497
+ "dependencies": {
3498
+ "sprintf-js": "~1.0.2"
3499
+ }
3500
+ },
3390
3501
  "node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
3391
3502
  "version": "5.3.0",
3392
3503
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -3421,6 +3532,36 @@
3421
3532
  "url": "https://github.com/sponsors/sindresorhus"
3422
3533
  }
3423
3534
  },
3535
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
3536
+ "version": "3.14.1",
3537
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3538
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3539
+ "dev": true,
3540
+ "license": "MIT",
3541
+ "dependencies": {
3542
+ "argparse": "^1.0.7",
3543
+ "esprima": "^4.0.0"
3544
+ },
3545
+ "bin": {
3546
+ "js-yaml": "bin/js-yaml.js"
3547
+ }
3548
+ },
3549
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
3550
+ "version": "9.0.4",
3551
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3552
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3553
+ "dev": true,
3554
+ "license": "ISC",
3555
+ "dependencies": {
3556
+ "brace-expansion": "^2.0.1"
3557
+ },
3558
+ "engines": {
3559
+ "node": ">=16 || 14 >=14.17"
3560
+ },
3561
+ "funding": {
3562
+ "url": "https://github.com/sponsors/isaacs"
3563
+ }
3564
+ },
3424
3565
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3425
3566
  "version": "5.0.0",
3426
3567
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -3447,6 +3588,40 @@
3447
3588
  "url": "https://github.com/sponsors/sindresorhus"
3448
3589
  }
3449
3590
  },
3591
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3592
+ "version": "8.1.1",
3593
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3594
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3595
+ "dev": true,
3596
+ "license": "MIT",
3597
+ "dependencies": {
3598
+ "has-flag": "^4.0.0"
3599
+ },
3600
+ "engines": {
3601
+ "node": ">=10"
3602
+ },
3603
+ "funding": {
3604
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3605
+ }
3606
+ },
3607
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3608
+ "version": "7.0.0",
3609
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3610
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3611
+ "dev": true,
3612
+ "license": "MIT",
3613
+ "dependencies": {
3614
+ "ansi-styles": "^4.0.0",
3615
+ "string-width": "^4.1.0",
3616
+ "strip-ansi": "^6.0.0"
3617
+ },
3618
+ "engines": {
3619
+ "node": ">=10"
3620
+ },
3621
+ "funding": {
3622
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3623
+ }
3624
+ },
3450
3625
  "node_modules/@oclif/plugin-help": {
3451
3626
  "version": "6.0.21",
3452
3627
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -3769,16 +3944,16 @@
3769
3944
  }
3770
3945
  },
3771
3946
  "node_modules/@salesforce/plugin-command-reference": {
3772
- "version": "3.0.78",
3773
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz",
3774
- "integrity": "sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==",
3947
+ "version": "3.0.82",
3948
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz",
3949
+ "integrity": "sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==",
3775
3950
  "dev": true,
3776
3951
  "license": "BSD-3-Clause",
3777
3952
  "dependencies": {
3778
- "@oclif/core": "^3.26.3",
3779
- "@salesforce/core": "^7.2.0",
3780
- "@salesforce/kit": "^3.1.0",
3781
- "@salesforce/sf-plugins-core": "^9.0.1",
3953
+ "@oclif/core": "^3.26.4",
3954
+ "@salesforce/core": "^7.3.1",
3955
+ "@salesforce/kit": "^3.1.1",
3956
+ "@salesforce/sf-plugins-core": "^9.0.5",
3782
3957
  "@salesforce/ts-types": "^2.0.9",
3783
3958
  "chalk": "^5.3.0",
3784
3959
  "debug": "^4.3.4",
package/oclif.lock CHANGED
@@ -1567,7 +1567,7 @@
1567
1567
  "@nodelib/fs.scandir" "2.1.5"
1568
1568
  fastq "^1.6.0"
1569
1569
 
1570
- "@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
1570
+ "@oclif/core@3.26.4":
1571
1571
  version "3.26.4"
1572
1572
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1573
1573
  integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1601,6 +1601,40 @@
1601
1601
  wordwrap "^1.0.0"
1602
1602
  wrap-ansi "^7.0.0"
1603
1603
 
1604
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1605
+ version "3.26.5"
1606
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1607
+ integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1608
+ dependencies:
1609
+ "@types/cli-progress" "^3.11.5"
1610
+ ansi-escapes "^4.3.2"
1611
+ ansi-styles "^4.3.0"
1612
+ cardinal "^2.1.1"
1613
+ chalk "^4.1.2"
1614
+ clean-stack "^3.0.1"
1615
+ cli-progress "^3.12.0"
1616
+ color "^4.2.3"
1617
+ debug "^4.3.4"
1618
+ ejs "^3.1.10"
1619
+ get-package-type "^0.1.0"
1620
+ globby "^11.1.0"
1621
+ hyperlinker "^1.0.0"
1622
+ indent-string "^4.0.0"
1623
+ is-wsl "^2.2.0"
1624
+ js-yaml "^3.14.1"
1625
+ minimatch "^9.0.4"
1626
+ natural-orderby "^2.0.3"
1627
+ object-treeify "^1.1.33"
1628
+ password-prompt "^1.1.3"
1629
+ slice-ansi "^4.0.0"
1630
+ string-width "^4.2.3"
1631
+ strip-ansi "^6.0.1"
1632
+ supports-color "^8.1.1"
1633
+ supports-hyperlinks "^2.2.0"
1634
+ widest-line "^3.1.0"
1635
+ wordwrap "^1.0.0"
1636
+ wrap-ansi "^7.0.0"
1637
+
1604
1638
  "@oclif/plugin-command-snapshot@^5.1.7":
1605
1639
  version "5.1.7"
1606
1640
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
@@ -1733,15 +1767,15 @@
1733
1767
  "@salesforce/ts-types" "^2.0.9"
1734
1768
  tslib "^2.6.2"
1735
1769
 
1736
- "@salesforce/plugin-command-reference@^3.0.78":
1737
- version "3.0.78"
1738
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz#8158dbb62d9d7190e31a0c8c5fbfefb3dfd33efc"
1739
- integrity sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==
1770
+ "@salesforce/plugin-command-reference@^3.0.82":
1771
+ version "3.0.82"
1772
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz#9a016bedf57a88c50a5d868d794ce9c8ab26e2ec"
1773
+ integrity sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==
1740
1774
  dependencies:
1741
- "@oclif/core" "^3.26.3"
1742
- "@salesforce/core" "^7.2.0"
1743
- "@salesforce/kit" "^3.1.0"
1744
- "@salesforce/sf-plugins-core" "^9.0.1"
1775
+ "@oclif/core" "^3.26.4"
1776
+ "@salesforce/core" "^7.3.1"
1777
+ "@salesforce/kit" "^3.1.1"
1778
+ "@salesforce/sf-plugins-core" "^9.0.5"
1745
1779
  "@salesforce/ts-types" "^2.0.9"
1746
1780
  chalk "^5.3.0"
1747
1781
  debug "^4.3.4"
@@ -1757,7 +1791,7 @@
1757
1791
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1758
1792
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1759
1793
 
1760
- "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
1794
+ "@salesforce/sf-plugins-core@^9.0.5":
1761
1795
  version "9.0.5"
1762
1796
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
1763
1797
  integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.6"
360
+ "version": "3.2.7"
361
361
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
3
  "description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
4
- "version": "3.2.6",
4
+ "version": "3.2.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.26.2",
8
+ "@oclif/core": "^3.26.5",
9
9
  "@salesforce/core": "^7.3.1",
10
10
  "@salesforce/kit": "^3.1.0",
11
11
  "@salesforce/sf-plugins-core": "^9.0.5"
@@ -14,7 +14,7 @@
14
14
  "@oclif/plugin-command-snapshot": "^5.1.7",
15
15
  "@salesforce/cli-plugins-testkit": "^5.2.0",
16
16
  "@salesforce/dev-scripts": "^9.0.0",
17
- "@salesforce/plugin-command-reference": "^3.0.78",
17
+ "@salesforce/plugin-command-reference": "^3.0.82",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.18.1",
20
20
  "jsforce": "^2.0.0-beta.29",
@@ -204,7 +204,7 @@
204
204
  "exports": "./lib/index.js",
205
205
  "type": "module",
206
206
  "sfdx": {
207
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.6.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.6.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.7.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.7.sig"
209
209
  }
210
210
  }