@jayree/sfdx-plugin-manifest 5.0.23 → 5.0.24

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.23",
3
+ "version": "5.0.24",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.23",
9
+ "version": "5.0.24",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.26",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/core": "^8.26.3",
15
15
  "@salesforce/kit": "^3.2.4",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
17
- "@salesforce/source-deploy-retrieve": "12.31.16",
17
+ "@salesforce/source-deploy-retrieve": "12.31.21",
18
18
  "@salesforce/source-tracking": "7.8.4",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -24,14 +24,14 @@
24
24
  "isomorphic-git": "1.37.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.10",
27
+ "@oclif/plugin-command-snapshot": "^5.3.11",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.41",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.31",
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/graceful-fs": "^4.1.9",
33
33
  "c8": "^11.0.0",
34
- "eslint-config-oclif": "^6.0.146",
34
+ "eslint-config-oclif": "^6.0.148",
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.5",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
@@ -2186,9 +2186,9 @@
2186
2186
  }
2187
2187
  },
2188
2188
  "node_modules/@eslint/js": {
2189
- "version": "9.39.3",
2190
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
2191
- "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
2189
+ "version": "9.39.4",
2190
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
2191
+ "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
2192
2192
  "dev": true,
2193
2193
  "license": "MIT",
2194
2194
  "engines": {
@@ -3283,9 +3283,9 @@
3283
3283
  }
3284
3284
  },
3285
3285
  "node_modules/@jsonjoy.com/buffers": {
3286
- "version": "17.67.0",
3287
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-17.67.0.tgz",
3288
- "integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==",
3286
+ "version": "1.2.1",
3287
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
3288
+ "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
3289
3289
  "license": "Apache-2.0",
3290
3290
  "engines": {
3291
3291
  "node": ">=10.0"
@@ -3314,269 +3314,6 @@
3314
3314
  "tslib": "2"
3315
3315
  }
3316
3316
  },
