@salesforce/plugin-community 3.3.61 → 3.3.62

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.61/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.62/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.61/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.62/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.61/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.62/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.61",
3
+ "version": "3.3.62",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.61",
9
+ "version": "3.3.62",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.28.4",
12
+ "@salesforce/core": "^8.31.0",
13
13
  "@salesforce/kit": "^3.2.6",
14
14
  "@salesforce/sf-plugins-core": "^12.2.17"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@jsforce/jsforce-node": "^3.10.15",
18
18
  "@oclif/core": "^4.11.0",
19
- "@oclif/plugin-command-snapshot": "^5.3.17",
20
- "@salesforce/cli-plugins-testkit": "^5.3.56",
19
+ "@oclif/plugin-command-snapshot": "^5.3.20",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
22
  "@salesforce/plugin-command-reference": "^3.1.95",
23
23
  "@salesforce/ts-types": "^2.0.11",
@@ -2624,9 +2624,9 @@
2624
2624
  }
2625
2625
  },
2626
2626
  "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
2627
- "version": "6.0.1",
2628
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
2629
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
2627
+ "version": "6.2.2",
2628
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
2629
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
2630
2630
  "dev": true,
2631
2631
  "license": "MIT",
2632
2632
  "engines": {
@@ -2662,13 +2662,13 @@
2662
2662
  }
2663
2663
  },
2664
2664
  "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
2665
- "version": "7.1.2",
2666
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
2667
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2665
+ "version": "7.2.0",
2666
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
2667
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
2668
2668
  "dev": true,
2669
2669
  "license": "MIT",
2670
2670
  "dependencies": {
2671
- "ansi-regex": "^6.0.1"
2671
+ "ansi-regex": "^6.2.2"
2672
2672
  },
2673
2673
  "engines": {
2674
2674
  "node": ">=12"
@@ -3113,9 +3113,9 @@
3113
3113
  }
3114
3114
  },
3115
3115
  "node_modules/@oclif/plugin-command-snapshot": {
3116
- "version": "5.3.17",
3117
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
3118
- "integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
3116
+ "version": "5.3.20",
3117
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
3118
+ "integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
3119
3119
  "dev": true,
3120
3120
  "license": "MIT",
3121
3121
  "dependencies": {
@@ -3126,7 +3126,7 @@
3126
3126
  "lodash.difference": "^4.5.0",
3127
3127
  "lodash.get": "^4.4.2",
3128
3128
  "lodash.sortby": "^4.7.0",
3129
- "semver": "^7.7.4",
3129
+ "semver": "^7.8.0",
3130
3130
  "ts-json-schema-generator": "^1.5.1"
3131
3131
  },
3132
3132
  "bin": {
@@ -3313,33 +3313,6 @@
3313
3313
  "url": "https://github.com/sponsors/sindresorhus"
3314
3314
  }
3315
3315
  },
3316
- "node_modules/@oclif/table/node_modules/string-width/node_modules/ansi-regex": {
3317
- "version": "6.0.1",
3318
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3319
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3320
- "license": "MIT",
3321
- "engines": {
3322
- "node": ">=12"
3323
- },
3324
- "funding": {
3325
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3326
- }
3327
- },
3328
- "node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
3329
- "version": "7.1.2",
3330
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
3331
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3332
- "license": "MIT",
3333
- "dependencies": {
3334
- "ansi-regex": "^6.0.1"
3335
- },
3336
- "engines": {
3337
- "node": ">=12"
3338
- },
3339
- "funding": {
3340
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3341
- }
3342
- },
3343
3316
  "node_modules/@oclif/table/node_modules/strip-ansi": {
3344
3317
  "version": "7.2.0",
3345
3318
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
@@ -3372,18 +3345,6 @@
3372
3345
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3373
3346
  }
3374
3347
  },
3375
- "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/ansi-regex": {
3376
- "version": "6.0.1",
3377
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3378
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3379
- "license": "MIT",
3380
- "engines": {
3381
- "node": ">=12"
3382
- },
3383
- "funding": {
3384
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3385
- }
3386
- },
3387
3348
  "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/get-east-asian-width": {
3388
3349
  "version": "1.2.0",
3389
3350
  "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
@@ -3413,21 +3374,6 @@
3413
3374
  "url": "https://github.com/sponsors/sindresorhus"
3414
3375
  }
3415
3376
  },
