@salesforce/plugin-community 3.3.52 → 3.3.54

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.52/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/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.52/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/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.52/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.52",
3
+ "version": "3.3.54",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.52",
9
+ "version": "3.3.54",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.27.1",
13
- "@salesforce/kit": "^3.2.4",
13
+ "@salesforce/kit": "^3.2.6",
14
14
  "@salesforce/sf-plugins-core": "^12.2.6"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@jsforce/jsforce-node": "^3.10.10",
18
- "@oclif/core": "^4.8.0",
18
+ "@oclif/core": "^4.10.3",
19
19
  "@oclif/plugin-command-snapshot": "^5.3.13",
20
- "@salesforce/cli-plugins-testkit": "^5.3.41",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.49",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
- "@salesforce/plugin-command-reference": "^3.1.79",
22
+ "@salesforce/plugin-command-reference": "^3.1.86",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
25
  "oclif": "^4.22.96",
@@ -3155,9 +3155,9 @@
3155
3155
  }
3156
3156
  },
3157
3157
  "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
3158
- "version": "7.1.0",
3159
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3160
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3158
+ "version": "7.1.2",
3159
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
3160
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3161
3161
  "dev": true,
3162
3162
  "license": "MIT",
3163
3163
  "dependencies": {
@@ -3481,9 +3481,9 @@
3481
3481
  }
3482
3482
  },
3483
3483
  "node_modules/@oclif/core": {
3484
- "version": "4.10.2",
3485
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz",
3486
- "integrity": "sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==",
3484
+ "version": "4.10.3",
3485
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3486
+ "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3487
3487
  "license": "MIT",
3488
3488
  "dependencies": {
3489
3489
  "ansi-escapes": "^4.3.2",
@@ -3749,21 +3749,6 @@
3749
3749
  "url": "https://github.com/sponsors/sindresorhus"
3750
3750
  }
3751
3751
  },
3752
- "node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
3753
- "version": "7.1.0",
3754
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3755
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3756
- "license": "MIT",
3757
- "dependencies": {
3758
- "ansi-regex": "^6.0.1"
3759
- },
3760
- "engines": {
3761
- "node": ">=12"
3762
- },
3763
- "funding": {
3764
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3765
- }
3766
- },
3767
3752
  "node_modules/@oclif/table/node_modules/strip-ansi": {
3768
3753
  "version": "7.1.2",
3769
3754
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
@@ -3796,21 +3781,6 @@
3796
3781
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3797
3782
  }
3798
3783
  },
3799
- "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
3800
- "version": "7.1.0",
3801
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3802
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3803
- "license": "MIT",
3804
- "dependencies": {
3805
- "ansi-regex": "^6.0.1"
3806
- },
3807
- "engines": {
3808
- "node": ">=12"
3809
- },
3810
- "funding": {
3811
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3812
- }
3813
- },
3814
3784
  "node_modules/@pkgjs/parseargs": {
3815
3785
  "version": "0.11.0",
3816
3786
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@@ -3868,19 +3838,19 @@
3868
3838
  }
3869
3839
  },
3870
3840
  "node_modules/@salesforce/cli-plugins-testkit": {
3871
- "version": "5.3.41",
3872
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz",
3873
- "integrity": "sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==",
3841
+ "version": "5.3.49",
3842
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz",
3843
+ "integrity": "sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==",
3874
3844
  "dev": true,
3875
3845
  "license": "Apache-2.0",
3876
3846
  "dependencies": {
3877
- "@salesforce/core": "^8.8.0",
3878
- "@salesforce/kit": "^3.2.3",
3847
+ "@salesforce/core": "^8.27.1",
3848
+ "@salesforce/kit": "^3.2.4",
3879
3849
  "@salesforce/ts-types": "^2.0.11",
3880
- "@types/shelljs": "^0.8.15",
3881
- "debug": "^4.4.0",
3850
+ "@types/shelljs": "^0.10.0",
3851
+ "debug": "^4.4.3",
3882
3852
  "jszip": "^3.10.1",
3883
- "shelljs": "^0.8.4",
3853
+ "shelljs": "^0.10.0",
3884
3854
  "sinon": "^17.0.2",
3885
3855
  "strip-ansi": "6.0.1",
3886
3856
  "ts-retry-promise": "^0.8.1"
@@ -4123,6 +4093,24 @@
4123
4093
  "undici-types": "~5.26.4"
4124
4094
  }
4125
4095
  },
