@salesforce/plugin-agent 1.24.3 → 1.24.5

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,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.24.3",
3
+ "version": "1.24.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.24.3",
9
+ "version": "1.24.5",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/core": "^10.1.6",
13
13
  "@inquirer/prompts": "^7.2.0",
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/multi-stage-output": "^0.8.20",
16
- "@salesforce/agents": "^0.17.1",
16
+ "@salesforce/agents": "^0.17.5",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.3",
19
19
  "@salesforce/sf-plugins-core": "^12.2.4",
@@ -33,9 +33,9 @@
33
33
  "@salesforce/cli-plugins-testkit": "^5.3.35",
34
34
  "@salesforce/dev-scripts": "^10.2.12",
35
35
  "@salesforce/plugin-command-reference": "^3.1.65",
36
- "@types/inquirer": "^9.0.7",
36
+ "@types/inquirer": "^9.0.9",
37
37
  "@types/react": "^18.3.3",
38
- "eslint-config-xo": "^0.45.0",
38
+ "eslint-config-xo": "^0.48.0",
39
39
  "eslint-config-xo-react": "^0.27.0",
40
40
  "eslint-plugin-react": "^7.34.3",
41
41
  "eslint-plugin-react-hooks": "^4.6.2",
@@ -1941,6 +1941,48 @@
1941
1941
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
1942
1942
  }
1943
1943
  },
1944
+ "node_modules/@eslint/core": {
1945
+ "version": "0.13.0",
1946
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
1947
+ "integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
1948
+ "dev": true,
1949
+ "license": "Apache-2.0",
1950
+ "dependencies": {
1951
+ "@types/json-schema": "^7.0.15"
1952
+ },
1953
+ "engines": {
1954
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1955
+ }
1956
+ },
1957
+ "node_modules/@eslint/css": {
1958
+ "version": "0.7.0",
1959
+ "resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.7.0.tgz",
1960
+ "integrity": "sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==",
1961
+ "dev": true,
1962
+ "license": "Apache-2.0",
1963
+ "dependencies": {
1964
+ "@eslint/core": "^0.13.0",
1965
+ "@eslint/css-tree": "^3.3.3",
1966
+ "@eslint/plugin-kit": "^0.2.5"
1967
+ },
1968
+ "engines": {
1969
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1970
+ }
1971
+ },
1972
+ "node_modules/@eslint/css-tree": {
1973
+ "version": "3.6.3",
1974
+ "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.3.tgz",
1975
+ "integrity": "sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==",
1976
+ "dev": true,
1977
+ "license": "MIT",
1978
+ "dependencies": {
1979
+ "mdn-data": "2.21.0",
1980
+ "source-map-js": "^1.0.1"
1981
+ },
1982
+ "engines": {
1983
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
1984
+ }
1985
+ },
1944
1986
  "node_modules/@eslint/eslintrc": {
1945
1987
  "version": "2.1.4",
1946
1988
  "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
@@ -1975,6 +2017,49 @@
1975
2017
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1976
2018
  }
1977
2019
  },
2020
+ "node_modules/@eslint/json": {
2021
+ "version": "0.12.0",
2022
+ "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.12.0.tgz",
2023
+ "integrity": "sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==",
2024
+ "dev": true,
2025
+ "license": "Apache-2.0",
2026
+ "dependencies": {
2027
+ "@eslint/core": "^0.12.0",
2028
+ "@eslint/plugin-kit": "^0.2.7",
2029
+ "@humanwhocodes/momoa": "^3.3.4",
2030
+ "natural-compare": "^1.4.0"
2031
+ },
2032
+ "engines": {
2033
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2034
+ }
2035
+ },
2036
+ "node_modules/@eslint/json/node_modules/@eslint/core": {
2037
+ "version": "0.12.0",
2038
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
2039
+ "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
2040
+ "dev": true,
2041
+ "license": "Apache-2.0",
2042
+ "dependencies": {
2043
+ "@types/json-schema": "^7.0.15"
2044
+ },
2045
+ "engines": {
2046
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2047
+ }
2048
+ },
2049
+ "node_modules/@eslint/plugin-kit": {
2050
+ "version": "0.2.8",
2051
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
2052
+ "integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
2053
+ "dev": true,
2054
+ "license": "Apache-2.0",
2055
+ "dependencies": {
2056
+ "@eslint/core": "^0.13.0",
2057
+ "levn": "^0.4.1"
2058
+ },
2059
+ "engines": {
2060
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2061
+ }
2062
+ },
1978
2063
  "node_modules/@humanwhocodes/config-array": {
1979
2064
  "version": "0.13.0",
1980
2065
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
@@ -2004,6 +2089,16 @@
2004
2089
  "url": "https://github.com/sponsors/nzakas"
2005
2090
  }
