@jayree/sfdx-plugin-manifest 4.0.38 → 4.0.39

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": "4.0.38",
3
+ "version": "4.0.39",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.38",
9
+ "version": "4.0.39",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.11",
@@ -24,19 +24,19 @@
24
24
  "isomorphic-git": "1.32.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.3",
28
- "@oclif/plugin-help": "^6.2.30",
27
+ "@oclif/plugin-command-snapshot": "^5.3.4",
28
+ "@oclif/plugin-help": "^6.2.31",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.39",
30
30
  "@salesforce/dev-scripts": "^11.0.2",
31
31
  "@salesforce/ts-sinon": "^1.4.30",
32
32
  "@types/fs-extra": "^11.0.4",
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "c8": "^10.1.3",
35
- "eslint-config-oclif": "^6.0.83",
35
+ "eslint-config-oclif": "^6.0.86",
36
36
  "eslint-config-salesforce-license": "^1.0.1",
37
37
  "eslint-plugin-prettier": "^5.5.1",
38
38
  "eslint-plugin-sf-plugin": "^1.20.27",
39
- "oclif": "^4.20.4",
39
+ "oclif": "^4.20.6",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.6.2",
42
42
  "pretty-quick": "^4.2.2",
@@ -2195,9 +2195,9 @@
2195
2195
  }
2196
2196
  },
2197
2197
  "node_modules/@eslint/js": {
2198
- "version": "9.30.1",
2199
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz",
2200
- "integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==",
2198
+ "version": "9.31.0",
2199
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz",
2200
+ "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==",
2201
2201
  "dev": true,
2202
2202
  "license": "MIT",
2203
2203
  "engines": {
@@ -2297,13 +2297,13 @@
2297
2297
  "license": "BSD-3-Clause"
2298
2298
  },
2299
2299
  "node_modules/@inquirer/checkbox": {
2300
- "version": "4.1.8",
2301
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.8.tgz",
2302
- "integrity": "sha512-d/QAsnwuHX2OPolxvYcgSj7A9DO9H6gVOy2DvBTx+P2LH2iRTo/RSGV3iwCzW024nP9hw98KIuDmdyhZQj1UQg==",
2300
+ "version": "4.1.9",
2301
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.9.tgz",
2302
+ "integrity": "sha512-DBJBkzI5Wx4jFaYm221LHvAhpKYkhVS0k9plqHwaHhofGNxvYB7J3Bz8w+bFJ05zaMb0sZNHo4KdmENQFlNTuQ==",
2303
2303
  "dev": true,
2304
2304
  "license": "MIT",
2305
2305
  "dependencies": {
2306
- "@inquirer/core": "^10.1.13",
2306
+ "@inquirer/core": "^10.1.14",
2307
2307
  "@inquirer/figures": "^1.0.12",
2308
2308
  "@inquirer/type": "^3.0.7",
2309
2309
  "ansi-escapes": "^4.3.2",
@@ -2403,9 +2403,9 @@
2403
2403
  }
2404
2404
  },
2405
2405
  "node_modules/@inquirer/core": {
2406
- "version": "10.1.13",
2407
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz",
2408
- "integrity": "sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==",
2406
+ "version": "10.1.14",
2407
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.14.tgz",
2408
+ "integrity": "sha512-Ma+ZpOJPewtIYl6HZHZckeX1STvDnHTCB2GVINNUlSEn2Am6LddWwfPkIGY0IUFVjUUrr/93XlBwTK6mfLjf0A==",
2409
2409
  "dev": true,
2410
2410
  "license": "MIT",
2411
2411
  "dependencies": {
@@ -2454,13 +2454,13 @@
2454
2454
  }
2455
2455
  },
2456
2456
  "node_modules/@inquirer/editor": {
2457
- "version": "4.2.13",
2458
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.13.tgz",
2459
- "integrity": "sha512-WbicD9SUQt/K8O5Vyk9iC2ojq5RHoCLK6itpp2fHsWe44VxxcA9z3GTWlvjSTGmMQpZr+lbVmrxdHcumJoLbMA==",
2457
+ "version": "4.2.14",
2458
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.14.tgz",
2459
+ "integrity": "sha512-yd2qtLl4QIIax9DTMZ1ZN2pFrrj+yL3kgIWxm34SS6uwCr0sIhsNyudUjAo5q3TqI03xx4SEBkUJqZuAInp9uA==",
2460
2460
  "dev": true,
2461
2461
  "license": "MIT",
2462
2462
  "dependencies": {
2463
- "@inquirer/core": "^10.1.13",
2463
+ "@inquirer/core": "^10.1.14",
2464
2464
  "@inquirer/type": "^3.0.7",
2465
2465
  "external-editor": "^3.1.0"
2466
2466
  },
@@ -2477,13 +2477,13 @@
2477
2477
  }
2478
2478
  },
2479
2479
  "node_modules/@inquirer/expand": {
2480
- "version": "4.0.15",
2481
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.15.tgz",
2482
- "integrity": "sha512-4Y+pbr/U9Qcvf+N/goHzPEXiHH8680lM3Dr3Y9h9FFw4gHS+zVpbj8LfbKWIb/jayIB4aSO4pWiBTrBYWkvi5A==",
2480
+ "version": "4.0.16",
2481
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.16.tgz",
2482
+ "integrity": "sha512-oiDqafWzMtofeJyyGkb1CTPaxUkjIcSxePHHQCfif8t3HV9pHcw1Kgdw3/uGpDvaFfeTluwQtWiqzPVjAqS3zA==",
2483
2483
  "dev": true,
2484
2484
  "license": "MIT",
2485
2485
  "dependencies": {
2486
- "@inquirer/core": "^10.1.13",
2486
+ "@inquirer/core": "^10.1.14",
2487
2487
  "@inquirer/type": "^3.0.7",
2488
2488
  "yoctocolors-cjs": "^2.1.2"
2489
2489
  },
@@ -2597,13 +2597,13 @@
2597
2597
  }
2598
2598
  },