3416
- "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
3417
- "version": "7.1.2",
3418
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
3419
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3420
- "license": "MIT",
3421
- "dependencies": {
3422
- "ansi-regex": "^6.0.1"
3423
- },
3424
- "engines": {
3425
- "node": ">=12"
3426
- },
3427
- "funding": {
3428
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3429
- }
3430
- },
3431
3377
  "node_modules/@pkgjs/parseargs": {
3432
3378
  "version": "0.11.0",
3433
3379
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@@ -3485,13 +3431,13 @@
3485
3431
  }
3486
3432
  },
3487
3433
  "node_modules/@salesforce/cli-plugins-testkit": {
3488
- "version": "5.3.56",
3489
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz",
3490
- "integrity": "sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==",
3434
+ "version": "5.3.58",
3435
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz",
3436
+ "integrity": "sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==",
3491
3437
  "dev": true,
3492
3438
  "license": "Apache-2.0",
3493
3439
  "dependencies": {
3494
- "@salesforce/core": "^8.29.0",
3440
+ "@salesforce/core": "^8.30.3",
3495
3441
  "@salesforce/kit": "^3.2.6",
3496
3442
  "@salesforce/ts-types": "^2.0.11",
3497
3443
  "@types/shelljs": "^0.10.0",
@@ -3596,9 +3542,9 @@
3596
3542
  }
3597
3543
  },
3598
3544
  "node_modules/@salesforce/core": {
3599
- "version": "8.30.2",
3600
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.2.tgz",
3601
- "integrity": "sha512-bbgjHLvvuXzeiBH+DopvH7QA+hBjcVaj1tbwkCRxLDETZhtEN5E869si3VwP/3v+57OQYh8qvmnQd1/mqaQMTQ==",
3545
+ "version": "8.31.0",
3546
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.0.tgz",
3547
+ "integrity": "sha512-TXQoR7Bs0Dk5AuNY8eaNRhMeLDLcpJ8su7LVxn7VVfnRxITrRh4gkSuOAXdBKAqx0WcjRONDs1twedaOE7Xu4Q==",
3602
3548
  "license": "BSD-3-Clause",
3603
3549
  "dependencies": {
3604
3550
  "@jsforce/jsforce-node": "^3.10.13",
@@ -3608,7 +3554,7 @@
3608
3554
  "change-case": "^4.1.2",
3609
3555
  "fast-levenshtein": "^3.0.0",
3610
3556
  "faye": "^1.4.1",
3611
- "form-data": "^4.0.4",
3557
+ "form-data": "^4.0.5",
3612
3558
  "js2xmlparser": "^4.0.1",
3613
3559
  "jsonwebtoken": "9.0.3",
3614
3560
  "jszip": "3.10.1",
@@ -3617,7 +3563,7 @@
3617
3563
  "pino-abstract-transport": "^1.2.0",
3618
3564
  "pino-pretty": "^11.3.0",
3619
3565
  "proper-lockfile": "^4.1.2",
3620
- "semver": "^7.7.3",
3566
+ "semver": "^7.8.0",
3621
3567
  "ts-retry-promise": "^0.8.1",
3622
3568
  "zod": "^4.1.12"
3623
3569
  },
@@ -3905,9 +3851,9 @@
3905
3851
  }
3906
3852
  },
3907
3853
  "node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
3908
- "version": "6.0.1",
3909
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3910
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3854
+ "version": "6.2.2",
3855
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
3856
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
3911
3857
  "dev": true,
3912
3858
  "license": "MIT",
3913
3859
  "engines": {
@@ -3969,13 +3915,13 @@
3969
3915
  }
3970
3916
  },
3971
3917
  "node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
3972
- "version": "7.1.2",
3973
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
3974
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3918
+ "version": "7.2.0",
3919
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3920
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3975
3921
  "dev": true,
3976
3922
  "license": "MIT",
3977
3923
  "dependencies": {
3978
- "ansi-regex": "^6.0.1"
3924
+ "ansi-regex": "^6.2.2"
3979
3925
  },
3980
3926
  "engines": {
3981
3927
  "node": ">=12"
@@ -5775,9 +5721,9 @@
5775
5721
  }
5776
5722
  },
5777
5723
  "node_modules/cli-truncate/node_modules/ansi-regex": {
5778
- "version": "6.0.1",
5779
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5780
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5724
+ "version": "6.2.2",
5725
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
5726
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
5781
5727
  "license": "MIT",
5782
5728
  "engines": {
5783
5729
  "node": ">=12"
@@ -5838,12 +5784,12 @@
5838
5784
  }
5839
5785
  },