2006
2091
  },
2092
+ "node_modules/@humanwhocodes/momoa": {
2093
+ "version": "3.3.9",
2094
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.9.tgz",
2095
+ "integrity": "sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==",
2096
+ "dev": true,
2097
+ "license": "Apache-2.0",
2098
+ "engines": {
2099
+ "node": ">=18"
2100
+ }
2101
+ },
2007
2102
  "node_modules/@humanwhocodes/object-schema": {
2008
2103
  "version": "2.0.3",
2009
2104
  "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
@@ -3687,23 +3782,53 @@
3687
3782
  "license": "MIT"
3688
3783
  },
3689
3784
  "node_modules/@salesforce/agents": {
3690
- "version": "0.17.1",
3691
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.1.tgz",
3692
- "integrity": "sha512-X1K2G5WyX3oqj4Q54pq2aSsk/UrmAE3wa0GrePlwOInOGC/MkuIMqOqIAa1r138x9uSWpKSWapj5LXVpNm/wnw==",
3785
+ "version": "0.17.5",
3786
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.5.tgz",
3787
+ "integrity": "sha512-LUULWh5AF6/lMNT89akCrfYHET/JShQ8TV6J0naJN2MJUhqLONOyz8muw/tILKdSovbX5p761pCH2Cf6Cw7uvw==",
3693
3788
  "license": "BSD-3-Clause",
3694
3789
  "dependencies": {
3695
- "@salesforce/core": "^8.18.5",
3790
+ "@salesforce/core": "^8.19.1",
3696
3791
  "@salesforce/kit": "^3.2.3",
3697
- "@salesforce/source-deploy-retrieve": "^12.22.1",
3792
+ "@salesforce/source-deploy-retrieve": "^12.22.2",
3698
3793
  "@salesforce/types": "^1.4.0",
3699
- "fast-xml-parser": "^4.5.3",
3794
+ "fast-xml-parser": "^5.2.5",
3700
3795
  "nock": "^13.5.6",
3701
- "yaml": "^2.8.0"
3796
+ "yaml": "^2.8.1"
3702
3797
  },
3703
3798
  "engines": {
3704
3799
  "node": ">=18.0.0"
3705
3800
  }
3706
3801
  },
3802
+ "node_modules/@salesforce/agents/node_modules/fast-xml-parser": {
3803
+ "version": "5.2.5",
3804
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
3805
+ "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
3806
+ "funding": [
3807
+ {
3808
+ "type": "github",
3809
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3810
+ }
3811
+ ],
3812
+ "license": "MIT",
3813
+ "dependencies": {
3814
+ "strnum": "^2.1.0"
3815
+ },
3816
+ "bin": {
3817
+ "fxparser": "src/cli/cli.js"
3818
+ }
3819
+ },
3820
+ "node_modules/@salesforce/agents/node_modules/strnum": {
3821
+ "version": "2.1.1",
3822
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
3823
+ "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
3824
+ "funding": [
3825
+ {
3826
+ "type": "github",
3827
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3828
+ }
3829
+ ],
3830
+ "license": "MIT"
3831
+ },
3707
3832
  "node_modules/@salesforce/cli-plugins-testkit": {
3708
3833
  "version": "5.3.39",
3709
3834
  "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.39.tgz",
@@ -4131,26 +4256,25 @@
4131
4256
  }
