@salesforce/cli 2.151.5 → 2.151.6

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.
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.151.5",
3
+ "version": "2.151.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.151.5",
9
+ "version": "2.151.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.14.0",
15
- "@oclif/plugin-autocomplete": "3.3.0",
16
- "@oclif/plugin-commands": "4.2.0",
17
- "@oclif/plugin-help": "6.3.0",
18
- "@oclif/plugin-not-found": "3.3.0",
19
- "@oclif/plugin-plugins": "5.5.2",
20
- "@oclif/plugin-search": "1.3.0",
21
- "@oclif/plugin-update": "4.8.0",
22
- "@oclif/plugin-version": "2.4.0",
23
- "@oclif/plugin-warn-if-update-available": "3.2.0",
24
- "@oclif/plugin-which": "3.3.0",
14
+ "@oclif/core": "5.0.0",
15
+ "@oclif/plugin-autocomplete": "4.0.0",
16
+ "@oclif/plugin-commands": "5.0.0",
17
+ "@oclif/plugin-help": "7.0.0",
18
+ "@oclif/plugin-not-found": "4.0.0",
19
+ "@oclif/plugin-plugins": "6.0.0",
20
+ "@oclif/plugin-search": "2.0.0",
21
+ "@oclif/plugin-update": "5.0.0",
22
+ "@oclif/plugin-version": "3.0.0",
23
+ "@oclif/plugin-warn-if-update-available": "4.0.0",
24
+ "@oclif/plugin-which": "4.0.0",
25
25
  "@salesforce/core": "^9.1.8",
26
26
  "@salesforce/kit": "^4.0.0",
27
27
  "@salesforce/plugin-agent": "2.0.5",
@@ -29,7 +29,7 @@
29
29
  "@salesforce/plugin-api": "2.0.9",
30
30
  "@salesforce/plugin-auth": "5.0.6",
31
31
  "@salesforce/plugin-data": "5.1.7",
32
- "@salesforce/plugin-deploy-retrieve": "4.1.2",
32
+ "@salesforce/plugin-deploy-retrieve": "4.2.0",
33
33
  "@salesforce/plugin-info": "4.0.9",
34
34
  "@salesforce/plugin-limits": "4.0.4",
35
35
  "@salesforce/plugin-marketplace": "2.0.5",
@@ -42,7 +42,7 @@
42
42
  "@salesforce/plugin-templates": "57.1.0",
43
43
  "@salesforce/plugin-trust": "4.0.10",
44
44
  "@salesforce/plugin-user": "5.0.2",
45
- "@salesforce/sf-plugins-core": "13.0.3",
45
+ "@salesforce/sf-plugins-core": "13.0.4",
46
46
  "ansis": "^3.12.0"
47
47
  },
48
48
  "bin": {
@@ -3040,9 +3040,9 @@
3040
3040
  }
3041
3041
  },
3042
3042
  "node_modules/@oclif/core": {
3043
- "version": "4.14.0",
3044
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
3045
- "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
3043
+ "version": "5.0.0",
3044
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
3045
+ "integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
3046
3046
  "license": "MIT",
3047
3047
  "dependencies": {
3048
3048
  "ansi-escapes": "^4.3.2",
@@ -3065,7 +3065,7 @@
3065
3065
  "wsl-utils": "^0.4.0"
3066
3066
  },
3067
3067
  "engines": {
3068
- "node": ">=18.0.0"
3068
+ "node": ">=22.0.0"
3069
3069
  }
3070
3070
  },
3071
3071
  "node_modules/@oclif/core/node_modules/ansi-styles": {
@@ -3145,6 +3145,88 @@
3145
3145
  "node": ">=18.0.0"
3146
3146
  }
3147
3147
  },
3148
+ "node_modules/@oclif/multi-stage-output/node_modules/@oclif/core": {
3149
+ "version": "4.14.0",
3150
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
3151
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
3152
+ "license": "MIT",
3153
+ "dependencies": {
3154
+ "ansi-escapes": "^4.3.2",
3155
+ "ansis": "^3.17.0",
3156
+ "clean-stack": "^3.0.1",
3157
+ "cli-spinners": "^2.9.2",
3158
+ "debug": "^4.4.3",
3159
+ "ejs": "^6",
3160
+ "get-package-type": "^0.1.0",
3161
+ "indent-string": "^4.0.0",
3162
+ "lilconfig": "^3.1.3",
3163
+ "minimatch": "^10.2.5",
3164
+ "semver": "^7.8.1",
3165
+ "string-width": "^4.2.3",
3166
+ "supports-color": "^8",
3167
+ "tinyglobby": "^0.2.17",
3168
+ "widest-line": "^3.1.0",
3169
+ "wordwrap": "^1.0.0",
3170
+ "wrap-ansi": "^7.0.0",
3171
+ "wsl-utils": "^0.4.0"
3172
+ },
3173
+ "engines": {
3174
+ "node": ">=18.0.0"
3175
+ }
3176
+ },
3177
+ "node_modules/@oclif/multi-stage-output/node_modules/@oclif/core/node_modules/ansi-regex": {
3178
+ "version": "5.0.1",
3179
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3180
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3181
+ "license": "MIT",
3182
+ "engines": {
3183
+ "node": ">=8"
3184
+ }
3185
+ },
3186
+ "node_modules/@oclif/multi-stage-output/node_modules/@oclif/core/node_modules/ansi-styles": {
3187
+ "version": "4.3.0",
3188
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3189
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3190
+ "license": "MIT",
3191
+ "dependencies": {
3192
+ "color-convert": "^2.0.1"
3193
+ },
3194
+ "engines": {
3195
+ "node": ">=8"
3196
+ },
3197
+ "funding": {
3198
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3199
+ }
3200
+ },
3201
+ "node_modules/@oclif/multi-stage-output/node_modules/@oclif/core/node_modules/strip-ansi": {
3202
+ "version": "6.0.1",
3203
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3204
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3205
+ "license": "MIT",
3206
+ "dependencies": {
3207
+ "ansi-regex": "^5.0.1"
3208
+ },
3209
+ "engines": {
3210
+ "node": ">=8"
3211
+ }
3212
+ },
3213
+ "node_modules/@oclif/multi-stage-output/node_modules/@oclif/core/node_modules/wrap-ansi": {
3214
+ "version": "7.0.0",
3215
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3216
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3217
+ "license": "MIT",
3218
+ "dependencies": {
3219
+ "ansi-styles": "^4.0.0",
3220
+ "string-width": "^4.1.0",
3221
+ "strip-ansi": "^6.0.0"
3222
+ },
3223
+ "engines": {
3224
+ "node": ">=10"
3225
+ },
3226
+ "funding": {
3227
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3228
+ }
3229
+ },
3148
3230
  "node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
3149
3231
  "version": "6.2.2",
3150
3232
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
@@ -3157,6 +3239,18 @@
3157
3239
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3158
3240
  }
3159
3241
  },
3242
+ "node_modules/@oclif/multi-stage-output/node_modules/ejs": {
3243
+ "version": "6.0.1",
3244
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
3245
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
3246
+ "license": "Apache-2.0",
3247
+ "bin": {
3248
+ "ejs": "bin/cli.js"
3249
+ },
3250
+ "engines": {
3251
+ "node": ">=0.12.18"
3252
+ }
3253
+ },
3160
3254
  "node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
3161
3255
  "version": "10.6.0",
3162
3256
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
@@ -3190,36 +3284,34 @@
3190
3284
  "url": "https://github.com/sponsors/sindresorhus"
3191
3285
  }
3192
3286
  },
3193
- "node_modules/@oclif/multi-stage-output/node_modules/string-width": {
3287
+ "node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
3194
3288
  "version": "7.2.0",
3195
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3196
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3289
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3290
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3197
3291
  "license": "MIT",
3198
3292
  "dependencies": {
3199
- "emoji-regex": "^10.3.0",
3200
- "get-east-asian-width": "^1.0.0",
3201
- "strip-ansi": "^7.1.0"
3293
+ "ansi-regex": "^6.2.2"
3202
3294
  },
3203
3295
  "engines": {
3204
- "node": ">=18"
3296
+ "node": ">=12"
3205
3297
  },
3206
3298
  "funding": {
3207
- "url": "https://github.com/sponsors/sindresorhus"
3299
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3208
3300
  }
3209
3301
  },
3210
- "node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
3211
- "version": "7.2.0",
3212
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3213
- "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3302
+ "node_modules/@oclif/multi-stage-output/node_modules/supports-color": {
3303
+ "version": "8.1.1",
3304
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3305
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3214
3306
  "license": "MIT",
3215
3307
  "dependencies": {
3216
- "ansi-regex": "^6.2.2"
3308
+ "has-flag": "^4.0.0"
3217
3309
  },
3218
3310
  "engines": {
3219
- "node": ">=12"
3311
+ "node": ">=10"
3220
3312
  },
3221
3313
  "funding": {
3222
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3314
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3223
3315
  }
3224
3316
  },
3225
3317
  "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
@@ -3239,13 +3331,30 @@
3239
3331
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3240
3332
  }
3241
3333
  },
3334
+ "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi/node_modules/string-width": {
3335
+ "version": "7.2.0",
3336
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3337
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3338
+ "license": "MIT",
3339
+ "dependencies": {
3340
+ "emoji-regex": "^10.3.0",
3341
+ "get-east-asian-width": "^1.0.0",
3342
+ "strip-ansi": "^7.1.0"
3343
+ },
3344
+ "engines": {
3345
+ "node": ">=18"
3346
+ },
3347
+ "funding": {
3348
+ "url": "https://github.com/sponsors/sindresorhus"
3349
+ }
3350
+ },
3242
3351
  "node_modules/@oclif/plugin-autocomplete": {
3243
- "version": "3.3.0",
3244
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.3.0.tgz",
3245
- "integrity": "sha512-5CRpSH9FNub2IwAej2PxR6GEbQNLCy0XTzp/KqpZh6U4qiCTLPz20IXcUx9luarJBKRe2qu1cy1acHggo2MMcQ==",
3352
+ "version": "4.0.0",
3353
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-4.0.0.tgz",
3354
+ "integrity": "sha512-aVB0I4vB3hON++rq0G9I/vIhX7oqRpCFsI8PqKxgEKP8iRSy9ap4GKBydD3k1iNvInKrBPgni110znMqbRvFKw==",
3246
3355
  "license": "MIT",
3247
3356
  "dependencies": {
3248
- "@oclif/core": "^4",
3357
+ "@oclif/core": "^5.0.0",
3249
3358
  "ansis": "^3.16.0",
3250
3359
  "debug": "^4.4.1",
3251
3360
  "ejs": "^3.1.10"
@@ -3278,6 +3387,65 @@
3278
3387
  "node": ">=18.0.0"
3279
3388
  }
3280
3389
  },
3390
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3391
+ "version": "4.14.0",
3392
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
3393
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
3394
+ "dev": true,
3395
+ "license": "MIT",
3396
+ "dependencies": {
3397
+ "ansi-escapes": "^4.3.2",
3398
+ "ansis": "^3.17.0",
3399
+ "clean-stack": "^3.0.1",
3400
+ "cli-spinners": "^2.9.2",
3401
+ "debug": "^4.4.3",
3402
+ "ejs": "^6",
3403
+ "get-package-type": "^0.1.0",
3404
+ "indent-string": "^4.0.0",
3405
+ "lilconfig": "^3.1.3",
3406
+ "minimatch": "^10.2.5",
3407
+ "semver": "^7.8.1",
3408
+ "string-width": "^4.2.3",
3409
+ "supports-color": "^8",
3410
+ "tinyglobby": "^0.2.17",
3411
+ "widest-line": "^3.1.0",
3412
+ "wordwrap": "^1.0.0",
3413
+ "wrap-ansi": "^7.0.0",
3414
+ "wsl-utils": "^0.4.0"
3415
+ },
3416
+ "engines": {
3417
+ "node": ">=18.0.0"
3418
+ }
3419
+ },
3420
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/ansi-styles": {
3421
+ "version": "4.3.0",
3422
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3423
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3424
+ "dev": true,
3425
+ "license": "MIT",
3426
+ "dependencies": {
3427
+ "color-convert": "^2.0.1"
3428
+ },
3429
+ "engines": {
3430
+ "node": ">=8"
3431
+ },
3432
+ "funding": {
3433
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3434
+ }
3435
+ },
3436
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/ejs": {
3437
+ "version": "6.0.1",
3438
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
3439
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
3440
+ "dev": true,
3441
+ "license": "Apache-2.0",
3442
+ "bin": {
3443
+ "ejs": "bin/cli.js"
3444
+ },
3445
+ "engines": {
3446
+ "node": ">=0.12.18"
3447
+ }
3448
+ },
3281
3449
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3282
3450
  "version": "14.1.0",
3283
3451
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
@@ -3335,55 +3503,89 @@
3335
3503
  "url": "https://github.com/sponsors/sindresorhus"
3336
3504
  }
3337
3505
  },