5840
5786
  "node_modules/cli-truncate/node_modules/strip-ansi": {
5841
- "version": "7.1.2",
5842
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
5843
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
5787
+ "version": "7.2.0",
5788
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
5789
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
5844
5790
  "license": "MIT",
5845
5791
  "dependencies": {
5846
- "ansi-regex": "^6.0.1"
5792
+ "ansi-regex": "^6.2.2"
5847
5793
  },
5848
5794
  "engines": {
5849
5795
  "node": ">=12"
@@ -7737,9 +7683,9 @@
7737
7683
  }
7738
7684
  },
7739
7685
  "node_modules/form-data": {
7740
- "version": "4.0.4",
7741
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
7742
- "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
7686
+ "version": "4.0.5",
7687
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
7688
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
7743
7689
  "license": "MIT",
7744
7690
  "dependencies": {
7745
7691
  "asynckit": "^0.4.0",
@@ -8789,9 +8735,9 @@
8789
8735
  }
8790
8736
  },
8791
8737
  "node_modules/ink/node_modules/ansi-regex": {
8792
- "version": "6.0.1",
8793
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
8794
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
8738
+ "version": "6.2.2",
8739
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
8740
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
8795
8741
  "license": "MIT",
8796
8742
  "engines": {
8797
8743
  "node": ">=12"
@@ -8848,12 +8794,12 @@
8848
8794
  }
8849
8795
  },