2599
2599
  "node_modules/@inquirer/number": {
2600
- "version": "3.0.15",
2601
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.15.tgz",
2602
- "integrity": "sha512-xWg+iYfqdhRiM55MvqiTCleHzszpoigUpN5+t1OMcRkJrUrw7va3AzXaxvS+Ak7Gny0j2mFSTv2JJj8sMtbV2g==",
2600
+ "version": "3.0.16",
2601
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.16.tgz",
2602
+ "integrity": "sha512-kMrXAaKGavBEoBYUCgualbwA9jWUx2TjMA46ek+pEKy38+LFpL9QHlTd8PO2kWPUgI/KB+qi02o4y2rwXbzr3Q==",
2603
2603
  "dev": true,
2604
2604
  "license": "MIT",
2605
2605
  "dependencies": {
2606
- "@inquirer/core": "^10.1.13",
2606
+ "@inquirer/core": "^10.1.14",
2607
2607
  "@inquirer/type": "^3.0.7"
2608
2608
  },
2609
2609
  "engines": {
@@ -2701,22 +2701,22 @@
2701
2701
  }
2702
2702
  },
2703
2703
  "node_modules/@inquirer/prompts": {
2704
- "version": "7.5.3",
2705
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.5.3.tgz",
2706
- "integrity": "sha512-8YL0WiV7J86hVAxrh3fE5mDCzcTDe1670unmJRz6ArDgN+DBK1a0+rbnNWp4DUB5rPMwqD5ZP6YHl9KK1mbZRg==",
2704
+ "version": "7.6.0",
2705
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.6.0.tgz",
2706
+ "integrity": "sha512-jAhL7tyMxB3Gfwn4HIJ0yuJ5pvcB5maYUcouGcgd/ub79f9MqZ+aVnBtuFf+VC2GTkCBF+R+eo7Vi63w5VZlzw==",
2707
2707
  "dev": true,
2708
2708
  "license": "MIT",
2709
2709
  "dependencies": {
2710
- "@inquirer/checkbox": "^4.1.8",
2711
- "@inquirer/confirm": "^5.1.12",
2712
- "@inquirer/editor": "^4.2.13",
2713
- "@inquirer/expand": "^4.0.15",
2714
- "@inquirer/input": "^4.1.12",
2715
- "@inquirer/number": "^3.0.15",
2716
- "@inquirer/password": "^4.0.15",
2717
- "@inquirer/rawlist": "^4.1.3",
2718
- "@inquirer/search": "^3.0.15",
2719
- "@inquirer/select": "^4.2.3"
2710
+ "@inquirer/checkbox": "^4.1.9",
2711
+ "@inquirer/confirm": "^5.1.13",
2712
+ "@inquirer/editor": "^4.2.14",
2713
+ "@inquirer/expand": "^4.0.16",
2714
+ "@inquirer/input": "^4.2.0",
2715
+ "@inquirer/number": "^3.0.16",
2716
+ "@inquirer/password": "^4.0.16",
2717
+ "@inquirer/rawlist": "^4.1.4",
2718
+ "@inquirer/search": "^3.0.16",
2719
+ "@inquirer/select": "^4.2.4"
2720
2720
  },
2721
2721
  "engines": {
2722
2722
  "node": ">=18"
@@ -2731,13 +2731,13 @@
2731
2731
  }
2732
2732
  },
2733
2733
  "node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
2734
- "version": "5.1.12",
2735
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.12.tgz",
2736
- "integrity": "sha512-dpq+ielV9/bqgXRUbNH//KsY6WEw9DrGPmipkpmgC1Y46cwuBTNx7PXFWTjc3MQ+urcc0QxoVHcMI0FW4Ok0hg==",
2734
+ "version": "5.1.13",
2735
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.13.tgz",
2736
+ "integrity": "sha512-EkCtvp67ICIVVzjsquUiVSd+V5HRGOGQfsqA4E4vMWhYnB7InUL0pa0TIWt1i+OfP16Gkds8CdIu6yGZwOM1Yw==",
2737
2737
  "dev": true,
2738
2738
  "license": "MIT",
2739
2739
  "dependencies": {
2740
- "@inquirer/core": "^10.1.13",
2740
+ "@inquirer/core": "^10.1.14",
2741
2741
  "@inquirer/type": "^3.0.7"
2742
2742
  },
2743
2743
  "engines": {
@@ -2753,13 +2753,13 @@
2753
2753
  }
2754
2754
  },
2755
2755
  "node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
2756
- "version": "4.1.12",
2757
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.12.tgz",
2758
- "integrity": "sha512-xJ6PFZpDjC+tC1P8ImGprgcsrzQRsUh9aH3IZixm1lAZFK49UGHxM3ltFfuInN2kPYNfyoPRh+tU4ftsjPLKqQ==",
2756
+ "version": "4.2.0",
2757
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.0.tgz",
2758
+ "integrity": "sha512-opqpHPB1NjAmDISi3uvZOTrjEEU5CWVu/HBkDby8t93+6UxYX0Z7Ps0Ltjm5sZiEbWenjubwUkivAEYQmy9xHw==",
2759
2759
  "dev": true,
2760
2760
  "license": "MIT",
2761
2761
  "dependencies": {
2762
- "@inquirer/core": "^10.1.13",
2762
+ "@inquirer/core": "^10.1.14",
2763
2763
  "@inquirer/type": "^3.0.7"
2764
2764
  },
2765
2765
  "engines": {
@@ -2775,13 +2775,13 @@
2775
2775
  }
2776
2776
  },
2777
2777
  "node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
2778
- "version": "4.0.15",
2779
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.15.tgz",
2780
- "integrity": "sha512-75CT2p43DGEnfGTaqFpbDC2p2EEMrq0S+IRrf9iJvYreMy5mAWj087+mdKyLHapUEPLjN10mNvABpGbk8Wdraw==",
2778
+ "version": "4.0.16",
2779
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.16.tgz",
2780
+ "integrity": "sha512-g8BVNBj5Zeb5/Y3cSN+hDUL7CsIFDIuVxb9EPty3lkxBaYpjL5BNRKSYOF9yOLe+JOcKFd+TSVeADQ4iSY7rbg==",
2781
2781
  "dev": true,
2782
2782
  "license": "MIT",
2783
2783
  "dependencies": {
2784
- "@inquirer/core": "^10.1.13",
2784
+ "@inquirer/core": "^10.1.14",
2785
2785
  "@inquirer/type": "^3.0.7",
2786
2786
  "ansi-escapes": "^4.3.2"
2787
2787
  },
@@ -2798,13 +2798,13 @@
2798
2798
  }
2799
2799
  },
2800
2800
  "node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
2801
- "version": "4.2.3",
2802
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.2.3.tgz",
2803
- "integrity": "sha512-OAGhXU0Cvh0PhLz9xTF/kx6g6x+sP+PcyTiLvCrewI99P3BBeexD+VbuwkNDvqGkk3y2h5ZiWLeRP7BFlhkUDg==",
2801
+ "version": "4.2.4",
2802
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.2.4.tgz",
2803
+ "integrity": "sha512-unTppUcTjmnbl/q+h8XeQDhAqIOmwWYWNyiiP2e3orXrg6tOaa5DHXja9PChCSbChOsktyKgOieRZFnajzxoBg==",
2804
2804
  "dev": true,
