@salesforce/plugin-community 3.3.25 → 3.3.27

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.25/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.27/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.25/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.27/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.25/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.27/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.25",
3
+ "version": "3.3.27",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.25",
9
+ "version": "3.3.27",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.11.1",
12
+ "@salesforce/core": "^8.12.0",
13
13
  "@salesforce/kit": "^3.2.3",
14
14
  "@salesforce/sf-plugins-core": "^12.2.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@jsforce/jsforce-node": "^3.8.2",
18
- "@oclif/core": "^4.3.0",
19
- "@oclif/plugin-command-snapshot": "^5.2.40",
18
+ "@oclif/core": "^4.3.2",
19
+ "@oclif/plugin-command-snapshot": "^5.3.0",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.52",
22
+ "@salesforce/plugin-command-reference": "^3.1.54",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
- "eslint-plugin-sf-plugin": "^1.20.23",
25
- "oclif": "^4.17.46",
24
+ "eslint-plugin-sf-plugin": "^1.20.24",
25
+ "oclif": "^4.18.0",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.5.4"
28
28
  },
@@ -3650,6 +3650,7 @@
3650
3650
  "version": "2.1.5",
3651
3651
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3652
3652
  "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3653
+ "dev": true,
3653
3654
  "license": "MIT",
3654
3655
  "dependencies": {
3655
3656
  "@nodelib/fs.stat": "2.0.5",
@@ -3663,6 +3664,7 @@
3663
3664
  "version": "2.0.5",
3664
3665
  "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3665
3666
  "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3667
+ "dev": true,
3666
3668
  "license": "MIT",
3667
3669
  "engines": {
3668
3670
  "node": ">= 8"
@@ -3672,6 +3674,7 @@
3672
3674
  "version": "1.2.8",
3673
3675
  "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3674
3676
  "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3677
+ "dev": true,
3675
3678
  "license": "MIT",
3676
3679
  "dependencies": {
3677
3680
  "@nodelib/fs.scandir": "2.1.5",
@@ -3682,9 +3685,9 @@
3682
3685
  }
3683
3686
  },
3684
3687
  "node_modules/@oclif/core": {
3685
- "version": "4.3.0",
3686
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
3687
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
3688
+ "version": "4.3.2",
3689
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
3690
+ "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
3688
3691
  "license": "MIT",
3689
3692
  "dependencies": {
3690
3693
  "ansi-escapes": "^4.3.2",
@@ -3694,7 +3697,6 @@
3694
3697
  "debug": "^4.4.0",
3695
3698
  "ejs": "^3.1.10",
3696
3699
  "get-package-type": "^0.1.0",
3697
- "globby": "^11.1.0",
3698
3700
  "indent-string": "^4.0.0",
3699
3701
  "is-wsl": "^2.2.0",
3700
3702
  "lilconfig": "^3.1.3",
@@ -3702,6 +3704,7 @@
3702
3704
  "semver": "^7.6.3",
3703
3705
  "string-width": "^4.2.3",
3704
3706
  "supports-color": "^8",
3707
+ "tinyglobby": "^0.2.13",
3705
3708
  "widest-line": "^3.1.0",
3706
3709
  "wordwrap": "^1.0.0",
3707
3710
  "wrap-ansi": "^7.0.0"
@@ -3773,9 +3776,9 @@
3773
3776
  }
3774
3777
  },
3775
3778
  "node_modules/@oclif/plugin-command-snapshot": {
3776
- "version": "5.2.40",
3777
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3778
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3779
+ "version": "5.3.0",
3780
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.0.tgz",
3781
+ "integrity": "sha512-m5wbiYk6yWfQI+EK40Nmtyfdm9YzyP4KRjBE8N366qYl7gdqvAO4VzlZcwyaFGKQhQmkDXYUIYV1btw0gshNog==",
3779
3782
  "dev": true,
3780
3783
  "license": "MIT",
3781
3784
  "dependencies": {
@@ -3789,6 +3792,9 @@
3789
3792
  "semver": "^7.7.2",
3790
3793
  "ts-json-schema-generator": "^1.5.1"
3791
3794
  },
3795
+ "bin": {
3796
+ "oclif-snapshot": "bin/run.js"
3797
+ },
3792
3798
  "engines": {
3793
3799
  "node": ">=18.0.0"
3794
3800
  }
@@ -4158,9 +4164,9 @@
4158
4164
  }
4159
4165
  },