3506
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3507
+ "version": "8.1.1",
3508
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3509
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3510
+ "dev": true,
3511
+ "license": "MIT",
3512
+ "dependencies": {
3513
+ "has-flag": "^4.0.0"
3514
+ },
3515
+ "engines": {
3516
+ "node": ">=10"
3517
+ },
3518
+ "funding": {
3519
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3520
+ }
3521
+ },
3522
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3523
+ "version": "7.0.0",
3524
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3525
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3526
+ "dev": true,
3527
+ "license": "MIT",
3528
+ "dependencies": {
3529
+ "ansi-styles": "^4.0.0",
3530
+ "string-width": "^4.1.0",
3531
+ "strip-ansi": "^6.0.0"
3532
+ },
3533
+ "engines": {
3534
+ "node": ">=10"
3535
+ },
3536
+ "funding": {
3537
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3538
+ }
3539
+ },
3338
3540
  "node_modules/@oclif/plugin-commands": {
3339
- "version": "4.2.0",
3340
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.2.0.tgz",
3341
- "integrity": "sha512-NBLhswj/QH3T8fn8lB/3VgoDmJbEA0iFENJ4X7rI3EEGp1TuFgOh7u87pHv+ktjQq5piIwiHJc/TWnCJnot1ZQ==",
3541
+ "version": "5.0.0",
3542
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-5.0.0.tgz",
3543
+ "integrity": "sha512-Ls4TdaA2zNoFMn7gt/UVo67YaDfqBe35vxe1slPaJEYmqN5wzN8fzSs+umezhjTjZ1+sooYRybg6ZnWA01yeuQ==",
3342
3544
  "license": "MIT",
3343
3545
  "dependencies": {
3344
- "@oclif/core": "^4",
3345
- "@oclif/table": "^0.5.9",
3546
+ "@oclif/core": "^5.0.0",
3547
+ "@oclif/table": "^1.0.0",
3346
3548
  "lodash": "^4.18.1",
3347
3549
  "object-treeify": "^4.0.1"
3348
3550
  },
3349
3551
  "engines": {
3350
- "node": ">=18.0.0"
3552
+ "node": ">=22.0.0"
3351
3553
  }
3352
3554
  },
3353
3555
  "node_modules/@oclif/plugin-help": {
3354
- "version": "6.3.0",
3355
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.3.0.tgz",
3356
- "integrity": "sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw==",
3556
+ "version": "7.0.0",
3557
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-7.0.0.tgz",
3558
+ "integrity": "sha512-lJVCS6E0FrBRQ7jkLK9pUwUo52WmNLD7zOAu7P28WkQ6G+8zBUbv5lq/IyakNTOTNO7oD5EJkLVYQLmwChetpg==",
3357
3559
  "license": "MIT",
3358
3560
  "dependencies": {
3359
- "@oclif/core": "^4"
3561
+ "@oclif/core": "^5.0.0"
3360
3562
  },
3361
3563
  "engines": {
3362
- "node": ">=18.0.0"
3564
+ "node": ">=22.0.0"
3363
3565
  }
3364
3566
  },
3365
3567
  "node_modules/@oclif/plugin-not-found": {
3366
- "version": "3.3.0",
3367
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz",
3368
- "integrity": "sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==",
3568
+ "version": "4.0.0",
3569
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-4.0.0.tgz",
3570
+ "integrity": "sha512-67I+eJKTmDkY8hJiuaA7Ir+Ba0tUZxrXsq3WnnGOywn3Gi6++9Q+zaWmbOImy1U25XTSIAm8kJhaTl57Xg57XQ==",
3369
3571
  "license": "MIT",
3370
3572
  "dependencies": {
3371
3573
  "@inquirer/prompts": "^7.10.1",
3372
- "@oclif/core": "^4.13.3",
3574
+ "@oclif/core": "^5.0.0",
3373
3575
  "ansis": "^3.17.0",
3374
3576
  "fast-levenshtein": "^3.0.0"
3375
3577
  },
3376
3578
  "engines": {
3377
- "node": ">=18.0.0"
3579
+ "node": ">=22.0.0"
3378
3580
  }
3379
3581
  },
3380
3582
  "node_modules/@oclif/plugin-plugins": {
3381
- "version": "5.5.2",
3382
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.2.tgz",
3383
- "integrity": "sha512-Nyz6XBKcWRvjHCihPUCP0ubOj/k9pWwldzW39yK36t17RVYf+nVcYMLV+Kd1otB4qHKrsmt8pZI/nry6Fg5+Tg==",
3583
+ "version": "6.0.0",
3584
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-6.0.0.tgz",
3585
+ "integrity": "sha512-OzXeOBPpZa/DIb8TK265AnF+WxKPkm0ZyWTCeKYefjPLJ8b9ZqnBEM7/v9mgIxl4+9JpMeEOd125z2yiY3C9ZQ==",
3384
3586
  "license": "MIT",
3385
3587
  "dependencies": {
3386
- "@oclif/core": "^4.13.0",
3588
+ "@oclif/core": "^5.0.0",
3387
3589
  "ansis": "^3.17.0",
3388
3590
  "debug": "^4.4.0",
3389
3591
  "npm": "^11.18.0",
@@ -3396,7 +3598,7 @@
3396
3598
  "yarn": "^1.22.22"
3397
3599
  },
3398
3600
  "engines": {
3399
- "node": ">=18.0.0"
3601
+ "node": ">=22.0.0"
3400
3602
  }
3401
3603
  },
3402
3604
  "node_modules/@oclif/plugin-plugins/node_modules/hosted-git-info": {
@@ -3469,17 +3671,17 @@
3469
3671
  }
3470
3672
  },
3471
3673
  "node_modules/@oclif/plugin-search": {
3472
- "version": "1.3.0",
3473
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.3.0.tgz",
3474
- "integrity": "sha512-1i6F2qFHVQu05qgjitixSMbK/G8Ok8nb4BBA/DrcKdvaVVOiDCdbVw1o1eva0mGA5TxiQtLHVqfm+0P3SQ3zGA==",
3674
+ "version": "2.0.0",
3675
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-2.0.0.tgz",
3676
+ "integrity": "sha512-RDAeladtvJSs+nzFWMkg+kl4eNnR7KNUJM5brymGK/7N7e0RcnDPVYzGqQJcIEzNmbzoHwDHioDwwoer+yLM+g==",
3475
3677
  "license": "MIT",
3476
3678
  "dependencies": {
3477
- "@oclif/core": "^4",
3679
+ "@oclif/core": "^5.0.0",
3478
3680
  "ansi-escapes": "^7.3.0",
3479
3681
  "inquirer-autocomplete-standalone": "^0.8.1"
3480
3682
  },
3481
3683
  "engines": {
3482
- "node": ">=18.0.0"
3684
+ "node": ">=22.0.0"
3483
3685
  }
3484
3686
  },
3485
3687
  "node_modules/@oclif/plugin-search/node_modules/ansi-escapes": {
@@ -3498,14 +3700,14 @@
3498
3700
  }
3499
3701
  },
3500
3702
  "node_modules/@oclif/plugin-update": {
3501
- "version": "4.8.0",
3502
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.8.0.tgz",
3503
- "integrity": "sha512-RnprzrHlNWnWYdqvLWnaAPHwQ6YCu5V8bvVy9pbl8P0dzIeta6JS1H3YEHpTWLtnlIRpeyO4ETM4VgTHb7PQsQ==",
3703
+ "version": "5.0.0",
3704
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-5.0.0.tgz",
3705
+ "integrity": "sha512-D7lua7YCCXeNxWnpfqIG40VP8H4uq/lDzBkPWui24u33GJzb2UTRKpslTXzI4DkeukAFcU3X7r9uNuzai9RZfQ==",
3504
3706
  "license": "MIT",
3505
3707
  "dependencies": {
3506
3708
  "@inquirer/select": "^2.5.0",
3507
- "@oclif/core": "^4",
3508
- "@oclif/table": "^0.5.9",
3709
+ "@oclif/core": "^5.0.0",
3710
+ "@oclif/table": "^1.0.0",
3509
3711
  "ansis": "^3.17.0",
3510
3712
  "debug": "^4.4.1",
3511
3713
  "filesize": "^6.1.0",
@@ -3515,30 +3717,30 @@
3515
3717
  "tar-fs": "^2.1.5"
3516
3718
  },
3517
3719
  "engines": {
3518
- "node": ">=18.0.0"
3720
+ "node": ">=22.0.0"
3519
3721
  }
3520
3722
  },
3521
3723
  "node_modules/@oclif/plugin-version": {
3522
- "version": "2.4.0",
3523
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.4.0.tgz",
3524
- "integrity": "sha512-6pWQTlR364btd5//+SJ0XyaJt0hexKQz0GZ/GUfJXWZ7hoSydvkU8JH3R9o11jY+E75lGKxxkswtnPSWHqx14Q==",
3724
+ "version": "3.0.0",
3725
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-3.0.0.tgz",
3726
+ "integrity": "sha512-kxPom9jneA50IMShSur54LXjGQ2W501t2ZzQGVbTmMoA8T5PfF0YElZdzcZgjLVWJWrotQAsB2rRYW/RMudNZQ==",
3525
3727
  "license": "MIT",
3526
3728
  "dependencies": {
3527
- "@oclif/core": "^4",
3729
+ "@oclif/core": "^5.0.0",
3528
3730
  "ansis": "^3.17.0",
3529
3731
  "which": "^4"
3530
3732
  },
3531
3733
  "engines": {
3532
- "node": ">=18.0.0"
3734
+ "node": ">=22.0.0"
3533
3735
  }
3534
3736
  },
3535
3737
  "node_modules/@oclif/plugin-warn-if-update-available": {
3536
- "version": "3.2.0",
3537
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz",
3538
- "integrity": "sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==",
3738
+ "version": "4.0.0",
3739
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-4.0.0.tgz",
3740
+ "integrity": "sha512-F6VnIkO3xBEawTuaOjWQIOsOePZL3s4vDVbBqQgC+NYU+oBnFaJoGB8mJ+mtpdo/7H0lQ1YsKsMwCNb7EbsIZg==",
3539
3741
  "license": "MIT",
3540
3742
  "dependencies": {
3541
- "@oclif/core": "^4",
3743
+ "@oclif/core": "^5.0.0",
3542
3744
  "ansis": "^3.17.0",
3543
3745
  "debug": "^4.4.3",
3544
3746
  "http-call": "^5.2.2",
@@ -3546,26 +3748,26 @@
3546
3748
  "registry-auth-token": "^5.1.1"
3547
3749
  },
3548
3750
  "engines": {
3549
- "node": ">=18.0.0"
3751
+ "node": ">=22.0.0"
3550
3752
  }
3551
3753
  },
3552
3754
  "node_modules/@oclif/plugin-which": {
3553
- "version": "3.3.0",
3554
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.3.0.tgz",
3555
- "integrity": "sha512-zCnq/vlMJEm3etBsPxpxs3xgepCdaylDfYa8LpcCOFdPPAI89CIk3xDs+lV8ANKOueLXbx0qwgh8eFjHr8pc8g==",
3755
+ "version": "4.0.0",
3756
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-4.0.0.tgz",
3757
+ "integrity": "sha512-CuwFYQZZesKfh/6G0a5wNgSD7nMSLEmMaNn+oPpHt2jA36JSgoVSnl8wMMmwvcMpWdANPRZwzllWXmTHcnVDQg==",
3556
3758
  "license": "MIT",
3557
3759
  "dependencies": {
3558
- "@oclif/core": "^4",
3760
+ "@oclif/core": "^5.0.0",
3559
3761
  "ansis": "^3.17.0"
3560
3762
  },
3561
3763
  "engines": {
3562
- "node": ">=18.0.0"
3764
+ "node": ">=22.0.0"
3563
3765
  }
3564
3766
  },
3565
3767
  "node_modules/@oclif/table": {
3566
- "version": "0.5.9",
3567
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.9.tgz",
3568
- "integrity": "sha512-/bvSRF38rrZ8O3hsChEKb98bEpmY7GAMeMU5hRkt73RCEoAo1UuRKX4IO0zlkD6UooSs30LfEMJeSU2NZOkndA==",
3768
+ "version": "1.0.0",
3769
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-1.0.0.tgz",
3770
+ "integrity": "sha512-+Mggw/KHkdH0NxLFS4y0E5gZyy6CmDlOHh/wkwkF+RYnOEvneZ6E5BAJ+VqXXDZmRHNw6Mei7L19VHEQYgKooQ==",
3569
3771
  "license": "MIT",
3570
3772
  "dependencies": {
3571
3773
  "@types/react": "^18.3.12",
@@ -3580,7 +3782,7 @@
3580
3782
  "wrap-ansi": "^9.0.2"
3581
3783
  },
3582
3784
  "engines": {
3583
- "node": ">=18.0.0"
3785
+ "node": ">=22.0.0"
3584
3786
  }
3585
3787
  },
3586
3788
  "node_modules/@oclif/table/node_modules/ansi-regex": {
@@ -3595,12 +3797,6 @@
3595
3797
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3596
3798
  }
3597
3799
  },
3598
- "node_modules/@oclif/table/node_modules/change-case": {
3599
- "version": "5.4.4",
3600
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
3601
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
3602
- "license": "MIT"
3603
- },
3604
3800
  "node_modules/@oclif/table/node_modules/emoji-regex": {
3605
3801
  "version": "10.6.0",
3606
3802
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
@@ -3883,9 +4079,9 @@
3883
4079
  }
3884
4080
  },
3885
4081
  "node_modules/@opentelemetry/core": {
3886
- "version": "2.10.0",
3887
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-2.10.0.tgz",
3888
- "integrity": "sha512-/wNZ8twnEQQA4HoHu22+vcsdru6pWPWxW+7w+FlxT6Id7PE/WIbZmVKkte+PF72e0F2dnImFeHD2syyE1Mw6MQ==",
4082
+ "version": "2.11.0",
4083
+ "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-2.11.0.tgz",
4084
+ "integrity": "sha512-7YP44XH0tV6+Mb54x2YGf84i7yi+31MBZlE8JwvozkxyTvXbSp10X7cI7YE49ChJ3shMJoBmCJF3+1QFBJctGA==",
3889
4085
  "license": "Apache-2.0",
3890
4086
  "dependencies": {
3891
4087
  "@opentelemetry/semantic-conventions": "^1.29.0"
@@ -3915,12 +4111,10 @@
3915
4111
  }
3916
4112
  },