3317
- "node_modules/@jsonjoy.com/fs-core": {
3318
- "version": "4.56.10",
3319
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.56.10.tgz",
3320
- "integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==",
3321
- "license": "Apache-2.0",
3322
- "dependencies": {
3323
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
3324
- "@jsonjoy.com/fs-node-utils": "4.56.10",
3325
- "thingies": "^2.5.0"
3326
- },
3327
- "engines": {
3328
- "node": ">=10.0"
3329
- },
3330
- "funding": {
3331
- "type": "github",
3332
- "url": "https://github.com/sponsors/streamich"
3333
- },
3334
- "peerDependencies": {
3335
- "tslib": "2"
3336
- }
3337
- },
3338
- "node_modules/@jsonjoy.com/fs-fsa": {
3339
- "version": "4.56.10",
3340
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.10.tgz",
3341
- "integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==",
3342
- "license": "Apache-2.0",
3343
- "dependencies": {
3344
- "@jsonjoy.com/fs-core": "4.56.10",
3345
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
3346
- "@jsonjoy.com/fs-node-utils": "4.56.10",
3347
- "thingies": "^2.5.0"
3348
- },
3349
- "engines": {
3350
- "node": ">=10.0"
3351
- },
3352
- "funding": {
3353
- "type": "github",
3354
- "url": "https://github.com/sponsors/streamich"
3355
- },
3356
- "peerDependencies": {
3357
- "tslib": "2"
3358
- }
3359
- },
3360
- "node_modules/@jsonjoy.com/fs-node": {
3361
- "version": "4.56.10",
3362
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.56.10.tgz",
3363
- "integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==",
3364
- "license": "Apache-2.0",
3365
- "dependencies": {
3366
- "@jsonjoy.com/fs-core": "4.56.10",
3367
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
3368
- "@jsonjoy.com/fs-node-utils": "4.56.10",
3369
- "@jsonjoy.com/fs-print": "4.56.10",
3370
- "@jsonjoy.com/fs-snapshot": "4.56.10",
3371
- "glob-to-regex.js": "^1.0.0",
3372
- "thingies": "^2.5.0"
3373
- },
3374
- "engines": {
3375
- "node": ">=10.0"
3376
- },
3377
- "funding": {
3378
- "type": "github",
3379
- "url": "https://github.com/sponsors/streamich"
3380
- },
3381
- "peerDependencies": {
3382
- "tslib": "2"
3383
- }
3384
- },
3385
- "node_modules/@jsonjoy.com/fs-node-builtins": {
3386
- "version": "4.56.10",
3387
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.10.tgz",
3388
- "integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
3389
- "license": "Apache-2.0",
3390
- "engines": {
3391
- "node": ">=10.0"
3392
- },
3393
- "funding": {
3394
- "type": "github",
3395
- "url": "https://github.com/sponsors/streamich"
3396
- },
3397
- "peerDependencies": {
3398
- "tslib": "2"
3399
- }
3400
- },
3401
- "node_modules/@jsonjoy.com/fs-node-to-fsa": {
3402
- "version": "4.56.10",
3403
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.10.tgz",
3404
- "integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==",
3405
- "license": "Apache-2.0",
3406
- "dependencies": {
3407
- "@jsonjoy.com/fs-fsa": "4.56.10",
3408
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
3409
- "@jsonjoy.com/fs-node-utils": "4.56.10"
3410
- },
3411
- "engines": {
3412
- "node": ">=10.0"
3413
- },
3414
- "funding": {
3415
- "type": "github",
3416
- "url": "https://github.com/sponsors/streamich"
3417
- },
3418
- "peerDependencies": {
3419
- "tslib": "2"
3420
- }
3421
- },
3422
- "node_modules/@jsonjoy.com/fs-node-utils": {
3423
- "version": "4.56.10",
3424
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.10.tgz",
3425
- "integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==",
3426
- "license": "Apache-2.0",
3427
- "dependencies": {
3428
- "@jsonjoy.com/fs-node-builtins": "4.56.10"
3429
- },
3430
- "engines": {
3431
- "node": ">=10.0"
3432
- },
3433
- "funding": {
3434
- "type": "github",
3435
- "url": "https://github.com/sponsors/streamich"
3436
- },
3437
- "peerDependencies": {
3438
- "tslib": "2"
3439
- }
3440
- },
3441
- "node_modules/@jsonjoy.com/fs-print": {
3442
- "version": "4.56.10",
3443
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.56.10.tgz",
3444
- "integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==",
3445
- "license": "Apache-2.0",
3446
- "dependencies": {
3447
- "@jsonjoy.com/fs-node-utils": "4.56.10",
3448
- "tree-dump": "^1.1.0"
3449
- },
3450
- "engines": {
3451
- "node": ">=10.0"
3452
- },
3453
- "funding": {
3454
- "type": "github",
3455
- "url": "https://github.com/sponsors/streamich"
3456
- },
3457
- "peerDependencies": {
3458
- "tslib": "2"
3459
- }
3460
- },
3461
- "node_modules/@jsonjoy.com/fs-snapshot": {
3462
- "version": "4.56.10",
3463
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.10.tgz",
3464
- "integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
3465
- "license": "Apache-2.0",
3466
- "dependencies": {
3467
- "@jsonjoy.com/buffers": "^17.65.0",
3468
- "@jsonjoy.com/fs-node-utils": "4.56.10",
3469
- "@jsonjoy.com/json-pack": "^17.65.0",
3470
- "@jsonjoy.com/util": "^17.65.0"
3471
- },
3472
- "engines": {
3473
- "node": ">=10.0"
3474
- },
3475
- "funding": {
3476
- "type": "github",
3477
- "url": "https://github.com/sponsors/streamich"
3478
- },
3479
- "peerDependencies": {
3480
- "tslib": "2"
3481
- }
3482
- },
3483
- "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": {
3484
- "version": "17.67.0",
3485
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-17.67.0.tgz",
3486
- "integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==",
3487
- "license": "Apache-2.0",
3488
- "engines": {
3489
- "node": ">=10.0"
3490
- },
3491
- "funding": {
3492
- "type": "github",
3493
- "url": "https://github.com/sponsors/streamich"
3494
- },
3495
- "peerDependencies": {
3496
- "tslib": "2"
3497
- }
3498
- },
3499
- "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": {
3500
- "version": "17.67.0",
3501
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-17.67.0.tgz",
3502
- "integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==",
3503
- "license": "Apache-2.0",
3504
- "engines": {
3505
- "node": ">=10.0"
3506
- },
3507
- "funding": {
3508
- "type": "github",
3509
- "url": "https://github.com/sponsors/streamich"
3510
- },
3511
- "peerDependencies": {
3512
- "tslib": "2"
3513
- }
3514
- },
3515
- "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": {
3516
- "version": "17.67.0",
3517
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-17.67.0.tgz",
3518
- "integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==",
3519
- "license": "Apache-2.0",
3520
- "dependencies": {
3521
- "@jsonjoy.com/base64": "17.67.0",
3522
- "@jsonjoy.com/buffers": "17.67.0",
3523
- "@jsonjoy.com/codegen": "17.67.0",
3524
- "@jsonjoy.com/json-pointer": "17.67.0",
3525
- "@jsonjoy.com/util": "17.67.0",
3526
- "hyperdyperid": "^1.2.0",
3527
- "thingies": "^2.5.0",
3528
- "tree-dump": "^1.1.0"
3529
- },
3530
- "engines": {
3531
- "node": ">=10.0"
3532
- },
3533
- "funding": {
3534
- "type": "github",
3535
- "url": "https://github.com/sponsors/streamich"
3536
- },
3537
- "peerDependencies": {
3538
- "tslib": "2"
3539
- }
3540
- },
3541
- "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": {
3542
- "version": "17.67.0",
3543
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-17.67.0.tgz",
3544
- "integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==",
3545
- "license": "Apache-2.0",
3546
- "dependencies": {
3547
- "@jsonjoy.com/util": "17.67.0"
3548
- },
3549
- "engines": {
3550
- "node": ">=10.0"
3551
- },
3552
- "funding": {
3553
- "type": "github",
3554
- "url": "https://github.com/sponsors/streamich"
3555
- },
3556
- "peerDependencies": {
3557
- "tslib": "2"
3558
- }
3559
- },
3560
- "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": {
3561
- "version": "17.67.0",
3562
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-17.67.0.tgz",
3563
- "integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==",
3564
- "license": "Apache-2.0",
3565
- "dependencies": {
3566
- "@jsonjoy.com/buffers": "17.67.0",
3567
- "@jsonjoy.com/codegen": "17.67.0"
3568
- },
3569
- "engines": {
3570
- "node": ">=10.0"
3571
- },
3572
- "funding": {
3573
- "type": "github",
3574
- "url": "https://github.com/sponsors/streamich"
3575
- },
3576
- "peerDependencies": {
3577
- "tslib": "2"
3578
- }
3579
- },
3580
3317
  "node_modules/@jsonjoy.com/json-pack": {
3581
3318
  "version": "1.21.0",
3582
3319
  "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz",
@@ -3603,22 +3340,6 @@
3603
3340
  "tslib": "2"
3604
3341
  }