2805
2805
  "license": "MIT",
2806
2806
  "dependencies": {
2807
- "@inquirer/core": "^10.1.13",
2807
+ "@inquirer/core": "^10.1.14",
2808
2808
  "@inquirer/figures": "^1.0.12",
2809
2809
  "@inquirer/type": "^3.0.7",
2810
2810
  "ansi-escapes": "^4.3.2",
@@ -2823,13 +2823,13 @@
2823
2823
  }
2824
2824
  },
2825
2825
  "node_modules/@inquirer/rawlist": {
2826
- "version": "4.1.3",
2827
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.3.tgz",
2828
- "integrity": "sha512-7XrV//6kwYumNDSsvJIPeAqa8+p7GJh7H5kRuxirct2cgOcSWwwNGoXDRgpNFbY/MG2vQ4ccIWCi8+IXXyFMZA==",
2826
+ "version": "4.1.4",
2827
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.4.tgz",
2828
+ "integrity": "sha512-5GGvxVpXXMmfZNtvWw4IsHpR7RzqAR624xtkPd1NxxlV5M+pShMqzL4oRddRkg8rVEOK9fKdJp1jjVML2Lr7TQ==",
2829
2829
  "dev": true,
2830
2830
  "license": "MIT",
2831
2831
  "dependencies": {
2832
- "@inquirer/core": "^10.1.13",
2832
+ "@inquirer/core": "^10.1.14",
2833
2833
  "@inquirer/type": "^3.0.7",
2834
2834
  "yoctocolors-cjs": "^2.1.2"
2835
2835
  },
@@ -2846,13 +2846,13 @@
2846
2846
  }
2847
2847
  },
2848
2848
  "node_modules/@inquirer/search": {
2849
- "version": "3.0.15",
2850
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.15.tgz",
2851
- "integrity": "sha512-YBMwPxYBrADqyvP4nNItpwkBnGGglAvCLVW8u4pRmmvOsHUtCAUIMbUrLX5B3tFL1/WsLGdQ2HNzkqswMs5Uaw==",
2849
+ "version": "3.0.16",
2850
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.16.tgz",
2851
+ "integrity": "sha512-POCmXo+j97kTGU6aeRjsPyuCpQQfKcMXdeTMw708ZMtWrj5aykZvlUxH4Qgz3+Y1L/cAVZsSpA+UgZCu2GMOMg==",
2852
2852
  "dev": true,
2853
2853
  "license": "MIT",
2854
2854
  "dependencies": {
2855
- "@inquirer/core": "^10.1.13",
2855
+ "@inquirer/core": "^10.1.14",
2856
2856
  "@inquirer/figures": "^1.0.12",
2857
2857
  "@inquirer/type": "^3.0.7",
2858
2858
  "yoctocolors-cjs": "^2.1.2"
@@ -3381,9 +3381,9 @@
3381
3381
  }
3382
3382
  },
3383
3383
  "node_modules/@oclif/plugin-command-snapshot": {
3384
- "version": "5.3.3",
3385
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz",
3386
- "integrity": "sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==",
3384
+ "version": "5.3.4",
3385
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.4.tgz",
3386
+ "integrity": "sha512-L+FydkQ4kVv1A26Tv6DZL/uj/Mdq7soEvckaU+9WEdDmTdRoGfX0rHizo9fnnI2vK0y77v+KzR1wx0ECzsID4g==",
3387
3387
  "dev": true,
3388
3388
  "license": "MIT",
3389
3389
  "dependencies": {
@@ -3462,9 +3462,9 @@
3462
3462
  }
3463
3463
  },
3464
3464
  "node_modules/@oclif/plugin-help": {
3465
- "version": "6.2.30",
3466
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.30.tgz",
3467
- "integrity": "sha512-D8qY2F0TYoM1MuLnaYEVo2MQVwdOKJtw7T9MqNrqn4Hh/9cjJxzKKgaesTdRrL5SxjgGBbqftirnje8rNyJ2Kw==",
3465
+ "version": "6.2.31",
3466
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.31.tgz",
3467
+ "integrity": "sha512-o4xR98DEFf+VqY+M9B3ZooTm2T/mlGvyBHwHcnsPJCEnvzHqEA9xUlCUK4jm7FBXHhkppziMgCC2snsueLoIpQ==",
3468
3468
  "dev": true,
3469
3469
  "license": "MIT",
3470
3470
  "dependencies": {
@@ -3475,13 +3475,13 @@
3475
3475
  }
3476
3476
  },