3917
4113
  "node_modules/@opentelemetry/resources": {
3918
- "version": "2.10.0",
3919
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-2.10.0.tgz",
3920
- "integrity": "sha512-q6MMm2zhggzsHVNbabYwut+a6nbuQQe3URUoxaojM/8K1IBfwwPzvxIjNi2/lI1TFe+fMHMW9MWhrtDLEXEnkA==",
4114
+ "version": "2.11.0",
3921
4115
  "license": "Apache-2.0",
3922
4116
  "dependencies": {
3923
- "@opentelemetry/core": "2.10.0",
4117
+ "@opentelemetry/core": "2.11.0",
3924
4118
  "@opentelemetry/semantic-conventions": "^1.29.0"
3925
4119
  },
3926
4120
  "engines": {
@@ -4276,6 +4470,27 @@
4276
4470
  "node": ">=4"
4277
4471
  }
4278
4472
  },
4473
+ "node_modules/@salesforce/cli-plugins-testkit/node_modules/change-case": {
4474
+ "version": "4.1.2",
4475
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
4476
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
4477
+ "dev": true,
4478
+ "license": "MIT",
4479
+ "dependencies": {
4480
+ "camel-case": "^4.1.2",
4481
+ "capital-case": "^1.0.4",
4482
+ "constant-case": "^3.0.4",
4483
+ "dot-case": "^3.0.4",
4484
+ "header-case": "^2.0.4",
4485
+ "no-case": "^3.0.4",
4486
+ "param-case": "^3.0.4",
4487
+ "pascal-case": "^3.1.2",
4488
+ "path-case": "^3.0.4",
4489
+ "sentence-case": "^3.0.4",
4490
+ "snake-case": "^3.0.4",
4491
+ "tslib": "^2.0.3"
4492
+ }
4493
+ },
4279
4494
  "node_modules/@salesforce/cli-plugins-testkit/node_modules/diff": {
4280
4495
  "version": "5.2.2",
4281
4496
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.2.tgz",
@@ -4373,6 +4588,26 @@
4373
4588
  "node": ">=22.0.0"
4374
4589
  }
4375
4590
  },
4591
+ "node_modules/@salesforce/core/node_modules/change-case": {
4592
+ "version": "4.1.2",
4593
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
4594
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
4595
+ "license": "MIT",
4596
+ "dependencies": {
4597
+ "camel-case": "^4.1.2",
4598
+ "capital-case": "^1.0.4",
4599
+ "constant-case": "^3.0.4",
4600
+ "dot-case": "^3.0.4",
4601
+ "header-case": "^2.0.4",
4602
+ "no-case": "^3.0.4",
4603
+ "param-case": "^3.0.4",
4604
+ "pascal-case": "^3.1.2",
4605
+ "path-case": "^3.0.4",
4606
+ "sentence-case": "^3.0.4",
4607
+ "snake-case": "^3.0.4",
4608
+ "tslib": "^2.0.3"
4609
+ }
4610
+ },
4376
4611
  "node_modules/@salesforce/dev-config": {
4377
4612
  "version": "4.3.3",
4378
4613
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.3.tgz",
@@ -4589,6 +4824,35 @@
4589
4824
  "node": ">=22.0.0"
4590
4825
  }
4591
4826
  },
4827
+ "node_modules/@salesforce/plugin-agent/node_modules/@oclif/core": {
4828
+ "version": "4.14.0",
4829
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
4830
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
4831
+ "license": "MIT",
4832
+ "dependencies": {
4833
+ "ansi-escapes": "^4.3.2",
4834
+ "ansis": "^3.17.0",
4835
+ "clean-stack": "^3.0.1",
4836
+ "cli-spinners": "^2.9.2",
4837
+ "debug": "^4.4.3",
4838
+ "ejs": "^6",
4839
+ "get-package-type": "^0.1.0",
4840
+ "indent-string": "^4.0.0",
4841
+ "lilconfig": "^3.1.3",
4842
+ "minimatch": "^10.2.5",
4843
+ "semver": "^7.8.1",
4844
+ "string-width": "^4.2.3",
4845
+ "supports-color": "^8",
4846
+ "tinyglobby": "^0.2.17",
4847
+ "widest-line": "^3.1.0",
4848
+ "wordwrap": "^1.0.0",
4849
+ "wrap-ansi": "^7.0.0",
4850
+ "wsl-utils": "^0.4.0"
4851
+ },
4852
+ "engines": {
4853
+ "node": ">=18.0.0"
4854
+ }
4855
+ },
4592
4856
  "node_modules/@salesforce/plugin-agent/node_modules/@salesforce/types": {
4593
4857
  "version": "1.7.1",
4594
4858
  "resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.7.1.tgz",
@@ -4598,6 +4862,33 @@
4598
4862
  "node": ">=18"
4599
4863
  }
4600
4864
  },
4865
+ "node_modules/@salesforce/plugin-agent/node_modules/ansi-styles": {
4866
+ "version": "4.3.0",
4867
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
4868
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
4869
+ "license": "MIT",
4870
+ "dependencies": {
4871
+ "color-convert": "^2.0.1"
4872
+ },
4873
+ "engines": {
4874
+ "node": ">=8"
4875
+ },
4876
+ "funding": {
4877
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4878
+ }
4879
+ },
4880
+ "node_modules/@salesforce/plugin-agent/node_modules/ejs": {
4881
+ "version": "6.0.1",
4882
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
4883
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
4884
+ "license": "Apache-2.0",
4885
+ "bin": {
4886
+ "ejs": "bin/cli.js"
4887
+ },
4888
+ "engines": {
4889
+ "node": ">=0.12.18"
4890
+ }
4891
+ },
4601
4892
  "node_modules/@salesforce/plugin-agent/node_modules/glob": {
4602
4893
  "version": "11.1.0",
4603
4894
  "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
@@ -4621,6 +4912,38 @@
4621
4912
  "url": "https://github.com/sponsors/isaacs"
4622
4913
  }
4623
4914
  },
4915
+ "node_modules/@salesforce/plugin-agent/node_modules/supports-color": {
4916
+ "version": "8.1.1",
4917
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4918
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4919
+ "license": "MIT",
4920
+ "dependencies": {
4921
+ "has-flag": "^4.0.0"
4922
+ },
4923
+ "engines": {
4924
+ "node": ">=10"
4925
+ },
4926
+ "funding": {
4927
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4928
+ }
4929
+ },
4930
+ "node_modules/@salesforce/plugin-agent/node_modules/wrap-ansi": {
4931
+ "version": "7.0.0",
4932
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4933
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4934
+ "license": "MIT",
4935
+ "dependencies": {
4936
+ "ansi-styles": "^4.0.0",
4937
+ "string-width": "^4.1.0",
4938
+ "strip-ansi": "^6.0.0"
4939
+ },
4940
+ "engines": {
4941
+ "node": ">=10"
4942
+ },
4943
+ "funding": {
4944
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4945
+ }
4946
+ },
4624
4947
  "node_modules/@salesforce/plugin-apex": {
4625
4948
  "version": "4.1.1",
4626
4949
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-4.1.1.tgz",
@@ -4657,6 +4980,94 @@
4657
4980
  "node": ">=22.0.0"
4658
4981
  }
4659
4982
  },
4983
+ "node_modules/@salesforce/plugin-api/node_modules/@oclif/core": {
4984
+ "version": "4.14.0",
4985
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
4986
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
4987
+ "license": "MIT",
4988
+ "dependencies": {
4989
+ "ansi-escapes": "^4.3.2",
4990
+ "ansis": "^3.17.0",
4991
+ "clean-stack": "^3.0.1",
4992
+ "cli-spinners": "^2.9.2",
4993
+ "debug": "^4.4.3",
4994
+ "ejs": "^6",
4995
+ "get-package-type": "^0.1.0",
4996
+ "indent-string": "^4.0.0",
4997
+ "lilconfig": "^3.1.3",
4998
+ "minimatch": "^10.2.5",
4999
+ "semver": "^7.8.1",
5000
+ "string-width": "^4.2.3",
5001
+ "supports-color": "^8",
5002
+ "tinyglobby": "^0.2.17",
5003
+ "widest-line": "^3.1.0",
5004
+ "wordwrap": "^1.0.0",
5005
+ "wrap-ansi": "^7.0.0",
5006
+ "wsl-utils": "^0.4.0"
5007
+ },
5008
+ "engines": {
5009
+ "node": ">=18.0.0"
5010
+ }
5011
+ },
5012
+ "node_modules/@salesforce/plugin-api/node_modules/ansi-styles": {
5013
+ "version": "4.3.0",
5014
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5015
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5016
+ "license": "MIT",
5017
+ "dependencies": {
5018
+ "color-convert": "^2.0.1"
5019
+ },
5020
+ "engines": {
5021
+ "node": ">=8"
5022
+ },
5023
+ "funding": {
5024
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5025
+ }
5026
+ },
5027
+ "node_modules/@salesforce/plugin-api/node_modules/ejs": {
5028
+ "version": "6.0.1",
5029
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
5030
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5031
+ "license": "Apache-2.0",
5032
+ "bin": {
5033
+ "ejs": "bin/cli.js"
5034
+ },
5035
+ "engines": {
5036
+ "node": ">=0.12.18"
5037
+ }
5038
+ },
5039
+ "node_modules/@salesforce/plugin-api/node_modules/supports-color": {
5040
+ "version": "8.1.1",
5041
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5042
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5043
+ "license": "MIT",
5044
+ "dependencies": {
5045
+ "has-flag": "^4.0.0"
5046
+ },
5047
+ "engines": {
5048
+ "node": ">=10"
5049
+ },
5050
+ "funding": {
5051
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5052
+ }
5053
+ },
5054
+ "node_modules/@salesforce/plugin-api/node_modules/wrap-ansi": {
5055
+ "version": "7.0.0",
5056
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5057
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5058
+ "license": "MIT",
5059
+ "dependencies": {
5060
+ "ansi-styles": "^4.0.0",
5061
+ "string-width": "^4.1.0",
5062
+ "strip-ansi": "^6.0.0"
5063
+ },
5064
+ "engines": {
5065
+ "node": ">=10"
5066
+ },
5067
+ "funding": {
5068
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5069
+ }
5070
+ },
4660
5071
  "node_modules/@salesforce/plugin-auth": {
4661
5072
  "version": "5.0.6",
4662
5073
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.6.tgz",
@@ -4678,20 +5089,108 @@
4678
5089
  "node": ">=22.0.0"
4679
5090
  }
4680
5091
  },
4681
- "node_modules/@salesforce/plugin-command-reference": {
4682
- "version": "3.1.128",
4683
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.128.tgz",
4684
- "integrity": "sha512-n4STcLfMiFRvAjTqiYZ6bWElp45o8eJobrU/iHnA7mQdOhVFbUn3HGbJxFyA7zSBW8fMVh4NYrjgBOPgusuWUA==",
4685
- "dev": true,
4686
- "license": "Apache-2.0",
5092
+ "node_modules/@salesforce/plugin-auth/node_modules/@oclif/core": {
5093
+ "version": "4.14.0",
5094
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
5095
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
5096
+ "license": "MIT",
4687
5097
  "dependencies": {
4688
- "@oclif/core": "^4",
4689
- "@salesforce/core": "^8.32.6",
4690
- "@salesforce/kit": "^3.2.6",
4691
- "@salesforce/sf-plugins-core": "^12.2.28",
4692
- "@salesforce/ts-types": "^2.0.11",
4693
- "chalk": "^5.6.2",
4694
- "debug": "^4.4.3",
5098
+ "ansi-escapes": "^4.3.2",
5099
+ "ansis": "^3.17.0",
5100
+ "clean-stack": "^3.0.1",
5101
+ "cli-spinners": "^2.9.2",
5102
+ "debug": "^4.4.3",
5103
+ "ejs": "^6",
5104
+ "get-package-type": "^0.1.0",
5105
+ "indent-string": "^4.0.0",
5106
+ "lilconfig": "^3.1.3",
5107
+ "minimatch": "^10.2.5",
5108
+ "semver": "^7.8.1",
5109
+ "string-width": "^4.2.3",
5110
+ "supports-color": "^8",
5111
+ "tinyglobby": "^0.2.17",
5112
+ "widest-line": "^3.1.0",
5113
+ "wordwrap": "^1.0.0",
5114
+ "wrap-ansi": "^7.0.0",
5115
+ "wsl-utils": "^0.4.0"
5116
+ },
5117
+ "engines": {
5118
+ "node": ">=18.0.0"
5119
+ }
5120
+ },
5121
+ "node_modules/@salesforce/plugin-auth/node_modules/ansi-styles": {
5122
+ "version": "4.3.0",
5123
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5124
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5125
+ "license": "MIT",
5126
+ "dependencies": {
5127
+ "color-convert": "^2.0.1"
5128
+ },
5129
+ "engines": {
5130
+ "node": ">=8"
5131
+ },
5132
+ "funding": {
5133
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5134
+ }
5135
+ },
5136
+ "node_modules/@salesforce/plugin-auth/node_modules/ejs": {
5137
+ "version": "6.0.1",
5138
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
5139
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5140
+ "license": "Apache-2.0",
5141
+ "bin": {
5142
+ "ejs": "bin/cli.js"
5143
+ },
5144
+ "engines": {
5145
+ "node": ">=0.12.18"
5146
+ }
5147
+ },
5148
+ "node_modules/@salesforce/plugin-auth/node_modules/supports-color": {
5149
+ "version": "8.1.1",
5150
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5151
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5152
+ "license": "MIT",
5153
+ "dependencies": {
5154
+ "has-flag": "^4.0.0"
5155
+ },
5156
+ "engines": {
5157
+ "node": ">=10"
5158
+ },
5159
+ "funding": {
5160
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5161
+ }
5162
+ },
5163
+ "node_modules/@salesforce/plugin-auth/node_modules/wrap-ansi": {
5164
+ "version": "7.0.0",
5165
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5166
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5167
+ "license": "MIT",
5168
+ "dependencies": {
5169
+ "ansi-styles": "^4.0.0",
5170
+ "string-width": "^4.1.0",
5171
+ "strip-ansi": "^6.0.0"
5172
+ },
5173
+ "engines": {
5174
+ "node": ">=10"
5175
+ },
5176
+ "funding": {
5177
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5178
+ }
5179
+ },
5180
+ "node_modules/@salesforce/plugin-command-reference": {
5181
+ "version": "3.1.128",
5182
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.128.tgz",
5183
+ "integrity": "sha512-n4STcLfMiFRvAjTqiYZ6bWElp45o8eJobrU/iHnA7mQdOhVFbUn3HGbJxFyA7zSBW8fMVh4NYrjgBOPgusuWUA==",
5184
+ "dev": true,
5185
+ "license": "Apache-2.0",
5186
+ "dependencies": {
5187
+ "@oclif/core": "^4",
5188
+ "@salesforce/core": "^8.32.6",
5189
+ "@salesforce/kit": "^3.2.6",
5190
+ "@salesforce/sf-plugins-core": "^12.2.28",
5191
+ "@salesforce/ts-types": "^2.0.11",
5192
+ "chalk": "^5.6.2",
5193
+ "debug": "^4.4.3",
4695
5194
  "handlebars": "^4.7.9"
4696
5195
  },
4697
5196
  "engines": {
@@ -4785,6 +5284,147 @@
4785
5284
  }
4786
5285
  }
4787
5286
  },
