@salesforce/plugin-community 3.3.58 → 3.3.60

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.3.58/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.60/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.3.58/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.60/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.3.58/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.60/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.58",
3
+ "version": "3.3.60",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.58",
9
+ "version": "3.3.60",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.28.4",
@@ -16,10 +16,10 @@
16
16
  "devDependencies": {
17
17
  "@jsforce/jsforce-node": "^3.10.10",
18
18
  "@oclif/core": "^4.11.0",
19
- "@oclif/plugin-command-snapshot": "^5.3.15",
20
- "@salesforce/cli-plugins-testkit": "^5.3.54",
19
+ "@oclif/plugin-command-snapshot": "^5.3.17",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.56",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
- "@salesforce/plugin-command-reference": "^3.1.92",
22
+ "@salesforce/plugin-command-reference": "^3.1.95",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
25
  "oclif": "^4.23.0",
@@ -3561,9 +3561,9 @@
3561
3561
  }
3562
3562
  },
3563
3563
  "node_modules/@oclif/plugin-command-snapshot": {
3564
- "version": "5.3.15",
3565
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
3566
- "integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
3564
+ "version": "5.3.17",
3565
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
3566
+ "integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
3567
3567
  "dev": true,
3568
3568
  "license": "MIT",
3569
3569
  "dependencies": {
@@ -3879,13 +3879,13 @@
3879
3879
  }
3880
3880
  },
3881
3881
  "node_modules/@salesforce/cli-plugins-testkit": {
3882
- "version": "5.3.54",
3883
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz",
3884
- "integrity": "sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==",
3882
+ "version": "5.3.56",
3883
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz",
3884
+ "integrity": "sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==",
3885
3885
  "dev": true,
3886
3886
  "license": "Apache-2.0",
3887
3887
  "dependencies": {
3888
- "@salesforce/core": "^8.28.4",
3888
+ "@salesforce/core": "^8.29.0",
3889
3889
  "@salesforce/kit": "^3.2.6",
3890
3890
  "@salesforce/ts-types": "^2.0.11",
3891
3891
  "@types/shelljs": "^0.10.0",
@@ -3990,9 +3990,9 @@
3990
3990
  }
3991
3991
  },
3992
3992
  "node_modules/@salesforce/core": {
3993
- "version": "8.28.4",
3994
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz",
3995
- "integrity": "sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==",
3993
+ "version": "8.29.1",
3994
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.29.1.tgz",
3995
+ "integrity": "sha512-Pdo9yjKU6Lgm3CJOVJPTM4PzUHhTVMX43K5XmClsBEt75fs8mHNFALniHZwnZbVf+TSMfGsUygYAyTX6ShnNQA==",
3996
3996
  "license": "BSD-3-Clause",
3997
3997
  "dependencies": {
3998
3998
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4169,14 +4169,14 @@
4169
4169
  }
4170
4170
  },
4171
4171
  "node_modules/@salesforce/plugin-command-reference": {
4172
- "version": "3.1.92",
4173
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz",
4174
- "integrity": "sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==",
4172
+ "version": "3.1.95",
4173
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.95.tgz",
4174
+ "integrity": "sha512-K0BQ6f/fPzPOHMf9mpKKxx6x9IbGmUNmKkVNql9zQwXmmfNZoDfozv2EREfijZwgECiIKuFkwB1PjoQkkWyIPQ==",
4175
4175
  "dev": true,
4176
4176
  "license": "Apache-2.0",
4177
4177
  "dependencies": {
4178
4178
  "@oclif/core": "^4",
4179
- "@salesforce/core": "^8.28.3",
4179
+ "@salesforce/core": "^8.28.4",
4180
4180
  "@salesforce/kit": "^3.2.6",
4181
4181
  "@salesforce/sf-plugins-core": "^11.3.12",
4182
4182
  "@salesforce/ts-types": "^2.0.11",
@@ -8637,10 +8637,20 @@
8637
8637
  }
8638
8638
  },
8639
8639
  "node_modules/fast-uri": {
8640
- "version": "3.0.1",
8641
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
8642
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
8643
- "license": "MIT"
8640
+ "version": "3.1.2",
8641
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
8642
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
8643
+ "funding": [
8644
+ {
8645
+ "type": "github",
8646
+ "url": "https://github.com/sponsors/fastify"
8647
+ },
8648
+ {
8649
+ "type": "opencollective",
8650
+ "url": "https://opencollective.com/fastify"
8651
+ }
8652
+ ],
8653
+ "license": "BSD-3-Clause"
8644
8654
  },