3477
3477
  "node_modules/@oclif/plugin-not-found": {
3478
- "version": "3.2.57",
3479
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz",
3480
- "integrity": "sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw==",
3478
+ "version": "3.2.59",
3479
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.59.tgz",
3480
+ "integrity": "sha512-xHyDo1YBSQOBaDqJis41k4LWG9OaCkjlbHO0pqwauW3l2tYoT9AMMSkAb8sJ73z2/YceAbMlm0gzQcO9W6xtMw==",
3481
3481
  "dev": true,
3482
3482
  "license": "MIT",
3483
3483
  "dependencies": {
3484
- "@inquirer/prompts": "^7.5.3",
3484
+ "@inquirer/prompts": "^7.6.0",
3485
3485
  "@oclif/core": "^4",
3486
3486
  "ansis": "^3.17.0",
3487
3487
  "fast-levenshtein": "^3.0.0"
@@ -5551,17 +5551,17 @@
5551
5551
  "license": "MIT"
5552
5552
  },
5553
5553
  "node_modules/@typescript-eslint/eslint-plugin": {
5554
- "version": "8.35.1",
5555
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.1.tgz",
5556
- "integrity": "sha512-9XNTlo7P7RJxbVeICaIIIEipqxLKguyh+3UbXuT2XQuFp6d8VOeDEGuz5IiX0dgZo8CiI6aOFLg4e8cF71SFVg==",
5554
+ "version": "8.36.0",
5555
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz",
5556
+ "integrity": "sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==",
5557
5557
  "dev": true,
5558
5558
  "license": "MIT",
5559
5559
  "dependencies": {
5560
5560
  "@eslint-community/regexpp": "^4.10.0",
5561
- "@typescript-eslint/scope-manager": "8.35.1",
5562
- "@typescript-eslint/type-utils": "8.35.1",
5563
- "@typescript-eslint/utils": "8.35.1",
5564
- "@typescript-eslint/visitor-keys": "8.35.1",
5561
+ "@typescript-eslint/scope-manager": "8.36.0",
5562
+ "@typescript-eslint/type-utils": "8.36.0",
5563
+ "@typescript-eslint/utils": "8.36.0",
5564
+ "@typescript-eslint/visitor-keys": "8.36.0",
5565
5565
  "graphemer": "^1.4.0",
5566
5566
  "ignore": "^7.0.0",
5567
5567
  "natural-compare": "^1.4.0",
@@ -5575,20 +5575,140 @@
5575
5575
  "url": "https://opencollective.com/typescript-eslint"
5576
5576
  },
5577
5577
  "peerDependencies": {
5578
- "@typescript-eslint/parser": "^8.35.1",
5578
+ "@typescript-eslint/parser": "^8.36.0",
5579
5579
  "eslint": "^8.57.0 || ^9.0.0",
5580
5580
  "typescript": ">=4.8.4 <5.9.0"
5581
5581
  }
5582
5582
  },
5583
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
5584
+ "version": "4.7.0",
5585
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
5586
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
5587
+ "dev": true,
5588
+ "license": "MIT",
5589
+ "dependencies": {
5590
+ "eslint-visitor-keys": "^3.4.3"
5591
+ },
5592
+ "engines": {
5593
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5594
+ },
5595
+ "funding": {
5596
+ "url": "https://opencollective.com/eslint"
5597
+ },
5598
+ "peerDependencies": {
5599
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
5600
+ }
5601
+ },
5602
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
5603
+ "version": "3.4.3",
5604
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
5605
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
5606
+ "dev": true,
5607
+ "license": "Apache-2.0",
5608
+ "engines": {
5609
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5610
+ },
5611
+ "funding": {
5612
+ "url": "https://opencollective.com/eslint"
5613
+ }
5614
+ },
5615
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": {
5616
+ "version": "8.36.0",
5617
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz",
5618
+ "integrity": "sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==",
5619
+ "dev": true,
5620
+ "license": "MIT",
5621
+ "dependencies": {
5622
+ "@typescript-eslint/tsconfig-utils": "^8.36.0",
5623
+ "@typescript-eslint/types": "^8.36.0",
5624
+ "debug": "^4.3.4"
5625
+ },
5626
+ "engines": {
5627
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5628
+ },
5629
+ "funding": {
5630
+ "type": "opencollective",
5631
+ "url": "https://opencollective.com/typescript-eslint"
5632
+ },
5633
+ "peerDependencies": {
5634
+ "typescript": ">=4.8.4 <5.9.0"
5635
+ }
5636
+ },
5583
5637
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5584
- "version": "8.35.1",
5585
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.1.tgz",
5586
- "integrity": "sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==",
5638
+ "version": "8.36.0",
5639
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz",
5640
+ "integrity": "sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==",
5587
5641
  "dev": true,
5588
5642
  "license": "MIT",
5589
5643
  "dependencies": {
5590
- "@typescript-eslint/types": "8.35.1",
5591
- "@typescript-eslint/visitor-keys": "8.35.1"
5644
+ "@typescript-eslint/types": "8.36.0",
5645
+ "@typescript-eslint/visitor-keys": "8.36.0"
5646
+ },
5647
+ "engines": {
5648
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5649
+ },
5650
+ "funding": {
5651
+ "type": "opencollective",
5652
+ "url": "https://opencollective.com/typescript-eslint"
5653
+ }
5654
+ },
5655
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": {
5656
+ "version": "8.36.0",
5657
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz",
5658
+ "integrity": "sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==",
5659
+ "dev": true,
5660
+ "license": "MIT",
5661
+ "engines": {
5662
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5663
+ },
5664
+ "funding": {
5665
+ "type": "opencollective",
5666
+ "url": "https://opencollective.com/typescript-eslint"
5667
+ },
5668
+ "peerDependencies": {
5669
+ "typescript": ">=4.8.4 <5.9.0"
5670
+ }
5671
+ },
5672
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5673
+ "version": "8.36.0",
5674
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz",
5675
+ "integrity": "sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==",
5676
+ "dev": true,
5677
+ "license": "MIT",
5678
+ "dependencies": {
5679
+ "@typescript-eslint/project-service": "8.36.0",
5680
+ "@typescript-eslint/tsconfig-utils": "8.36.0",
5681
+ "@typescript-eslint/types": "8.36.0",
5682
+ "@typescript-eslint/visitor-keys": "8.36.0",
5683
+ "debug": "^4.3.4",
5684
+ "fast-glob": "^3.3.2",
5685
+ "is-glob": "^4.0.3",
5686
+ "minimatch": "^9.0.4",
5687
+ "semver": "^7.6.0",
5688
+ "ts-api-utils": "^2.1.0"
5689
+ },
5690
+ "engines": {
5691
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5692
+ },
5693
+ "funding": {
5694
+ "type": "opencollective",
5695
+ "url": "https://opencollective.com/typescript-eslint"
5696
+ },
5697
+ "peerDependencies": {
5698
+ "typescript": ">=4.8.4 <5.9.0"
5699
+ }
5700
+ },
5701
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
5702
+ "version": "8.36.0",
5703
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.36.0.tgz",
5704
+ "integrity": "sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==",
5705
+ "dev": true,
5706
+ "license": "MIT",
5707
+ "dependencies": {
5708
+ "@eslint-community/eslint-utils": "^4.7.0",
5709
+ "@typescript-eslint/scope-manager": "8.36.0",
5710
+ "@typescript-eslint/types": "8.36.0",
5711
+ "@typescript-eslint/typescript-estree": "8.36.0"
5592
5712
  },
5593
5713
  "engines": {
5594
5714
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5596,16 +5716,20 @@
5596
5716
  "funding": {
5597
5717
  "type": "opencollective",
5598
5718
  "url": "https://opencollective.com/typescript-eslint"
5719
+ },
5720
+ "peerDependencies": {
5721
+ "eslint": "^8.57.0 || ^9.0.0",
5722
+ "typescript": ">=4.8.4 <5.9.0"
5599
5723
  }
5600
5724
  },
5601
5725
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5602
- "version": "8.35.1",
5603
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.1.tgz",
5604
- "integrity": "sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==",
5726
+ "version": "8.36.0",
5727
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz",
5728
+ "integrity": "sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==",
5605
5729
  "dev": true,