5287
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
5288
+ "version": "4.14.0",
5289
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
5290
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
5291
+ "dev": true,
5292
+ "license": "MIT",
5293
+ "dependencies": {
5294
+ "ansi-escapes": "^4.3.2",
5295
+ "ansis": "^3.17.0",
5296
+ "clean-stack": "^3.0.1",
5297
+ "cli-spinners": "^2.9.2",
5298
+ "debug": "^4.4.3",
5299
+ "ejs": "^6",
5300
+ "get-package-type": "^0.1.0",
5301
+ "indent-string": "^4.0.0",
5302
+ "lilconfig": "^3.1.3",
5303
+ "minimatch": "^10.2.5",
5304
+ "semver": "^7.8.1",
5305
+ "string-width": "^4.2.3",
5306
+ "supports-color": "^8",
5307
+ "tinyglobby": "^0.2.17",
5308
+ "widest-line": "^3.1.0",
5309
+ "wordwrap": "^1.0.0",
5310
+ "wrap-ansi": "^7.0.0",
5311
+ "wsl-utils": "^0.4.0"
5312
+ },
5313
+ "engines": {
5314
+ "node": ">=18.0.0"
5315
+ }
5316
+ },
5317
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table": {
5318
+ "version": "0.5.9",
5319
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.9.tgz",
5320
+ "integrity": "sha512-/bvSRF38rrZ8O3hsChEKb98bEpmY7GAMeMU5hRkt73RCEoAo1UuRKX4IO0zlkD6UooSs30LfEMJeSU2NZOkndA==",
5321
+ "dev": true,
5322
+ "license": "MIT",
5323
+ "dependencies": {
5324
+ "@types/react": "^18.3.12",
5325
+ "change-case": "^5.4.4",
5326
+ "cli-truncate": "^4.0.0",
5327
+ "ink": "5.0.1",
5328
+ "natural-orderby": "^3.0.2",
5329
+ "object-hash": "^3.0.0",
5330
+ "react": "^18.3.1",
5331
+ "string-width": "^8.2.1",
5332
+ "strip-ansi": "^7.2.0",
5333
+ "wrap-ansi": "^9.0.2"
5334
+ },
5335
+ "engines": {
5336
+ "node": ">=18.0.0"
5337
+ }
5338
+ },
5339
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/ansi-styles": {
5340
+ "version": "6.2.3",
5341
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
5342
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
5343
+ "dev": true,
5344
+ "license": "MIT",
5345
+ "engines": {
5346
+ "node": ">=12"
5347
+ },
5348
+ "funding": {
5349
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5350
+ }
5351
+ },
5352
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/change-case": {
5353
+ "version": "5.4.4",
5354
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
5355
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
5356
+ "dev": true,
5357
+ "license": "MIT"
5358
+ },
5359
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/string-width": {
5360
+ "version": "8.2.2",
5361
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
5362
+ "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
5363
+ "dev": true,
5364
+ "license": "MIT",
5365
+ "dependencies": {
5366
+ "get-east-asian-width": "^1.5.0",
5367
+ "strip-ansi": "^7.1.2"
5368
+ },
5369
+ "engines": {
5370
+ "node": ">=20"
5371
+ },
5372
+ "funding": {
5373
+ "url": "https://github.com/sponsors/sindresorhus"
5374
+ }
5375
+ },
5376
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/strip-ansi": {
5377
+ "version": "7.2.0",
5378
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
5379
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
5380
+ "dev": true,
5381
+ "license": "MIT",
5382
+ "dependencies": {
5383
+ "ansi-regex": "^6.2.2"
5384
+ },
5385
+ "engines": {
5386
+ "node": ">=12"
5387
+ },
5388
+ "funding": {
5389
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5390
+ }
5391
+ },
5392
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi": {
5393
+ "version": "9.0.2",
5394
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
5395
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
5396
+ "dev": true,
5397
+ "license": "MIT",
5398
+ "dependencies": {
5399
+ "ansi-styles": "^6.2.1",
5400
+ "string-width": "^7.0.0",
5401
+ "strip-ansi": "^7.1.0"
5402
+ },
5403
+ "engines": {
5404
+ "node": ">=18"
5405
+ },
5406
+ "funding": {
5407
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5408
+ }
5409
+ },
5410
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
5411
+ "version": "7.2.0",
5412
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5413
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5414
+ "dev": true,
5415
+ "license": "MIT",
5416
+ "dependencies": {
5417
+ "emoji-regex": "^10.3.0",
5418
+ "get-east-asian-width": "^1.0.0",
5419
+ "strip-ansi": "^7.1.0"
5420
+ },
5421
+ "engines": {
5422
+ "node": ">=18"
5423
+ },
5424
+ "funding": {
5425
+ "url": "https://github.com/sponsors/sindresorhus"
5426
+ }
5427
+ },
4788
5428
  "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
4789
5429
  "version": "8.32.6",
4790
5430
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
@@ -4858,6 +5498,35 @@
4858
5498
  "node": ">=18.0.0"
4859
5499
  }
4860
5500
  },
5501
+ "node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
5502
+ "version": "6.2.2",
5503
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
5504
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
5505
+ "dev": true,
5506
+ "license": "MIT",
5507
+ "engines": {
5508
+ "node": ">=12"
5509
+ },
5510
+ "funding": {
5511
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5512
+ }
5513
+ },
5514
+ "node_modules/@salesforce/plugin-command-reference/node_modules/ansi-styles": {
5515
+ "version": "4.3.0",
5516
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5517
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5518
+ "dev": true,
5519
+ "license": "MIT",
5520
+ "dependencies": {
5521
+ "color-convert": "^2.0.1"
5522
+ },
5523
+ "engines": {
5524
+ "node": ">=8"
5525
+ },
5526
+ "funding": {
5527
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5528
+ }
5529
+ },
4861
5530
  "node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
4862
5531
  "version": "5.6.2",
4863
5532
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -4871,10 +5540,51 @@
4871
5540
  "url": "https://github.com/chalk/chalk?sponsor=1"
4872
5541
  }
4873
5542
  },
4874
- "node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
4875
- "version": "3.0.0",
4876
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
4877
- "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
5543
+ "node_modules/@salesforce/plugin-command-reference/node_modules/change-case": {
5544
+ "version": "4.1.2",
5545
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
5546
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
5547
+ "dev": true,
5548
+ "license": "MIT",
5549
+ "dependencies": {
5550
+ "camel-case": "^4.1.2",
5551
+ "capital-case": "^1.0.4",
5552
+ "constant-case": "^3.0.4",
5553
+ "dot-case": "^3.0.4",
5554
+ "header-case": "^2.0.4",
5555
+ "no-case": "^3.0.4",
5556
+ "param-case": "^3.0.4",
5557
+ "pascal-case": "^3.1.2",
5558
+ "path-case": "^3.0.4",
5559
+ "sentence-case": "^3.0.4",
5560
+ "snake-case": "^3.0.4",
5561
+ "tslib": "^2.0.3"
5562
+ }
5563
+ },
5564
+ "node_modules/@salesforce/plugin-command-reference/node_modules/ejs": {
5565
+ "version": "6.0.1",
5566
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
5567
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5568
+ "dev": true,
5569
+ "license": "Apache-2.0",
5570
+ "bin": {
5571
+ "ejs": "bin/cli.js"
5572
+ },
5573
+ "engines": {
5574
+ "node": ">=0.12.18"
5575
+ }
5576
+ },
5577
+ "node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
5578
+ "version": "10.6.0",
5579
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
5580
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
5581
+ "dev": true,
5582
+ "license": "MIT"
5583
+ },
5584
+ "node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
5585
+ "version": "3.0.0",
5586
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
5587
+ "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
4878
5588
  "dev": true,
4879
5589
  "license": "ISC",
4880
5590
  "engines": {
@@ -4894,6 +5604,40 @@
4894
5604
  "url": "https://github.com/sponsors/isaacs"
4895
5605
  }
4896
5606
  },
5607
+ "node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
5608
+ "version": "8.1.1",
5609
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5610
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5611
+ "dev": true,
5612
+ "license": "MIT",
5613
+ "dependencies": {
5614
+ "has-flag": "^4.0.0"
5615
+ },
5616
+ "engines": {
5617
+ "node": ">=10"
5618
+ },
5619
+ "funding": {
5620
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5621
+ }
5622
+ },
5623
+ "node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi": {
5624
+ "version": "7.0.0",
5625
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5626
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5627
+ "dev": true,
5628
+ "license": "MIT",
5629
+ "dependencies": {
5630
+ "ansi-styles": "^4.0.0",
5631
+ "string-width": "^4.1.0",
5632
+ "strip-ansi": "^6.0.0"
5633
+ },
5634
+ "engines": {
5635
+ "node": ">=10"
5636
+ },
5637
+ "funding": {
5638
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5639
+ }
5640
+ },
4897
5641
  "node_modules/@salesforce/plugin-data": {
4898
5642
  "version": "5.1.7",
4899
5643
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.7.tgz",
@@ -4919,28 +5663,22 @@
4919
5663
  "node": ">=22.0.0"
4920
5664
  }
4921
5665
  },
4922
- "node_modules/@salesforce/plugin-data/node_modules/change-case": {
4923
- "version": "5.4.4",
4924
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
4925
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
4926
- "license": "MIT"
4927
- },
4928
5666
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4929
- "version": "4.1.2",
4930
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.2.tgz",
4931
- "integrity": "sha512-1edOUL/fojpNJOJO4ur2MRA0jaEyMzqF4GzHBKtLBsZjTCWeygSZsANTJPoAMUI2P6zJ7h1BXsSm2NcihW1shA==",
5667
+ "version": "4.2.0",
5668
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.2.0.tgz",
5669
+ "integrity": "sha512-/ulUlBaf6bywJAePEssPkh0rDvYPwuWs7fWCLCvBHfbE2KWMT6a9WE+R42v6+xNrHvYzW3Wx1StaRNSHHaDaww==",
4932
5670
  "license": "Apache-2.0",
4933
5671
  "dependencies": {
4934
5672
  "@inquirer/prompts": "^7.8.3",
4935
5673
  "@oclif/core": "^4.13.3",
4936
5674
  "@oclif/multi-stage-output": "^0.8.42",
4937
5675
  "@salesforce/apex-node": "^9.0.0",
4938
- "@salesforce/core": "^9.1.2",
5676
+ "@salesforce/core": "^9.1.7",
4939
5677
  "@salesforce/kit": "^4.0.0",
4940
5678
  "@salesforce/plugin-info": "^4.0.0",
4941
5679
  "@salesforce/sf-plugins-core": "^13.0.0",
4942
- "@salesforce/source-deploy-retrieve": "^13.1.1",
4943
- "@salesforce/source-tracking": "^8.1.0",
5680
+ "@salesforce/source-deploy-retrieve": "^13.3.0",
5681
+ "@salesforce/source-tracking": "^8.1.1",
4944
5682
  "@salesforce/ts-types": "^3.0.0",
4945
5683
  "ansis": "^3.17.0",
4946
5684
  "terminal-link": "^3.0.0"
@@ -4949,6 +5687,94 @@
4949
5687
  "node": ">=22.0.0"
4950
5688
  }
4951
5689
  },
