@salesforce/plugin-community 3.2.8 → 3.2.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 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.8/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/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.8/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/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.8/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.9/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.2.8",
9
+ "version": "3.2.9",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.5",
13
13
  "@salesforce/core": "^7.3.3",
14
14
  "@salesforce/kit": "^3.1.0",
15
- "@salesforce/sf-plugins-core": "^9.0.5"
15
+ "@salesforce/sf-plugins-core": "^9.0.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^5.1.7",
18
+ "@oclif/plugin-command-snapshot": "^5.1.8",
19
19
  "@salesforce/cli-plugins-testkit": "^5.3.1",
20
20
  "@salesforce/dev-scripts": "^9.0.0",
21
21
  "@salesforce/plugin-command-reference": "^3.0.82",
@@ -4794,13 +4794,13 @@
4794
4794
  }
4795
4795
  },
4796
4796
  "node_modules/@oclif/plugin-command-snapshot": {
4797
- "version": "5.1.7",
4798
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
4799
- "integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
4797
+ "version": "5.1.8",
4798
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz",
4799
+ "integrity": "sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==",
4800
4800
  "dev": true,
4801
4801
  "license": "MIT",
4802
4802
  "dependencies": {
4803
- "@oclif/core": "3.26.4",
4803
+ "@oclif/core": "3.26.5",
4804
4804
  "@types/lodash.difference": "^4.5.9",
4805
4805
  "chalk": "^5.3.0",
4806
4806
  "globby": "^14.0.1",
@@ -4815,117 +4815,6 @@
4815
4815
  "node": ">=18.0.0"
4816
4816
  }
4817
4817
  },
4818
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
4819
- "version": "3.26.4",
4820
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
4821
- "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
4822
- "dev": true,
4823
- "license": "MIT",
4824
- "dependencies": {
4825
- "@types/cli-progress": "^3.11.5",
4826
- "ansi-escapes": "^4.3.2",
4827
- "ansi-styles": "^4.3.0",
4828
- "cardinal": "^2.1.1",
4829
- "chalk": "^4.1.2",
4830
- "clean-stack": "^3.0.1",
4831
- "cli-progress": "^3.12.0",
4832
- "color": "^4.2.3",
4833
- "debug": "^4.3.4",
4834
- "ejs": "^3.1.10",
4835
- "get-package-type": "^0.1.0",
4836
- "globby": "^11.1.0",
4837
- "hyperlinker": "^1.0.0",
4838
- "indent-string": "^4.0.0",
4839
- "is-wsl": "^2.2.0",
4840
- "js-yaml": "^3.14.1",
4841
- "minimatch": "^9.0.4",
4842
- "natural-orderby": "^2.0.3",
4843
- "object-treeify": "^1.1.33",
4844
- "password-prompt": "^1.1.3",
4845
- "slice-ansi": "^4.0.0",
4846
- "string-width": "^4.2.3",
4847
- "strip-ansi": "^6.0.1",
4848
- "supports-color": "^8.1.1",
4849
- "supports-hyperlinks": "^2.2.0",
4850
- "widest-line": "^3.1.0",
4851
- "wordwrap": "^1.0.0",
4852
- "wrap-ansi": "^7.0.0"
4853
- },
4854
- "engines": {
4855
- "node": ">=18.0.0"
4856
- }
4857
- },
4858
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
4859
- "version": "4.1.2",
4860
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4861
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4862
- "dev": true,
4863
- "license": "MIT",
4864
- "dependencies": {
4865
- "ansi-styles": "^4.1.0",
4866
- "supports-color": "^7.1.0"
4867
- },
4868
- "engines": {
4869
- "node": ">=10"
4870
- },
4871
- "funding": {
4872
- "url": "https://github.com/chalk/chalk?sponsor=1"
4873
- }
4874
- },
4875
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4876
- "version": "7.2.0",
4877
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4878
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4879
- "dev": true,
4880
- "license": "MIT",
4881
- "dependencies": {
4882
- "has-flag": "^4.0.0"
4883
- },
4884
- "engines": {
4885
- "node": ">=8"
4886
- }
4887
- },
4888
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
4889
- "version": "11.1.0",
4890
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
4891
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
4892
- "dev": true,
4893
- "license": "MIT",
4894
- "dependencies": {
4895
- "array-union": "^2.1.0",
4896
- "dir-glob": "^3.0.1",
4897
- "fast-glob": "^3.2.9",
4898
- "ignore": "^5.2.0",
4899
- "merge2": "^1.4.1",
4900
- "slash": "^3.0.0"
4901
- },
4902
- "engines": {
4903
- "node": ">=10"
4904
- },
4905
- "funding": {
4906
- "url": "https://github.com/sponsors/sindresorhus"
4907
- }
4908
- },
4909
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
4910
- "version": "3.0.0",
4911
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
4912
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
4913
- "dev": true,
4914
- "license": "MIT",
4915
- "engines": {
4916
- "node": ">=8"
4917
- }
4918
- },
4919
- "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
4920
- "version": "1.0.10",
4921
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4922
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4923
- "dev": true,
4924
- "license": "MIT",
4925
- "dependencies": {
4926
- "sprintf-js": "~1.0.2"
4927
- }
4928
- },
4929
4818
  "node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