5606
5730
  "license": "MIT",
5607
5731
  "dependencies": {
5608
- "@typescript-eslint/types": "8.35.1",
5732
+ "@typescript-eslint/types": "8.36.0",
5609
5733
  "eslint-visitor-keys": "^4.2.1"
5610
5734
  },
5611
5735
  "engines": {
@@ -5639,6 +5763,22 @@
5639
5763
  "node": ">= 4"
5640
5764
  }
5641
5765
  },
5766
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
5767
+ "version": "9.0.5",
5768
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5769
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5770
+ "dev": true,
5771
+ "license": "ISC",
5772
+ "dependencies": {
5773
+ "brace-expansion": "^2.0.1"
5774
+ },
5775
+ "engines": {
5776
+ "node": ">=16 || 14 >=14.17"
5777
+ },
5778
+ "funding": {
5779
+ "url": "https://github.com/sponsors/isaacs"
5780
+ }
5781
+ },
5642
5782
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
5643
5783
  "version": "2.1.0",
5644
5784
  "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
@@ -5653,16 +5793,16 @@
5653
5793
  }
5654
5794
  },
5655
5795
  "node_modules/@typescript-eslint/parser": {
5656
- "version": "8.35.1",
5657
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.35.1.tgz",
5658
- "integrity": "sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==",
5796
+ "version": "8.36.0",
5797
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.36.0.tgz",
5798
+ "integrity": "sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==",
5659
5799
  "dev": true,
5660
5800
  "license": "MIT",
5661
5801
  "dependencies": {
5662
- "@typescript-eslint/scope-manager": "8.35.1",
5663
- "@typescript-eslint/types": "8.35.1",
5664
- "@typescript-eslint/typescript-estree": "8.35.1",
5665
- "@typescript-eslint/visitor-keys": "8.35.1",
5802
+ "@typescript-eslint/scope-manager": "8.36.0",
5803
+ "@typescript-eslint/types": "8.36.0",
5804
+ "@typescript-eslint/typescript-estree": "8.36.0",
5805
+ "@typescript-eslint/visitor-keys": "8.36.0",
5666
5806
  "debug": "^4.3.4"
5667
5807
  },
5668
5808
  "engines": {
@@ -5677,15 +5817,37 @@
5677
5817
  "typescript": ">=4.8.4 <5.9.0"
5678
5818
  }
5679
5819
  },
5820
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": {
5821
+ "version": "8.36.0",
5822
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz",
5823
+ "integrity": "sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==",
5824
+ "dev": true,
5825
+ "license": "MIT",
5826
+ "dependencies": {
5827
+ "@typescript-eslint/tsconfig-utils": "^8.36.0",
5828
+ "@typescript-eslint/types": "^8.36.0",
5829
+ "debug": "^4.3.4"
5830
+ },
5831
+ "engines": {
5832
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5833
+ },
5834
+ "funding": {
5835
+ "type": "opencollective",
5836
+ "url": "https://opencollective.com/typescript-eslint"
5837
+ },
5838
+ "peerDependencies": {
5839
+ "typescript": ">=4.8.4 <5.9.0"
5840
+ }
5841
+ },
5680
5842
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
5681
- "version": "8.35.1",
5682
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.1.tgz",
5683
- "integrity": "sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==",
5843
+ "version": "8.36.0",
5844
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz",
5845
+ "integrity": "sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==",
5684
5846
  "dev": true,
5685
5847
  "license": "MIT",
5686
5848
  "dependencies": {
5687
- "@typescript-eslint/types": "8.35.1",
5688
- "@typescript-eslint/visitor-keys": "8.35.1"
5849
+ "@typescript-eslint/types": "8.36.0",
5850
+ "@typescript-eslint/visitor-keys": "8.36.0"
5689
5851
  },
5690
5852
  "engines": {
5691
5853
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5695,17 +5857,34 @@
5695
5857
  "url": "https://opencollective.com/typescript-eslint"
5696
5858
  }
5697
5859
  },
5860
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": {
5861
+ "version": "8.36.0",
5862
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz",
5863
+ "integrity": "sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==",
5864
+ "dev": true,
5865
+ "license": "MIT",
5866
+ "engines": {
5867
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5868
+ },
5869
+ "funding": {
5870
+ "type": "opencollective",
5871
+ "url": "https://opencollective.com/typescript-eslint"
5872
+ },
5873
+ "peerDependencies": {
5874
+ "typescript": ">=4.8.4 <5.9.0"
5875
+ }
5876
+ },
5698
5877
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
5699
- "version": "8.35.1",
5700
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.1.tgz",
5701
- "integrity": "sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==",
5878
+ "version": "8.36.0",
5879
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz",
5880
+ "integrity": "sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==",
5702
5881
  "dev": true,
5703
5882
  "license": "MIT",
5704
5883
  "dependencies": {
5705
- "@typescript-eslint/project-service": "8.35.1",
5706
- "@typescript-eslint/tsconfig-utils": "8.35.1",
5707
- "@typescript-eslint/types": "8.35.1",
5708
- "@typescript-eslint/visitor-keys": "8.35.1",
5884
+ "@typescript-eslint/project-service": "8.36.0",
5885
+ "@typescript-eslint/tsconfig-utils": "8.36.0",
5886
+ "@typescript-eslint/types": "8.36.0",
5887
+ "@typescript-eslint/visitor-keys": "8.36.0",
5709
5888
  "debug": "^4.3.4",
5710
5889
  "fast-glob": "^3.3.2",
5711
5890
  "is-glob": "^4.0.3",
@@ -5725,13 +5904,13 @@
5725
5904
  }
5726
5905
  },
5727
5906
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
5728
- "version": "8.35.1",
5729
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.1.tgz",
5730
- "integrity": "sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==",
5907
+ "version": "8.36.0",
5908
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz",
5909
+ "integrity": "sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==",
5731
5910
  "dev": true,
5732
5911
  "license": "MIT",
5733
5912
  "dependencies": {
5734
- "@typescript-eslint/types": "8.35.1",
5913
+ "@typescript-eslint/types": "8.36.0",
5735
5914
  "eslint-visitor-keys": "^4.2.1"
5736
5915
  },
5737
5916
  "engines": {
@@ -5806,6 +5985,20 @@
5806
5985
  "typescript": ">=4.8.4 <5.9.0"
5807
5986
  }
5808
5987
  },