4132
4257
  },
4133
4258
  "node_modules/@salesforce/source-deploy-retrieve": {
4134
- "version": "12.22.1",
4135
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.1.tgz",
4136
- "integrity": "sha512-YJDjXYuaBPWcNJettIZB/RWL8lS5J7cfmK05H/0S8CKLNc2E4a1nP2JH805SV6hYPTWhBtgFczEurfL5G7NEhw==",
4259
+ "version": "12.22.9",
4260
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.9.tgz",
4261
+ "integrity": "sha512-zRSAUNRei2bNg3HtNW2wwrfBnGeIz9s4L5TCKSA0p2wjlrxeJq2qU2nM5ZxKXu/kk1Bvlu+faOI3zMC1PcZ+Ig==",
4137
4262
  "license": "Apache-2.0",
4138
4263
  "dependencies": {
4139
- "@salesforce/core": "^8.18.1",
4264
+ "@salesforce/core": "^8.19.1",
4140
4265
  "@salesforce/kit": "^3.2.3",
4141
4266
  "@salesforce/ts-types": "^2.0.12",
4142
- "@salesforce/types": "^1.3.0",
4267
+ "@salesforce/types": "^1.4.0",
4143
4268
  "fast-levenshtein": "^3.0.0",
4144
4269
  "fast-xml-parser": "^4.5.3",
4145
4270
  "got": "^11.8.6",
4146
4271
  "graceful-fs": "^4.2.11",
4147
4272
  "ignore": "^5.3.2",
4148
- "isbinaryfile": "^5.0.2",
4149
4273
  "jszip": "^3.10.1",
4150
4274
  "mime": "2.6.0",
4151
4275
  "minimatch": "^9.0.5",
4152
4276
  "proxy-agent": "^6.4.0",
4153
- "yaml": "^2.7.1"
4277
+ "yaml": "^2.8.1"
4154
4278
  },
4155
4279
  "engines": {
4156
4280
  "node": ">=18.0.0"
@@ -5128,6 +5252,202 @@
5128
5252
  "node": ">=18.0.0"
5129
5253
  }
5130
5254
  },