4096
+ "node_modules/@salesforce/dev-scripts/node_modules/shelljs": {
4097
+ "version": "0.8.5",
4098
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
4099
+ "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
4100
+ "dev": true,
4101
+ "license": "BSD-3-Clause",
4102
+ "dependencies": {
4103
+ "glob": "^7.0.0",
4104
+ "interpret": "^1.0.0",
4105
+ "rechoir": "^0.6.2"
4106
+ },
4107
+ "bin": {
4108
+ "shjs": "bin/shjs"
4109
+ },
4110
+ "engines": {
4111
+ "node": ">=4"
4112
+ }
4113
+ },
4126
4114
  "node_modules/@salesforce/dev-scripts/node_modules/undici-types": {
4127
4115
  "version": "5.26.5",
4128
4116
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@@ -4131,29 +4119,29 @@
4131
4119
  "license": "MIT"
4132
4120
  },
4133
4121
  "node_modules/@salesforce/kit": {
4134
- "version": "3.2.4",
4135
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
4136
- "integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
4122
+ "version": "3.2.6",
4123
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
4124
+ "integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
4137
4125
  "license": "Apache-2.0",
4138
4126
  "dependencies": {
4139
4127
  "@salesforce/ts-types": "^2.0.12"
4140
4128
  }
4141
4129
  },
4142
4130
  "node_modules/@salesforce/plugin-command-reference": {
4143
- "version": "3.1.79",
4144
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.79.tgz",
4145
- "integrity": "sha512-t3DH+Ez2ESrY8M8zO6yEodsFq7IYKBseFFRwqFxTf0bIVZcWh4i7UO8oUFQyT9Px+Q3TcnSXw4X9njopxTc2lQ==",
4131
+ "version": "3.1.86",
4132
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz",
4133
+ "integrity": "sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==",
4146
4134
  "dev": true,
4147
4135
  "license": "Apache-2.0",
4148
4136
  "dependencies": {
4149
4137
  "@oclif/core": "^4",
4150
4138
  "@salesforce/core": "^8.23.3",
4151
- "@salesforce/kit": "^3.2.4",
4139
+ "@salesforce/kit": "^3.2.6",
4152
4140
  "@salesforce/sf-plugins-core": "^11.3.12",
4153
4141
  "@salesforce/ts-types": "^2.0.11",
4154
4142
  "chalk": "^5.6.2",
4155
4143
  "debug": "^4.4.3",
4156
- "handlebars": "^4.7.8"
4144
+ "handlebars": "^4.7.9"
4157
4145
  },
4158
4146
  "engines": {
4159
4147
  "node": ">=18.0.0"
@@ -4235,9 +4223,9 @@
4235
4223
  }
4236
4224
  },
4237
4225
  "node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
4238
- "version": "7.1.0",
4239
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4240
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4226
+ "version": "7.1.2",
4227
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
4228
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
4241
4229
  "dev": true,
4242
4230
  "license": "MIT",
4243
4231
  "dependencies": {
@@ -5203,17 +5191,6 @@
5203
5191
  "dev": true,
5204
5192
  "license": "MIT"
5205
5193
  },
5206
- "node_modules/@types/glob": {
5207
- "version": "7.2.0",
5208
- "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
5209
- "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
5210
- "dev": true,
5211
- "license": "MIT",
5212
- "dependencies": {
5213
- "@types/minimatch": "*",
5214
- "@types/node": "*"
5215
- }
5216
- },
5217
5194
  "node_modules/@types/hast": {
5218
5195
  "version": "3.0.4",
5219
5196
  "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
@@ -5245,13 +5222,6 @@
5245
5222
  "dev": true,
5246
5223
  "license": "MIT"
5247
5224
  },