5988
+ "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5989
+ "version": "8.35.1",
5990
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.1.tgz",
5991
+ "integrity": "sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==",
5992
+ "dev": true,
5993
+ "license": "MIT",
5994
+ "engines": {
5995
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5996
+ },
5997
+ "funding": {
5998
+ "type": "opencollective",
5999
+ "url": "https://opencollective.com/typescript-eslint"
6000
+ }
6001
+ },
5809
6002
  "node_modules/@typescript-eslint/scope-manager": {
5810
6003
  "version": "6.21.0",
5811
6004
  "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
@@ -5856,14 +6049,14 @@
5856
6049
  }
5857
6050
  },
5858
6051
  "node_modules/@typescript-eslint/type-utils": {
5859
- "version": "8.35.1",
5860
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.35.1.tgz",
5861
- "integrity": "sha512-HOrUBlfVRz5W2LIKpXzZoy6VTZzMu2n8q9C2V/cFngIC5U1nStJgv0tMV4sZPzdf4wQm9/ToWUFPMN9Vq9VJQQ==",
6052
+ "version": "8.36.0",
6053
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz",
6054
+ "integrity": "sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==",
5862
6055
  "dev": true,
5863
6056
  "license": "MIT",
5864
6057
  "dependencies": {
5865
- "@typescript-eslint/typescript-estree": "8.35.1",
5866
- "@typescript-eslint/utils": "8.35.1",
6058
+ "@typescript-eslint/typescript-estree": "8.36.0",
6059
+ "@typescript-eslint/utils": "8.36.0",
5867
6060
  "debug": "^4.3.4",
5868
6061
  "ts-api-utils": "^2.1.0"
5869
6062
  },
@@ -5879,17 +6072,93 @@
5879
6072
  "typescript": ">=4.8.4 <5.9.0"
5880
6073
  }
5881
6074
  },
6075
+ "node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
6076
+ "version": "4.7.0",
6077
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
6078
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
6079
+ "dev": true,
6080
+ "license": "MIT",
6081
+ "dependencies": {
6082
+ "eslint-visitor-keys": "^3.4.3"
6083
+ },
6084
+ "engines": {
6085
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6086
+ },
6087
+ "funding": {
6088
+ "url": "https://opencollective.com/eslint"
6089
+ },
6090
+ "peerDependencies": {
6091
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
6092
+ }
6093
+ },
6094
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
6095
+ "version": "8.36.0",
6096
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz",
6097
+ "integrity": "sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==",
6098
+ "dev": true,
6099
+ "license": "MIT",
6100
+ "dependencies": {
6101
+ "@typescript-eslint/tsconfig-utils": "^8.36.0",
6102
+ "@typescript-eslint/types": "^8.36.0",
6103
+ "debug": "^4.3.4"
6104
+ },
6105
+ "engines": {
6106
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6107
+ },
6108
+ "funding": {
6109
+ "type": "opencollective",
6110
+ "url": "https://opencollective.com/typescript-eslint"
6111
+ },
6112
+ "peerDependencies": {
6113
+ "typescript": ">=4.8.4 <5.9.0"
6114
+ }
6115
+ },
6116
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
6117
+ "version": "8.36.0",
6118
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz",
6119
+ "integrity": "sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==",
6120
+ "dev": true,
6121
+ "license": "MIT",
6122
+ "dependencies": {
6123
+ "@typescript-eslint/types": "8.36.0",
6124
+ "@typescript-eslint/visitor-keys": "8.36.0"
6125
+ },
6126
+ "engines": {
6127
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6128
+ },
6129
+ "funding": {
6130
+ "type": "opencollective",
6131
+ "url": "https://opencollective.com/typescript-eslint"
6132
+ }
6133
+ },
6134
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
6135
+ "version": "8.36.0",
6136
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz",
6137
+ "integrity": "sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==",
6138
+ "dev": true,
6139
+ "license": "MIT",
6140
+ "engines": {
6141
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6142
+ },
6143
+ "funding": {
6144
+ "type": "opencollective",
6145
+ "url": "https://opencollective.com/typescript-eslint"
6146
+ },
6147
+ "peerDependencies": {
6148
+ "typescript": ">=4.8.4 <5.9.0"
6149
+ }
6150
+ },
5882
6151
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
5883
- "version": "8.35.1",
5884
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.1.tgz",
5885
- "integrity": "sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==",
6152
+ "version": "8.36.0",
6153
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz",
6154
+ "integrity": "sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==",
5886
6155
  "dev": true,
5887
6156
  "license": "MIT",
5888
6157
  "dependencies": {
5889
- "@typescript-eslint/project-service": "8.35.1",
5890
- "@typescript-eslint/tsconfig-utils": "8.35.1",
5891
- "@typescript-eslint/types": "8.35.1",
5892
- "@typescript-eslint/visitor-keys": "8.35.1",
6158
+ "@typescript-eslint/project-service": "8.36.0",
6159
+ "@typescript-eslint/tsconfig-utils": "8.36.0",
6160
+ "@typescript-eslint/types": "8.36.0",
6161
+ "@typescript-eslint/visitor-keys": "8.36.0",
5893
6162
  "debug": "^4.3.4",
5894
6163
  "fast-glob": "^3.3.2",
5895
6164
  "is-glob": "^4.0.3",
@@ -5908,14 +6177,38 @@
5908
6177
  "typescript": ">=4.8.4 <5.9.0"
5909
6178
  }
5910
6179
  },
6180
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
6181
+ "version": "8.36.0",
6182
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.36.0.tgz",
6183
+ "integrity": "sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==",
6184
+ "dev": true,
6185
+ "license": "MIT",
6186
+ "dependencies": {
6187
+ "@eslint-community/eslint-utils": "^4.7.0",
6188
+ "@typescript-eslint/scope-manager": "8.36.0",
6189
+ "@typescript-eslint/types": "8.36.0",
6190
+ "@typescript-eslint/typescript-estree": "8.36.0"
6191
+ },
6192
+ "engines": {
6193
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6194
+ },
6195
+ "funding": {
6196
+ "type": "opencollective",
6197
+ "url": "https://opencollective.com/typescript-eslint"
6198
+ },
6199
+ "peerDependencies": {
6200
+ "eslint": "^8.57.0 || ^9.0.0",
6201
+ "typescript": ">=4.8.4 <5.9.0"
6202
+ }
6203
+ },
5911
6204
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
5912
- "version": "8.35.1",
5913
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.1.tgz",
5914
- "integrity": "sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==",
6205
+ "version": "8.36.0",
6206
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz",
6207
+ "integrity": "sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==",
5915
6208
  "dev": true,
5916
6209
  "license": "MIT",