5255
+ "node_modules/@stylistic/eslint-plugin": {
5256
+ "version": "4.4.1",
5257
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz",
5258
+ "integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==",
5259
+ "dev": true,
5260
+ "license": "MIT",
5261
+ "dependencies": {
5262
+ "@typescript-eslint/utils": "^8.32.1",
5263
+ "eslint-visitor-keys": "^4.2.0",
5264
+ "espree": "^10.3.0",
5265
+ "estraverse": "^5.3.0",
5266
+ "picomatch": "^4.0.2"
5267
+ },
5268
+ "engines": {
5269
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5270
+ },
5271
+ "peerDependencies": {
5272
+ "eslint": ">=9.0.0"
5273
+ }
5274
+ },
5275
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5276
+ "version": "8.39.1",
5277
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
5278
+ "integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
5279
+ "dev": true,
5280
+ "license": "MIT",
5281
+ "dependencies": {
5282
+ "@typescript-eslint/types": "8.39.1",
5283
+ "@typescript-eslint/visitor-keys": "8.39.1"
5284
+ },
5285
+ "engines": {
5286
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5287
+ },
5288
+ "funding": {
5289
+ "type": "opencollective",
5290
+ "url": "https://opencollective.com/typescript-eslint"
5291
+ }
5292
+ },
5293
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
5294
+ "version": "8.39.1",
5295
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
5296
+ "integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
5297
+ "dev": true,
5298
+ "license": "MIT",
5299
+ "engines": {
5300
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5301
+ },
5302
+ "funding": {
5303
+ "type": "opencollective",
5304
+ "url": "https://opencollective.com/typescript-eslint"
5305
+ }
5306
+ },
5307
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5308
+ "version": "8.39.1",
5309
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz",
5310
+ "integrity": "sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==",
5311
+ "dev": true,
5312
+ "license": "MIT",
5313
+ "dependencies": {
5314
+ "@typescript-eslint/project-service": "8.39.1",
5315
+ "@typescript-eslint/tsconfig-utils": "8.39.1",
5316
+ "@typescript-eslint/types": "8.39.1",
5317
+ "@typescript-eslint/visitor-keys": "8.39.1",
5318
+ "debug": "^4.3.4",
5319
+ "fast-glob": "^3.3.2",
5320
+ "is-glob": "^4.0.3",
5321
+ "minimatch": "^9.0.4",
5322
+ "semver": "^7.6.0",
5323
+ "ts-api-utils": "^2.1.0"
5324
+ },
5325
+ "engines": {
5326
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5327
+ },
5328
+ "funding": {
5329
+ "type": "opencollective",
5330
+ "url": "https://opencollective.com/typescript-eslint"
5331
+ },
5332
+ "peerDependencies": {
5333
+ "typescript": ">=4.8.4 <6.0.0"
5334
+ }
5335
+ },
5336
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
5337
+ "version": "8.39.1",
5338
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
5339
+ "integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
5340
+ "dev": true,
5341
+ "license": "MIT",
5342
+ "dependencies": {
5343
+ "@eslint-community/eslint-utils": "^4.7.0",
5344
+ "@typescript-eslint/scope-manager": "8.39.1",
5345
+ "@typescript-eslint/types": "8.39.1",
5346
+ "@typescript-eslint/typescript-estree": "8.39.1"
5347
+ },
5348
+ "engines": {
5349
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5350
+ },
5351
+ "funding": {
5352
+ "type": "opencollective",
5353
+ "url": "https://opencollective.com/typescript-eslint"
5354
+ },
5355
+ "peerDependencies": {
5356
+ "eslint": "^8.57.0 || ^9.0.0",
5357
+ "typescript": ">=4.8.4 <6.0.0"
5358
+ }
5359
+ },
5360
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5361
+ "version": "8.39.1",
5362
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
5363
+ "integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
5364
+ "dev": true,
5365
+ "license": "MIT",
5366
+ "dependencies": {
5367
+ "@typescript-eslint/types": "8.39.1",
5368
+ "eslint-visitor-keys": "^4.2.1"
5369
+ },
5370
+ "engines": {
5371
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5372
+ },
5373
+ "funding": {
5374
+ "type": "opencollective",
5375
+ "url": "https://opencollective.com/typescript-eslint"
5376
+ }
5377
+ },
5378
+ "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
5379
+ "version": "4.2.1",
5380
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
5381
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
5382
+ "dev": true,
5383
+ "license": "Apache-2.0",
5384
+ "engines": {
5385
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5386
+ },
5387
+ "funding": {
5388
+ "url": "https://opencollective.com/eslint"
5389
+ }
5390
+ },
5391
+ "node_modules/@stylistic/eslint-plugin/node_modules/espree": {
5392
+ "version": "10.4.0",
5393
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
5394
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
5395
+ "dev": true,
5396
+ "license": "BSD-2-Clause",
5397
+ "dependencies": {
5398
+ "acorn": "^8.15.0",
5399
+ "acorn-jsx": "^5.3.2",
5400
+ "eslint-visitor-keys": "^4.2.1"
5401
+ },
5402
+ "engines": {
5403
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5404
+ },
5405
+ "funding": {
5406
+ "url": "https://opencollective.com/eslint"
5407
+ }
5408
+ },
5409
+ "node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
5410
+ "version": "9.0.5",
5411
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5412
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5413
+ "dev": true,
5414
+ "license": "ISC",
5415
+ "dependencies": {
5416
+ "brace-expansion": "^2.0.1"
5417
+ },
5418
+ "engines": {
5419
+ "node": ">=16 || 14 >=14.17"
5420
+ },
5421
+ "funding": {
5422
+ "url": "https://github.com/sponsors/isaacs"
5423
+ }
5424
+ },
5425
+ "node_modules/@stylistic/eslint-plugin/node_modules/picomatch": {
5426
+ "version": "4.0.3",
5427
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
5428
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
5429
+ "dev": true,
5430
+ "license": "MIT",
5431
+ "engines": {
5432
+ "node": ">=12"
5433
+ },
5434
+ "funding": {
5435
+ "url": "https://github.com/sponsors/jonschlinkert"
5436
+ }
5437
+ },
5438
+ "node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
5439
+ "version": "2.1.0",
5440
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5441
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5442
+ "dev": true,
5443
+ "license": "MIT",
5444
+ "engines": {
5445
+ "node": ">=18.12"
5446
+ },
5447
+ "peerDependencies": {
5448
+ "typescript": ">=4.8.4"
5449
+ }
5450
+ },
5131
5451
  "node_modules/@szmarczak/http-timer": {
5132
5452
  "version": "4.0.6",
5133
5453
  "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
@@ -5210,9 +5530,9 @@
5210
5530
  "license": "MIT"
5211
5531
  },