8645
8655
  "node_modules/fast-wrap-ansi": {
8646
8656
  "version": "0.2.0",
@@ -8652,9 +8662,9 @@
8652
8662
  }
8653
8663
  },
8654
8664
  "node_modules/fast-xml-builder": {
8655
- "version": "1.1.4",
8656
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
8657
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
8665
+ "version": "1.2.0",
8666
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
8667
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
8658
8668
  "dev": true,
8659
8669
  "funding": [
8660
8670
  {
@@ -8664,7 +8674,24 @@
8664
8674
  ],
8665
8675
  "license": "MIT",
8666
8676
  "dependencies": {
8667
- "path-expression-matcher": "^1.1.3"
8677
+ "path-expression-matcher": "^1.5.0",
8678
+ "xml-naming": "^0.1.0"
8679
+ }
8680
+ },
8681
+ "node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
8682
+ "version": "1.5.0",
8683
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
8684
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
8685
+ "dev": true,
8686
+ "funding": [
8687
+ {
8688
+ "type": "github",
8689
+ "url": "https://github.com/sponsors/NaturalIntelligence"
8690
+ }
8691
+ ],
8692
+ "license": "MIT",
8693
+ "engines": {
8694
+ "node": ">=14.0.0"
8668
8695
  }
8669
8696
  },
8670
8697
  "node_modules/fast-xml-parser": {
@@ -15222,6 +15249,22 @@
15222
15249
  }
15223
15250
  }
15224
15251
  },