5248
- "node_modules/@types/minimatch": {
5249
- "version": "5.1.2",
5250
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
5251
- "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
5252
- "dev": true,
5253
- "license": "MIT"
5254
- },
5255
5225
  "node_modules/@types/minimist": {
5256
5226
  "version": "1.2.2",
5257
5227
  "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
@@ -5315,14 +5285,14 @@
5315
5285
  "license": "MIT"
5316
5286
  },
5317
5287
  "node_modules/@types/shelljs": {
5318
- "version": "0.8.15",
5319
- "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.15.tgz",
5320
- "integrity": "sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==",
5288
+ "version": "0.10.0",
5289
+ "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.10.0.tgz",
5290
+ "integrity": "sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==",
5321
5291
  "dev": true,
5322
5292
  "license": "MIT",
5323
5293
  "dependencies": {
5324
- "@types/glob": "~7.2.0",
5325
- "@types/node": "*"
5294
+ "@types/node": "*",
5295
+ "fast-glob": "^3.3.2"
5326
5296
  }
5327
5297
  },
5328
5298
  "node_modules/@types/sinon": {
@@ -6658,9 +6628,9 @@
6658
6628
  }
6659
6629
  },
6660
6630
  "node_modules/cli-truncate/node_modules/strip-ansi": {
6661
- "version": "7.1.0",
6662
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
6663
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
6631
+ "version": "7.1.2",
6632
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
6633
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
6664
6634
  "license": "MIT",
6665
6635
  "dependencies": {
6666
6636
  "ansi-regex": "^6.0.1"
@@ -9663,9 +9633,9 @@
9663
9633
  }
9664
9634
  },
9665
9635
  "node_modules/ink/node_modules/strip-ansi": {
9666
- "version": "7.1.0",
9667
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
9668
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
9636
+ "version": "7.1.2",
9637
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
9638
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
9669
9639
  "license": "MIT",
9670
9640
  "dependencies": {
9671
9641
  "ansi-regex": "^6.0.1"
@@ -10778,9 +10748,9 @@
10778
10748
  }
10779
10749
  },
10780
10750
  "node_modules/lodash": {
10781
- "version": "4.17.23",
10782
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
10783
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
10751
+ "version": "4.18.1",
10752
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
10753
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
10784
10754
  "license": "MIT"
10785
10755
  },
10786
10756
  "node_modules/lodash.camelcase": {
@@ -13326,21 +13296,17 @@
13326
13296
  }
13327
13297
  },
13328
13298
  "node_modules/shelljs": {
13329
- "version": "0.8.5",
13330
- "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
13331
- "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
13299
+ "version": "0.10.0",
13300
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.10.0.tgz",
13301
+ "integrity": "sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==",
13332
13302
  "dev": true,
13333
13303
  "license": "BSD-3-Clause",
13334
13304
  "dependencies": {
13335
- "glob": "^7.0.0",
13336
- "interpret": "^1.0.0",
13337
- "rechoir": "^0.6.2"
13338
- },
13339
- "bin": {
13340
- "shjs": "bin/shjs"
13305
+ "execa": "^5.1.1",
13306
+ "fast-glob": "^3.3.2"
13341
13307
  },
13342
13308
  "engines": {
13343
- "node": ">=4"
13309
+ "node": ">=18"
13344
13310
  }
13345
13311
  },