5212
5532
  "node_modules/@types/inquirer": {
5213
- "version": "9.0.8",
5214
- "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.8.tgz",
5215
- "integrity": "sha512-CgPD5kFGWsb8HJ5K7rfWlifao87m4ph8uioU7OTncJevmE/VLIqAAjfQtko578JZg7/f69K4FgqYym3gNr7DeA==",
5533
+ "version": "9.0.9",
5534
+ "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.9.tgz",
5535
+ "integrity": "sha512-/mWx5136gts2Z2e5izdoRCo46lPp5TMs9R15GTSsgg/XnZyxDWVqoVU3R9lWnccKpqwsJLvRoxbCjoJtZB7DSw==",
5216
5536
  "dev": true,
5217
5537
  "license": "MIT",
5218
5538
  "dependencies": {
@@ -5536,6 +5856,42 @@
5536
5856
  }
5537
5857
  }
5538
5858
  },
5859
+ "node_modules/@typescript-eslint/project-service": {
5860
+ "version": "8.39.1",
5861
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.1.tgz",
5862
+ "integrity": "sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==",
5863
+ "dev": true,
5864
+ "license": "MIT",
5865
+ "dependencies": {
5866
+ "@typescript-eslint/tsconfig-utils": "^8.39.1",
5867
+ "@typescript-eslint/types": "^8.39.1",
5868
+ "debug": "^4.3.4"
5869
+ },
5870
+ "engines": {
5871
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5872
+ },
5873
+ "funding": {
5874
+ "type": "opencollective",
5875
+ "url": "https://opencollective.com/typescript-eslint"
5876
+ },
5877
+ "peerDependencies": {
5878
+ "typescript": ">=4.8.4 <6.0.0"
5879
+ }
5880
+ },
5881
+ "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5882
+ "version": "8.39.1",
5883
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
5884
+ "integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
5885
+ "dev": true,
5886
+ "license": "MIT",
5887
+ "engines": {
5888
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5889
+ },
5890
+ "funding": {
5891
+ "type": "opencollective",
5892
+ "url": "https://opencollective.com/typescript-eslint"
5893
+ }
5894
+ },
5539
5895
  "node_modules/@typescript-eslint/scope-manager": {
5540
5896
  "version": "6.21.0",
5541
5897
  "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
@@ -5554,6 +5910,23 @@
5554
5910
  "url": "https://opencollective.com/typescript-eslint"
5555
5911
  }
5556
5912
  },
5913
+ "node_modules/@typescript-eslint/tsconfig-utils": {
5914
+ "version": "8.39.1",
5915
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
5916
+ "integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
5917
+ "dev": true,
5918
+ "license": "MIT",
5919
+ "engines": {
5920
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5921
+ },
5922
+ "funding": {
5923
+ "type": "opencollective",
5924
+ "url": "https://opencollective.com/typescript-eslint"
5925
+ },
5926
+ "peerDependencies": {
5927
+ "typescript": ">=4.8.4 <6.0.0"
5928
+ }
5929
+ },
5557
5930
  "node_modules/@typescript-eslint/type-utils": {
5558
5931
  "version": "6.21.0",
5559
5932
  "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
@@ -8179,22 +8552,26 @@
8179
8552
  }