4930
4819
  "version": "5.3.0",
4931
4820
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -4960,36 +4849,6 @@
4960
4849
  "url": "https://github.com/sponsors/sindresorhus"
4961
4850
  }
4962
4851
  },
4963
- "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
4964
- "version": "3.14.1",
4965
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4966
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4967
- "dev": true,
4968
- "license": "MIT",
4969
- "dependencies": {
4970
- "argparse": "^1.0.7",
4971
- "esprima": "^4.0.0"
4972
- },
4973
- "bin": {
4974
- "js-yaml": "bin/js-yaml.js"
4975
- }
4976
- },
4977
- "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
4978
- "version": "9.0.4",
4979
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4980
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4981
- "dev": true,
4982
- "license": "ISC",
4983
- "dependencies": {
4984
- "brace-expansion": "^2.0.1"
4985
- },
4986
- "engines": {
4987
- "node": ">=16 || 14 >=14.17"
4988
- },
4989
- "funding": {
4990
- "url": "https://github.com/sponsors/isaacs"
4991
- }
4992
- },
4993
4852
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
4994
4853
  "version": "5.0.0",
4995
4854
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -5016,40 +4875,6 @@
5016
4875
  "url": "https://github.com/sponsors/sindresorhus"
5017
4876
  }
5018
4877
  },
5019
- "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
5020
- "version": "8.1.1",
5021
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5022
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5023
- "dev": true,
5024
- "license": "MIT",
5025
- "dependencies": {
5026
- "has-flag": "^4.0.0"
5027
- },
5028
- "engines": {
5029
- "node": ">=10"
5030
- },
5031
- "funding": {
5032
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5033
- }
5034
- },
5035
- "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
5036
- "version": "7.0.0",
5037
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5038
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5039
- "dev": true,
5040
- "license": "MIT",
5041
- "dependencies": {
5042
- "ansi-styles": "^4.0.0",
5043
- "string-width": "^4.1.0",
5044
- "strip-ansi": "^6.0.0"
5045
- },
5046
- "engines": {
5047
- "node": ">=10"
5048
- },
5049
- "funding": {
5050
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5051
- }
5052
- },
5053
4878
  "node_modules/@oclif/plugin-help": {
5054
4879
  "version": "6.0.21",
5055
4880
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -5418,15 +5243,15 @@
5418
5243
  "license": "ISC"
5419
5244
  },