13346
13312
  "node_modules/shiki": {
package/oclif.lock CHANGED
@@ -1403,10 +1403,10 @@
1403
1403
  wordwrap "^1.0.0"
1404
1404
  wrap-ansi "^7.0.0"
1405
1405
 
1406
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1407
- version "4.10.2"
1408
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1409
- integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1406
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3", "@oclif/core@^4.5.2":
1407
+ version "4.10.3"
1408
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1409
+ integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1410
1410
  dependencies:
1411
1411
  ansi-escapes "^4.3.2"
1412
1412
  ansis "^3.17.0"
@@ -1512,23 +1512,23 @@
1512
1512
  "@pnpm/network.ca-file" "^1.0.1"
1513
1513
  config-chain "^1.1.11"
1514
1514
 
1515
- "@salesforce/cli-plugins-testkit@^5.3.41":
1516
- version "5.3.41"
1517
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz#16acca933dcd64f0fd2c917c7b22529107f373e6"
1518
- integrity sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==
1515
+ "@salesforce/cli-plugins-testkit@^5.3.49":
1516
+ version "5.3.49"
1517
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz#c9b89f6d67852065ba3fd09ba7d622aba7b97cb3"
1518
+ integrity sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==
1519
1519
  dependencies:
1520
- "@salesforce/core" "^8.8.0"
1521
- "@salesforce/kit" "^3.2.3"
1520
+ "@salesforce/core" "^8.27.1"
1521
+ "@salesforce/kit" "^3.2.4"
1522
1522
  "@salesforce/ts-types" "^2.0.11"
1523
- "@types/shelljs" "^0.8.15"
1524
- debug "^4.4.0"
1523
+ "@types/shelljs" "^0.10.0"
1524
+ debug "^4.4.3"
1525
1525
  jszip "^3.10.1"
1526
- shelljs "^0.8.4"
1526
+ shelljs "^0.10.0"
1527
1527
  sinon "^17.0.2"
1528
1528
  strip-ansi "6.0.1"
1529
1529
  ts-retry-promise "^0.8.1"
1530
1530
 
1531
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1531
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1":
1532
1532
  version "8.27.1"
1533
1533
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1534
1534
  integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
@@ -1590,26 +1590,26 @@
1590
1590
  typescript "^5.5.4"
1591
1591
  wireit "^0.14.12"
1592
1592
 
1593
- "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
1594
- version "3.2.4"
1595
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
1596
- integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
1593
+ "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
1594
+ version "3.2.6"
1595
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
1596
+ integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
1597
1597
  dependencies:
1598
1598
  "@salesforce/ts-types" "^2.0.12"
1599
1599
 
1600
- "@salesforce/plugin-command-reference@^3.1.79":
1601
- version "3.1.79"
1602
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.79.tgz#36f1ea069d134ee45489882e28cc9a9bf6db6709"
1603
- integrity sha512-t3DH+Ez2ESrY8M8zO6yEodsFq7IYKBseFFRwqFxTf0bIVZcWh4i7UO8oUFQyT9Px+Q3TcnSXw4X9njopxTc2lQ==
1600
+ "@salesforce/plugin-command-reference@^3.1.86":
1601
+ version "3.1.86"
1602
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz#960f7ad4cb5082b00ced4545e00c9158be4b7bfa"
1603
+ integrity sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==
1604
1604
  dependencies:
1605
1605
  "@oclif/core" "^4"
1606
1606
  "@salesforce/core" "^8.23.3"
1607
- "@salesforce/kit" "^3.2.4"
1607
+ "@salesforce/kit" "^3.2.6"
1608
1608
  "@salesforce/sf-plugins-core" "^11.3.12"
1609
1609
  "@salesforce/ts-types" "^2.0.11"
1610
1610
  chalk "^5.6.2"
1611
1611
  debug "^4.4.3"
1612
- handlebars "^4.7.8"
1612
+ handlebars "^4.7.9"
1613
1613
 
1614
1614
  "@salesforce/prettier-config@^0.0.3":
1615
1615
  version "0.0.3"
@@ -2275,14 +2275,6 @@
2275
2275
  resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
2276
2276
  integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
2277
2277
 
2278
- "@types/glob@~7.2.0":
2279
- version "7.2.0"
2280
- resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
2281
- integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
2282
- dependencies:
2283
- "@types/minimatch" "*"
2284
- "@types/node" "*"
2285
-
2286
2278
  "@types/hast@^3.0.4":
2287
2279
  version "3.0.4"
2288
2280
  resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
@@ -2305,11 +2297,6 @@
2305
2297
  resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2306
2298
  integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
2307
2299
 
2308
- "@types/minimatch@*":
2309
- version "5.1.2"
2310
- resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2311
- integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2312
-
2313
2300
  "@types/minimist@^1.2.0":
2314
2301
  version "1.2.2"
2315
2302
  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
@@ -2364,13 +2351,13 @@
2364
2351
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2365
2352
  integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2366
2353
 
2367
- "@types/shelljs@^0.8.15":
2368
- version "0.8.15"
2369
- resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
2370
- integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
2354
+ "@types/shelljs@^0.10.0":
2355
+ version "0.10.0"
2356
+ resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.10.0.tgz#c5a5cb47f9bac25de535ffe8b77a32c0f7ed8e83"
2357
+ integrity sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==
2371
2358
  dependencies:
2372
- "@types/glob" "~7.2.0"
2373
2359
  "@types/node" "*"
2360
+ fast-glob "^3.3.2"
2374
2361
 
2375
2362
  "@types/sinon@^10.0.20":
2376
2363
  version "10.0.20"
@@ -4006,7 +3993,7 @@ execa@^4.1.0:
4006
3993
  signal-exit "^3.0.2"
4007
3994
  strip-final-newline "^2.0.0"
4008
3995
 
4009
- execa@^5.0.0:
3996
+ execa@^5.0.0, execa@^5.1.1:
4010
3997
  version "5.1.1"
4011
3998
  resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
4012
3999
  integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -4036,7 +4023,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
4036
4023
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4037
4024
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4038
4025
 
4039
- fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
4026
+ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
4040
4027
  version "3.3.3"
4041
4028
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4042
4029
  integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -4539,7 +4526,7 @@ graphemer@^1.4.0:
4539
4526
  resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4540
4527
  integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4541
4528
 
4542
- handlebars@^4.7.8:
4529
+ handlebars@^4.7.9:
4543
4530
  version "4.7.9"
4544
4531
  resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
4545
4532
  integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
@@ -5525,9 +5512,9 @@ lodash.upperfirst@^4.3.1:
5525
5512
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
5526
5513
 
5527
5514
  lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
5528
- version "4.17.23"
5529
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
5530
- integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
5515
+ version "4.18.1"
5516
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
5517
+ integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
5531
5518
 
5532
5519
  log-symbols@^4.1.0:
5533
5520
  version "4.1.0"
@@ -6842,7 +6829,15 @@ shebang-regex@^3.0.0:
6842
6829
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
6843
6830
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
6844
6831
 
6845
- shelljs@^0.8.4, shelljs@^0.8.5:
6832
+ shelljs@^0.10.0:
6833
+ version "0.10.0"
6834
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
6835
+ integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
6836
+ dependencies:
6837
+ execa "^5.1.1"
6838
+ fast-glob "^3.3.2"
6839
+
6840
+ shelljs@^0.8.5:
6846
6841
  version "0.8.5"
6847
6842
  resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
6848
6843
  integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
@@ -7141,14 +7136,7 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7141
7136
  dependencies:
7142
7137
  ansi-regex "^5.0.1"
7143
7138
 
7144
- strip-ansi@^7.0.1, strip-ansi@^7.1.0:
7145
- version "7.1.0"
7146
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
7147
- integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
7148
- dependencies:
7149
- ansi-regex "^6.0.1"
7150
-
7151
- strip-ansi@^7.1.2:
7139
+ strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
7152
7140
  version "7.1.2"
7153
7141
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
7154
7142
  integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.52"
360
+ "version": "3.3.54"
361
361
  }
package/package.json CHANGED
@@ -1,21 +1,21 @@
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.52",
4
+ "version": "3.3.54",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@salesforce/core": "^8.27.1",
9
- "@salesforce/kit": "^3.2.4",
9
+ "@salesforce/kit": "^3.2.6",
10
10
  "@salesforce/sf-plugins-core": "^12.2.6"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@jsforce/jsforce-node": "^3.10.10",
14
- "@oclif/core": "^4.8.0",
14
+ "@oclif/core": "^4.10.3",
15
15
  "@oclif/plugin-command-snapshot": "^5.3.13",
16
- "@salesforce/cli-plugins-testkit": "^5.3.41",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.49",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.79",
18
+ "@salesforce/plugin-command-reference": "^3.1.86",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "eslint-plugin-sf-plugin": "^1.20.33",
21
21
  "oclif": "^4.22.96",
@@ -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.52.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.52.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.54.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.54.sig"
210
210
  }
211
211
  }