5690
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/core": {
5691
+ "version": "4.14.0",
5692
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
5693
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
5694
+ "license": "MIT",
5695
+ "dependencies": {
5696
+ "ansi-escapes": "^4.3.2",
5697
+ "ansis": "^3.17.0",
5698
+ "clean-stack": "^3.0.1",
5699
+ "cli-spinners": "^2.9.2",
5700
+ "debug": "^4.4.3",
5701
+ "ejs": "^6",
5702
+ "get-package-type": "^0.1.0",
5703
+ "indent-string": "^4.0.0",
5704
+ "lilconfig": "^3.1.3",
5705
+ "minimatch": "^10.2.5",
5706
+ "semver": "^7.8.1",
5707
+ "string-width": "^4.2.3",
5708
+ "supports-color": "^8",
5709
+ "tinyglobby": "^0.2.17",
5710
+ "widest-line": "^3.1.0",
5711
+ "wordwrap": "^1.0.0",
5712
+ "wrap-ansi": "^7.0.0",
5713
+ "wsl-utils": "^0.4.0"
5714
+ },
5715
+ "engines": {
5716
+ "node": ">=18.0.0"
5717
+ }
5718
+ },
5719
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ansi-styles": {
5720
+ "version": "4.3.0",
5721
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5722
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5723
+ "license": "MIT",
5724
+ "dependencies": {
5725
+ "color-convert": "^2.0.1"
5726
+ },
5727
+ "engines": {
5728
+ "node": ">=8"
5729
+ },
5730
+ "funding": {
5731
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5732
+ }
5733
+ },
5734
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ejs": {
5735
+ "version": "6.0.1",
5736
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
5737
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5738
+ "license": "Apache-2.0",
5739
+ "bin": {
5740
+ "ejs": "bin/cli.js"
5741
+ },
5742
+ "engines": {
5743
+ "node": ">=0.12.18"
5744
+ }
5745
+ },
5746
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/supports-color": {
5747
+ "version": "8.1.1",
5748
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5749
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5750
+ "license": "MIT",
5751
+ "dependencies": {
5752
+ "has-flag": "^4.0.0"
5753
+ },
5754
+ "engines": {
5755
+ "node": ">=10"
5756
+ },
5757
+ "funding": {
5758
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5759
+ }
5760
+ },
5761
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/wrap-ansi": {
5762
+ "version": "7.0.0",
5763
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5764
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5765
+ "license": "MIT",
5766
+ "dependencies": {
5767
+ "ansi-styles": "^4.0.0",
5768
+ "string-width": "^4.1.0",
5769
+ "strip-ansi": "^6.0.0"
5770
+ },
5771
+ "engines": {
5772
+ "node": ">=10"
5773
+ },
5774
+ "funding": {
5775
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5776
+ }
5777
+ },
4952
5778
  "node_modules/@salesforce/plugin-info": {
4953
5779
  "version": "4.0.9",
4954
5780
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.9.tgz",
@@ -4973,6 +5799,78 @@
4973
5799
  "node": ">=22.0.0"
4974
5800
  }
4975
5801
  },
5802
+ "node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
5803
+ "version": "4.14.0",
5804
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
5805
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
5806
+ "license": "MIT",
5807
+ "dependencies": {
5808
+ "ansi-escapes": "^4.3.2",
5809
+ "ansis": "^3.17.0",
5810
+ "clean-stack": "^3.0.1",
5811
+ "cli-spinners": "^2.9.2",
5812
+ "debug": "^4.4.3",
5813
+ "ejs": "^6",
5814
+ "get-package-type": "^0.1.0",
5815
+ "indent-string": "^4.0.0",
5816
+ "lilconfig": "^3.1.3",
5817
+ "minimatch": "^10.2.5",
5818
+ "semver": "^7.8.1",
5819
+ "string-width": "^4.2.3",
5820
+ "supports-color": "^8",
5821
+ "tinyglobby": "^0.2.17",
5822
+ "widest-line": "^3.1.0",
5823
+ "wordwrap": "^1.0.0",
5824
+ "wrap-ansi": "^7.0.0",
5825
+ "wsl-utils": "^0.4.0"
5826
+ },
5827
+ "engines": {
5828
+ "node": ">=18.0.0"
5829
+ }
5830
+ },
5831
+ "node_modules/@salesforce/plugin-info/node_modules/@oclif/core/node_modules/wsl-utils": {
5832
+ "version": "0.4.0",
5833
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
5834
+ "integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
5835
+ "license": "MIT",
5836
+ "dependencies": {
5837
+ "is-wsl": "^3.1.0",
5838
+ "powershell-utils": "^0.1.0"
5839
+ },
5840
+ "engines": {
5841
+ "node": ">=20"
5842
+ },
5843
+ "funding": {
5844
+ "url": "https://github.com/sponsors/sindresorhus"
5845
+ }
5846
+ },
5847
+ "node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
5848
+ "version": "4.3.0",
5849
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5850
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5851
+ "license": "MIT",
5852
+ "dependencies": {
5853
+ "color-convert": "^2.0.1"
5854
+ },
5855
+ "engines": {
5856
+ "node": ">=8"
5857
+ },
5858
+ "funding": {
5859
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5860
+ }
5861
+ },
5862
+ "node_modules/@salesforce/plugin-info/node_modules/ejs": {
5863
+ "version": "6.0.1",
5864
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
5865
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5866
+ "license": "Apache-2.0",
5867
+ "bin": {
5868
+ "ejs": "bin/cli.js"
5869
+ },
5870
+ "engines": {
5871
+ "node": ">=0.12.18"
5872
+ }
5873
+ },
4976
5874
  "node_modules/@salesforce/plugin-info/node_modules/open": {
4977
5875
  "version": "10.2.0",
4978
5876
  "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
@@ -4991,26 +5889,58 @@
4991
5889
  "url": "https://github.com/sponsors/sindresorhus"
4992
5890
  }
4993
5891
  },
4994
- "node_modules/@salesforce/plugin-info/node_modules/wsl-utils": {
4995
- "version": "0.1.0",
4996
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
4997
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
5892
+ "node_modules/@salesforce/plugin-info/node_modules/supports-color": {
5893
+ "version": "8.1.1",
5894
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5895
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4998
5896
  "license": "MIT",
4999
5897
  "dependencies": {
5000
- "is-wsl": "^3.1.0"
5898
+ "has-flag": "^4.0.0"
5001
5899
  },
5002
5900
  "engines": {
5003
- "node": ">=18"
5901
+ "node": ">=10"
5004
5902
  },
5005
5903
  "funding": {
5006
- "url": "https://github.com/sponsors/sindresorhus"
5904
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5007
5905
  }
5008
5906
  },
5009
- "node_modules/@salesforce/plugin-limits": {
5010
- "version": "4.0.4",
5011
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.4.tgz",
5012
- "integrity": "sha512-sdgMl0UGjxFvFs7+gFjx6LAp7KmoQyWGi5vqbePtAZFWpNPqCt3jpWstoIb4PDqFc3uNy7AcMV4PmEknsTJ1sQ==",
5013
- "license": "Apache-2.0",
5907
+ "node_modules/@salesforce/plugin-info/node_modules/wrap-ansi": {
5908
+ "version": "7.0.0",
5909
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5910
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5911
+ "license": "MIT",
5912
+ "dependencies": {
5913
+ "ansi-styles": "^4.0.0",
5914
+ "string-width": "^4.1.0",
5915
+ "strip-ansi": "^6.0.0"
5916
+ },
5917
+ "engines": {
5918
+ "node": ">=10"
5919
+ },
5920
+ "funding": {
5921
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5922
+ }
5923
+ },
5924
+ "node_modules/@salesforce/plugin-info/node_modules/wsl-utils": {
5925
+ "version": "0.1.0",
5926
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
5927
+ "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
5928
+ "license": "MIT",
5929
+ "dependencies": {
5930
+ "is-wsl": "^3.1.0"
5931
+ },
5932
+ "engines": {
5933
+ "node": ">=18"
5934
+ },
5935
+ "funding": {
5936
+ "url": "https://github.com/sponsors/sindresorhus"
5937
+ }
5938
+ },
5939
+ "node_modules/@salesforce/plugin-limits": {
5940
+ "version": "4.0.4",
5941
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.4.tgz",
5942
+ "integrity": "sha512-sdgMl0UGjxFvFs7+gFjx6LAp7KmoQyWGi5vqbePtAZFWpNPqCt3jpWstoIb4PDqFc3uNy7AcMV4PmEknsTJ1sQ==",
5943
+ "license": "Apache-2.0",
5014
5944
  "dependencies": {
5015
5945
  "@salesforce/core": "^9.1.0",
5016
5946
  "@salesforce/sf-plugins-core": "^13.0.0"
@@ -5058,11 +5988,93 @@
5058
5988
  "node": ">=22.0.0"
5059
5989
  }
5060
5990
  },
5061
- "node_modules/@salesforce/plugin-org/node_modules/change-case": {
5062
- "version": "5.4.4",
5063
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
5064
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
5065
- "license": "MIT"
5991
+ "node_modules/@salesforce/plugin-org/node_modules/@oclif/core": {
5992
+ "version": "4.14.0",
5993
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
5994
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
5995
+ "license": "MIT",
5996
+ "dependencies": {
5997
+ "ansi-escapes": "^4.3.2",
5998
+ "ansis": "^3.17.0",
5999
+ "clean-stack": "^3.0.1",
6000
+ "cli-spinners": "^2.9.2",
6001
+ "debug": "^4.4.3",
6002
+ "ejs": "^6",
6003
+ "get-package-type": "^0.1.0",
6004
+ "indent-string": "^4.0.0",
6005
+ "lilconfig": "^3.1.3",
6006
+ "minimatch": "^10.2.5",
6007
+ "semver": "^7.8.1",
6008
+ "string-width": "^4.2.3",
6009
+ "supports-color": "^8",
6010
+ "tinyglobby": "^0.2.17",
6011
+ "widest-line": "^3.1.0",
6012
+ "wordwrap": "^1.0.0",
6013
+ "wrap-ansi": "^7.0.0",
6014
+ "wsl-utils": "^0.4.0"
6015
+ },
6016
+ "engines": {
6017
+ "node": ">=18.0.0"
6018
+ }
6019
+ },
6020
+ "node_modules/@salesforce/plugin-org/node_modules/ansi-styles": {
6021
+ "version": "4.3.0",
6022
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6023
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6024
+ "license": "MIT",
6025
+ "dependencies": {
6026
+ "color-convert": "^2.0.1"
6027
+ },
6028
+ "engines": {
6029
+ "node": ">=8"
6030
+ },
6031
+ "funding": {
6032
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6033
+ }
6034
+ },
6035
+ "node_modules/@salesforce/plugin-org/node_modules/ejs": {
6036
+ "version": "6.0.1",
6037
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6038
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6039
+ "license": "Apache-2.0",
6040
+ "bin": {
6041
+ "ejs": "bin/cli.js"
6042
+ },
6043
+ "engines": {
6044
+ "node": ">=0.12.18"
6045
+ }
6046
+ },
6047
+ "node_modules/@salesforce/plugin-org/node_modules/supports-color": {
6048
+ "version": "8.1.1",
6049
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6050
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6051
+ "license": "MIT",
6052
+ "dependencies": {
6053
+ "has-flag": "^4.0.0"
6054
+ },
6055
+ "engines": {
6056
+ "node": ">=10"
6057
+ },
6058
+ "funding": {
6059
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6060
+ }
6061
+ },
6062
+ "node_modules/@salesforce/plugin-org/node_modules/wrap-ansi": {
6063
+ "version": "7.0.0",
6064
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6065
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6066
+ "license": "MIT",
6067
+ "dependencies": {
6068
+ "ansi-styles": "^4.0.0",
6069
+ "string-width": "^4.1.0",
6070
+ "strip-ansi": "^6.0.0"
6071
+ },
6072
+ "engines": {
6073
+ "node": ">=10"
6074
+ },
6075
+ "funding": {
6076
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6077
+ }
5066
6078
  },
5067
6079
  "node_modules/@salesforce/plugin-packaging": {
5068
6080
  "version": "3.0.6",
@@ -5082,6 +6094,50 @@
5082
6094
  "node": ">=22.0.0"
5083
6095
  }
5084
6096
  },
6097
+ "node_modules/@salesforce/plugin-packaging/node_modules/@oclif/core": {
6098
+ "version": "4.14.0",
6099
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6100
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6101
+ "license": "MIT",
6102
+ "dependencies": {
6103
+ "ansi-escapes": "^4.3.2",
6104
+ "ansis": "^3.17.0",
6105
+ "clean-stack": "^3.0.1",
6106
+ "cli-spinners": "^2.9.2",
6107
+ "debug": "^4.4.3",
6108
+ "ejs": "^6",
6109
+ "get-package-type": "^0.1.0",
6110
+ "indent-string": "^4.0.0",
6111
+ "lilconfig": "^3.1.3",
6112
+ "minimatch": "^10.2.5",
6113
+ "semver": "^7.8.1",
6114
+ "string-width": "^4.2.3",
6115
+ "supports-color": "^8",
6116
+ "tinyglobby": "^0.2.17",
6117
+ "widest-line": "^3.1.0",
6118
+ "wordwrap": "^1.0.0",
6119
+ "wrap-ansi": "^7.0.0",
6120
+ "wsl-utils": "^0.4.0"
6121
+ },
6122
+ "engines": {
6123
+ "node": ">=18.0.0"
6124
+ }
6125
+ },
6126
+ "node_modules/@salesforce/plugin-packaging/node_modules/ansi-styles": {
6127
+ "version": "4.3.0",
6128
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6129
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6130
+ "license": "MIT",
6131
+ "dependencies": {
6132
+ "color-convert": "^2.0.1"
6133
+ },
6134
+ "engines": {
6135
+ "node": ">=8"
6136
+ },
6137
+ "funding": {
6138
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6139
+ }
6140
+ },
5085
6141
  "node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
5086
6142
  "version": "5.6.2",
5087
6143
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -5094,6 +6150,50 @@
5094
6150
  "url": "https://github.com/chalk/chalk?sponsor=1"
5095
6151
  }
5096
6152
  },