15252
+ "node_modules/xml-naming": {
15253
+ "version": "0.1.0",
15254
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
15255
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
15256
+ "dev": true,
15257
+ "funding": [
15258
+ {
15259
+ "type": "github",
15260
+ "url": "https://github.com/sponsors/NaturalIntelligence"
15261
+ }
15262
+ ],
15263
+ "license": "MIT",
15264
+ "engines": {
15265
+ "node": ">=16.0.0"
15266
+ }
15267
+ },
15225
15268
  "node_modules/xml2js": {
15226
15269
  "version": "0.6.2",
15227
15270
  "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
package/oclif.lock CHANGED
@@ -1472,10 +1472,10 @@
1472
1472
  wordwrap "^1.0.0"
1473
1473
  wrap-ansi "^7.0.0"
1474
1474
 
1475
- "@oclif/plugin-command-snapshot@^5.3.15":
1476
- version "5.3.15"
1477
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
1478
- integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
1475
+ "@oclif/plugin-command-snapshot@^5.3.17":
1476
+ version "5.3.17"
1477
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
1478
+ integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
1479
1479
  dependencies:
1480
1480
  "@oclif/core" "^4"
1481
1481
  ansis "^3.17.0"
@@ -1558,12 +1558,12 @@
1558
1558
  "@pnpm/network.ca-file" "^1.0.1"
1559
1559
  config-chain "^1.1.11"
1560
1560
 
1561
- "@salesforce/cli-plugins-testkit@^5.3.54":
1562
- version "5.3.54"
1563
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz#636bed66cb28f94c3d415277d1796f5407a6313f"
1564
- integrity sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==
1561
+ "@salesforce/cli-plugins-testkit@^5.3.56":
1562
+ version "5.3.56"
1563
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz#76ded4f5764f58ee5769f81e21c593d51a908ab0"
1564
+ integrity sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==
1565
1565
  dependencies:
1566
- "@salesforce/core" "^8.28.4"
1566
+ "@salesforce/core" "^8.29.0"
1567
1567
  "@salesforce/kit" "^3.2.6"
1568
1568
  "@salesforce/ts-types" "^2.0.11"
1569
1569
  "@types/shelljs" "^0.10.0"
@@ -1574,10 +1574,10 @@
1574
1574
  strip-ansi "6.0.1"
1575
1575
  ts-retry-promise "^0.8.1"
1576
1576
 
1577
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
1578
- version "8.28.4"
1579
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
1580
- integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
1577
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0", "@salesforce/core@^8.5.1":
1578
+ version "8.29.1"
1579
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.29.1.tgz#8f867af889a620ff4c456701851794a2de9956dd"
1580
+ integrity sha512-Pdo9yjKU6Lgm3CJOVJPTM4PzUHhTVMX43K5XmClsBEt75fs8mHNFALniHZwnZbVf+TSMfGsUygYAyTX6ShnNQA==
1581
1581
  dependencies:
1582
1582
  "@jsforce/jsforce-node" "^3.10.13"
1583
1583
  "@salesforce/kit" "^3.2.4"
@@ -1643,13 +1643,13 @@
1643
1643
  dependencies:
1644
1644
  "@salesforce/ts-types" "^2.0.12"
1645
1645
 
1646
- "@salesforce/plugin-command-reference@^3.1.92":
1647
- version "3.1.92"
1648
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz#21dd4929b9abb0a7df30cfce619d8b1afcd373dc"
1649
- integrity sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==
1646
+ "@salesforce/plugin-command-reference@^3.1.95":
1647
+ version "3.1.95"
1648
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.95.tgz#b194e9c08e582dd445de1b4aae7f0ba02c7f6a39"
1649
+ integrity sha512-K0BQ6f/fPzPOHMf9mpKKxx6x9IbGmUNmKkVNql9zQwXmmfNZoDfozv2EREfijZwgECiIKuFkwB1PjoQkkWyIPQ==
1650
1650
  dependencies:
1651
1651
  "@oclif/core" "^4"
1652
- "@salesforce/core" "^8.28.3"
1652
+ "@salesforce/core" "^8.28.4"
1653
1653
  "@salesforce/kit" "^3.2.6"
1654
1654
  "@salesforce/sf-plugins-core" "^11.3.12"
1655
1655
  "@salesforce/ts-types" "^2.0.11"
@@ -4120,9 +4120,9 @@ fast-string-width@^3.0.2:
4120
4120
  fast-string-truncated-width "^3.0.2"
4121
4121
 
4122
4122
  fast-uri@^3.0.1:
4123
- version "3.0.1"
4124
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
4125
- integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
4123
+ version "3.1.2"
4124
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
4125
+ integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
4126
4126
 
4127
4127
  fast-wrap-ansi@^0.2.0:
4128
4128
  version "0.2.0"
@@ -4132,11 +4132,12 @@ fast-wrap-ansi@^0.2.0:
4132
4132
  fast-string-width "^3.0.2"
4133
4133
 
4134
4134
  fast-xml-builder@^1.1.4:
4135
- version "1.1.4"
4136
- resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4137
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
4135
+ version "1.2.0"
4136
+ resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
4137
+ integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
4138
4138
  dependencies:
4139
- path-expression-matcher "^1.1.3"
4139
+ path-expression-matcher "^1.5.0"
4140
+ xml-naming "^0.1.0"
4140
4141
 
4141
4142
  fast-xml-parser@5.5.8:
4142
4143
  version "5.5.8"
@@ -6272,11 +6273,16 @@ path-exists@^4.0.0:
6272
6273
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
6273
6274
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
6274
6275
 
6275
- path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
6276
+ path-expression-matcher@^1.2.0:
6276
6277
  version "1.2.0"
6277
6278
  resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
6278
6279
  integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
6279
6280
 
6281
+ path-expression-matcher@^1.5.0:
6282
+ version "1.5.0"
6283
+ resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
6284
+ integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
6285
+
6280
6286
  path-is-absolute@^1.0.0:
6281
6287
  version "1.0.1"
6282
6288
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7857,6 +7863,11 @@ ws@^8.15.0:
7857
7863
  resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
7858
7864
  integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
7859
7865
 
7866
+ xml-naming@^0.1.0:
7867
+ version "0.1.0"
7868
+ resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
7869
+ integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
7870
+
7860
7871
  xml2js@^0.6.2:
7861
7872
  version "0.6.2"
7862
7873
  resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.58"
360
+ "version": "3.3.60"
361
361
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.3.58",
4
+ "version": "3.3.60",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -12,10 +12,10 @@
12
12
  "devDependencies": {
13
13
  "@jsforce/jsforce-node": "^3.10.10",
14
14
  "@oclif/core": "^4.11.0",
15
- "@oclif/plugin-command-snapshot": "^5.3.15",
16
- "@salesforce/cli-plugins-testkit": "^5.3.54",
15
+ "@oclif/plugin-command-snapshot": "^5.3.17",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.56",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.92",
18
+ "@salesforce/plugin-command-reference": "^3.1.95",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "eslint-plugin-sf-plugin": "^1.20.33",
21
21
  "oclif": "^4.23.0",
@@ -205,7 +205,7 @@
205
205
  "exports": "./lib/index.js",
206
206
  "type": "module",
207
207
  "sfdx": {
208
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.58.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.58.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.60.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.60.sig"
210
210
  }
211
211
  }