3605
3342
  },
3606
- "node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
3607
- "version": "1.2.1",
3608
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
3609
- "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
3610
- "license": "Apache-2.0",
3611
- "engines": {
3612
- "node": ">=10.0"
3613
- },
3614
- "funding": {
3615
- "type": "github",
3616
- "url": "https://github.com/sponsors/streamich"
3617
- },
3618
- "peerDependencies": {
3619
- "tslib": "2"
3620
- }
3621
- },
3622
3343
  "node_modules/@jsonjoy.com/json-pointer": {
3623
3344
  "version": "1.0.2",
3624
3345
  "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz",
@@ -3659,22 +3380,6 @@
3659
3380
  "tslib": "2"
3660
3381
  }
3661
3382
  },
3662
- "node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": {
3663
- "version": "1.2.1",
3664
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
3665
- "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
3666
- "license": "Apache-2.0",
3667
- "engines": {
3668
- "node": ">=10.0"
3669
- },
3670
- "funding": {
3671
- "type": "github",
3672
- "url": "https://github.com/sponsors/streamich"
3673
- },
3674
- "peerDependencies": {
3675
- "tslib": "2"
3676
- }
3677
- },
3678
3383
  "node_modules/@nodelib/fs.scandir": {
3679
3384
  "version": "2.1.5",
3680
3385
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -3836,9 +3541,9 @@
3836
3541
  }