5420
5245
  "node_modules/@salesforce/sf-plugins-core": {
5421
- "version": "9.0.5",
5422
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
5423
- "integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
5246
+ "version": "9.0.7",
5247
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
5248
+ "integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
5424
5249
  "license": "BSD-3-Clause",
5425
5250
  "dependencies": {
5426
5251
  "@inquirer/confirm": "^2.0.17",
5427
5252
  "@inquirer/password": "^1.1.16",
5428
- "@oclif/core": "^3.26.2",
5429
- "@salesforce/core": "^7.3.0",
5253
+ "@oclif/core": "^3.26.5",
5254
+ "@salesforce/core": "^7.3.3",
5430
5255
  "@salesforce/kit": "^3.1.0",
5431
5256
  "@salesforce/ts-types": "^2.0.9",
5432
5257
  "chalk": "^5.3.0"
package/oclif.lock CHANGED
@@ -1702,41 +1702,7 @@
1702
1702
  "@nodelib/fs.scandir" "2.1.5"
1703
1703
  fastq "^1.6.0"
1704
1704
 
1705
- "@oclif/core@3.26.4":
1706
- version "3.26.4"
1707
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1708
- integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1709
- dependencies:
1710
- "@types/cli-progress" "^3.11.5"
1711
- ansi-escapes "^4.3.2"
1712
- ansi-styles "^4.3.0"
1713
- cardinal "^2.1.1"
1714
- chalk "^4.1.2"
1715
- clean-stack "^3.0.1"
1716
- cli-progress "^3.12.0"
1717
- color "^4.2.3"
1718
- debug "^4.3.4"
1719
- ejs "^3.1.10"
1720
- get-package-type "^0.1.0"
1721
- globby "^11.1.0"
1722
- hyperlinker "^1.0.0"
1723
- indent-string "^4.0.0"
1724
- is-wsl "^2.2.0"
1725
- js-yaml "^3.14.1"
1726
- minimatch "^9.0.4"
1727
- natural-orderby "^2.0.3"
1728
- object-treeify "^1.1.33"
1729
- password-prompt "^1.1.3"
1730
- slice-ansi "^4.0.0"
1731
- string-width "^4.2.3"
1732
- strip-ansi "^6.0.1"
1733
- supports-color "^8.1.1"
1734
- supports-hyperlinks "^2.2.0"
1735
- widest-line "^3.1.0"
1736
- wordwrap "^1.0.0"
1737
- wrap-ansi "^7.0.0"
1738
-
1739
- "@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":
1705
+ "@oclif/core@3.26.5", "@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":
1740
1706
  version "3.26.5"
1741
1707
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1742
1708
  integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
@@ -1770,12 +1736,12 @@
1770
1736
  wordwrap "^1.0.0"
1771
1737
  wrap-ansi "^7.0.0"
1772
1738
 
1773
- "@oclif/plugin-command-snapshot@^5.1.7":
1774
- version "5.1.7"
1775
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1776
- integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1739
+ "@oclif/plugin-command-snapshot@^5.1.8":
1740
+ version "5.1.8"
1741
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
1742
+ integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
1777
1743
  dependencies:
1778
- "@oclif/core" "3.26.4"
1744
+ "@oclif/core" "3.26.5"
1779
1745
  "@types/lodash.difference" "^4.5.9"
1780
1746
  chalk "^5.3.0"
1781
1747
  globby "^14.0.1"
@@ -1834,7 +1800,7 @@
1834
1800
  strip-ansi "6.0.1"
1835
1801
  ts-retry-promise "^0.8.0"
1836
1802
 
1837
- "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1803
+ "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1838
1804
  version "7.3.3"
1839
1805
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
1840
1806
  integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
@@ -1926,15 +1892,15 @@
1926
1892
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1927
1893
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1928
1894
 
1929
- "@salesforce/sf-plugins-core@^9.0.5":
1930
- version "9.0.5"
1931
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
1932
- integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
1895
+ "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1896
+ version "9.0.7"
1897
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
1898
+ integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
1933
1899
  dependencies:
1934
1900
  "@inquirer/confirm" "^2.0.17"
1935
1901
  "@inquirer/password" "^1.1.16"
1936
- "@oclif/core" "^3.26.2"
1937
- "@salesforce/core" "^7.3.0"
1902
+ "@oclif/core" "^3.26.5"
1903
+ "@salesforce/core" "^7.3.3"
1938
1904
  "@salesforce/kit" "^3.1.0"
1939
1905
  "@salesforce/ts-types" "^2.0.9"
1940
1906
  chalk "^5.3.0"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.8"
360
+ "version": "3.2.9"
361
361
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.8",
4
+ "version": "3.2.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.5",
9
9
  "@salesforce/core": "^7.3.3",
10
10
  "@salesforce/kit": "^3.1.0",
11
- "@salesforce/sf-plugins-core": "^9.0.5"
11
+ "@salesforce/sf-plugins-core": "^9.0.7"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.1.7",
14
+ "@oclif/plugin-command-snapshot": "^5.1.8",
15
15
  "@salesforce/cli-plugins-testkit": "^5.3.1",
16
16
  "@salesforce/dev-scripts": "^9.0.0",
17
17
  "@salesforce/plugin-command-reference": "^3.0.82",
@@ -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.8.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.8.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.9.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.9.sig"
209
209
  }
210
210
  }