8850
8796
  "node_modules/ink/node_modules/strip-ansi": {
8851
- "version": "7.1.2",
8852
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
8853
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
8797
+ "version": "7.2.0",
8798
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
8799
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
8854
8800
  "license": "MIT",
8855
8801
  "dependencies": {
8856
- "ansi-regex": "^6.0.1"
8802
+ "ansi-regex": "^6.2.2"
8857
8803
  },
8858
8804
  "engines": {
8859
8805
  "node": ">=12"
package/oclif.lock CHANGED
@@ -1232,10 +1232,10 @@
1232
1232
  wordwrap "^1.0.0"
1233
1233
  wrap-ansi "^7.0.0"
1234
1234
 
1235
- "@oclif/plugin-command-snapshot@^5.3.17":
1236
- version "5.3.17"
1237
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
1238
- integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
1235
+ "@oclif/plugin-command-snapshot@^5.3.20":
1236
+ version "5.3.20"
1237
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
1238
+ integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
1239
1239
  dependencies:
1240
1240
  "@oclif/core" "^4"
1241
1241
  ansis "^3.17.0"
@@ -1244,7 +1244,7 @@
1244
1244
  lodash.difference "^4.5.0"
1245
1245
  lodash.get "^4.4.2"
1246
1246
  lodash.sortby "^4.7.0"
1247
- semver "^7.7.4"
1247
+ semver "^7.8.0"
1248
1248
  ts-json-schema-generator "^1.5.1"
1249
1249
 
1250
1250
  "@oclif/plugin-help@^6.2.48":
@@ -1318,12 +1318,12 @@
1318
1318
  "@pnpm/network.ca-file" "^1.0.1"
1319
1319
  config-chain "^1.1.11"
1320
1320
 
1321
- "@salesforce/cli-plugins-testkit@^5.3.56":
1322
- version "5.3.56"
1323
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz#76ded4f5764f58ee5769f81e21c593d51a908ab0"
1324
- integrity sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==
1321
+ "@salesforce/cli-plugins-testkit@^5.3.58":
1322
+ version "5.3.58"
1323
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz#79278780433baf565bb5b57146669760e5e56680"
1324
+ integrity sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==
1325
1325
  dependencies:
1326
- "@salesforce/core" "^8.29.0"
1326
+ "@salesforce/core" "^8.30.3"
1327
1327
  "@salesforce/kit" "^3.2.6"
1328
1328
  "@salesforce/ts-types" "^2.0.11"
1329
1329
  "@types/shelljs" "^0.10.0"
@@ -1334,10 +1334,10 @@
1334
1334
  strip-ansi "6.0.1"
1335
1335
  ts-retry-promise "^0.8.1"
1336
1336
 
1337
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0", "@salesforce/core@^8.30.0", "@salesforce/core@^8.5.1":
1338
- version "8.30.2"
1339
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.2.tgz#27a83e96eaa1c0b72cf5053a7743bba0f0371a96"
1340
- integrity sha512-bbgjHLvvuXzeiBH+DopvH7QA+hBjcVaj1tbwkCRxLDETZhtEN5E869si3VwP/3v+57OQYh8qvmnQd1/mqaQMTQ==
1337
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.5.1":
1338
+ version "8.31.0"
1339
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.0.tgz#153beb193af8fce73d31cc39afee794c4c1ee1c0"
1340
+ integrity sha512-TXQoR7Bs0Dk5AuNY8eaNRhMeLDLcpJ8su7LVxn7VVfnRxITrRh4gkSuOAXdBKAqx0WcjRONDs1twedaOE7Xu4Q==
1341
1341
  dependencies:
1342
1342
  "@jsforce/jsforce-node" "^3.10.13"
1343
1343
  "@salesforce/kit" "^3.2.4"
@@ -1346,7 +1346,7 @@
1346
1346
  change-case "^4.1.2"
1347
1347
  fast-levenshtein "^3.0.0"
1348
1348
  faye "^1.4.1"
1349
- form-data "^4.0.4"
1349
+ form-data "^4.0.5"
1350
1350
  js2xmlparser "^4.0.1"
1351
1351
  jsonwebtoken "9.0.3"
1352
1352
  jszip "3.10.1"
@@ -1355,7 +1355,7 @@
1355
1355
  pino-abstract-transport "^1.2.0"
1356
1356
  pino-pretty "^11.3.0"
1357
1357
  proper-lockfile "^4.1.2"
1358
- semver "^7.7.3"
1358
+ semver "^7.8.0"
1359
1359
  ts-retry-promise "^0.8.1"
1360
1360
  zod "^4.1.12"
1361
1361
 
@@ -2000,11 +2000,6 @@ ansi-regex@^5.0.1:
2000
2000
  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
2001
2001
  integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
2002
2002
 
2003
- ansi-regex@^6.0.1:
2004
- version "6.0.1"
2005
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
2006
- integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
2007
-
2008
2003
  ansi-regex@^6.2.2:
2009
2004
  version "6.2.2"
2010
2005
  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
@@ -3628,10 +3623,10 @@ form-data-encoder@^2.1.2:
3628
3623
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
3629
3624
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
3630
3625
 
3631
- form-data@^4.0.4:
3632
- version "4.0.4"
3633
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3634
- integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3626
+ form-data@^4.0.4, form-data@^4.0.5:
3627
+ version "4.0.5"
3628
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3629
+ integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
3635
3630
  dependencies:
3636
3631
  asynckit "^0.4.0"
3637
3632
  combined-stream "^1.0.8"
@@ -6183,7 +6178,7 @@ semver@^6.0.0, semver@^6.3.1:
6183
6178
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6184
6179
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6185
6180
 
6186
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
6181
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.4, semver@^7.8.0:
6187
6182
  version "7.8.0"
6188
6183
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
6189
6184
  integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
@@ -6570,14 +6565,7 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6570
6565
  dependencies:
6571
6566
  ansi-regex "^5.0.1"
6572
6567
 
6573
- strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
6574
- version "7.1.2"
6575
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
6576
- integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
6577
- dependencies:
6578
- ansi-regex "^6.0.1"
6579
-
6580
- strip-ansi@^7.2.0:
6568
+ strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2, strip-ansi@^7.2.0:
6581
6569
  version "7.2.0"
6582
6570
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.2.0.tgz#d22a269522836a627af8d04b5c3fd2c7fa3e32e3"
6583
6571
  integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.61"
360
+ "version": "3.3.62"
361
361
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
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.61",
4
+ "version": "3.3.62",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.28.4",
8
+ "@salesforce/core": "^8.31.0",
9
9
  "@salesforce/kit": "^3.2.6",
10
10
  "@salesforce/sf-plugins-core": "^12.2.17"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@jsforce/jsforce-node": "^3.10.15",
14
14
  "@oclif/core": "^4.11.0",
15
- "@oclif/plugin-command-snapshot": "^5.3.17",
16
- "@salesforce/cli-plugins-testkit": "^5.3.56",
15
+ "@oclif/plugin-command-snapshot": "^5.3.20",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
18
  "@salesforce/plugin-command-reference": "^3.1.95",
19
19
  "@salesforce/ts-types": "^2.0.11",
@@ -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.61.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.61.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.62.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.62.sig"
210
210
  }
211
211
  }