3837
3542
  },
3838
3543
  "node_modules/@oclif/plugin-command-snapshot": {
3839
- "version": "5.3.10",
3840
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.10.tgz",
3841
- "integrity": "sha512-pGKxLQzE3NYsl63WmwiCndrskKFsQXZ8P5trvycqGHJ1YmffL4xPpfiDcMtiKuK0MX2vSnTkQ0k7n5kchmx+vA==",
3544
+ "version": "5.3.11",
3545
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz",
3546
+ "integrity": "sha512-GlSVuVs7wwx0Yoa4U6MXTTJIjWhXmXx5Mzh8zPebjzHARNKTeozQMxMnWCW7p0b6QAYl6XUnTng/usQ8GAxtVA==",
3842
3547
  "dev": true,
3843
3548
  "license": "MIT",
3844
3549
  "dependencies": {
@@ -4259,9 +3964,9 @@
4259
3964
  }
4260
3965
  },
4261
3966
  "node_modules/@salesforce/core": {
4262
- "version": "8.26.3",
4263
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.3.tgz",
4264
- "integrity": "sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==",
3967
+ "version": "8.27.0",
3968
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.0.tgz",
3969
+ "integrity": "sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==",
4265
3970
  "license": "BSD-3-Clause",
4266
3971
  "dependencies": {
4267
3972
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4275,7 +3980,7 @@
4275
3980
  "js2xmlparser": "^4.0.1",
4276
3981
  "jsonwebtoken": "9.0.3",
4277
3982
  "jszip": "3.10.1",
4278
- "memfs": "^4.30.1",
3983
+ "memfs": "4.38.1",
4279
3984
  "pino": "^9.7.0",
4280
3985
  "pino-abstract-transport": "^1.2.0",
4281
3986
  "pino-pretty": "^11.3.0",
@@ -4552,12 +4257,12 @@
4552
4257
  }
4553
4258
  },
4554
4259
  "node_modules/@salesforce/source-deploy-retrieve": {
4555
- "version": "12.31.16",
4556
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.16.tgz",
4557
- "integrity": "sha512-Jmh4d4s24x1e0JeCqysjp5A4+SpLviTnx6q4QTxDZCwSl9C+Y+mImkF9HLbcE8OUUqAsfmO4R1KSoCfXASVnpw==",
4260
+ "version": "12.31.21",
4261
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.21.tgz",
4262
+ "integrity": "sha512-NZsJlvIrfIIZF03P7iLLmewjYkMsGSIV83+O5k+HGBvDDU8c2IJge3MIV/N78GSAGYahtSE+yR4x75UY0Of7qw==",
4558
4263
  "license": "Apache-2.0",
4559
4264
  "dependencies": {
4560
- "@salesforce/core": "^8.26.3",
4265
+ "@salesforce/core": "^8.27.0",
4561
4266
  "@salesforce/kit": "^3.2.4",
4562
4267
  "@salesforce/ts-types": "^2.0.12",
4563
4268
  "@salesforce/types": "^1.6.0",
@@ -9630,15 +9335,15 @@
9630
9335
  }
9631
9336
  },