4160
4166
  "node_modules/@salesforce/core": {
4161
- "version": "8.11.1",
4162
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.1.tgz",
4163
- "integrity": "sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==",
4167
+ "version": "8.12.0",
4168
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4169
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4164
4170
  "license": "BSD-3-Clause",
4165
4171
  "dependencies": {
4166
4172
  "@jsforce/jsforce-node": "^3.8.2",
@@ -4175,9 +4181,9 @@
4175
4181
  "js2xmlparser": "^4.0.1",
4176
4182
  "jsonwebtoken": "9.0.2",
4177
4183
  "jszip": "3.10.1",
4178
- "pino": "^9.4.0",
4184
+ "pino": "^9.7.0",
4179
4185
  "pino-abstract-transport": "^1.2.0",
4180
- "pino-pretty": "^11.2.2",
4186
+ "pino-pretty": "^11.3.0",
4181
4187
  "proper-lockfile": "^4.1.2",
4182
4188
  "semver": "^7.6.3",
4183
4189
  "ts-retry-promise": "^0.8.1"
@@ -4208,6 +4214,41 @@
4208
4214
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4209
4215
  "license": "MIT"
4210
4216
  },
4217
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
4218
+ "version": "1.2.0",
4219
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
4220
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
4221
+ "license": "MIT",
4222
+ "dependencies": {
4223
+ "readable-stream": "^4.0.0",
4224
+ "split2": "^4.0.0"
4225
+ }
4226
+ },
4227
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
4228
+ "version": "4.4.2",
4229
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
4230
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
4231
+ "license": "MIT",
4232
+ "dependencies": {
4233
+ "abort-controller": "^3.0.0",
4234
+ "buffer": "^6.0.3",
4235
+ "events": "^3.3.0",
4236
+ "process": "^0.11.10",
4237
+ "string_decoder": "^1.3.0"
4238
+ },
4239
+ "engines": {
4240
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4241
+ }
4242
+ },
4243
+ "node_modules/@salesforce/core/node_modules/split2": {
4244
+ "version": "4.2.0",
4245
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4246
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4247
+ "license": "ISC",
4248
+ "engines": {
4249
+ "node": ">= 10.x"
4250
+ }
4251
+ },
4211
4252
  "node_modules/@salesforce/dev-config": {
4212
4253
  "version": "4.3.1",
4213
4254
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
@@ -4283,19 +4324,19 @@
4283
4324
  }
4284
4325
  },