6153
+ "node_modules/@salesforce/plugin-packaging/node_modules/ejs": {
6154
+ "version": "6.0.1",
6155
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6156
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6157
+ "license": "Apache-2.0",
6158
+ "bin": {
6159
+ "ejs": "bin/cli.js"
6160
+ },
6161
+ "engines": {
6162
+ "node": ">=0.12.18"
6163
+ }
6164
+ },
6165
+ "node_modules/@salesforce/plugin-packaging/node_modules/supports-color": {
6166
+ "version": "8.1.1",
6167
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6168
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6169
+ "license": "MIT",
6170
+ "dependencies": {
6171
+ "has-flag": "^4.0.0"
6172
+ },
6173
+ "engines": {
6174
+ "node": ">=10"
6175
+ },
6176
+ "funding": {
6177
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6178
+ }
6179
+ },
6180
+ "node_modules/@salesforce/plugin-packaging/node_modules/wrap-ansi": {
6181
+ "version": "7.0.0",
6182
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6183
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6184
+ "license": "MIT",
6185
+ "dependencies": {
6186
+ "ansi-styles": "^4.0.0",
6187
+ "string-width": "^4.1.0",
6188
+ "strip-ansi": "^6.0.0"
6189
+ },
6190
+ "engines": {
6191
+ "node": ">=10"
6192
+ },
6193
+ "funding": {
6194
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6195
+ }
6196
+ },
5097
6197
  "node_modules/@salesforce/plugin-release-management": {
5098
6198
  "version": "6.0.1",
5099
6199
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-6.0.1.tgz",
@@ -5133,6 +6233,36 @@
5133
6233
  "node": ">=22.0.0"
5134
6234
  }
5135
6235
  },
6236
+ "node_modules/@salesforce/plugin-release-management/node_modules/@oclif/core": {
6237
+ "version": "4.14.0",
6238
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6239
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6240
+ "dev": true,
6241
+ "license": "MIT",
6242
+ "dependencies": {
6243
+ "ansi-escapes": "^4.3.2",
6244
+ "ansis": "^3.17.0",
6245
+ "clean-stack": "^3.0.1",
6246
+ "cli-spinners": "^2.9.2",
6247
+ "debug": "^4.4.3",
6248
+ "ejs": "^6",
6249
+ "get-package-type": "^0.1.0",
6250
+ "indent-string": "^4.0.0",
6251
+ "lilconfig": "^3.1.3",
6252
+ "minimatch": "^10.2.5",
6253
+ "semver": "^7.8.1",
6254
+ "string-width": "^4.2.3",
6255
+ "supports-color": "^8",
6256
+ "tinyglobby": "^0.2.17",
6257
+ "widest-line": "^3.1.0",
6258
+ "wordwrap": "^1.0.0",
6259
+ "wrap-ansi": "^7.0.0",
6260
+ "wsl-utils": "^0.4.0"
6261
+ },
6262
+ "engines": {
6263
+ "node": ">=18.0.0"
6264
+ }
6265
+ },
5136
6266
  "node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/ts-types": {
5137
6267
  "version": "2.0.12",
5138
6268
  "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
@@ -5143,67 +6273,394 @@
5143
6273
  "node": ">=18.0.0"
5144
6274
  }
5145
6275
  },
5146
- "node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
5147
- "version": "5.6.2",
5148
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
5149
- "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
5150
- "dev": true,
6276
+ "node_modules/@salesforce/plugin-release-management/node_modules/ansi-styles": {
6277
+ "version": "4.3.0",
6278
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6279
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6280
+ "dev": true,
6281
+ "license": "MIT",
6282
+ "dependencies": {
6283
+ "color-convert": "^2.0.1"
6284
+ },
6285
+ "engines": {
6286
+ "node": ">=8"
6287
+ },
6288
+ "funding": {
6289
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6290
+ }
6291
+ },
6292
+ "node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
6293
+ "version": "5.6.2",
6294
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
6295
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
6296
+ "dev": true,
6297
+ "license": "MIT",
6298
+ "engines": {
6299
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
6300
+ },
6301
+ "funding": {
6302
+ "url": "https://github.com/chalk/chalk?sponsor=1"
6303
+ }
6304
+ },
6305
+ "node_modules/@salesforce/plugin-release-management/node_modules/ejs": {
6306
+ "version": "6.0.1",
6307
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6308
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6309
+ "dev": true,
6310
+ "license": "Apache-2.0",
6311
+ "bin": {
6312
+ "ejs": "bin/cli.js"
6313
+ },
6314
+ "engines": {
6315
+ "node": ">=0.12.18"
6316
+ }
6317
+ },
6318
+ "node_modules/@salesforce/plugin-release-management/node_modules/supports-color": {
6319
+ "version": "8.1.1",
6320
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6321
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6322
+ "dev": true,
6323
+ "license": "MIT",
6324
+ "dependencies": {
6325
+ "has-flag": "^4.0.0"
6326
+ },
6327
+ "engines": {
6328
+ "node": ">=10"
6329
+ },
6330
+ "funding": {
6331
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6332
+ }
6333
+ },
6334
+ "node_modules/@salesforce/plugin-release-management/node_modules/wrap-ansi": {
6335
+ "version": "7.0.0",
6336
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6337
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6338
+ "dev": true,
6339
+ "license": "MIT",
6340
+ "dependencies": {
6341
+ "ansi-styles": "^4.0.0",
6342
+ "string-width": "^4.1.0",
6343
+ "strip-ansi": "^6.0.0"
6344
+ },
6345
+ "engines": {
6346
+ "node": ">=10"
6347
+ },
6348
+ "funding": {
6349
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6350
+ }
6351
+ },
6352
+ "node_modules/@salesforce/plugin-schema": {
6353
+ "version": "4.0.6",
6354
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.6.tgz",
6355
+ "integrity": "sha512-LGhUs65yrbGh6gUagDSVDB1Uz7eRqNGN2pwl9gvC/PLwHg/l+Tf2trQdKc0BAbNGf5IWztj0/Xu7jRO7PVivJA==",
6356
+ "license": "Apache-2.0",
6357
+ "dependencies": {
6358
+ "@oclif/core": "^4",
6359
+ "@salesforce/core": "^9.1.0",
6360
+ "@salesforce/sf-plugins-core": "^13.0.0"
6361
+ },
6362
+ "engines": {
6363
+ "node": ">=22.0.0"
6364
+ }
6365
+ },
6366
+ "node_modules/@salesforce/plugin-schema/node_modules/@oclif/core": {
6367
+ "version": "4.14.0",
6368
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6369
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6370
+ "license": "MIT",
6371
+ "dependencies": {
6372
+ "ansi-escapes": "^4.3.2",
6373
+ "ansis": "^3.17.0",
6374
+ "clean-stack": "^3.0.1",
6375
+ "cli-spinners": "^2.9.2",
6376
+ "debug": "^4.4.3",
6377
+ "ejs": "^6",
6378
+ "get-package-type": "^0.1.0",
6379
+ "indent-string": "^4.0.0",
6380
+ "lilconfig": "^3.1.3",
6381
+ "minimatch": "^10.2.5",
6382
+ "semver": "^7.8.1",
6383
+ "string-width": "^4.2.3",
6384
+ "supports-color": "^8",
6385
+ "tinyglobby": "^0.2.17",
6386
+ "widest-line": "^3.1.0",
6387
+ "wordwrap": "^1.0.0",
6388
+ "wrap-ansi": "^7.0.0",
6389
+ "wsl-utils": "^0.4.0"
6390
+ },
6391
+ "engines": {
6392
+ "node": ">=18.0.0"
6393
+ }
6394
+ },
6395
+ "node_modules/@salesforce/plugin-schema/node_modules/ansi-styles": {
6396
+ "version": "4.3.0",
6397
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6398
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6399
+ "license": "MIT",
6400
+ "dependencies": {
6401
+ "color-convert": "^2.0.1"
6402
+ },
6403
+ "engines": {
6404
+ "node": ">=8"
6405
+ },
6406
+ "funding": {
6407
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6408
+ }
6409
+ },
6410
+ "node_modules/@salesforce/plugin-schema/node_modules/ejs": {
6411
+ "version": "6.0.1",
6412
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6413
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6414
+ "license": "Apache-2.0",
6415
+ "bin": {
6416
+ "ejs": "bin/cli.js"
6417
+ },
6418
+ "engines": {
6419
+ "node": ">=0.12.18"
6420
+ }
6421
+ },
6422
+ "node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
6423
+ "version": "8.1.1",
6424
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6425
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6426
+ "license": "MIT",
6427
+ "dependencies": {
6428
+ "has-flag": "^4.0.0"
6429
+ },
6430
+ "engines": {
6431
+ "node": ">=10"
6432
+ },
6433
+ "funding": {
6434
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6435
+ }
6436
+ },
6437
+ "node_modules/@salesforce/plugin-schema/node_modules/wrap-ansi": {
6438
+ "version": "7.0.0",
6439
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6440
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6441
+ "license": "MIT",
6442
+ "dependencies": {
6443
+ "ansi-styles": "^4.0.0",
6444
+ "string-width": "^4.1.0",
6445
+ "strip-ansi": "^6.0.0"
6446
+ },
6447
+ "engines": {
6448
+ "node": ">=10"
6449
+ },
6450
+ "funding": {
6451
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6452
+ }
6453
+ },
6454
+ "node_modules/@salesforce/plugin-settings": {
6455
+ "version": "3.0.6",
6456
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.6.tgz",
6457
+ "integrity": "sha512-+IC79B9TRwHXanC6TnrX+xBx4xUaf30b+W9QW+l5g2CF2rRpqw+531zmWstaIm/UhXKBr9gOcEQV2mazocko/w==",
6458
+ "license": "Apache-2.0",
6459
+ "dependencies": {
6460
+ "@oclif/core": "^4",
6461
+ "@salesforce/core": "^9.1.0",
6462
+ "@salesforce/sf-plugins-core": "^13.0.0",
6463
+ "fast-levenshtein": "^3.0.0"
6464
+ },
6465
+ "engines": {
6466
+ "node": ">=22.0.0"
6467
+ }
6468
+ },
6469
+ "node_modules/@salesforce/plugin-settings/node_modules/@oclif/core": {
6470
+ "version": "4.14.0",
6471
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6472
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6473
+ "license": "MIT",
6474
+ "dependencies": {
6475
+ "ansi-escapes": "^4.3.2",
6476
+ "ansis": "^3.17.0",
6477
+ "clean-stack": "^3.0.1",
6478
+ "cli-spinners": "^2.9.2",
6479
+ "debug": "^4.4.3",
6480
+ "ejs": "^6",
6481
+ "get-package-type": "^0.1.0",
6482
+ "indent-string": "^4.0.0",
6483
+ "lilconfig": "^3.1.3",
6484
+ "minimatch": "^10.2.5",
6485
+ "semver": "^7.8.1",
6486
+ "string-width": "^4.2.3",
6487
+ "supports-color": "^8",
6488
+ "tinyglobby": "^0.2.17",
6489
+ "widest-line": "^3.1.0",
6490
+ "wordwrap": "^1.0.0",
6491
+ "wrap-ansi": "^7.0.0",
6492
+ "wsl-utils": "^0.4.0"
6493
+ },
6494
+ "engines": {
6495
+ "node": ">=18.0.0"
6496
+ }
6497
+ },
6498
+ "node_modules/@salesforce/plugin-settings/node_modules/ansi-styles": {
6499
+ "version": "4.3.0",
6500
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6501
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6502
+ "license": "MIT",
6503
+ "dependencies": {
6504
+ "color-convert": "^2.0.1"
6505
+ },
6506
+ "engines": {
6507
+ "node": ">=8"
6508
+ },
6509
+ "funding": {
6510
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6511
+ }
6512
+ },
6513
+ "node_modules/@salesforce/plugin-settings/node_modules/ejs": {
6514
+ "version": "6.0.1",
6515
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6516
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6517
+ "license": "Apache-2.0",
6518
+ "bin": {
6519
+ "ejs": "bin/cli.js"
6520
+ },
6521
+ "engines": {
6522
+ "node": ">=0.12.18"
6523
+ }
6524
+ },
6525
+ "node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
6526
+ "version": "8.1.1",
6527
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6528
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6529
+ "license": "MIT",
6530
+ "dependencies": {
6531
+ "has-flag": "^4.0.0"
6532
+ },
6533
+ "engines": {
6534
+ "node": ">=10"
6535
+ },
6536
+ "funding": {
6537
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6538
+ }
6539
+ },
6540
+ "node_modules/@salesforce/plugin-settings/node_modules/wrap-ansi": {
6541
+ "version": "7.0.0",
6542
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6543
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6544
+ "license": "MIT",
6545
+ "dependencies": {
6546
+ "ansi-styles": "^4.0.0",
6547
+ "string-width": "^4.1.0",
6548
+ "strip-ansi": "^6.0.0"
6549
+ },
6550
+ "engines": {
6551
+ "node": ">=10"
6552
+ },
6553
+ "funding": {
6554
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6555
+ }
6556
+ },
6557
+ "node_modules/@salesforce/plugin-sobject": {
6558
+ "version": "2.0.5",
6559
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.5.tgz",
6560
+ "integrity": "sha512-1meesZnkrK/coIM/lXD8vbG9Vb47SAUYNujiBSA/w9xvXk5h3vyDfaII51eogwszCpoXatueiBJfUb61WfrMpA==",
6561
+ "license": "Apache-2.0",
6562
+ "dependencies": {
6563
+ "@inquirer/confirm": "^3.2.0",
6564
+ "@inquirer/input": "^2.3.0",
6565
+ "@inquirer/select": "^2.5.0",
6566
+ "@oclif/core": "^4.13.3",
6567
+ "@salesforce/core": "^9.1.0",
6568
+ "@salesforce/kit": "^4.0.0",
6569
+ "@salesforce/sf-plugins-core": "^13.0.0",
6570
+ "fast-glob": "^3.3.3",
6571
+ "fast-xml-parser": "^5.10.1",
6572
+ "js2xmlparser": "^4.0.2"
6573
+ },
6574
+ "engines": {
6575
+ "node": ">=22.0.0"
6576
+ }
6577
+ },
6578
+ "node_modules/@salesforce/plugin-sobject/node_modules/@oclif/core": {
6579
+ "version": "4.14.0",
6580
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6581
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6582
+ "license": "MIT",
6583
+ "dependencies": {
6584
+ "ansi-escapes": "^4.3.2",
6585
+ "ansis": "^3.17.0",
6586
+ "clean-stack": "^3.0.1",
6587
+ "cli-spinners": "^2.9.2",
6588
+ "debug": "^4.4.3",
6589
+ "ejs": "^6",
6590
+ "get-package-type": "^0.1.0",
6591
+ "indent-string": "^4.0.0",
6592
+ "lilconfig": "^3.1.3",
6593
+ "minimatch": "^10.2.5",
6594
+ "semver": "^7.8.1",
6595
+ "string-width": "^4.2.3",
6596
+ "supports-color": "^8",
6597
+ "tinyglobby": "^0.2.17",
6598
+ "widest-line": "^3.1.0",
6599
+ "wordwrap": "^1.0.0",
6600
+ "wrap-ansi": "^7.0.0",
6601
+ "wsl-utils": "^0.4.0"
6602
+ },
6603
+ "engines": {
6604
+ "node": ">=18.0.0"
6605
+ }
6606
+ },
6607
+ "node_modules/@salesforce/plugin-sobject/node_modules/ansi-styles": {
6608
+ "version": "4.3.0",
6609
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6610
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5151
6611
  "license": "MIT",
6612
+ "dependencies": {
6613
+ "color-convert": "^2.0.1"
6614
+ },
5152
6615
  "engines": {
5153
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
6616
+ "node": ">=8"
5154
6617
  },
5155
6618
  "funding": {
5156
- "url": "https://github.com/chalk/chalk?sponsor=1"
6619
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5157
6620
  }
5158
6621
  },