5917
6210
  "dependencies": {
5918
- "@typescript-eslint/types": "8.35.1",
6211
+ "@typescript-eslint/types": "8.36.0",
5919
6212
  "eslint-visitor-keys": "^4.2.1"
5920
6213
  },
5921
6214
  "engines": {
@@ -5926,7 +6219,7 @@
5926
6219
  "url": "https://opencollective.com/typescript-eslint"
5927
6220
  }
5928
6221
  },
5929
- "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
6222
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
5930
6223
  "version": "4.2.1",
5931
6224
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
5932
6225
  "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
@@ -5969,9 +6262,9 @@
5969
6262
  }
5970
6263
  },
5971
6264
  "node_modules/@typescript-eslint/types": {
5972
- "version": "8.35.1",
5973
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.1.tgz",
5974
- "integrity": "sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==",
6265
+ "version": "8.36.0",
6266
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.36.0.tgz",
6267
+ "integrity": "sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==",
5975
6268
  "dev": true,
5976
6269
  "license": "MIT",
5977
6270
  "engines": {
@@ -6102,6 +6395,20 @@
6102
6395
  "url": "https://opencollective.com/typescript-eslint"
6103
6396
  }
6104
6397
  },
6398
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
6399
+ "version": "8.35.1",
6400
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.1.tgz",
6401
+ "integrity": "sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==",
6402
+ "dev": true,
6403
+ "license": "MIT",
6404
+ "engines": {
6405
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6406
+ },
6407
+ "funding": {
6408
+ "type": "opencollective",
6409
+ "url": "https://opencollective.com/typescript-eslint"
6410
+ }
6411
+ },
6105
6412
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
6106
6413
  "version": "8.35.1",
6107
6414
  "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.1.tgz",
@@ -9098,15 +9405,15 @@
9098
9405
  }
9099
9406
  },
9100
9407
  "node_modules/eslint-config-oclif": {
9101
- "version": "6.0.83",
9102
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.83.tgz",
9103
- "integrity": "sha512-X+hGcU6ePnwcT98riftbD2kmcbn3jxhWrNtptJMfT7C+ryK+wbfiA2S/xt7ao7g9vznaiVF53ph/OBGPjjANRQ==",
9408
+ "version": "6.0.86",
9409
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.86.tgz",
9410
+ "integrity": "sha512-gym1bRqeP4/CYwOmi6PC+hlVGEMJhgI1joa2ogFy7tbr0LSI/9gPYfuksLoOBPkY9as1UNg4sdQ4fIya+zpf+Q==",
9104
9411
  "dev": true,
9105
9412
  "license": "MIT",
9106
9413
  "dependencies": {
9107
9414
  "@eslint/compat": "^1.3.1",
9108
9415
  "@eslint/eslintrc": "^3.3.1",
9109
- "@eslint/js": "^9.30.1",
9416
+ "@eslint/js": "^9.31.0",
9110
9417
  "@stylistic/eslint-plugin": "^3.1.0",
9111
9418
  "@typescript-eslint/eslint-plugin": "^8",
9112
9419
  "@typescript-eslint/parser": "^8",
@@ -9120,7 +9427,7 @@
9120
9427
  "eslint-plugin-n": "^17.21.0",
9121
9428
  "eslint-plugin-perfectionist": "^4",
9122
9429
  "eslint-plugin-unicorn": "^56.0.1",
9123
- "typescript-eslint": "^8.35.1"
9430
+ "typescript-eslint": "^8.36.0"
9124
9431
  },
9125
9432
  "engines": {
9126
9433
  "node": ">=18.18.0"
@@ -14850,9 +15157,9 @@
14850
15157
  }
14851
15158
  },
14852
15159
  "node_modules/oclif": {
14853
- "version": "4.20.4",
14854
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.4.tgz",
14855
- "integrity": "sha512-0M6N81LXCcF/rXyghCwYMT3kVadXWTBKCUp6XzDjC7gcZxl0GTUYXa/QENaE2sAsAcYQZKxbMDx7jrWPdDGggQ==",
15160
+ "version": "4.20.6",
15161
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.6.tgz",
15162
+ "integrity": "sha512-MUNeWoIfWKj71E4CwSBUTtPvFfQ1IXGJ9ijT9EPKXVSu3mvjmQeTsslqewesvSPH91w1tvNfdwBBJazmH03QSA==",
14856
15163
  "dev": true,
14857
15164
  "license": "MIT",
14858
15165
  "dependencies": {
@@ -14863,7 +15170,7 @@
14863
15170
  "@inquirer/select": "^2.5.0",
14864
15171
  "@oclif/core": "^4.4.0",
14865
15172
  "@oclif/plugin-help": "^6.2.29",
14866
- "@oclif/plugin-not-found": "^3.2.57",
15173
+ "@oclif/plugin-not-found": "^3.2.59",
14867
15174
  "@oclif/plugin-warn-if-update-available": "^3.1.42",
14868
15175
  "ansis": "^3.16.0",
14869
15176
  "async-retry": "^1.3.3",
@@ -18214,15 +18521,144 @@
18214
18521
  }
18215
18522
  },