8180
8553
  },
8181
8554
  "node_modules/eslint-config-xo": {
8182
- "version": "0.45.0",
8183
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz",
8184
- "integrity": "sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA==",
8555
+ "version": "0.48.0",
8556
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.48.0.tgz",
8557
+ "integrity": "sha512-zINsjr18HJQtTRfod95Vz5wAwcIuN1ss8tRqFdSqj8fvXxJNYLrnEpE+Vderxu4Ydm3yIhYNyEUuP/c4wZerWA==",
8185
8558
  "dev": true,
8186
8559
  "license": "MIT",
8187
8560
  "dependencies": {
8188
- "confusing-browser-globals": "1.0.11"
8561
+ "@eslint/css": "^0.7.0",
8562
+ "@eslint/json": "^0.12.0",
8563
+ "@stylistic/eslint-plugin": "^4.2.0",
8564
+ "confusing-browser-globals": "1.0.11",
8565
+ "globals": "^16.0.0"
8189
8566
  },
8190
8567
  "engines": {
8191
- "node": ">=18"
8568
+ "node": ">=18.18"
8192
8569
  },
8193
8570
  "funding": {
8194
8571
  "url": "https://github.com/sponsors/sindresorhus"
8195
8572
  },
8196
8573
  "peerDependencies": {
8197
- "eslint": ">=8.56.0"
8574
+ "eslint": ">=9.27.0"
8198
8575
  }
8199
8576
  },
8200
8577
  "node_modules/eslint-config-xo-react": {
@@ -8215,6 +8592,19 @@
8215
8592
  "eslint-plugin-react-hooks": ">=4.3.0"
8216
8593
  }
8217
8594
  },
8595
+ "node_modules/eslint-config-xo/node_modules/globals": {
8596
+ "version": "16.3.0",
8597
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
8598
+ "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
8599
+ "dev": true,
8600
+ "license": "MIT",
8601
+ "engines": {
8602
+ "node": ">=18"
8603
+ },
8604
+ "funding": {
8605
+ "url": "https://github.com/sponsors/sindresorhus"
8606
+ }
8607
+ },
8218
8608
  "node_modules/eslint-import-resolver-node": {
8219
8609
  "version": "0.3.9",
8220
8610
  "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
@@ -11165,18 +11555,6 @@
11165
11555
  "dev": true,
11166
11556
  "license": "MIT"
11167
11557
  },
11168
- "node_modules/isbinaryfile": {
11169
- "version": "5.0.4",
11170
- "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz",
11171
- "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==",
11172
- "license": "MIT",
11173
- "engines": {
11174
- "node": ">= 18.0.0"
11175
- },
11176
- "funding": {
11177
- "url": "https://github.com/sponsors/gjtorikian/"
11178
- }
11179
- },
11180
11558
  "node_modules/isexe": {
11181
11559
  "version": "2.0.0",
11182
11560
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -12163,6 +12541,13 @@
12163
12541
  "url": "https://opencollective.com/unified"
12164
12542
  }
12165
12543
  },
12544
+ "node_modules/mdn-data": {
12545
+ "version": "2.21.0",
12546
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.21.0.tgz",
12547
+ "integrity": "sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==",
12548
+ "dev": true,
12549
+ "license": "CC0-1.0"
12550
+ },
12166
12551
  "node_modules/mdurl": {
12167
12552
  "version": "2.0.0",
12168
12553
  "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
@@ -15136,6 +15521,16 @@
15136
15521
  "node": ">=0.10.0"
15137
15522
  }
15138
15523
  },
15524
+ "node_modules/source-map-js": {
15525
+ "version": "1.2.1",
15526
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
15527
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
15528
+ "dev": true,
15529
+ "license": "BSD-3-Clause",
15530
+ "engines": {
15531
+ "node": ">=0.10.0"
15532
+ }
15533
+ },
15139
15534
  "node_modules/source-map-support": {
15140
15535
  "version": "0.5.21",
15141
15536
  "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",