4285
4326
  "node_modules/@salesforce/plugin-command-reference": {
4286
- "version": "3.1.52",
4287
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
4288
- "integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
4327
+ "version": "3.1.54",
4328
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4329
+ "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4289
4330
  "dev": true,
4290
4331
  "license": "Apache-2.0",
4291
4332
  "dependencies": {
4292
4333
  "@oclif/core": "^4",
4293
- "@salesforce/core": "^8.10.1",
4334
+ "@salesforce/core": "^8.11.0",
4294
4335
  "@salesforce/kit": "^3.2.3",
4295
4336
  "@salesforce/sf-plugins-core": "^11.3.12",
4296
4337
  "@salesforce/ts-types": "^2.0.11",
4297
4338
  "chalk": "^5.4.1",
4298
- "debug": "^4.4.0",
4339
+ "debug": "^4.4.1",
4299
4340
  "handlebars": "^4.7.8"
4300
4341
  },
4301
4342
  "engines": {
@@ -5976,6 +6017,7 @@
5976
6017
  "version": "2.1.0",
5977
6018
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
5978
6019
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
6020
+ "dev": true,
5979
6021
  "license": "MIT",
5980
6022
  "engines": {
5981
6023
  "node": ">=8"
@@ -6208,6 +6250,7 @@
6208
6250
  "version": "3.0.3",
6209
6251
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6210
6252
  "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6253
+ "dev": true,
6211
6254
  "license": "MIT",
6212
6255
  "dependencies": {
6213
6256
  "fill-range": "^7.1.1"
@@ -7117,9 +7160,9 @@
7117
7160
  }
7118
7161
  },
7119
7162
  "node_modules/debug": {
7120
- "version": "4.4.0",
7121
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
7122
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
7163
+ "version": "4.4.1",
7164
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
7165
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
7123
7166
  "license": "MIT",
7124
7167
  "dependencies": {
7125
7168
  "ms": "^2.1.3"
@@ -7310,6 +7353,7 @@
7310
7353
  "version": "3.0.1",
7311
7354
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
7312
7355
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
7356
+ "dev": true,
7313
7357
  "license": "MIT",
7314
7358
  "dependencies": {
7315
7359
  "path-type": "^4.0.0"
@@ -7897,13 +7941,13 @@
7897
7941
  }
7898
7942
  },
7899
7943
  "node_modules/eslint-plugin-sf-plugin": {
7900
- "version": "1.20.23",
7901
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
7902
- "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
7944
+ "version": "1.20.24",
7945
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
7946
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
7903
7947
  "dev": true,
7904
7948
  "license": "BSD-3-Clause",
7905
7949
  "dependencies": {
7906
- "@salesforce/core": "^8.10.3",
7950
+ "@salesforce/core": "^8.11.1",
7907
7951
  "@typescript-eslint/utils": "^7.18.0"
7908
7952
  },
7909
7953
  "engines": {
@@ -8328,6 +8372,7 @@
8328
8372
  "version": "3.3.3",
8329
8373
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
8330
8374
  "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
8375
+ "dev": true,
8331
8376
  "license": "MIT",
8332
8377
  "dependencies": {
8333
8378
  "@nodelib/fs.stat": "^2.0.2",
@@ -8413,6 +8458,7 @@
8413
8458
  "version": "1.15.0",
8414
8459
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
8415
8460
  "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
8461
+ "dev": true,
8416
8462
  "license": "ISC",
8417
8463
  "dependencies": {
8418
8464
  "reusify": "^1.0.4"
@@ -8485,6 +8531,7 @@
8485
8531
  "version": "7.1.1",
8486
8532
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
8487
8533
  "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
8534
+ "dev": true,
8488
8535
  "license": "MIT",
8489
8536
  "dependencies": {
8490
8537
  "to-regex-range": "^5.0.1"
@@ -8921,6 +8968,7 @@
8921
8968
  "version": "5.1.2",
8922
8969
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
8923
8970
  "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
8971
+ "dev": true,
8924
8972
  "license": "ISC",
8925
8973
  "dependencies": {
8926
8974
  "is-glob": "^4.0.1"
@@ -8991,6 +9039,7 @@
8991
9039
  "version": "11.1.0",
8992
9040
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
8993
9041
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
9042
+ "dev": true,
8994
9043
  "license": "MIT",
8995
9044
  "dependencies": {
8996
9045
  "array-union": "^2.1.0",
@@ -9448,6 +9497,7 @@
9448
9497
  "version": "5.3.1",
9449
9498
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
9450
9499
  "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
9500
+ "dev": true,
9451
9501
  "license": "MIT",
9452
9502
  "engines": {
9453
9503
  "node": ">= 4"
@@ -9877,6 +9927,7 @@
9877
9927
  "version": "2.1.1",
9878
9928
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
9879
9929
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
9930
+ "dev": true,
9880
9931
  "license": "MIT",
9881
9932
  "engines": {
9882
9933
  "node": ">=0.10.0"
@@ -9895,6 +9946,7 @@
9895
9946
  "version": "4.0.3",
9896
9947
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
9897
9948
  "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
9949
+ "dev": true,
9898
9950
  "license": "MIT",
9899
9951
  "dependencies": {
9900
9952
  "is-extglob": "^2.1.1"
@@ -9935,6 +9987,7 @@
9935
9987
  "version": "7.0.0",
9936
9988
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
9937
9989
  "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
9990
+ "dev": true,
9938
9991
  "license": "MIT",
9939
9992
  "engines": {
9940
9993
  "node": ">=0.12.0"
@@ -11121,6 +11174,7 @@
11121
11174
  "version": "1.4.1",
11122
11175
  "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
11123
11176
  "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
11177
+ "dev": true,
11124
11178
  "license": "MIT",
11125
11179
  "engines": {
11126
11180
  "node": ">= 8"
@@ -11130,6 +11184,7 @@
11130
11184
  "version": "4.0.8",
11131
11185
  "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
11132
11186
  "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
11187
+ "dev": true,
11133
11188
  "license": "MIT",
11134
11189
  "dependencies": {
11135
11190
  "braces": "^3.0.3",
@@ -11813,9 +11868,9 @@
11813
11868
  }
11814
11869
  },
11815
11870
  "node_modules/oclif": {
11816
- "version": "4.17.46",
11817
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
11818
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
11871
+ "version": "4.18.0",
11872
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
11873
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
11819
11874
  "dev": true,
11820
11875
  "license": "MIT",
11821
11876
  "dependencies": {
@@ -11828,8 +11883,8 @@
11828
11883
  "@oclif/plugin-help": "^6.2.27",
11829
11884
  "@oclif/plugin-not-found": "^3.2.48",
11830
11885
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
11886
+ "ansis": "^3.16.0",
11831
11887
  "async-retry": "^1.3.3",
11832
- "chalk": "^4",
11833
11888
  "change-case": "^4",
11834
11889
  "debug": "^4.4.0",
11835
11890
  "ejs": "^3.1.10",
@@ -12175,6 +12230,7 @@
12175
12230
  "version": "4.0.0",
12176
12231
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
12177
12232
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
12233
+ "dev": true,
12178
12234
  "license": "MIT",
12179
12235
  "engines": {
12180
12236
  "node": ">=8"
@@ -12201,6 +12257,7 @@
12201
12257
  "version": "2.3.1",
12202
12258
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
12203
12259
  "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
12260
+ "dev": true,
12204
12261
  "license": "MIT",
12205
12262
  "engines": {
12206
12263
  "node": ">=8.6"
@@ -12210,17 +12267,17 @@
12210
12267
  }
12211
12268
  },
12212
12269
  "node_modules/pino": {
12213
- "version": "9.4.0",
12214
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
12215
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
12270
+ "version": "9.7.0",
12271
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
12272
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
12216
12273
  "license": "MIT",
12217
12274
  "dependencies": {
12218
12275
  "atomic-sleep": "^1.0.0",
12219
12276
  "fast-redact": "^3.1.1",
12220
12277
  "on-exit-leak-free": "^2.1.0",
12221
- "pino-abstract-transport": "^1.2.0",
12278
+ "pino-abstract-transport": "^2.0.0",
12222
12279
  "pino-std-serializers": "^7.0.0",
12223
- "process-warning": "^4.0.0",
12280
+ "process-warning": "^5.0.0",
12224
12281
  "quick-format-unescaped": "^4.0.3",
12225
12282
  "real-require": "^0.2.0",
12226
12283
  "safe-stable-stringify": "^2.3.1",
@@ -12232,31 +12289,14 @@
12232
12289
  }
12233
12290
  },
12234
12291
  "node_modules/pino-abstract-transport": {
12235
- "version": "1.2.0",
12236
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
12237
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
12292
+ "version": "2.0.0",
12293
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
12294
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
12238
12295
  "license": "MIT",
12239
12296
  "dependencies": {
12240
- "readable-stream": "^4.0.0",
12241
12297
  "split2": "^4.0.0"
12242
12298
  }
12243
12299
  },
12244
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
12245
- "version": "4.4.2",
12246
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
12247
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
12248
- "license": "MIT",
12249
- "dependencies": {
12250
- "abort-controller": "^3.0.0",
12251
- "buffer": "^6.0.3",
12252
- "events": "^3.3.0",
12253
- "process": "^0.11.10",
12254
- "string_decoder": "^1.3.0"
12255
- },
12256
- "engines": {
12257
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12258
- }
12259
- },
12260
12300
  "node_modules/pino-abstract-transport/node_modules/split2": {
12261
12301
  "version": "4.2.0",
12262
12302
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -12267,9 +12307,9 @@
12267
12307
  }
12268
12308
  },
12269
12309
  "node_modules/pino-pretty": {
12270
- "version": "11.2.2",
12271
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
12272
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
12310
+ "version": "11.3.0",
12311
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
12312
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
12273
12313
  "license": "MIT",
12274
12314
  "dependencies": {
12275
12315
  "colorette": "^2.0.7",
@@ -12280,7 +12320,7 @@
12280
12320
  "joycon": "^3.1.1",
12281
12321
  "minimist": "^1.2.6",
12282
12322
  "on-exit-leak-free": "^2.1.0",
12283
- "pino-abstract-transport": "^1.0.0",
12323
+ "pino-abstract-transport": "^2.0.0",
12284
12324
  "pump": "^3.0.0",
12285
12325
  "readable-stream": "^4.0.0",
12286
12326
  "secure-json-parse": "^2.4.0",
@@ -12479,9 +12519,19 @@
12479
12519
  }
12480
12520
  },
12481
12521
  "node_modules/process-warning": {
12482
- "version": "4.0.0",
12483
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
12484
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
12522
+ "version": "5.0.0",
12523
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
12524
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
12525
+ "funding": [
12526
+ {
12527
+ "type": "github",
12528
+ "url": "https://github.com/sponsors/fastify"
12529
+ },
12530
+ {
12531
+ "type": "opencollective",
12532
+ "url": "https://opencollective.com/fastify"
12533
+ }
12534
+ ],
12485
12535
  "license": "MIT"
12486
12536
  },
12487
12537
  "node_modules/proper-lockfile": {
@@ -12567,6 +12617,7 @@
12567
12617
  "version": "1.2.3",
12568
12618
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
12569
12619
  "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
12620
+ "dev": true,
12570
12621
  "funding": [
12571
12622
  {
12572
12623
  "type": "github",
@@ -12975,6 +13026,7 @@
12975
13026
  "version": "1.0.4",
12976
13027
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
12977
13028
  "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
13029
+ "dev": true,
12978
13030
  "license": "MIT",
12979
13031
  "engines": {
12980
13032
  "iojs": ">=1.0.0",
@@ -13001,6 +13053,7 @@
13001
13053
  "version": "1.2.0",
13002
13054
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
13003
13055
  "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
13056
+ "dev": true,
13004
13057
  "funding": [
13005
13058
  {
13006
13059
  "type": "github",
@@ -13317,6 +13370,7 @@
13317
13370
  "version": "3.0.0",
13318
13371
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
13319
13372
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
13373
+ "dev": true,
13320
13374
  "license": "MIT",
13321
13375
  "engines": {
13322
13376
  "node": ">=8"
@@ -13850,24 +13904,25 @@
13850
13904
  "license": "MIT"
13851
13905
  },
13852
13906
  "node_modules/tinyglobby": {
13853
- "version": "0.2.10",
13854
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
13855
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
13856
- "dev": true,
13907
+ "version": "0.2.14",
13908
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
13909
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
13857
13910
  "license": "MIT",
13858
13911
  "dependencies": {
13859
- "fdir": "^6.4.2",
13912
+ "fdir": "^6.4.4",
13860
13913
  "picomatch": "^4.0.2"
13861
13914
  },
13862
13915
  "engines": {
13863
13916
  "node": ">=12.0.0"
13917
+ },
13918
+ "funding": {
13919
+ "url": "https://github.com/sponsors/SuperchupuDev"
13864
13920
  }
13865
13921
  },
13866
13922
  "node_modules/tinyglobby/node_modules/fdir": {
13867
- "version": "6.4.2",
13868
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
13869
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
13870
- "dev": true,
13923
+ "version": "6.4.5",
13924
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
13925
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
13871
13926
  "license": "MIT",
13872
13927
  "peerDependencies": {
13873
13928
  "picomatch": "^3 || ^4"
@@ -13882,7 +13937,6 @@
13882
13937
  "version": "4.0.2",
13883
13938
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
13884
13939
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
13885
- "dev": true,
13886
13940
  "license": "MIT",
13887
13941
  "engines": {
13888
13942
  "node": ">=12"
@@ -13918,6 +13972,7 @@
13918
13972
  "version": "5.0.1",
13919
13973
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
13920
13974
  "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
13975
+ "dev": true,
13921
13976
  "license": "MIT",
13922
13977
  "dependencies": {
13923
13978
  "is-number": "^7.0.0"
package/oclif.lock CHANGED
@@ -1555,10 +1555,10 @@
1555
1555
  "@nodelib/fs.scandir" "2.1.5"
1556
1556
  fastq "^1.6.0"
1557
1557
 
1558
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1559
- version "4.3.0"
1560
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1561
- integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1558
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
1559
+ version "4.3.2"
1560
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
1561
+ integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
1562
1562
  dependencies:
1563
1563
  ansi-escapes "^4.3.2"
1564
1564
  ansis "^3.17.0"
@@ -1567,7 +1567,6 @@
1567
1567
  debug "^4.4.0"
1568
1568
  ejs "^3.1.10"
1569
1569
  get-package-type "^0.1.0"
1570
- globby "^11.1.0"
1571
1570
  indent-string "^4.0.0"
1572
1571
  is-wsl "^2.2.0"
1573
1572
  lilconfig "^3.1.3"
@@ -1575,14 +1574,15 @@
1575
1574
  semver "^7.6.3"
1576
1575
  string-width "^4.2.3"
1577
1576
  supports-color "^8"
1577
+ tinyglobby "^0.2.13"
1578
1578
  widest-line "^3.1.0"
1579
1579
  wordwrap "^1.0.0"
1580
1580
  wrap-ansi "^7.0.0"
1581
1581
 
1582
- "@oclif/plugin-command-snapshot@^5.2.40":
1583
- version "5.2.40"
1584
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1585
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1582
+ "@oclif/plugin-command-snapshot@^5.3.0":
1583
+ version "5.3.0"
1584
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.0.tgz#d1afcffbe0ab4ad29b19d02f5d881e073a936b56"
1585
+ integrity sha512-m5wbiYk6yWfQI+EK40Nmtyfdm9YzyP4KRjBE8N366qYl7gdqvAO4VzlZcwyaFGKQhQmkDXYUIYV1btw0gshNog==
1586
1586
  dependencies:
1587
1587
  "@oclif/core" "^4"
1588
1588
  ansis "^3.17.0"
@@ -1680,10 +1680,10 @@
1680
1680
  strip-ansi "6.0.1"
1681
1681
  ts-retry-promise "^0.8.1"
1682
1682
 
1683
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1684
- version "8.11.1"
1685
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.1.tgz#d680118f7671de0a102b4c2fe66235203ea6443f"
1686
- integrity sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==
1683
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1684
+ version "8.12.0"
1685
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
1686
+ integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
1687
1687
  dependencies:
1688
1688
  "@jsforce/jsforce-node" "^3.8.2"
1689
1689
  "@salesforce/kit" "^3.2.2"
@@ -1697,9 +1697,9 @@
1697
1697
  js2xmlparser "^4.0.1"
1698
1698
  jsonwebtoken "9.0.2"
1699
1699
  jszip "3.10.1"
1700
- pino "^9.4.0"
1700
+ pino "^9.7.0"
1701
1701
  pino-abstract-transport "^1.2.0"
1702
- pino-pretty "^11.2.2"
1702
+ pino-pretty "^11.3.0"
1703
1703
  proper-lockfile "^4.1.2"
1704
1704
  semver "^7.6.3"
1705
1705
  ts-retry-promise "^0.8.1"
@@ -1748,18 +1748,18 @@
1748
1748
  dependencies:
1749
1749
  "@salesforce/ts-types" "^2.0.12"
1750
1750
 
1751
- "@salesforce/plugin-command-reference@^3.1.52":
1752
- version "3.1.52"
1753
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
1754
- integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
1751
+ "@salesforce/plugin-command-reference@^3.1.54":
1752
+ version "3.1.54"
1753
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
1754
+ integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
1755
1755
  dependencies:
1756
1756
  "@oclif/core" "^4"
1757
- "@salesforce/core" "^8.10.1"
1757
+ "@salesforce/core" "^8.11.0"
1758
1758
  "@salesforce/kit" "^3.2.3"
1759
1759
  "@salesforce/sf-plugins-core" "^11.3.12"
1760
1760
  "@salesforce/ts-types" "^2.0.11"
1761
1761
  chalk "^5.4.1"
1762
- debug "^4.4.0"
1762
+ debug "^4.4.1"
1763
1763
  handlebars "^4.7.8"
1764
1764
 
1765
1765
  "@salesforce/prettier-config@^0.0.3":
@@ -2809,7 +2809,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2809
2809
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2810
2810
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2811
2811
 
2812
- ansis@^3.17.0, ansis@^3.3.2:
2812
+ ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
2813
2813
  version "3.17.0"
2814
2814
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
2815
2815
  integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -3178,7 +3178,7 @@ chalk@^2.4.2:
3178
3178
  escape-string-regexp "^1.0.5"
3179
3179
  supports-color "^5.3.0"
3180
3180
 
3181
- chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3181
+ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3182
3182
  version "4.1.2"
3183
3183
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3184
3184
  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3537,10 +3537,10 @@ dateformat@^4.6.3:
3537
3537
  resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
3538
3538
  integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
3539
3539
 
3540
- debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
3541
- version "4.4.0"
3542
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
3543
- integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
3540
+ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
3541
+ version "4.4.1"
3542
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3543
+ integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3544
3544
  dependencies:
3545
3545
  ms "^2.1.3"
3546
3546
 
@@ -3961,12 +3961,12 @@ eslint-plugin-jsdoc@^46.10.1:
3961
3961
  semver "^7.5.4"
3962
3962
  spdx-expression-parse "^4.0.0"
3963
3963
 
3964
- eslint-plugin-sf-plugin@^1.20.23:
3965
- version "1.20.23"
3966
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz#213c514a67b734c989eac1ebbc23ff506f9ddc85"
3967
- integrity sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==
3964
+ eslint-plugin-sf-plugin@^1.20.24:
3965
+ version "1.20.24"
3966
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
3967
+ integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
3968
3968
  dependencies:
3969
- "@salesforce/core" "^8.10.3"
3969
+ "@salesforce/core" "^8.11.1"
3970
3970
  "@typescript-eslint/utils" "^7.18.0"
3971
3971
 
3972
3972
  eslint-plugin-unicorn@^50.0.1:
@@ -4231,10 +4231,10 @@ faye@^1.4.0:
4231
4231
  tough-cookie "*"
4232
4232
  tunnel-agent "*"
4233
4233
 
4234
- fdir@^6.4.2:
4235
- version "6.4.2"
4236
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
4237
- integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
4234
+ fdir@^6.4.4:
4235
+ version "6.4.5"
4236
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
4237
+ integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
4238
4238
 
4239
4239
  file-entry-cache@^6.0.1:
4240
4240
  version "6.0.1"
@@ -6087,10 +6087,10 @@ object.values@^1.1.7:
6087
6087
  define-properties "^1.2.0"
6088
6088
  es-abstract "^1.22.1"
6089
6089
 
6090
- oclif@^4.17.46:
6091
- version "4.17.46"
6092
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
6093
- integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
6090
+ oclif@^4.18.0:
6091
+ version "4.18.0"
6092
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.0.tgz#4216a87ae947ae233a92f94448e970fce621b11a"
6093
+ integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==
6094
6094
  dependencies:
6095
6095
  "@aws-sdk/client-cloudfront" "^3.787.0"
6096
6096
  "@aws-sdk/client-s3" "^3.787.0"
@@ -6101,8 +6101,8 @@ oclif@^4.17.46:
6101
6101
  "@oclif/plugin-help" "^6.2.27"
6102
6102
  "@oclif/plugin-not-found" "^3.2.48"
6103
6103
  "@oclif/plugin-warn-if-update-available" "^3.1.38"
6104
+ ansis "^3.16.0"
6104
6105
  async-retry "^1.3.3"
6105
- chalk "^4"
6106
6106
  change-case "^4"
6107
6107
  debug "^4.4.0"
6108
6108
  ejs "^3.1.10"
@@ -6342,7 +6342,7 @@ picomatch@^4.0.2:
6342
6342
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
6343
6343
  integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
6344
6344
 
6345
- pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6345
+ pino-abstract-transport@^1.2.0:
6346
6346
  version "1.2.0"
6347
6347
  resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
6348
6348
  integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
@@ -6350,10 +6350,17 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6350
6350
  readable-stream "^4.0.0"
6351
6351
  split2 "^4.0.0"
6352
6352
 
6353
- pino-pretty@^11.2.2:
6354
- version "11.2.2"
6355
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
6356
- integrity sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==
6353
+ pino-abstract-transport@^2.0.0:
6354
+ version "2.0.0"
6355
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
6356
+ integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
6357
+ dependencies:
6358
+ split2 "^4.0.0"
6359
+
6360
+ pino-pretty@^11.3.0:
6361
+ version "11.3.0"
6362
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
6363
+ integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
6357
6364
  dependencies:
6358
6365
  colorette "^2.0.7"
6359
6366
  dateformat "^4.6.3"
@@ -6363,7 +6370,7 @@ pino-pretty@^11.2.2:
6363
6370
  joycon "^3.1.1"
6364
6371
  minimist "^1.2.6"
6365
6372
  on-exit-leak-free "^2.1.0"
6366
- pino-abstract-transport "^1.0.0"
6373
+ pino-abstract-transport "^2.0.0"
6367
6374
  pump "^3.0.0"
6368
6375
  readable-stream "^4.0.0"
6369
6376
  secure-json-parse "^2.4.0"
@@ -6375,17 +6382,17 @@ pino-std-serializers@^7.0.0:
6375
6382
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
6376
6383
  integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
6377
6384
 
6378
- pino@^9.4.0:
6379
- version "9.4.0"
6380
- resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
6381
- integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
6385
+ pino@^9.7.0:
6386
+ version "9.7.0"
6387
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
6388
+ integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
6382
6389
  dependencies:
6383
6390
  atomic-sleep "^1.0.0"
6384
6391
  fast-redact "^3.1.1"
6385
6392
  on-exit-leak-free "^2.1.0"
6386
- pino-abstract-transport "^1.2.0"
6393
+ pino-abstract-transport "^2.0.0"
6387
6394
  pino-std-serializers "^7.0.0"
6388
- process-warning "^4.0.0"
6395
+ process-warning "^5.0.0"
6389
6396
  quick-format-unescaped "^4.0.3"
6390
6397
  real-require "^0.2.0"
6391
6398
  safe-stable-stringify "^2.3.1"
@@ -6439,10 +6446,10 @@ process-on-spawn@^1.0.0:
6439
6446
  dependencies:
6440
6447
  fromentries "^1.2.0"
6441
6448
 
6442
- process-warning@^4.0.0:
6443
- version "4.0.0"
6444
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
6445
- integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
6449
+ process-warning@^5.0.0:
6450
+ version "5.0.0"
6451
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
6452
+ integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
6446
6453
 
6447
6454
  process@^0.11.10:
6448
6455
  version "0.11.10"
@@ -7315,12 +7322,12 @@ tiny-jsonc@^1.0.2:
7315
7322
  resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
7316
7323
  integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
7317
7324
 
7318
- tinyglobby@^0.2.9:
7319
- version "0.2.10"
7320
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
7321
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
7325
+ tinyglobby@^0.2.13, tinyglobby@^0.2.9:
7326
+ version "0.2.14"
7327
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7328
+ integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
7322
7329
  dependencies:
7323
- fdir "^6.4.2"
7330
+ fdir "^6.4.4"
7324
7331
  picomatch "^4.0.2"
7325
7332
 
7326
7333
  tmp@^0.0.33:
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.25"
360
+ "version": "3.3.27"
361
361
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
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.25",
4
+ "version": "3.3.27",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.11.1",
8
+ "@salesforce/core": "^8.12.0",
9
9
  "@salesforce/kit": "^3.2.3",
10
10
  "@salesforce/sf-plugins-core": "^12.2.2"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@jsforce/jsforce-node": "^3.8.2",
14
- "@oclif/core": "^4.3.0",
15
- "@oclif/plugin-command-snapshot": "^5.2.40",
14
+ "@oclif/core": "^4.3.2",
15
+ "@oclif/plugin-command-snapshot": "^5.3.0",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
- "@salesforce/plugin-command-reference": "^3.1.52",
18
+ "@salesforce/plugin-command-reference": "^3.1.54",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
- "eslint-plugin-sf-plugin": "^1.20.23",
21
- "oclif": "^4.17.46",
20
+ "eslint-plugin-sf-plugin": "^1.20.24",
21
+ "oclif": "^4.18.0",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.5.4"
24
24
  },
@@ -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.25.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.25.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.27.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.27.sig"
210
210
  }
211
211
  }