18216
18523
  "node_modules/typescript-eslint": {
18217
- "version": "8.35.1",
18218
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.35.1.tgz",
18219
- "integrity": "sha512-xslJjFzhOmHYQzSB/QTeASAHbjmxOGEP6Coh93TXmUBFQoJ1VU35UHIDmG06Jd6taf3wqqC1ntBnCMeymy5Ovw==",
18524
+ "version": "8.36.0",
18525
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.36.0.tgz",
18526
+ "integrity": "sha512-fTCqxthY+h9QbEgSIBfL9iV6CvKDFuoxg6bHPNpJ9HIUzS+jy2lCEyCmGyZRWEBSaykqcDPf1SJ+BfCI8DRopA==",
18527
+ "dev": true,
18528
+ "license": "MIT",
18529
+ "dependencies": {
18530
+ "@typescript-eslint/eslint-plugin": "8.36.0",
18531
+ "@typescript-eslint/parser": "8.36.0",
18532
+ "@typescript-eslint/utils": "8.36.0"
18533
+ },
18534
+ "engines": {
18535
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18536
+ },
18537
+ "funding": {
18538
+ "type": "opencollective",
18539
+ "url": "https://opencollective.com/typescript-eslint"
18540
+ },
18541
+ "peerDependencies": {
18542
+ "eslint": "^8.57.0 || ^9.0.0",
18543
+ "typescript": ">=4.8.4 <5.9.0"
18544
+ }
18545
+ },
18546
+ "node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
18547
+ "version": "4.7.0",
18548
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
18549
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
18550
+ "dev": true,
18551
+ "license": "MIT",
18552
+ "dependencies": {
18553
+ "eslint-visitor-keys": "^3.4.3"
18554
+ },
18555
+ "engines": {
18556
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
18557
+ },
18558
+ "funding": {
18559
+ "url": "https://opencollective.com/eslint"
18560
+ },
18561
+ "peerDependencies": {
18562
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
18563
+ }
18564
+ },
18565
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": {
18566
+ "version": "8.36.0",
18567
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz",
18568
+ "integrity": "sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==",
18569
+ "dev": true,
18570
+ "license": "MIT",
18571
+ "dependencies": {
18572
+ "@typescript-eslint/tsconfig-utils": "^8.36.0",
18573
+ "@typescript-eslint/types": "^8.36.0",
18574
+ "debug": "^4.3.4"
18575
+ },
18576
+ "engines": {
18577
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18578
+ },
18579
+ "funding": {
18580
+ "type": "opencollective",
18581
+ "url": "https://opencollective.com/typescript-eslint"
18582
+ },
18583
+ "peerDependencies": {
18584
+ "typescript": ">=4.8.4 <5.9.0"
18585
+ }
18586
+ },
18587
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
18588
+ "version": "8.36.0",
18589
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz",
18590
+ "integrity": "sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==",
18591
+ "dev": true,
18592
+ "license": "MIT",
18593
+ "dependencies": {
18594
+ "@typescript-eslint/types": "8.36.0",
18595
+ "@typescript-eslint/visitor-keys": "8.36.0"
18596
+ },
18597
+ "engines": {
18598
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18599
+ },
18600
+ "funding": {
18601
+ "type": "opencollective",
18602
+ "url": "https://opencollective.com/typescript-eslint"
18603
+ }
18604
+ },
18605
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": {
18606
+ "version": "8.36.0",
18607
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz",
18608
+ "integrity": "sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==",
18609
+ "dev": true,
18610
+ "license": "MIT",
18611
+ "engines": {
18612
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18613
+ },
18614
+ "funding": {
18615
+ "type": "opencollective",
18616
+ "url": "https://opencollective.com/typescript-eslint"
18617
+ },
18618
+ "peerDependencies": {
18619
+ "typescript": ">=4.8.4 <5.9.0"
18620
+ }
18621
+ },
18622
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
18623
+ "version": "8.36.0",
18624
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz",
18625
+ "integrity": "sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==",
18220
18626
  "dev": true,
18221
18627
  "license": "MIT",
18222
18628
  "dependencies": {
18223
- "@typescript-eslint/eslint-plugin": "8.35.1",
18224
- "@typescript-eslint/parser": "8.35.1",
18225
- "@typescript-eslint/utils": "8.35.1"
18629
+ "@typescript-eslint/project-service": "8.36.0",
18630
+ "@typescript-eslint/tsconfig-utils": "8.36.0",
18631
+ "@typescript-eslint/types": "8.36.0",
18632
+ "@typescript-eslint/visitor-keys": "8.36.0",
18633
+ "debug": "^4.3.4",
18634
+ "fast-glob": "^3.3.2",
18635
+ "is-glob": "^4.0.3",
18636
+ "minimatch": "^9.0.4",
18637
+ "semver": "^7.6.0",
18638
+ "ts-api-utils": "^2.1.0"
18639
+ },
18640
+ "engines": {
18641
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18642
+ },
18643
+ "funding": {
18644
+ "type": "opencollective",
18645
+ "url": "https://opencollective.com/typescript-eslint"
18646
+ },
18647
+ "peerDependencies": {
18648
+ "typescript": ">=4.8.4 <5.9.0"
18649
+ }
18650
+ },
18651
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
18652
+ "version": "8.36.0",
18653
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.36.0.tgz",
18654
+ "integrity": "sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==",
18655
+ "dev": true,
18656
+ "license": "MIT",
18657
+ "dependencies": {
18658
+ "@eslint-community/eslint-utils": "^4.7.0",
18659
+ "@typescript-eslint/scope-manager": "8.36.0",
18660
+ "@typescript-eslint/types": "8.36.0",
18661
+ "@typescript-eslint/typescript-estree": "8.36.0"
18226
18662
  },
18227
18663
  "engines": {
18228
18664
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -18236,6 +18672,66 @@
18236
18672
  "typescript": ">=4.8.4 <5.9.0"
18237
18673
  }
18238
18674
  },
18675
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
18676
+ "version": "8.36.0",
18677
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz",
18678
+ "integrity": "sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==",
18679
+ "dev": true,
18680
+ "license": "MIT",
18681
+ "dependencies": {
18682
+ "@typescript-eslint/types": "8.36.0",
18683
+ "eslint-visitor-keys": "^4.2.1"
18684
+ },
18685
+ "engines": {
18686
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18687
+ },
18688
+ "funding": {
18689
+ "type": "opencollective",
18690
+ "url": "https://opencollective.com/typescript-eslint"
18691
+ }
18692
+ },
18693
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
18694
+ "version": "4.2.1",
18695
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
18696
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
18697
+ "dev": true,
18698
+ "license": "Apache-2.0",
18699
+ "engines": {
18700
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18701
+ },
18702
+ "funding": {
18703
+ "url": "https://opencollective.com/eslint"
18704
+ }
18705
+ },
18706
+ "node_modules/typescript-eslint/node_modules/minimatch": {
18707
+ "version": "9.0.5",
18708
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
18709
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
18710
+ "dev": true,
18711
+ "license": "ISC",
18712
+ "dependencies": {
18713
+ "brace-expansion": "^2.0.1"
18714
+ },
18715
+ "engines": {
18716
+ "node": ">=16 || 14 >=14.17"
18717
+ },
18718
+ "funding": {
18719
+ "url": "https://github.com/sponsors/isaacs"
18720
+ }
18721
+ },
18722
+ "node_modules/typescript-eslint/node_modules/ts-api-utils": {
18723
+ "version": "2.1.0",
18724
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
18725
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
18726
+ "dev": true,
18727
+ "license": "MIT",
18728
+ "engines": {
18729
+ "node": ">=18.12"
18730
+ },
18731
+ "peerDependencies": {
18732
+ "typescript": ">=4.8.4"
18733
+ }
18734
+ },
18239
18735
  "node_modules/uc.micro": {
18240
18736
  "version": "2.1.0",
18241
18737
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",