9632
9337
  "node_modules/eslint-config-oclif": {
9633
- "version": "6.0.146",
9634
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.146.tgz",
9635
- "integrity": "sha512-x59Gopo4wQiuuGOUQ2D3HaIpU1LaeksPql3vTGBNnAM0dNmHWqchMvaYczoRVBx0tfGVljWGYqDA0I/355cF4Q==",
9338
+ "version": "6.0.148",
9339
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.148.tgz",
9340
+ "integrity": "sha512-WhunT0kumapHtxh+I/LgSIavl5pu3s1ZfmtOmq+LahsffsX8ufyDFuuwIunxD6QcALuFxusANRn3r6MNeAivjQ==",
9636
9341
  "dev": true,
9637
9342
  "license": "MIT",
9638
9343
  "dependencies": {
9639
9344
  "@eslint/compat": "^1.4.1",
9640
- "@eslint/eslintrc": "^3.3.4",
9641
- "@eslint/js": "^9.38.0",
9345
+ "@eslint/eslintrc": "^3.3.5",
9346
+ "@eslint/js": "^9.39.4",
9642
9347
  "@stylistic/eslint-plugin": "^3.1.0",
9643
9348
  "@typescript-eslint/eslint-plugin": "^8",
9644
9349
  "@typescript-eslint/parser": "^8",
@@ -9659,9 +9364,9 @@
9659
9364
  }
9660
9365
  },
9661
9366
  "node_modules/eslint-config-oclif/node_modules/@eslint/eslintrc": {
9662
- "version": "3.3.4",
9663
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
9664
- "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
9367
+ "version": "3.3.5",
9368
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
9369
+ "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
9665
9370
  "dev": true,
9666
9371
  "license": "MIT",
9667
9372
  "dependencies": {
@@ -9672,7 +9377,7 @@
9672
9377
  "ignore": "^5.2.0",
9673
9378
  "import-fresh": "^3.2.1",
9674
9379
  "js-yaml": "^4.1.1",
9675
- "minimatch": "^3.1.3",
9380
+ "minimatch": "^3.1.5",
9676
9381
  "strip-json-comments": "^3.1.1"
9677
9382
  },
9678
9383
  "engines": {
@@ -14691,19 +14396,11 @@
14691
14396
  "license": "MIT"
14692
14397
  },
14693
14398
  "node_modules/memfs": {
14694
- "version": "4.56.10",
14695
- "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.10.tgz",
14696
- "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
14399
+ "version": "4.38.1",
14400
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.1.tgz",
14401
+ "integrity": "sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==",
14697
14402
  "license": "Apache-2.0",
14698
14403
  "dependencies": {
14699
- "@jsonjoy.com/fs-core": "4.56.10",
14700
- "@jsonjoy.com/fs-fsa": "4.56.10",
14701
- "@jsonjoy.com/fs-node": "4.56.10",
14702
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
14703
- "@jsonjoy.com/fs-node-to-fsa": "4.56.10",
14704
- "@jsonjoy.com/fs-node-utils": "4.56.10",
14705
- "@jsonjoy.com/fs-print": "4.56.10",
14706
- "@jsonjoy.com/fs-snapshot": "4.56.10",
14707
14404
  "@jsonjoy.com/json-pack": "^1.11.0",
14708
14405
  "@jsonjoy.com/util": "^1.9.0",
14709
14406
  "glob-to-regex.js": "^1.0.1",
@@ -14711,12 +14408,12 @@
14711
14408
  "tree-dump": "^1.0.3",
14712
14409
  "tslib": "^2.0.0"
14713
14410
  },
14411
+ "engines": {
14412
+ "node": ">= 4.0.0"
14413
+ },
14714
14414
  "funding": {
14715
14415
  "type": "github",
14716
14416
  "url": "https://github.com/sponsors/streamich"
14717
- },
14718
- "peerDependencies": {
14719
- "tslib": "2"
14720
14417
  }
14721
14418
  },
14722
14419
  "node_modules/meow": {