5159
- "node_modules/@salesforce/plugin-schema": {
5160
- "version": "4.0.6",
5161
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.6.tgz",
5162
- "integrity": "sha512-LGhUs65yrbGh6gUagDSVDB1Uz7eRqNGN2pwl9gvC/PLwHg/l+Tf2trQdKc0BAbNGf5IWztj0/Xu7jRO7PVivJA==",
6622
+ "node_modules/@salesforce/plugin-sobject/node_modules/ejs": {
6623
+ "version": "6.0.1",
6624
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6625
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
5163
6626
  "license": "Apache-2.0",
5164
- "dependencies": {
5165
- "@oclif/core": "^4",
5166
- "@salesforce/core": "^9.1.0",
5167
- "@salesforce/sf-plugins-core": "^13.0.0"
6627
+ "bin": {
6628
+ "ejs": "bin/cli.js"
5168
6629
  },
5169
6630
  "engines": {
5170
- "node": ">=22.0.0"
6631
+ "node": ">=0.12.18"
5171
6632
  }
5172
6633
  },
5173
- "node_modules/@salesforce/plugin-settings": {
5174
- "version": "3.0.6",
5175
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.6.tgz",
5176
- "integrity": "sha512-+IC79B9TRwHXanC6TnrX+xBx4xUaf30b+W9QW+l5g2CF2rRpqw+531zmWstaIm/UhXKBr9gOcEQV2mazocko/w==",
5177
- "license": "Apache-2.0",
6634
+ "node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
6635
+ "version": "8.1.1",
6636
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6637
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6638
+ "license": "MIT",
5178
6639
  "dependencies": {
5179
- "@oclif/core": "^4",
5180
- "@salesforce/core": "^9.1.0",
5181
- "@salesforce/sf-plugins-core": "^13.0.0",
5182
- "fast-levenshtein": "^3.0.0"
6640
+ "has-flag": "^4.0.0"
5183
6641
  },
5184
6642
  "engines": {
5185
- "node": ">=22.0.0"
6643
+ "node": ">=10"
6644
+ },
6645
+ "funding": {
6646
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5186
6647
  }
5187
6648
  },
5188
- "node_modules/@salesforce/plugin-sobject": {
5189
- "version": "2.0.5",
5190
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.5.tgz",
5191
- "integrity": "sha512-1meesZnkrK/coIM/lXD8vbG9Vb47SAUYNujiBSA/w9xvXk5h3vyDfaII51eogwszCpoXatueiBJfUb61WfrMpA==",
5192
- "license": "Apache-2.0",
6649
+ "node_modules/@salesforce/plugin-sobject/node_modules/wrap-ansi": {
6650
+ "version": "7.0.0",
6651
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6652
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6653
+ "license": "MIT",
5193
6654
  "dependencies": {
5194
- "@inquirer/confirm": "^3.2.0",
5195
- "@inquirer/input": "^2.3.0",
5196
- "@inquirer/select": "^2.5.0",
5197
- "@oclif/core": "^4.13.3",
5198
- "@salesforce/core": "^9.1.0",
5199
- "@salesforce/kit": "^4.0.0",
5200
- "@salesforce/sf-plugins-core": "^13.0.0",
5201
- "fast-glob": "^3.3.3",
5202
- "fast-xml-parser": "^5.10.1",
5203
- "js2xmlparser": "^4.0.2"
6655
+ "ansi-styles": "^4.0.0",
6656
+ "string-width": "^4.1.0",
6657
+ "strip-ansi": "^6.0.0"
5204
6658
  },
5205
6659
  "engines": {
5206
- "node": ">=22.0.0"
6660
+ "node": ">=10"
6661
+ },
6662
+ "funding": {
6663
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5207
6664
  }
5208
6665
  },
5209
6666
  "node_modules/@salesforce/plugin-telemetry": {
@@ -5224,6 +6681,94 @@
5224
6681
  "node": ">=22.0.0"
5225
6682
  }
5226
6683
  },
6684
+ "node_modules/@salesforce/plugin-telemetry/node_modules/@oclif/core": {
6685
+ "version": "4.14.0",
6686
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6687
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6688
+ "license": "MIT",
6689
+ "dependencies": {
6690
+ "ansi-escapes": "^4.3.2",
6691
+ "ansis": "^3.17.0",
6692
+ "clean-stack": "^3.0.1",
6693
+ "cli-spinners": "^2.9.2",
6694
+ "debug": "^4.4.3",
6695
+ "ejs": "^6",
6696
+ "get-package-type": "^0.1.0",
6697
+ "indent-string": "^4.0.0",
6698
+ "lilconfig": "^3.1.3",
6699
+ "minimatch": "^10.2.5",
6700
+ "semver": "^7.8.1",
6701
+ "string-width": "^4.2.3",
6702
+ "supports-color": "^8",
6703
+ "tinyglobby": "^0.2.17",
6704
+ "widest-line": "^3.1.0",
6705
+ "wordwrap": "^1.0.0",
6706
+ "wrap-ansi": "^7.0.0",
6707
+ "wsl-utils": "^0.4.0"
6708
+ },
6709
+ "engines": {
6710
+ "node": ">=18.0.0"
6711
+ }
6712
+ },
6713
+ "node_modules/@salesforce/plugin-telemetry/node_modules/ansi-styles": {
6714
+ "version": "4.3.0",
6715
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6716
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6717
+ "license": "MIT",
6718
+ "dependencies": {
6719
+ "color-convert": "^2.0.1"
6720
+ },
6721
+ "engines": {
6722
+ "node": ">=8"
6723
+ },
6724
+ "funding": {
6725
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6726
+ }
6727
+ },
6728
+ "node_modules/@salesforce/plugin-telemetry/node_modules/ejs": {
6729
+ "version": "6.0.1",
6730
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6731
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6732
+ "license": "Apache-2.0",
6733
+ "bin": {
6734
+ "ejs": "bin/cli.js"
6735
+ },
6736
+ "engines": {
6737
+ "node": ">=0.12.18"
6738
+ }
6739
+ },
6740
+ "node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
6741
+ "version": "8.1.1",
6742
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6743
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6744
+ "license": "MIT",
6745
+ "dependencies": {
6746
+ "has-flag": "^4.0.0"
6747
+ },
6748
+ "engines": {
6749
+ "node": ">=10"
6750
+ },
6751
+ "funding": {
6752
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6753
+ }
6754
+ },
6755
+ "node_modules/@salesforce/plugin-telemetry/node_modules/wrap-ansi": {
6756
+ "version": "7.0.0",
6757
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6758
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6759
+ "license": "MIT",
6760
+ "dependencies": {
6761
+ "ansi-styles": "^4.0.0",
6762
+ "string-width": "^4.1.0",
6763
+ "strip-ansi": "^6.0.0"
6764
+ },
6765
+ "engines": {
6766
+ "node": ">=10"
6767
+ },
6768
+ "funding": {
6769
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6770
+ }
6771
+ },
5227
6772
  "node_modules/@salesforce/plugin-templates": {
5228
6773
  "version": "57.1.0",
5229
6774
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.1.0.tgz",
@@ -5264,6 +6809,77 @@
5264
6809
  "node": ">=22.0.0"
5265
6810
  }
5266
6811
  },
6812
+ "node_modules/@salesforce/plugin-trust/node_modules/@oclif/core": {
6813
+ "version": "4.14.0",
6814
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
6815
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
6816
+ "license": "MIT",
6817
+ "dependencies": {
6818
+ "ansi-escapes": "^4.3.2",
6819
+ "ansis": "^3.17.0",
6820
+ "clean-stack": "^3.0.1",
6821
+ "cli-spinners": "^2.9.2",
6822
+ "debug": "^4.4.3",
6823
+ "ejs": "^6",
6824
+ "get-package-type": "^0.1.0",
6825
+ "indent-string": "^4.0.0",
6826
+ "lilconfig": "^3.1.3",
6827
+ "minimatch": "^10.2.5",
6828
+ "semver": "^7.8.1",
6829
+ "string-width": "^4.2.3",
6830
+ "supports-color": "^8",
6831
+ "tinyglobby": "^0.2.17",
6832
+ "widest-line": "^3.1.0",
6833
+ "wordwrap": "^1.0.0",
6834
+ "wrap-ansi": "^7.0.0",
6835
+ "wsl-utils": "^0.4.0"
6836
+ },
6837
+ "engines": {
6838
+ "node": ">=18.0.0"
6839
+ }
6840
+ },
6841
+ "node_modules/@salesforce/plugin-trust/node_modules/ansi-styles": {
6842
+ "version": "4.3.0",
6843
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6844
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6845
+ "license": "MIT",
6846
+ "dependencies": {
6847
+ "color-convert": "^2.0.1"
6848
+ },
6849
+ "engines": {
6850
+ "node": ">=8"
6851
+ },
6852
+ "funding": {
6853
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6854
+ }
6855
+ },
6856
+ "node_modules/@salesforce/plugin-trust/node_modules/ejs": {
6857
+ "version": "6.0.1",
6858
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
6859
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
6860
+ "license": "Apache-2.0",
6861
+ "bin": {
6862
+ "ejs": "bin/cli.js"
6863
+ },
6864
+ "engines": {
6865
+ "node": ">=0.12.18"
6866
+ }
6867
+ },
6868
+ "node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
6869
+ "version": "8.1.1",
6870
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6871
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6872
+ "license": "MIT",
6873
+ "dependencies": {
6874
+ "has-flag": "^4.0.0"
6875
+ },
6876
+ "engines": {
6877
+ "node": ">=10"
6878
+ },
6879
+ "funding": {
6880
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
6881
+ }
6882
+ },
5267
6883
  "node_modules/@salesforce/plugin-trust/node_modules/which": {
5268
6884
  "version": "5.0.0",
5269
6885
  "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
@@ -5279,6 +6895,23 @@
5279
6895
  "node": "^18.17.0 || >=20.5.0"
5280
6896
  }
5281
6897
  },
6898
+ "node_modules/@salesforce/plugin-trust/node_modules/wrap-ansi": {
6899
+ "version": "7.0.0",
6900
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6901
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6902
+ "license": "MIT",
6903
+ "dependencies": {
6904
+ "ansi-styles": "^4.0.0",
6905
+ "string-width": "^4.1.0",
6906
+ "strip-ansi": "^6.0.0"
6907
+ },
6908
+ "engines": {
6909
+ "node": ">=10"
6910
+ },
6911
+ "funding": {
6912
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6913
+ }
6914
+ },
5282
6915
  "node_modules/@salesforce/plugin-user": {
5283
6916
  "version": "5.0.2",
5284
6917
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.2.tgz",
@@ -5308,15 +6941,15 @@
5308
6941
  "license": "ISC"
5309
6942
  },
5310
6943
  "node_modules/@salesforce/sf-plugins-core": {
5311
- "version": "13.0.3",
5312
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.3.tgz",
5313
- "integrity": "sha512-5vL5sk7sZNf2Ab8LtGiH1B30cBzdNbQhfQh1WqeRieiH7qEHRxRPMlOiZWAR3JyYII3DrqxsNyO0SjBBTNNxag==",
6944
+ "version": "13.0.4",
6945
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.4.tgz",
6946
+ "integrity": "sha512-AChjRg6dx2/njPjvGTa+leY4i1oBfQb6pIgLaP0EXVNKA1aByAzLZIhcnMS0Z2mr38vFzD4IySBMcYg3fupunA==",
5314
6947
  "license": "Apache-2.0",
5315
6948
  "dependencies": {
5316
6949
  "@inquirer/confirm": "^6.1.1",
5317
6950
  "@inquirer/password": "^5.1.1",
5318
- "@oclif/core": "^4.11.4",
5319
- "@oclif/table": "^0.5.9",
6951
+ "@oclif/core": "^5.0.0",
6952
+ "@oclif/table": "^1.0.0",
5320
6953
  "@salesforce/core": "^9.1.4",
5321
6954
  "@salesforce/kit": "^4.0.0",
5322
6955
  "@salesforce/ts-types": "^3.0.0",
@@ -5432,12 +7065,12 @@
5432
7065
  }
5433
7066
  },
5434
7067
  "node_modules/@salesforce/source-deploy-retrieve": {
5435
- "version": "13.1.1",
5436
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz",
5437
- "integrity": "sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==",
7068
+ "version": "13.3.0",
7069
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.3.0.tgz",
7070
+ "integrity": "sha512-mwiffD4Z2VnmU9OqCZr/E7SjhkVhgRv8SkVcG3AneRiMZI2nb9DHyJZhqDm/yzDuoCCBZnxEXTBj8h6onX0QqQ==",
5438
7071
  "license": "Apache-2.0",
5439
7072
  "dependencies": {
5440
- "@salesforce/core": "^9.0.0",
7073
+ "@salesforce/core": "^9.1.7",
5441
7074
  "@salesforce/kit": "^4.0.0",
5442
7075
  "@salesforce/ts-types": "^3.0.0",
5443
7076
  "@salesforce/types": "^1.6.0",
@@ -5585,15 +7218,15 @@
5585
7218
  }
5586
7219
  },
5587
7220
  "node_modules/@salesforce/source-tracking": {
5588
- "version": "8.1.0",
5589
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.0.tgz",
5590
- "integrity": "sha512-ookx5YVI4ddEkNWwSkqPrXU5MKXkcuGig0rW7FzBtDnpIZU8q3+elilIJ5PI/YXBAIpUZl69Alsjh6+Bl7ZqeA==",
7221
+ "version": "8.1.3",
7222
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.3.tgz",
7223
+ "integrity": "sha512-xQy/l2ZVMx9DXJMFAFLs7cmEiQG2AZLZJZrLGscA8E5oMeg14tH4BMpyoFNXpYlmQlyX+1RF9CMzUrIdN9V5Rg==",
5591
7224
  "license": "Apache-2.0",
5592
7225
  "dependencies": {
5593
- "@salesforce/core": "^9.1.2",
7226
+ "@salesforce/core": "^9.1.7",
5594
7227
  "@salesforce/kit": "^4.0.0",
5595
- "@salesforce/source-deploy-retrieve": "^13.1.1",
5596
- "@salesforce/ts-types": "^3.0.0",
7228
+ "@salesforce/source-deploy-retrieve": "^13.3.0",
7229
+ "@salesforce/ts-types": "^3.0.1",
5597
7230
  "fast-xml-parser": "^5.5.7",
5598
7231
  "graceful-fs": "^4.2.11",
5599
7232
  "isomorphic-git": "^1.34.2",
@@ -8140,24 +9773,10 @@
8140
9773
  }
8141
9774
  },
8142
9775
  "node_modules/change-case": {
8143
- "version": "4.1.2",
8144
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
8145
- "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
8146
- "license": "MIT",
8147
- "dependencies": {
8148
- "camel-case": "^4.1.2",
8149
- "capital-case": "^1.0.4",
8150
- "constant-case": "^3.0.4",
8151
- "dot-case": "^3.0.4",
8152
- "header-case": "^2.0.4",
8153
- "no-case": "^3.0.4",
8154
- "param-case": "^3.0.4",
8155
- "pascal-case": "^3.1.2",
8156
- "path-case": "^3.0.4",
8157
- "sentence-case": "^3.0.4",
8158
- "snake-case": "^3.0.4",
8159
- "tslib": "^2.0.3"
8160
- }
9776
+ "version": "5.4.4",
9777
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
9778
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
9779
+ "license": "MIT"
8161
9780
  },
8162
9781
  "node_modules/character-entities-html4": {
8163
9782
  "version": "2.1.0",
@@ -8407,34 +10026,6 @@
8407
10026
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
8408
10027
  "license": "MIT"
8409
10028
  },
8410
- "node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
8411
- "version": "4.0.0",
8412
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
8413
- "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
8414
- "license": "MIT",
8415
- "engines": {
8416
- "node": ">=12"
8417
- },
8418
- "funding": {
8419
- "url": "https://github.com/sponsors/sindresorhus"
8420
- }
8421
- },
8422
- "node_modules/cli-truncate/node_modules/slice-ansi": {
8423
- "version": "5.0.0",
8424
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
8425
- "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
8426
- "license": "MIT",
8427
- "dependencies": {
8428
- "ansi-styles": "^6.0.0",
8429
- "is-fullwidth-code-point": "^4.0.0"
8430
- },
8431
- "engines": {
8432
- "node": ">=12"
8433
- },
8434
- "funding": {
8435
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
8436
- }
8437
- },
8438
10029
  "node_modules/cli-truncate/node_modules/string-width": {
8439
10030
  "version": "7.2.0",
8440
10031
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
@@ -12961,6 +14552,37 @@
12961
14552
  "url": "https://github.com/sponsors/sindresorhus"
12962
14553
  }
12963
14554
  },
14555
+ "node_modules/ink/node_modules/is-fullwidth-code-point": {
14556
+ "version": "5.1.0",
14557
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
14558
+ "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
14559
+ "license": "MIT",
14560
+ "dependencies": {
14561
+ "get-east-asian-width": "^1.3.1"
14562
+ },
14563
+ "engines": {
14564
+ "node": ">=18"
14565
+ },
14566
+ "funding": {
14567
+ "url": "https://github.com/sponsors/sindresorhus"
14568
+ }
14569
+ },
14570
+ "node_modules/ink/node_modules/slice-ansi": {
14571
+ "version": "7.1.2",
14572
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
14573
+ "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
14574
+ "license": "MIT",
14575
+ "dependencies": {
14576
+ "ansi-styles": "^6.2.1",
14577
+ "is-fullwidth-code-point": "^5.0.0"
14578
+ },
14579
+ "engines": {
14580
+ "node": ">=18"
14581
+ },
14582
+ "funding": {
14583
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
14584
+ }
14585
+ },
12964
14586
  "node_modules/ink/node_modules/string-width": {
12965
14587
  "version": "7.2.0",
12966
14588
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
@@ -18927,6 +20549,133 @@
18927
20549
  "node": ">=18.0.0"
18928
20550
  }
18929
20551
  },
20552
+ "node_modules/oclif/node_modules/@oclif/core": {
20553
+ "version": "4.14.0",
20554
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
20555
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
20556
+ "dev": true,
20557
+ "license": "MIT",
20558
+ "dependencies": {
20559
+ "ansi-escapes": "^4.3.2",
20560
+ "ansis": "^3.17.0",
20561
+ "clean-stack": "^3.0.1",
20562
+ "cli-spinners": "^2.9.2",
20563
+ "debug": "^4.4.3",
20564
+ "ejs": "^6",
20565
+ "get-package-type": "^0.1.0",
20566
+ "indent-string": "^4.0.0",
20567
+ "lilconfig": "^3.1.3",
20568
+ "minimatch": "^10.2.5",
20569
+ "semver": "^7.8.1",
20570
+ "string-width": "^4.2.3",
20571
+ "supports-color": "^8",
20572
+ "tinyglobby": "^0.2.17",
20573
+ "widest-line": "^3.1.0",
20574
+ "wordwrap": "^1.0.0",
20575
+ "wrap-ansi": "^7.0.0",
20576
+ "wsl-utils": "^0.4.0"
20577
+ },
20578
+ "engines": {
20579
+ "node": ">=18.0.0"
20580
+ }
20581
+ },
20582
+ "node_modules/oclif/node_modules/@oclif/core/node_modules/ejs": {
20583
+ "version": "6.0.1",
20584
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
20585
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
20586
+ "dev": true,
20587
+ "license": "Apache-2.0",
20588
+ "bin": {
20589
+ "ejs": "bin/cli.js"
20590
+ },
20591
+ "engines": {
20592
+ "node": ">=0.12.18"
20593
+ }
20594
+ },
20595
+ "node_modules/oclif/node_modules/@oclif/plugin-help": {
20596
+ "version": "6.3.0",
20597
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.3.0.tgz",
20598
+ "integrity": "sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw==",
20599
+ "dev": true,
20600
+ "license": "MIT",
20601
+ "dependencies": {
20602
+ "@oclif/core": "^4"
20603
+ },
20604
+ "engines": {
20605
+ "node": ">=18.0.0"
20606
+ }
20607
+ },
20608
+ "node_modules/oclif/node_modules/@oclif/plugin-not-found": {
20609
+ "version": "3.3.0",
20610
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz",
20611
+ "integrity": "sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==",
20612
+ "dev": true,
20613
+ "license": "MIT",
20614
+ "dependencies": {
20615
+ "@inquirer/prompts": "^7.10.1",
20616
+ "@oclif/core": "^4.13.3",
20617
+ "ansis": "^3.17.0",
20618
+ "fast-levenshtein": "^3.0.0"
20619
+ },
20620
+ "engines": {
20621
+ "node": ">=18.0.0"
20622
+ }
20623
+ },
20624
+ "node_modules/oclif/node_modules/@oclif/plugin-warn-if-update-available": {
20625
+ "version": "3.2.0",
20626
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz",
20627
+ "integrity": "sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==",
20628
+ "dev": true,
20629
+ "license": "MIT",
20630
+ "dependencies": {
20631
+ "@oclif/core": "^4",
20632
+ "ansis": "^3.17.0",
20633
+ "debug": "^4.4.3",
20634
+ "http-call": "^5.2.2",
20635
+ "lodash": "^4.18.1",
20636
+ "registry-auth-token": "^5.1.1"
20637
+ },
20638
+ "engines": {
20639
+ "node": ">=18.0.0"
20640
+ }
20641
+ },
20642
+ "node_modules/oclif/node_modules/ansi-styles": {
20643
+ "version": "4.3.0",
20644
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20645
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20646
+ "dev": true,
20647
+ "license": "MIT",
20648
+ "dependencies": {
20649
+ "color-convert": "^2.0.1"
20650
+ },
20651
+ "engines": {
20652
+ "node": ">=8"
20653
+ },
20654
+ "funding": {
20655
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20656
+ }
20657
+ },
20658
+ "node_modules/oclif/node_modules/change-case": {
20659
+ "version": "4.1.2",
20660
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
20661
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
20662
+ "dev": true,
20663
+ "license": "MIT",
20664
+ "dependencies": {
20665
+ "camel-case": "^4.1.2",
20666
+ "capital-case": "^1.0.4",
20667
+ "constant-case": "^3.0.4",
20668
+ "dot-case": "^3.0.4",
20669
+ "header-case": "^2.0.4",
20670
+ "no-case": "^3.0.4",
20671
+ "param-case": "^3.0.4",
20672
+ "pascal-case": "^3.1.2",
20673
+ "path-case": "^3.0.4",
20674
+ "sentence-case": "^3.0.4",
20675
+ "snake-case": "^3.0.4",
20676
+ "tslib": "^2.0.3"
20677
+ }
20678
+ },
18930
20679
  "node_modules/oclif/node_modules/hosted-git-info": {
18931
20680
  "version": "7.0.2",
18932
20681
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
@@ -18962,6 +20711,40 @@
18962
20711
  "node": "^16.14.0 || >=18.0.0"
18963
20712
  }
18964
20713
  },
20714
+ "node_modules/oclif/node_modules/supports-color": {
20715
+ "version": "8.1.1",
20716
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
20717
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
20718
+ "dev": true,
20719
+ "license": "MIT",
20720
+ "dependencies": {
20721
+ "has-flag": "^4.0.0"
20722
+ },
20723
+ "engines": {
20724
+ "node": ">=10"
20725
+ },
20726
+ "funding": {
20727
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
20728
+ }
20729
+ },
20730
+ "node_modules/oclif/node_modules/wrap-ansi": {
20731
+ "version": "7.0.0",
20732
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
20733
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
20734
+ "dev": true,
20735
+ "license": "MIT",
20736
+ "dependencies": {
20737
+ "ansi-styles": "^4.0.0",
20738
+ "string-width": "^4.1.0",
20739
+ "strip-ansi": "^6.0.0"
20740
+ },
20741
+ "engines": {
20742
+ "node": ">=10"
20743
+ },
20744
+ "funding": {
20745
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
20746
+ }
20747
+ },
18965
20748
  "node_modules/on-exit-leak-free": {
18966
20749
  "version": "2.1.2",
18967
20750
  "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
@@ -21243,31 +23026,28 @@
21243
23026
  }
21244
23027
  },
21245
23028
  "node_modules/slice-ansi": {
21246
- "version": "7.1.2",
21247
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
21248
- "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
23029
+ "version": "5.0.0",
23030
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
23031
+ "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
21249
23032
  "license": "MIT",
21250
23033
  "dependencies": {
21251
- "ansi-styles": "^6.2.1",
21252
- "is-fullwidth-code-point": "^5.0.0"
23034
+ "ansi-styles": "^6.0.0",
23035
+ "is-fullwidth-code-point": "^4.0.0"
21253
23036
  },
21254
23037
  "engines": {
21255
- "node": ">=18"
23038
+ "node": ">=12"
21256
23039
  },
21257
23040
  "funding": {
21258
23041
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
21259
23042
  }
21260
23043
  },
21261
23044
  "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
21262
- "version": "5.1.0",
21263
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
21264
- "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
23045
+ "version": "4.0.0",
23046
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
23047
+ "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
21265
23048
  "license": "MIT",
21266
- "dependencies": {
21267
- "get-east-asian-width": "^1.3.1"
21268
- },
21269
23049
  "engines": {
21270
- "node": ">=18"
23050
+ "node": ">=12"
21271
23051
  },
21272
23052
  "funding": {
21273
23053
  "url": "https://github.com/sponsors/sindresorhus"