@salesforce/plugin-lightning-dev 4.1.5 → 4.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.1.5",
9
+ "version": "4.1.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
13
13
  "@inquirer/select": "^2.4.7",
14
- "@lwc/lwc-dev-server": "~12.3.4",
15
- "@lwc/sfdc-lwc-compiler": "~12.3.4",
14
+ "@lwc/lwc-dev-server": "~13.0.27",
15
+ "@lwc/sfdc-lwc-compiler": "~13.0.27",
16
16
  "@lwrjs/api": "0.18.3",
17
17
  "@oclif/core": "^4.4.1",
18
18
  "@salesforce/core": "^8.15.0",
@@ -1305,31 +1305,92 @@
1305
1305
  "url": "https://opencollective.com/eslint"
1306
1306
  }
1307
1307
  },
1308
+ "node_modules/@babel/eslint-parser/node_modules/@eslint/eslintrc/node_modules/acorn": {
1309
+ "version": "8.14.1",
1310
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
1311
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
1312
+ "license": "MIT",
1313
+ "peer": true,
1314
+ "bin": {
1315
+ "acorn": "bin/acorn"
1316
+ },
1317
+ "engines": {
1318
+ "node": ">=0.4.0"
1319
+ }
1320
+ },
1321
+ "node_modules/@babel/eslint-parser/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
1322
+ "version": "4.2.0",
1323
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
1324
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
1325
+ "license": "Apache-2.0",
1326
+ "peer": true,
1327
+ "engines": {
1328
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1329
+ },
1330
+ "funding": {
1331
+ "url": "https://opencollective.com/eslint"
1332
+ }
1333
+ },
1334
+ "node_modules/@babel/eslint-parser/node_modules/@eslint/eslintrc/node_modules/espree": {
1335
+ "version": "10.3.0",
1336
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
1337
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
1338
+ "license": "BSD-2-Clause",
1339
+ "peer": true,
1340
+ "dependencies": {
1341
+ "acorn": "^8.14.0",
1342
+ "acorn-jsx": "^5.3.2",
1343
+ "eslint-visitor-keys": "^4.2.0"
1344
+ },
1345
+ "engines": {
1346
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1347
+ },
1348
+ "funding": {
1349
+ "url": "https://opencollective.com/eslint"
1350
+ }
1351
+ },
1308
1352
  "node_modules/@babel/eslint-parser/node_modules/@eslint/js": {
1309
- "version": "9.18.0",
1310
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
1311
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
1353
+ "version": "9.29.0",
1354
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
1355
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
1312
1356
  "license": "MIT",
1313
1357
  "peer": true,
1314
1358
  "engines": {
1315
1359
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1360
+ },
1361
+ "funding": {
1362
+ "url": "https://eslint.org/donate"
1363
+ }
1364
+ },
1365
+ "node_modules/@babel/eslint-parser/node_modules/acorn": {
1366
+ "version": "8.15.0",
1367
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1368
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1369
+ "license": "MIT",
1370
+ "peer": true,
1371
+ "bin": {
1372
+ "acorn": "bin/acorn"
1373
+ },
1374
+ "engines": {
1375
+ "node": ">=0.4.0"
1316
1376
  }
1317
1377
  },
1318
1378
  "node_modules/@babel/eslint-parser/node_modules/eslint": {
1319
- "version": "9.18.0",
1379
+ "version": "9.29.0",
1320
1380
  "license": "MIT",
1321
1381
  "peer": true,
1322
1382
  "dependencies": {
1323
1383
  "@eslint-community/eslint-utils": "^4.2.0",
1324
1384
  "@eslint-community/regexpp": "^4.12.1",
1325
- "@eslint/config-array": "^0.19.0",
1326
- "@eslint/core": "^0.10.0",
1327
- "@eslint/eslintrc": "^3.2.0",
1328
- "@eslint/js": "9.18.0",
1329
- "@eslint/plugin-kit": "^0.2.5",
1385
+ "@eslint/config-array": "^0.20.1",
1386
+ "@eslint/config-helpers": "^0.2.1",
1387
+ "@eslint/core": "^0.14.0",
1388
+ "@eslint/eslintrc": "^3.3.1",
1389
+ "@eslint/js": "9.29.0",
1390
+ "@eslint/plugin-kit": "^0.3.1",
1330
1391
  "@humanfs/node": "^0.16.6",
1331
1392
  "@humanwhocodes/module-importer": "^1.0.1",
1332
- "@humanwhocodes/retry": "^0.4.1",
1393
+ "@humanwhocodes/retry": "^0.4.2",
1333
1394
  "@types/estree": "^1.0.6",
1334
1395
  "@types/json-schema": "^7.0.15",
1335
1396
  "ajv": "^6.12.4",
@@ -1337,9 +1398,9 @@
1337
1398
  "cross-spawn": "^7.0.6",
1338
1399
  "debug": "^4.3.2",
1339
1400
  "escape-string-regexp": "^4.0.0",
1340
- "eslint-scope": "^8.2.0",
1341
- "eslint-visitor-keys": "^4.2.0",
1342
- "espree": "^10.3.0",
1401
+ "eslint-scope": "^8.4.0",
1402
+ "eslint-visitor-keys": "^4.2.1",
1403
+ "espree": "^10.4.0",
1343
1404
  "esquery": "^1.5.0",
1344
1405
  "esutils": "^2.0.2",
1345
1406
  "fast-deep-equal": "^3.1.3",
@@ -1374,9 +1435,9 @@
1374
1435
  }
1375
1436
  },
1376
1437
  "node_modules/@babel/eslint-parser/node_modules/eslint-scope": {
1377
- "version": "8.3.0",
1378
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
1379
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
1438
+ "version": "8.4.0",
1439
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
1440
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
1380
1441
  "license": "BSD-2-Clause",
1381
1442
  "peer": true,
1382
1443
  "dependencies": {
@@ -1400,9 +1461,40 @@
1400
1461
  }
1401
1462
  },
1402
1463
  "node_modules/@babel/eslint-parser/node_modules/eslint/node_modules/eslint-visitor-keys": {
1403
- "version": "4.2.0",
1404
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
1405
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
1464
+ "version": "4.2.1",
1465
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
1466
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
1467
+ "license": "Apache-2.0",
1468
+ "peer": true,
1469
+ "engines": {
1470
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1471
+ },
1472
+ "funding": {
1473
+ "url": "https://opencollective.com/eslint"
1474
+ }
1475
+ },
1476
+ "node_modules/@babel/eslint-parser/node_modules/espree": {
1477
+ "version": "10.4.0",
1478
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
1479
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
1480
+ "license": "BSD-2-Clause",
1481
+ "peer": true,
1482
+ "dependencies": {
1483
+ "acorn": "^8.15.0",
1484
+ "acorn-jsx": "^5.3.2",
1485
+ "eslint-visitor-keys": "^4.2.1"
1486
+ },
1487
+ "engines": {
1488
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1489
+ },
1490
+ "funding": {
1491
+ "url": "https://opencollective.com/eslint"
1492
+ }
1493
+ },
1494
+ "node_modules/@babel/eslint-parser/node_modules/espree/node_modules/eslint-visitor-keys": {
1495
+ "version": "4.2.1",
1496
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
1497
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
1406
1498
  "license": "Apache-2.0",
1407
1499
  "peer": true,
1408
1500
  "engines": {
@@ -1637,6 +1729,15 @@
1637
1729
  "semver": "bin/semver.js"
1638
1730
  }
1639
1731
  },
1732
+ "node_modules/@babel/helper-globals": {
1733
+ "version": "7.28.0",
1734
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
1735
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
1736
+ "license": "MIT",
1737
+ "engines": {
1738
+ "node": ">=6.9.0"
1739
+ }
1740
+ },
1640
1741
  "node_modules/@babel/helper-member-expression-to-functions": {
1641
1742
  "version": "7.25.9",
1642
1743
  "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
@@ -1680,45 +1781,6 @@
1680
1781
  "@babel/core": "^7.0.0"
1681
1782
  }
1682
1783
  },
1683
- "node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
1684
- "version": "7.26.0",
1685
- "license": "MIT",
1686
- "peer": true,
1687
- "dependencies": {
1688
- "@ampproject/remapping": "^2.2.0",
1689
- "@babel/code-frame": "^7.26.0",
1690
- "@babel/generator": "^7.26.0",
1691
- "@babel/helper-compilation-targets": "^7.25.9",
1692
- "@babel/helper-module-transforms": "^7.26.0",
1693
- "@babel/helpers": "^7.26.0",
1694
- "@babel/parser": "^7.26.0",
1695
- "@babel/template": "^7.25.9",
1696
- "@babel/traverse": "^7.25.9",
1697
- "@babel/types": "^7.26.0",
1698
- "convert-source-map": "^2.0.0",
1699
- "debug": "^4.1.0",
1700
- "gensync": "^1.0.0-beta.2",
1701
- "json5": "^2.2.3",
1702
- "semver": "^6.3.1"
1703
- },
1704
- "engines": {
1705
- "node": ">=6.9.0"
1706
- },
1707
- "funding": {
1708
- "type": "opencollective",
1709
- "url": "https://opencollective.com/babel"
1710
- }
1711
- },
1712
- "node_modules/@babel/helper-module-transforms/node_modules/semver": {
1713
- "version": "6.3.1",
1714
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1715
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1716
- "license": "ISC",
1717
- "peer": true,
1718
- "bin": {
1719
- "semver": "bin/semver.js"
1720
- }
1721
- },
1722
1784
  "node_modules/@babel/helper-optimise-call-expression": {
1723
1785
  "version": "7.25.9",
1724
1786
  "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
@@ -1774,45 +1836,6 @@
1774
1836
  "@babel/core": "^7.0.0"
1775
1837
  }
1776
1838
  },
1777
- "node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
1778
- "version": "7.26.0",
1779
- "license": "MIT",
1780
- "peer": true,
1781
- "dependencies": {
1782
- "@ampproject/remapping": "^2.2.0",
1783
- "@babel/code-frame": "^7.26.0",
1784
- "@babel/generator": "^7.26.0",
1785
- "@babel/helper-compilation-targets": "^7.25.9",
1786
- "@babel/helper-module-transforms": "^7.26.0",
1787
- "@babel/helpers": "^7.26.0",
1788
- "@babel/parser": "^7.26.0",
1789
- "@babel/template": "^7.25.9",
1790
- "@babel/traverse": "^7.25.9",
1791
- "@babel/types": "^7.26.0",
1792
- "convert-source-map": "^2.0.0",
1793
- "debug": "^4.1.0",
1794
- "gensync": "^1.0.0-beta.2",
1795
- "json5": "^2.2.3",
1796
- "semver": "^6.3.1"
1797
- },
1798
- "engines": {
1799
- "node": ">=6.9.0"
1800
- },
1801
- "funding": {
1802
- "type": "opencollective",
1803
- "url": "https://opencollective.com/babel"
1804
- }
1805
- },
1806
- "node_modules/@babel/helper-replace-supers/node_modules/semver": {
1807
- "version": "6.3.1",
1808
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1809
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1810
- "license": "ISC",
1811
- "peer": true,
1812
- "bin": {
1813
- "semver": "bin/semver.js"
1814
- }
1815
- },
1816
1839
  "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
1817
1840
  "version": "7.25.9",
1818
1841
  "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
@@ -1910,43 +1933,19 @@
1910
1933
  "@babel/core": "^7.0.0-0"
1911
1934
  }
1912
1935
  },
1913
- "node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/core": {
1914
- "version": "7.26.0",
1936
+ "node_modules/@babel/plugin-syntax-typescript": {
1937
+ "version": "7.25.9",
1938
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
1939
+ "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
1915
1940
  "license": "MIT",
1916
- "peer": true,
1917
1941
  "dependencies": {
1918
- "@ampproject/remapping": "^2.2.0",
1919
- "@babel/code-frame": "^7.26.0",
1920
- "@babel/generator": "^7.26.0",
1921
- "@babel/helper-compilation-targets": "^7.25.9",
1922
- "@babel/helper-module-transforms": "^7.26.0",
1923
- "@babel/helpers": "^7.26.0",
1924
- "@babel/parser": "^7.26.0",
1925
- "@babel/template": "^7.25.9",
1926
- "@babel/traverse": "^7.25.9",
1927
- "@babel/types": "^7.26.0",
1928
- "convert-source-map": "^2.0.0",
1929
- "debug": "^4.1.0",
1930
- "gensync": "^1.0.0-beta.2",
1931
- "json5": "^2.2.3",
1932
- "semver": "^6.3.1"
1942
+ "@babel/helper-plugin-utils": "^7.25.9"
1933
1943
  },
1934
1944
  "engines": {
1935
1945
  "node": ">=6.9.0"
1936
1946
  },
1937
- "funding": {
1938
- "type": "opencollective",
1939
- "url": "https://opencollective.com/babel"
1940
- }
1941
- },
1942
- "node_modules/@babel/plugin-syntax-jsx/node_modules/semver": {
1943
- "version": "6.3.1",
1944
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1945
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1946
- "license": "ISC",
1947
- "peer": true,
1948
- "bin": {
1949
- "semver": "bin/semver.js"
1947
+ "peerDependencies": {
1948
+ "@babel/core": "^7.0.0-0"
1950
1949
  }
1951
1950
  },
1952
1951
  "node_modules/@babel/plugin-transform-async-generator-functions": {
@@ -2015,45 +2014,6 @@
2015
2014
  "@babel/core": "^7.0.0-0"
2016
2015
  }
2017
2016
  },
2018
- "node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/core": {
2019
- "version": "7.26.0",
2020
- "license": "MIT",
2021
- "peer": true,
2022
- "dependencies": {
2023
- "@ampproject/remapping": "^2.2.0",
2024
- "@babel/code-frame": "^7.26.0",
2025
- "@babel/generator": "^7.26.0",
2026
- "@babel/helper-compilation-targets": "^7.25.9",
2027
- "@babel/helper-module-transforms": "^7.26.0",
2028
- "@babel/helpers": "^7.26.0",
2029
- "@babel/parser": "^7.26.0",
2030
- "@babel/template": "^7.25.9",
2031
- "@babel/traverse": "^7.25.9",
2032
- "@babel/types": "^7.26.0",
2033
- "convert-source-map": "^2.0.0",
2034
- "debug": "^4.1.0",
2035
- "gensync": "^1.0.0-beta.2",
2036
- "json5": "^2.2.3",
2037
- "semver": "^6.3.1"
2038
- },
2039
- "engines": {
2040
- "node": ">=6.9.0"
2041
- },
2042
- "funding": {
2043
- "type": "opencollective",
2044
- "url": "https://opencollective.com/babel"
2045
- }
2046
- },
2047
- "node_modules/@babel/plugin-transform-modules-commonjs/node_modules/semver": {
2048
- "version": "6.3.1",
2049
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2050
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2051
- "license": "ISC",
2052
- "peer": true,
2053
- "bin": {
2054
- "semver": "bin/semver.js"
2055
- }
2056
- },
2057
2017
  "node_modules/@babel/plugin-transform-object-rest-spread": {
2058
2018
  "version": "7.25.9",
2059
2019
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
@@ -2105,88 +2065,34 @@
2105
2065
  "@babel/core": "^7.0.0-0"
2106
2066
  }
2107
2067
  },
2108
- "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/core": {
2109
- "version": "7.26.0",
2068
+ "node_modules/@babel/preset-typescript": {
2069
+ "version": "7.27.0",
2070
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz",
2071
+ "integrity": "sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==",
2110
2072
  "license": "MIT",
2111
- "peer": true,
2112
2073
  "dependencies": {
2113
- "@ampproject/remapping": "^2.2.0",
2114
- "@babel/code-frame": "^7.26.0",
2115
- "@babel/generator": "^7.26.0",
2116
- "@babel/helper-compilation-targets": "^7.25.9",
2117
- "@babel/helper-module-transforms": "^7.26.0",
2118
- "@babel/helpers": "^7.26.0",
2119
- "@babel/parser": "^7.26.0",
2120
- "@babel/template": "^7.25.9",
2121
- "@babel/traverse": "^7.25.9",
2122
- "@babel/types": "^7.26.0",
2123
- "convert-source-map": "^2.0.0",
2124
- "debug": "^4.1.0",
2125
- "gensync": "^1.0.0-beta.2",
2126
- "json5": "^2.2.3",
2127
- "semver": "^6.3.1"
2074
+ "@babel/helper-plugin-utils": "^7.26.5",
2075
+ "@babel/helper-validator-option": "^7.25.9",
2076
+ "@babel/plugin-syntax-jsx": "^7.25.9",
2077
+ "@babel/plugin-transform-modules-commonjs": "^7.26.3",
2078
+ "@babel/plugin-transform-typescript": "^7.27.0"
2128
2079
  },
2129
2080
  "engines": {
2130
2081
  "node": ">=6.9.0"
2131
2082
  },
2132
- "funding": {
2133
- "type": "opencollective",
2134
- "url": "https://opencollective.com/babel"
2083
+ "peerDependencies": {
2084
+ "@babel/core": "^7.0.0-0"
2135
2085
  }
2136
2086
  },
2137
- "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/plugin-syntax-typescript": {
2138
- "version": "7.25.9",
2139
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
2140
- "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
2087
+ "node_modules/@babel/template": {
2088
+ "version": "7.27.2",
2089
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
2090
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
2141
2091
  "license": "MIT",
2142
2092
  "dependencies": {
2143
- "@babel/helper-plugin-utils": "^7.25.9"
2144
- },
2145
- "engines": {
2146
- "node": ">=6.9.0"
2147
- },
2148
- "peerDependencies": {
2149
- "@babel/core": "^7.0.0-0"
2150
- }
2151
- },
2152
- "node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
2153
- "version": "6.3.1",
2154
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2155
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2156
- "license": "ISC",
2157
- "peer": true,
2158
- "bin": {
2159
- "semver": "bin/semver.js"
2160
- }
2161
- },
2162
- "node_modules/@babel/preset-typescript": {
2163
- "version": "7.27.0",
2164
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz",
2165
- "integrity": "sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==",
2166
- "license": "MIT",
2167
- "dependencies": {
2168
- "@babel/helper-plugin-utils": "^7.26.5",
2169
- "@babel/helper-validator-option": "^7.25.9",
2170
- "@babel/plugin-syntax-jsx": "^7.25.9",
2171
- "@babel/plugin-transform-modules-commonjs": "^7.26.3",
2172
- "@babel/plugin-transform-typescript": "^7.27.0"
2173
- },
2174
- "engines": {
2175
- "node": ">=6.9.0"
2176
- },
2177
- "peerDependencies": {
2178
- "@babel/core": "^7.0.0-0"
2179
- }
2180
- },
2181
- "node_modules/@babel/template": {
2182
- "version": "7.27.2",
2183
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
2184
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
2185
- "license": "MIT",
2186
- "dependencies": {
2187
- "@babel/code-frame": "^7.27.1",
2188
- "@babel/parser": "^7.27.2",
2189
- "@babel/types": "^7.27.1"
2093
+ "@babel/code-frame": "^7.27.1",
2094
+ "@babel/parser": "^7.27.2",
2095
+ "@babel/types": "^7.27.1"
2190
2096
  },
2191
2097
  "engines": {
2192
2098
  "node": ">=6.9.0"
@@ -2710,9 +2616,9 @@
2710
2616
  }
2711
2617
  },
2712
2618
  "node_modules/@eslint/config-array": {
2713
- "version": "0.19.2",
2714
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
2715
- "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
2619
+ "version": "0.20.1",
2620
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.1.tgz",
2621
+ "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==",
2716
2622
  "license": "Apache-2.0",
2717
2623
  "dependencies": {
2718
2624
  "@eslint/object-schema": "^2.1.6",
@@ -2723,10 +2629,19 @@
2723
2629
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2724
2630
  }
2725
2631
  },
2632
+ "node_modules/@eslint/config-helpers": {
2633
+ "version": "0.2.3",
2634
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.3.tgz",
2635
+ "integrity": "sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==",
2636
+ "license": "Apache-2.0",
2637
+ "engines": {
2638
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2639
+ }
2640
+ },
2726
2641
  "node_modules/@eslint/core": {
2727
- "version": "0.10.0",
2728
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz",
2729
- "integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==",
2642
+ "version": "0.14.0",
2643
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
2644
+ "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
2730
2645
  "license": "Apache-2.0",
2731
2646
  "dependencies": {
2732
2647
  "@types/json-schema": "^7.0.15"
@@ -2758,23 +2673,6 @@
2758
2673
  "url": "https://opencollective.com/eslint"
2759
2674
  }
2760
2675
  },
2761
- "node_modules/@eslint/eslintrc/node_modules/espree": {
2762
- "version": "9.6.1",
2763
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
2764
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
2765
- "license": "BSD-2-Clause",
2766
- "dependencies": {
2767
- "acorn": "^8.9.0",
2768
- "acorn-jsx": "^5.3.2",
2769
- "eslint-visitor-keys": "^3.4.1"
2770
- },
2771
- "engines": {
2772
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2773
- },
2774
- "funding": {
2775
- "url": "https://opencollective.com/eslint"
2776
- }
2777
- },
2778
2676
  "node_modules/@eslint/eslintrc/node_modules/globals": {
2779
2677
  "version": "13.24.0",
2780
2678
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
@@ -2821,12 +2719,12 @@
2821
2719
  }
2822
2720
  },
2823
2721
  "node_modules/@eslint/plugin-kit": {
2824
- "version": "0.2.8",
2825
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
2826
- "integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
2722
+ "version": "0.3.3",
2723
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz",
2724
+ "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==",
2827
2725
  "license": "Apache-2.0",
2828
2726
  "dependencies": {
2829
- "@eslint/core": "^0.13.0",
2727
+ "@eslint/core": "^0.15.1",
2830
2728
  "levn": "^0.4.1"
2831
2729
  },
2832
2730
  "engines": {
@@ -2834,9 +2732,9 @@
2834
2732
  }
2835
2733
  },
2836
2734
  "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
2837
- "version": "0.13.0",
2838
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
2839
- "integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
2735
+ "version": "0.15.1",
2736
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
2737
+ "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
2840
2738
  "license": "Apache-2.0",
2841
2739
  "dependencies": {
2842
2740
  "@types/json-schema": "^7.0.15"
@@ -4402,12 +4300,12 @@
4402
4300
  }
4403
4301
  },
4404
4302
  "node_modules/@lwc/dev-server-plugin-lex": {
4405
- "version": "12.3.4",
4406
- "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-12.3.4.tgz",
4407
- "integrity": "sha512-YeIJsWltMnvLlcrL3YImcZxP84hm+oZvLIU+2NiqiYM9qe1M24delrsSijfOMjdq/3eSf/XbX77q6FTBfa9hYQ==",
4303
+ "version": "13.0.27",
4304
+ "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.0.27.tgz",
4305
+ "integrity": "sha512-3T1kj1gmBmgXKwm99TcH31D8h9Fi72mtpxhrKJdviGU1RX+zTodrQvsCYOs/wLTDRccRUcUsceewrfr8XPxXpA==",
4408
4306
  "license": "SEE LICENSE IN LICENSE.txt",
4409
4307
  "dependencies": {
4410
- "magic-string": "~0.30.13"
4308
+ "magic-string": "~0.30.17"
4411
4309
  },
4412
4310
  "peerDependencies": {
4413
4311
  "@lwc/compiler": ">=8",
@@ -4500,6 +4398,19 @@
4500
4398
  "url": "https://opencollective.com/eslint"
4501
4399
  }
4502
4400
  },
4401
+ "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/acorn": {
4402
+ "version": "8.14.1",
4403
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
4404
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
4405
+ "license": "MIT",
4406
+ "peer": true,
4407
+ "bin": {
4408
+ "acorn": "bin/acorn"
4409
+ },
4410
+ "engines": {
4411
+ "node": ">=0.4.0"
4412
+ }
4413
+ },
4503
4414
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
4504
4415
  "version": "1.1.11",
4505
4416
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -4511,6 +4422,37 @@
4511
4422
  "concat-map": "0.0.1"
4512
4423
  }
4513
4424
  },
4425
+ "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
4426
+ "version": "4.2.0",
4427
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4428
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4429
+ "license": "Apache-2.0",
4430
+ "peer": true,
4431
+ "engines": {
4432
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4433
+ },
4434
+ "funding": {
4435
+ "url": "https://opencollective.com/eslint"
4436
+ }
4437
+ },
4438
+ "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/espree": {
4439
+ "version": "10.3.0",
4440
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
4441
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
4442
+ "license": "BSD-2-Clause",
4443
+ "peer": true,
4444
+ "dependencies": {
4445
+ "acorn": "^8.14.0",
4446
+ "acorn-jsx": "^5.3.2",
4447
+ "eslint-visitor-keys": "^4.2.0"
4448
+ },
4449
+ "engines": {
4450
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4451
+ },
4452
+ "funding": {
4453
+ "url": "https://opencollective.com/eslint"
4454
+ }
4455
+ },
4514
4456
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/minimatch": {
4515
4457
  "version": "3.1.2",
4516
4458
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -4525,30 +4467,47 @@
4525
4467
  }
4526
4468
  },
4527
4469
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
4528
- "version": "9.18.0",
4529
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
4530
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
4470
+ "version": "9.29.0",
4471
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
4472
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
4531
4473
  "license": "MIT",
4532
4474
  "peer": true,
4533
4475
  "engines": {
4534
4476
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4477
+ },
4478
+ "funding": {
4479
+ "url": "https://eslint.org/donate"
4480
+ }
4481
+ },
4482
+ "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/acorn": {
4483
+ "version": "8.15.0",
4484
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
4485
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
4486
+ "license": "MIT",
4487
+ "peer": true,
4488
+ "bin": {
4489
+ "acorn": "bin/acorn"
4490
+ },
4491
+ "engines": {
4492
+ "node": ">=0.4.0"
4535
4493
  }
4536
4494
  },
4537
4495
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
4538
- "version": "9.18.0",
4496
+ "version": "9.29.0",
4539
4497
  "license": "MIT",
4540
4498
  "peer": true,
4541
4499
  "dependencies": {
4542
4500
  "@eslint-community/eslint-utils": "^4.2.0",
4543
4501
  "@eslint-community/regexpp": "^4.12.1",
4544
- "@eslint/config-array": "^0.19.0",
4545
- "@eslint/core": "^0.10.0",
4546
- "@eslint/eslintrc": "^3.2.0",
4547
- "@eslint/js": "9.18.0",
4548
- "@eslint/plugin-kit": "^0.2.5",
4502
+ "@eslint/config-array": "^0.20.1",
4503
+ "@eslint/config-helpers": "^0.2.1",
4504
+ "@eslint/core": "^0.14.0",
4505
+ "@eslint/eslintrc": "^3.3.1",
4506
+ "@eslint/js": "9.29.0",
4507
+ "@eslint/plugin-kit": "^0.3.1",
4549
4508
  "@humanfs/node": "^0.16.6",
4550
4509
  "@humanwhocodes/module-importer": "^1.0.1",
4551
- "@humanwhocodes/retry": "^0.4.1",
4510
+ "@humanwhocodes/retry": "^0.4.2",
4552
4511
  "@types/estree": "^1.0.6",
4553
4512
  "@types/json-schema": "^7.0.15",
4554
4513
  "ajv": "^6.12.4",
@@ -4556,9 +4515,9 @@
4556
4515
  "cross-spawn": "^7.0.6",
4557
4516
  "debug": "^4.3.2",
4558
4517
  "escape-string-regexp": "^4.0.0",
4559
- "eslint-scope": "^8.2.0",
4560
- "eslint-visitor-keys": "^4.2.0",
4561
- "espree": "^10.3.0",
4518
+ "eslint-scope": "^8.4.0",
4519
+ "eslint-visitor-keys": "^4.2.1",
4520
+ "espree": "^10.4.0",
4562
4521
  "esquery": "^1.5.0",
4563
4522
  "esutils": "^2.0.2",
4564
4523
  "fast-deep-equal": "^3.1.3",
@@ -4593,9 +4552,9 @@
4593
4552
  }
4594
4553
  },
4595
4554
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-scope": {
4596
- "version": "8.3.0",
4597
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
4598
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
4555
+ "version": "8.4.0",
4556
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
4557
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
4599
4558
  "license": "BSD-2-Clause",
4600
4559
  "peer": true,
4601
4560
  "dependencies": {
@@ -4610,9 +4569,9 @@
4610
4569
  }
4611
4570
  },
4612
4571
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-visitor-keys": {
4613
- "version": "4.2.0",
4614
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4615
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4572
+ "version": "4.2.1",
4573
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
4574
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
4616
4575
  "license": "Apache-2.0",
4617
4576
  "peer": true,
4618
4577
  "engines": {
@@ -4646,6 +4605,24 @@
4646
4605
  "node": "*"
4647
4606
  }
4648
4607
  },
4608
+ "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/espree": {
4609
+ "version": "10.4.0",
4610
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
4611
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
4612
+ "license": "BSD-2-Clause",
4613
+ "peer": true,
4614
+ "dependencies": {
4615
+ "acorn": "^8.15.0",
4616
+ "acorn-jsx": "^5.3.2",
4617
+ "eslint-visitor-keys": "^4.2.1"
4618
+ },
4619
+ "engines": {
4620
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4621
+ },
4622
+ "funding": {
4623
+ "url": "https://opencollective.com/eslint"
4624
+ }
4625
+ },
4649
4626
  "node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/file-entry-cache": {
4650
4627
  "version": "8.0.0",
4651
4628
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -4800,6 +4777,19 @@
4800
4777
  "url": "https://opencollective.com/eslint"
4801
4778
  }
4802
4779
  },
4780
+ "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/acorn": {
4781
+ "version": "8.14.1",
4782
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
4783
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
4784
+ "license": "MIT",
4785
+ "peer": true,
4786
+ "bin": {
4787
+ "acorn": "bin/acorn"
4788
+ },
4789
+ "engines": {
4790
+ "node": ">=0.4.0"
4791
+ }
4792
+ },
4803
4793
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
4804
4794
  "version": "1.1.11",
4805
4795
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -4811,6 +4801,37 @@
4811
4801
  "concat-map": "0.0.1"
4812
4802
  }
4813
4803
  },
4804
+ "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
4805
+ "version": "4.2.0",
4806
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4807
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4808
+ "license": "Apache-2.0",
4809
+ "peer": true,
4810
+ "engines": {
4811
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4812
+ },
4813
+ "funding": {
4814
+ "url": "https://opencollective.com/eslint"
4815
+ }
4816
+ },
4817
+ "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/espree": {
4818
+ "version": "10.3.0",
4819
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
4820
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
4821
+ "license": "BSD-2-Clause",
4822
+ "peer": true,
4823
+ "dependencies": {
4824
+ "acorn": "^8.14.0",
4825
+ "acorn-jsx": "^5.3.2",
4826
+ "eslint-visitor-keys": "^4.2.0"
4827
+ },
4828
+ "engines": {
4829
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4830
+ },
4831
+ "funding": {
4832
+ "url": "https://opencollective.com/eslint"
4833
+ }
4834
+ },
4814
4835
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/globals": {
4815
4836
  "version": "14.0.0",
4816
4837
  "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
@@ -4838,30 +4859,47 @@
4838
4859
  }
4839
4860
  },
4840
4861
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
4841
- "version": "9.18.0",
4842
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
4843
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
4862
+ "version": "9.29.0",
4863
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
4864
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
4844
4865
  "license": "MIT",
4845
4866
  "peer": true,
4846
4867
  "engines": {
4847
4868
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4869
+ },
4870
+ "funding": {
4871
+ "url": "https://eslint.org/donate"
4872
+ }
4873
+ },
4874
+ "node_modules/@lwc/eslint-plugin-lwc/node_modules/acorn": {
4875
+ "version": "8.15.0",
4876
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
4877
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
4878
+ "license": "MIT",
4879
+ "peer": true,
4880
+ "bin": {
4881
+ "acorn": "bin/acorn"
4882
+ },
4883
+ "engines": {
4884
+ "node": ">=0.4.0"
4848
4885
  }
4849
4886
  },
4850
4887
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
4851
- "version": "9.18.0",
4888
+ "version": "9.29.0",
4852
4889
  "license": "MIT",
4853
4890
  "peer": true,
4854
4891
  "dependencies": {
4855
4892
  "@eslint-community/eslint-utils": "^4.2.0",
4856
4893
  "@eslint-community/regexpp": "^4.12.1",
4857
- "@eslint/config-array": "^0.19.0",
4858
- "@eslint/core": "^0.10.0",
4859
- "@eslint/eslintrc": "^3.2.0",
4860
- "@eslint/js": "9.18.0",
4861
- "@eslint/plugin-kit": "^0.2.5",
4894
+ "@eslint/config-array": "^0.20.1",
4895
+ "@eslint/config-helpers": "^0.2.1",
4896
+ "@eslint/core": "^0.14.0",
4897
+ "@eslint/eslintrc": "^3.3.1",
4898
+ "@eslint/js": "9.29.0",
4899
+ "@eslint/plugin-kit": "^0.3.1",
4862
4900
  "@humanfs/node": "^0.16.6",
4863
4901
  "@humanwhocodes/module-importer": "^1.0.1",
4864
- "@humanwhocodes/retry": "^0.4.1",
4902
+ "@humanwhocodes/retry": "^0.4.2",
4865
4903
  "@types/estree": "^1.0.6",
4866
4904
  "@types/json-schema": "^7.0.15",
4867
4905
  "ajv": "^6.12.4",
@@ -4869,9 +4907,9 @@
4869
4907
  "cross-spawn": "^7.0.6",
4870
4908
  "debug": "^4.3.2",
4871
4909
  "escape-string-regexp": "^4.0.0",
4872
- "eslint-scope": "^8.2.0",
4873
- "eslint-visitor-keys": "^4.2.0",
4874
- "espree": "^10.3.0",
4910
+ "eslint-scope": "^8.4.0",
4911
+ "eslint-visitor-keys": "^4.2.1",
4912
+ "espree": "^10.4.0",
4875
4913
  "esquery": "^1.5.0",
4876
4914
  "esutils": "^2.0.2",
4877
4915
  "fast-deep-equal": "^3.1.3",
@@ -4906,9 +4944,9 @@
4906
4944
  }
4907
4945
  },
4908
4946
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-scope": {
4909
- "version": "8.3.0",
4910
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
4911
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
4947
+ "version": "8.4.0",
4948
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
4949
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
4912
4950
  "license": "BSD-2-Clause",
4913
4951
  "peer": true,
4914
4952
  "dependencies": {
@@ -4923,9 +4961,9 @@
4923
4961
  }
4924
4962
  },
4925
4963
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-visitor-keys": {
4926
- "version": "4.2.0",
4927
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4928
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4964
+ "version": "4.2.1",
4965
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
4966
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
4929
4967
  "license": "Apache-2.0",
4930
4968
  "peer": true,
4931
4969
  "engines": {
@@ -4959,6 +4997,24 @@
4959
4997
  "node": "*"
4960
4998
  }
4961
4999
  },
5000
+ "node_modules/@lwc/eslint-plugin-lwc/node_modules/espree": {
5001
+ "version": "10.4.0",
5002
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
5003
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
5004
+ "license": "BSD-2-Clause",
5005
+ "peer": true,
5006
+ "dependencies": {
5007
+ "acorn": "^8.15.0",
5008
+ "acorn-jsx": "^5.3.2",
5009
+ "eslint-visitor-keys": "^4.2.1"
5010
+ },
5011
+ "engines": {
5012
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5013
+ },
5014
+ "funding": {
5015
+ "url": "https://opencollective.com/eslint"
5016
+ }
5017
+ },
4962
5018
  "node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
4963
5019
  "version": "8.0.0",
4964
5020
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -5101,18 +5157,18 @@
5101
5157
  }
5102
5158
  },
5103
5159
  "node_modules/@lwc/lwc-dev-server": {
5104
- "version": "12.3.4",
5105
- "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-12.3.4.tgz",
5106
- "integrity": "sha512-XZ8ovPrfgBGEi5/D59umwrScK91BdHsT/RDjzeFXCTmVGn6AS+c8RyTcNRyokK2aTaZ7DspZF4JcZ4lFYfxPVg==",
5160
+ "version": "13.0.27",
5161
+ "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.0.27.tgz",
5162
+ "integrity": "sha512-vEKiH/YtzitQ3CxYIS/LHaDIhEx2H+2w5qghzY2RU2SKepr2f4IHyHEkj0TXb4hZPnDX/m7vFVr2emJV0027DA==",
5107
5163
  "license": "SEE LICENSE IN LICENSE.txt",
5108
5164
  "dependencies": {
5109
- "@lwc/lwc-dev-server-types": "12.3.4",
5110
- "@lwc/sfdc-lwc-compiler": "12.3.4",
5111
- "chalk": "~5.3.0",
5165
+ "@lwc/lwc-dev-server-types": "13.0.27",
5166
+ "@lwc/sfdc-lwc-compiler": "13.0.27",
5167
+ "chalk": "~5.4.1",
5112
5168
  "chokidar": "~3.6.0",
5113
5169
  "commander": "~10.0.0",
5114
5170
  "glob": "^10.4.5",
5115
- "ws": "^8.18.0"
5171
+ "ws": "^8.18.2"
5116
5172
  },
5117
5173
  "engines": {
5118
5174
  "node": ">=16"
@@ -5123,18 +5179,18 @@
5123
5179
  }
5124
5180
  },
5125
5181
  "node_modules/@lwc/lwc-dev-server-types": {
5126
- "version": "12.3.4",
5127
- "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-12.3.4.tgz",
5128
- "integrity": "sha512-FDnMAZyLhg1SX+Qi3y0uZvit1sLKRZk2ulBGMLLuACCJmzTVpDYfBO/0y2SxJuU5rgbuDiPapHVtrIq0A5zJhA==",
5182
+ "version": "13.0.27",
5183
+ "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.0.27.tgz",
5184
+ "integrity": "sha512-OOS2v6YPR/C8SzKijCId7W5JQMsD2aOJqa+WpCfbJQAN7xkVKav/S11Xzj62Tla10Cw8H663mL3olBeBlROIgw==",
5129
5185
  "license": "SEE LICENSE IN LICENSE.txt",
5130
5186
  "peerDependencies": {
5131
5187
  "@lwc/compiler": ">=8"
5132
5188
  }
5133
5189
  },
5134
5190
  "node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
5135
- "version": "5.3.0",
5136
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
5137
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
5191
+ "version": "5.4.1",
5192
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
5193
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
5138
5194
  "license": "MIT",
5139
5195
  "engines": {
5140
5196
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -5153,16 +5209,16 @@
5153
5209
  }
5154
5210
  },
5155
5211
  "node_modules/@lwc/metadata": {
5156
- "version": "12.3.4",
5157
- "resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-12.3.4.tgz",
5158
- "integrity": "sha512-90+AW7d+txJYAoa5Be+FR5KtppzVOB4pT9bV1OJatZedz79b0JtP/NJGIxItLJHB8mKwb2bAyuzNibysoaM6AA==",
5212
+ "version": "13.0.27",
5213
+ "resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.0.27.tgz",
5214
+ "integrity": "sha512-4uveRUfNVeHOqq6PxXLZN0oYkmpbnKIs/vWwHrof/9VKwxwnNHFrfXdhrVv7mVMTHLd6pmbSJkPu2lfmF+KQAw==",
5159
5215
  "license": "SEE LICENSE IN LICENSE.txt",
5160
5216
  "dependencies": {
5161
- "@babel/parser": "~7.26.2",
5162
- "@babel/traverse": "~7.25.9",
5163
- "@babel/types": "~7.26.0",
5164
- "@lwc/sfdc-compiler-utils": "12.3.4",
5165
- "postcss": "~8.4.49",
5217
+ "@babel/parser": "~7.27.5",
5218
+ "@babel/traverse": "~7.27.4",
5219
+ "@babel/types": "~7.27.6",
5220
+ "@lwc/sfdc-compiler-utils": "13.0.27",
5221
+ "postcss": "~8.5.5",
5166
5222
  "postcss-selector-parser": "~6.1.2",
5167
5223
  "postcss-value-parser": "~4.2.0"
5168
5224
  },
@@ -5174,13 +5230,57 @@
5174
5230
  "@lwc/template-compiler": ">=8"
5175
5231
  }
5176
5232
  },
5233
+ "node_modules/@lwc/metadata/node_modules/@babel/generator": {
5234
+ "version": "7.28.0",
5235
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
5236
+ "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
5237
+ "license": "MIT",
5238
+ "dependencies": {
5239
+ "@babel/parser": "^7.28.0",
5240
+ "@babel/types": "^7.28.0",
5241
+ "@jridgewell/gen-mapping": "^0.3.12",
5242
+ "@jridgewell/trace-mapping": "^0.3.28",
5243
+ "jsesc": "^3.0.2"
5244
+ },
5245
+ "engines": {
5246
+ "node": ">=6.9.0"
5247
+ }
5248
+ },
5249
+ "node_modules/@lwc/metadata/node_modules/@babel/generator/node_modules/@babel/parser": {
5250
+ "version": "7.28.0",
5251
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5252
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5253
+ "license": "MIT",
5254
+ "dependencies": {
5255
+ "@babel/types": "^7.28.0"
5256
+ },
5257
+ "bin": {
5258
+ "parser": "bin/babel-parser.js"
5259
+ },
5260
+ "engines": {
5261
+ "node": ">=6.0.0"
5262
+ }
5263
+ },
5264
+ "node_modules/@lwc/metadata/node_modules/@babel/generator/node_modules/@babel/types": {
5265
+ "version": "7.28.0",
5266
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5267
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5268
+ "license": "MIT",
5269
+ "dependencies": {
5270
+ "@babel/helper-string-parser": "^7.27.1",
5271
+ "@babel/helper-validator-identifier": "^7.27.1"
5272
+ },
5273
+ "engines": {
5274
+ "node": ">=6.9.0"
5275
+ }
5276
+ },
5177
5277
  "node_modules/@lwc/metadata/node_modules/@babel/parser": {
5178
- "version": "7.26.9",
5179
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
5180
- "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
5278
+ "version": "7.27.7",
5279
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz",
5280
+ "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
5181
5281
  "license": "MIT",
5182
5282
  "dependencies": {
5183
- "@babel/types": "^7.26.9"
5283
+ "@babel/types": "^7.27.7"
5184
5284
  },
5185
5285
  "bin": {
5186
5286
  "parser": "bin/babel-parser.js"
@@ -5190,9 +5290,9 @@
5190
5290
  }
5191
5291
  },
5192
5292
  "node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
5193
- "version": "7.27.1",
5194
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5195
- "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
5293
+ "version": "7.28.0",
5294
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5295
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5196
5296
  "license": "MIT",
5197
5297
  "dependencies": {
5198
5298
  "@babel/helper-string-parser": "^7.27.1",
@@ -5203,16 +5303,16 @@
5203
5303
  }
5204
5304
  },
5205
5305
  "node_modules/@lwc/metadata/node_modules/@babel/traverse": {
5206
- "version": "7.25.9",
5207
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
5208
- "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
5306
+ "version": "7.27.7",
5307
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.7.tgz",
5308
+ "integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
5209
5309
  "license": "MIT",
5210
5310
  "dependencies": {
5211
- "@babel/code-frame": "^7.25.9",
5212
- "@babel/generator": "^7.25.9",
5213
- "@babel/parser": "^7.25.9",
5214
- "@babel/template": "^7.25.9",
5215
- "@babel/types": "^7.25.9",
5311
+ "@babel/code-frame": "^7.27.1",
5312
+ "@babel/generator": "^7.27.5",
5313
+ "@babel/parser": "^7.27.7",
5314
+ "@babel/template": "^7.27.2",
5315
+ "@babel/types": "^7.27.7",
5216
5316
  "debug": "^4.3.1",
5217
5317
  "globals": "^11.1.0"
5218
5318
  },
@@ -5221,12 +5321,12 @@
5221
5321
  }
5222
5322
  },
5223
5323
  "node_modules/@lwc/metadata/node_modules/@babel/traverse/node_modules/@babel/parser": {
5224
- "version": "7.27.2",
5225
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
5226
- "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
5324
+ "version": "7.28.0",
5325
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5326
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5227
5327
  "license": "MIT",
5228
5328
  "dependencies": {
5229
- "@babel/types": "^7.27.1"
5329
+ "@babel/types": "^7.28.0"
5230
5330
  },
5231
5331
  "bin": {
5232
5332
  "parser": "bin/babel-parser.js"
@@ -5236,9 +5336,9 @@
5236
5336
  }
5237
5337
  },
5238
5338
  "node_modules/@lwc/metadata/node_modules/@babel/traverse/node_modules/@babel/types": {
5239
- "version": "7.27.1",
5240
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5241
- "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
5339
+ "version": "7.28.0",
5340
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5341
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5242
5342
  "license": "MIT",
5243
5343
  "dependencies": {
5244
5344
  "@babel/helper-string-parser": "^7.27.1",
@@ -5249,133 +5349,713 @@
5249
5349
  }
5250
5350
  },
5251
5351
  "node_modules/@lwc/metadata/node_modules/@babel/types": {
5252
- "version": "7.26.10",
5253
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
5254
- "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
5352
+ "version": "7.27.7",
5353
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz",
5354
+ "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
5255
5355
  "license": "MIT",
5256
5356
  "dependencies": {
5257
- "@babel/helper-string-parser": "^7.25.9",
5258
- "@babel/helper-validator-identifier": "^7.25.9"
5357
+ "@babel/helper-string-parser": "^7.27.1",
5358
+ "@babel/helper-validator-identifier": "^7.27.1"
5259
5359
  },
5260
5360
  "engines": {
5261
5361
  "node": ">=6.9.0"
5262
5362
  }
5263
5363
  },
5264
- "node_modules/@lwc/module-resolver": {
5265
- "version": "8.20.1",
5266
- "resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.20.1.tgz",
5267
- "integrity": "sha512-1MFHauDMQjmcHn11BKENlb3wpRNtwXftoNUoxqX7dRgmQSPB3SbbfgXlm/k81pHXw3ozGD4opq1Px36FqsAb4A==",
5364
+ "node_modules/@lwc/metadata/node_modules/@jridgewell/gen-mapping": {
5365
+ "version": "0.3.12",
5366
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
5367
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
5368
+ "license": "MIT",
5369
+ "dependencies": {
5370
+ "@jridgewell/sourcemap-codec": "^1.5.0",
5371
+ "@jridgewell/trace-mapping": "^0.3.24"
5372
+ }
5373
+ },
5374
+ "node_modules/@lwc/metadata/node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": {
5375
+ "version": "0.3.25",
5376
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
5377
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
5378
+ "license": "MIT",
5379
+ "dependencies": {
5380
+ "@jridgewell/resolve-uri": "^3.1.0",
5381
+ "@jridgewell/sourcemap-codec": "^1.4.14"
5382
+ }
5383
+ },
5384
+ "node_modules/@lwc/metadata/node_modules/@jridgewell/trace-mapping": {
5385
+ "version": "0.3.29",
5386
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
5387
+ "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
5388
+ "license": "MIT",
5389
+ "dependencies": {
5390
+ "@jridgewell/resolve-uri": "^3.1.0",
5391
+ "@jridgewell/sourcemap-codec": "^1.4.14"
5392
+ }
5393
+ },
5394
+ "node_modules/@lwc/metadata/node_modules/nanoid": {
5395
+ "version": "3.3.11",
5396
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
5397
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
5398
+ "funding": [
5399
+ {
5400
+ "type": "github",
5401
+ "url": "https://github.com/sponsors/ai"
5402
+ }
5403
+ ],
5404
+ "license": "MIT",
5405
+ "bin": {
5406
+ "nanoid": "bin/nanoid.cjs"
5407
+ },
5408
+ "engines": {
5409
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
5410
+ }
5411
+ },
5412
+ "node_modules/@lwc/metadata/node_modules/postcss": {
5413
+ "version": "8.5.6",
5414
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
5415
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
5416
+ "funding": [
5417
+ {
5418
+ "type": "opencollective",
5419
+ "url": "https://opencollective.com/postcss/"
5420
+ },
5421
+ {
5422
+ "type": "tidelift",
5423
+ "url": "https://tidelift.com/funding/github/npm/postcss"
5424
+ },
5425
+ {
5426
+ "type": "github",
5427
+ "url": "https://github.com/sponsors/ai"
5428
+ }
5429
+ ],
5430
+ "license": "MIT",
5431
+ "dependencies": {
5432
+ "nanoid": "^3.3.11",
5433
+ "picocolors": "^1.1.1",
5434
+ "source-map-js": "^1.2.1"
5435
+ },
5436
+ "engines": {
5437
+ "node": "^10 || ^12 || >=14"
5438
+ }
5439
+ },
5440
+ "node_modules/@lwc/module-resolver": {
5441
+ "version": "8.20.1",
5442
+ "resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.20.1.tgz",
5443
+ "integrity": "sha512-1MFHauDMQjmcHn11BKENlb3wpRNtwXftoNUoxqX7dRgmQSPB3SbbfgXlm/k81pHXw3ozGD4opq1Px36FqsAb4A==",
5268
5444
  "license": "MIT",
5269
5445
  "dependencies": {
5270
5446
  "resolve": "~1.22.10"
5271
5447
  }
5272
5448
  },
5273
- "node_modules/@lwc/rollup-plugin": {
5274
- "version": "8.20.1",
5275
- "resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.20.1.tgz",
5276
- "integrity": "sha512-y7FJ2I+Zue8v9KOVjAmDke/V5RzGoxkcd+t3fv3J5K61ypEKeI28uXs06/LR1JetjsIaG7gRP5cN9XZHUlMDAA==",
5449
+ "node_modules/@lwc/rollup-plugin": {
5450
+ "version": "8.20.1",
5451
+ "resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.20.1.tgz",
5452
+ "integrity": "sha512-y7FJ2I+Zue8v9KOVjAmDke/V5RzGoxkcd+t3fv3J5K61ypEKeI28uXs06/LR1JetjsIaG7gRP5cN9XZHUlMDAA==",
5453
+ "license": "MIT",
5454
+ "dependencies": {
5455
+ "@lwc/compiler": "8.20.1",
5456
+ "@lwc/module-resolver": "8.20.1",
5457
+ "@lwc/shared": "8.20.1",
5458
+ "@rollup/pluginutils": "~5.1.4"
5459
+ },
5460
+ "peerDependencies": {
5461
+ "rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
5462
+ }
5463
+ },
5464
+ "node_modules/@lwc/sfdc-compiler-utils": {
5465
+ "version": "13.0.27",
5466
+ "resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.0.27.tgz",
5467
+ "integrity": "sha512-7Ebdw0r1pc1t1XfCUCgP2l1T+0z/Kbrcwdn3q9z5RX20ers2kvpTGyqzzUtkrbWE+QTWByult0OFxM7KeItbAQ==",
5468
+ "license": "SEE LICENSE IN LICENSE.txt",
5469
+ "engines": {
5470
+ "node": ">=14"
5471
+ }
5472
+ },
5473
+ "node_modules/@lwc/sfdc-lwc-compiler": {
5474
+ "version": "13.0.27",
5475
+ "resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.0.27.tgz",
5476
+ "integrity": "sha512-UbsMqUUw9YfnZbDzf/ei1/ucNo85QJAsStRCwcmd8AlRZzWE5zLL5v1tbpFfNBplm2yOQgsczjaT2rqiYPpDhg==",
5477
+ "license": "SEE LICENSE IN LICENSE.txt",
5478
+ "dependencies": {
5479
+ "@babel/core": "7.27.4",
5480
+ "@babel/parser": "7.27.5",
5481
+ "@babel/plugin-syntax-decorators": "7.27.1",
5482
+ "@babel/preset-typescript": "7.27.1",
5483
+ "@babel/traverse": "7.27.4",
5484
+ "@babel/types": "7.27.6",
5485
+ "@komaci/esm-generator": "256.0.1",
5486
+ "@lwc/dev-server-plugin-lex": "13.0.27",
5487
+ "@lwc/eslint-plugin-lwc": "3.0.0-beta.2",
5488
+ "@lwc/eslint-plugin-lwc-platform": "6.0.0-beta.7",
5489
+ "@lwc/metadata": "13.0.27",
5490
+ "@lwc/sfdc-compiler-utils": "13.0.27",
5491
+ "@rollup/plugin-babel": "^6.0.4",
5492
+ "@rollup/plugin-replace": "^6.0.2",
5493
+ "@rollup/wasm-node": "4.10.0",
5494
+ "@salesforce/eslint-config-lwc": "4.0.0-beta.5",
5495
+ "@salesforce/eslint-plugin-lightning": "2.0.0-beta.1",
5496
+ "@swc/wasm": "1.4.16",
5497
+ "astring": "~1.8.6",
5498
+ "doctrine": "~3.0.0",
5499
+ "eslint": "~9.29.0",
5500
+ "eslint-plugin-import": "~2.31.0",
5501
+ "eslint-plugin-jest": "~28.13.5",
5502
+ "gray-matter": "~4.0.3",
5503
+ "line-column": "~1.0.2",
5504
+ "magic-string": "~0.30.17",
5505
+ "markdown-it": "~14.1.0",
5506
+ "parse5-sax-parser": "~6.0.1",
5507
+ "postcss": "~8.5.5",
5508
+ "postcss-selector-parser": "~6.1.2",
5509
+ "terser": "~5.36.0"
5510
+ },
5511
+ "peerDependencies": {
5512
+ "@lwc/compiler": ">=8",
5513
+ "@lwc/errors": ">=8",
5514
+ "@lwc/template-compiler": ">=8"
5515
+ }
5516
+ },
5517
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/compat-data": {
5518
+ "version": "7.28.0",
5519
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
5520
+ "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
5521
+ "license": "MIT",
5522
+ "engines": {
5523
+ "node": ">=6.9.0"
5524
+ }
5525
+ },
5526
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
5527
+ "version": "7.27.4",
5528
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
5529
+ "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
5530
+ "license": "MIT",
5531
+ "dependencies": {
5532
+ "@ampproject/remapping": "^2.2.0",
5533
+ "@babel/code-frame": "^7.27.1",
5534
+ "@babel/generator": "^7.27.3",
5535
+ "@babel/helper-compilation-targets": "^7.27.2",
5536
+ "@babel/helper-module-transforms": "^7.27.3",
5537
+ "@babel/helpers": "^7.27.4",
5538
+ "@babel/parser": "^7.27.4",
5539
+ "@babel/template": "^7.27.2",
5540
+ "@babel/traverse": "^7.27.4",
5541
+ "@babel/types": "^7.27.3",
5542
+ "convert-source-map": "^2.0.0",
5543
+ "debug": "^4.1.0",
5544
+ "gensync": "^1.0.0-beta.2",
5545
+ "json5": "^2.2.3",
5546
+ "semver": "^6.3.1"
5547
+ },
5548
+ "engines": {
5549
+ "node": ">=6.9.0"
5550
+ },
5551
+ "funding": {
5552
+ "type": "opencollective",
5553
+ "url": "https://opencollective.com/babel"
5554
+ }
5555
+ },
5556
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
5557
+ "version": "7.28.0",
5558
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5559
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5560
+ "license": "MIT",
5561
+ "dependencies": {
5562
+ "@babel/types": "^7.28.0"
5563
+ },
5564
+ "bin": {
5565
+ "parser": "bin/babel-parser.js"
5566
+ },
5567
+ "engines": {
5568
+ "node": ">=6.0.0"
5569
+ }
5570
+ },
5571
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
5572
+ "version": "7.28.0",
5573
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
5574
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
5575
+ "license": "MIT",
5576
+ "dependencies": {
5577
+ "@babel/code-frame": "^7.27.1",
5578
+ "@babel/generator": "^7.28.0",
5579
+ "@babel/helper-globals": "^7.28.0",
5580
+ "@babel/parser": "^7.28.0",
5581
+ "@babel/template": "^7.27.2",
5582
+ "@babel/types": "^7.28.0",
5583
+ "debug": "^4.3.1"
5584
+ },
5585
+ "engines": {
5586
+ "node": ">=6.9.0"
5587
+ }
5588
+ },
5589
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
5590
+ "version": "7.28.0",
5591
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5592
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5593
+ "license": "MIT",
5594
+ "dependencies": {
5595
+ "@babel/helper-string-parser": "^7.27.1",
5596
+ "@babel/helper-validator-identifier": "^7.27.1"
5597
+ },
5598
+ "engines": {
5599
+ "node": ">=6.9.0"
5600
+ }
5601
+ },
5602
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
5603
+ "version": "7.28.0",
5604
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
5605
+ "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
5606
+ "license": "MIT",
5607
+ "dependencies": {
5608
+ "@babel/parser": "^7.28.0",
5609
+ "@babel/types": "^7.28.0",
5610
+ "@jridgewell/gen-mapping": "^0.3.12",
5611
+ "@jridgewell/trace-mapping": "^0.3.28",
5612
+ "jsesc": "^3.0.2"
5613
+ },
5614
+ "engines": {
5615
+ "node": ">=6.9.0"
5616
+ }
5617
+ },
5618
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator/node_modules/@babel/parser": {
5619
+ "version": "7.28.0",
5620
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5621
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5622
+ "license": "MIT",
5623
+ "dependencies": {
5624
+ "@babel/types": "^7.28.0"
5625
+ },
5626
+ "bin": {
5627
+ "parser": "bin/babel-parser.js"
5628
+ },
5629
+ "engines": {
5630
+ "node": ">=6.0.0"
5631
+ }
5632
+ },
5633
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator/node_modules/@babel/types": {
5634
+ "version": "7.28.0",
5635
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5636
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5637
+ "license": "MIT",
5638
+ "dependencies": {
5639
+ "@babel/helper-string-parser": "^7.27.1",
5640
+ "@babel/helper-validator-identifier": "^7.27.1"
5641
+ },
5642
+ "engines": {
5643
+ "node": ">=6.9.0"
5644
+ }
5645
+ },
5646
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-annotate-as-pure": {
5647
+ "version": "7.27.3",
5648
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
5649
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
5650
+ "license": "MIT",
5651
+ "dependencies": {
5652
+ "@babel/types": "^7.27.3"
5653
+ },
5654
+ "engines": {
5655
+ "node": ">=6.9.0"
5656
+ }
5657
+ },
5658
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types": {
5659
+ "version": "7.28.0",
5660
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5661
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5662
+ "license": "MIT",
5663
+ "dependencies": {
5664
+ "@babel/helper-string-parser": "^7.27.1",
5665
+ "@babel/helper-validator-identifier": "^7.27.1"
5666
+ },
5667
+ "engines": {
5668
+ "node": ">=6.9.0"
5669
+ }
5670
+ },
5671
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-compilation-targets": {
5672
+ "version": "7.27.2",
5673
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
5674
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
5675
+ "license": "MIT",
5676
+ "dependencies": {
5677
+ "@babel/compat-data": "^7.27.2",
5678
+ "@babel/helper-validator-option": "^7.27.1",
5679
+ "browserslist": "^4.24.0",
5680
+ "lru-cache": "^5.1.1",
5681
+ "semver": "^6.3.1"
5682
+ },
5683
+ "engines": {
5684
+ "node": ">=6.9.0"
5685
+ }
5686
+ },
5687
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin": {
5688
+ "version": "7.27.1",
5689
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
5690
+ "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
5691
+ "license": "MIT",
5692
+ "dependencies": {
5693
+ "@babel/helper-annotate-as-pure": "^7.27.1",
5694
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
5695
+ "@babel/helper-optimise-call-expression": "^7.27.1",
5696
+ "@babel/helper-replace-supers": "^7.27.1",
5697
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
5698
+ "@babel/traverse": "^7.27.1",
5699
+ "semver": "^6.3.1"
5700
+ },
5701
+ "engines": {
5702
+ "node": ">=6.9.0"
5703
+ },
5704
+ "peerDependencies": {
5705
+ "@babel/core": "^7.0.0"
5706
+ }
5707
+ },
5708
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/parser": {
5709
+ "version": "7.28.0",
5710
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5711
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5712
+ "license": "MIT",
5713
+ "dependencies": {
5714
+ "@babel/types": "^7.28.0"
5715
+ },
5716
+ "bin": {
5717
+ "parser": "bin/babel-parser.js"
5718
+ },
5719
+ "engines": {
5720
+ "node": ">=6.0.0"
5721
+ }
5722
+ },
5723
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/traverse": {
5724
+ "version": "7.28.0",
5725
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
5726
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
5727
+ "license": "MIT",
5728
+ "dependencies": {
5729
+ "@babel/code-frame": "^7.27.1",
5730
+ "@babel/generator": "^7.28.0",
5731
+ "@babel/helper-globals": "^7.28.0",
5732
+ "@babel/parser": "^7.28.0",
5733
+ "@babel/template": "^7.27.2",
5734
+ "@babel/types": "^7.28.0",
5735
+ "debug": "^4.3.1"
5736
+ },
5737
+ "engines": {
5738
+ "node": ">=6.9.0"
5739
+ }
5740
+ },
5741
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/types": {
5742
+ "version": "7.28.0",
5743
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5744
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5745
+ "license": "MIT",
5746
+ "dependencies": {
5747
+ "@babel/helper-string-parser": "^7.27.1",
5748
+ "@babel/helper-validator-identifier": "^7.27.1"
5749
+ },
5750
+ "engines": {
5751
+ "node": ">=6.9.0"
5752
+ }
5753
+ },
5754
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions": {
5755
+ "version": "7.27.1",
5756
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
5757
+ "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
5758
+ "license": "MIT",
5759
+ "dependencies": {
5760
+ "@babel/traverse": "^7.27.1",
5761
+ "@babel/types": "^7.27.1"
5762
+ },
5763
+ "engines": {
5764
+ "node": ">=6.9.0"
5765
+ }
5766
+ },
5767
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/parser": {
5768
+ "version": "7.28.0",
5769
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5770
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5771
+ "license": "MIT",
5772
+ "dependencies": {
5773
+ "@babel/types": "^7.28.0"
5774
+ },
5775
+ "bin": {
5776
+ "parser": "bin/babel-parser.js"
5777
+ },
5778
+ "engines": {
5779
+ "node": ">=6.0.0"
5780
+ }
5781
+ },
5782
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/parser/node_modules/@babel/types": {
5783
+ "version": "7.28.0",
5784
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5785
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5786
+ "license": "MIT",
5787
+ "dependencies": {
5788
+ "@babel/helper-string-parser": "^7.27.1",
5789
+ "@babel/helper-validator-identifier": "^7.27.1"
5790
+ },
5791
+ "engines": {
5792
+ "node": ">=6.9.0"
5793
+ }
5794
+ },
5795
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/traverse": {
5796
+ "version": "7.28.0",
5797
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
5798
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
5799
+ "license": "MIT",
5800
+ "dependencies": {
5801
+ "@babel/code-frame": "^7.27.1",
5802
+ "@babel/generator": "^7.28.0",
5803
+ "@babel/helper-globals": "^7.28.0",
5804
+ "@babel/parser": "^7.28.0",
5805
+ "@babel/template": "^7.27.2",
5806
+ "@babel/types": "^7.28.0",
5807
+ "debug": "^4.3.1"
5808
+ },
5809
+ "engines": {
5810
+ "node": ">=6.9.0"
5811
+ }
5812
+ },
5813
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/traverse/node_modules/@babel/types": {
5814
+ "version": "7.28.0",
5815
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5816
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5817
+ "license": "MIT",
5818
+ "dependencies": {
5819
+ "@babel/helper-string-parser": "^7.27.1",
5820
+ "@babel/helper-validator-identifier": "^7.27.1"
5821
+ },
5822
+ "engines": {
5823
+ "node": ">=6.9.0"
5824
+ }
5825
+ },
5826
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/types": {
5827
+ "version": "7.27.1",
5828
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5829
+ "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
5830
+ "license": "MIT",
5831
+ "dependencies": {
5832
+ "@babel/helper-string-parser": "^7.27.1",
5833
+ "@babel/helper-validator-identifier": "^7.27.1"
5834
+ },
5835
+ "engines": {
5836
+ "node": ">=6.9.0"
5837
+ }
5838
+ },
5839
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms": {
5840
+ "version": "7.27.3",
5841
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
5842
+ "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
5843
+ "license": "MIT",
5844
+ "dependencies": {
5845
+ "@babel/helper-module-imports": "^7.27.1",
5846
+ "@babel/helper-validator-identifier": "^7.27.1",
5847
+ "@babel/traverse": "^7.27.3"
5848
+ },
5849
+ "engines": {
5850
+ "node": ">=6.9.0"
5851
+ },
5852
+ "peerDependencies": {
5853
+ "@babel/core": "^7.0.0"
5854
+ }
5855
+ },
5856
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-module-imports": {
5857
+ "version": "7.27.1",
5858
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
5859
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
5860
+ "license": "MIT",
5861
+ "dependencies": {
5862
+ "@babel/traverse": "^7.27.1",
5863
+ "@babel/types": "^7.27.1"
5864
+ },
5865
+ "engines": {
5866
+ "node": ">=6.9.0"
5867
+ }
5868
+ },
5869
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
5870
+ "version": "7.28.0",
5871
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5872
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5873
+ "license": "MIT",
5874
+ "dependencies": {
5875
+ "@babel/types": "^7.28.0"
5876
+ },
5877
+ "bin": {
5878
+ "parser": "bin/babel-parser.js"
5879
+ },
5880
+ "engines": {
5881
+ "node": ">=6.0.0"
5882
+ }
5883
+ },
5884
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/parser/node_modules/@babel/types": {
5885
+ "version": "7.28.0",
5886
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5887
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5888
+ "license": "MIT",
5889
+ "dependencies": {
5890
+ "@babel/helper-string-parser": "^7.27.1",
5891
+ "@babel/helper-validator-identifier": "^7.27.1"
5892
+ },
5893
+ "engines": {
5894
+ "node": ">=6.9.0"
5895
+ }
5896
+ },
5897
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
5898
+ "version": "7.28.0",
5899
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
5900
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
5901
+ "license": "MIT",
5902
+ "dependencies": {
5903
+ "@babel/code-frame": "^7.27.1",
5904
+ "@babel/generator": "^7.28.0",
5905
+ "@babel/helper-globals": "^7.28.0",
5906
+ "@babel/parser": "^7.28.0",
5907
+ "@babel/template": "^7.27.2",
5908
+ "@babel/types": "^7.28.0",
5909
+ "debug": "^4.3.1"
5910
+ },
5911
+ "engines": {
5912
+ "node": ">=6.9.0"
5913
+ }
5914
+ },
5915
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse/node_modules/@babel/types": {
5916
+ "version": "7.28.0",
5917
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
5918
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5919
+ "license": "MIT",
5920
+ "dependencies": {
5921
+ "@babel/helper-string-parser": "^7.27.1",
5922
+ "@babel/helper-validator-identifier": "^7.27.1"
5923
+ },
5924
+ "engines": {
5925
+ "node": ">=6.9.0"
5926
+ }
5927
+ },
5928
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
5929
+ "version": "7.27.1",
5930
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5931
+ "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
5932
+ "license": "MIT",
5933
+ "dependencies": {
5934
+ "@babel/helper-string-parser": "^7.27.1",
5935
+ "@babel/helper-validator-identifier": "^7.27.1"
5936
+ },
5937
+ "engines": {
5938
+ "node": ">=6.9.0"
5939
+ }
5940
+ },
5941
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-optimise-call-expression": {
5942
+ "version": "7.27.1",
5943
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
5944
+ "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
5945
+ "license": "MIT",
5946
+ "dependencies": {
5947
+ "@babel/types": "^7.27.1"
5948
+ },
5949
+ "engines": {
5950
+ "node": ">=6.9.0"
5951
+ }
5952
+ },
5953
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-optimise-call-expression/node_modules/@babel/types": {
5954
+ "version": "7.27.1",
5955
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5956
+ "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
5957
+ "license": "MIT",
5958
+ "dependencies": {
5959
+ "@babel/helper-string-parser": "^7.27.1",
5960
+ "@babel/helper-validator-identifier": "^7.27.1"
5961
+ },
5962
+ "engines": {
5963
+ "node": ">=6.9.0"
5964
+ }
5965
+ },
5966
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-plugin-utils": {
5967
+ "version": "7.27.1",
5968
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
5969
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
5970
+ "license": "MIT",
5971
+ "engines": {
5972
+ "node": ">=6.9.0"
5973
+ }
5974
+ },
5975
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-replace-supers": {
5976
+ "version": "7.27.1",
5977
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
5978
+ "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
5277
5979
  "license": "MIT",
5278
5980
  "dependencies": {
5279
- "@lwc/compiler": "8.20.1",
5280
- "@lwc/module-resolver": "8.20.1",
5281
- "@lwc/shared": "8.20.1",
5282
- "@rollup/pluginutils": "~5.1.4"
5981
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
5982
+ "@babel/helper-optimise-call-expression": "^7.27.1",
5983
+ "@babel/traverse": "^7.27.1"
5984
+ },
5985
+ "engines": {
5986
+ "node": ">=6.9.0"
5283
5987
  },
5284
5988
  "peerDependencies": {
5285
- "rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
5989
+ "@babel/core": "^7.0.0"
5286
5990
  }
5287
5991
  },
5288
- "node_modules/@lwc/sfdc-compiler-utils": {
5289
- "version": "12.3.4",
5290
- "resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-12.3.4.tgz",
5291
- "integrity": "sha512-AtP9XBzCnrGreJFunohDGD3ZkdT7VTCBs+EncCJPxD2Ej7pRKXX242d5A/TTfi8sp656FuZ6M/jleMNvIyXlKg==",
5292
- "license": "SEE LICENSE IN LICENSE.txt",
5992
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
5993
+ "version": "7.28.0",
5994
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
5995
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5996
+ "license": "MIT",
5997
+ "dependencies": {
5998
+ "@babel/types": "^7.28.0"
5999
+ },
6000
+ "bin": {
6001
+ "parser": "bin/babel-parser.js"
6002
+ },
5293
6003
  "engines": {
5294
- "node": ">=14"
6004
+ "node": ">=6.0.0"
5295
6005
  }
5296
6006
  },
5297
- "node_modules/@lwc/sfdc-lwc-compiler": {
5298
- "version": "12.3.4",
5299
- "resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-12.3.4.tgz",
5300
- "integrity": "sha512-yXE2D4wrnIIIVLdnuC2xzC/hXnAyiuvmDU7O9cnjeq2ADzUML0yShFfiudB1hGuesw8z5Sxh5p+1RYusuhQUoQ==",
5301
- "license": "SEE LICENSE IN LICENSE.txt",
6007
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/traverse": {
6008
+ "version": "7.28.0",
6009
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
6010
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
6011
+ "license": "MIT",
5302
6012
  "dependencies": {
5303
- "@babel/core": "7.26.0",
5304
- "@babel/parser": "7.26.2",
5305
- "@babel/plugin-syntax-decorators": "7.25.9",
5306
- "@babel/preset-typescript": "7.26.0",
5307
- "@babel/traverse": "7.25.9",
5308
- "@babel/types": "7.26.0",
5309
- "@komaci/esm-generator": "256.0.1",
5310
- "@lwc/dev-server-plugin-lex": "12.3.4",
5311
- "@lwc/eslint-plugin-lwc": "3.0.0-beta.2",
5312
- "@lwc/eslint-plugin-lwc-platform": "6.0.0-beta.7",
5313
- "@lwc/metadata": "12.3.4",
5314
- "@lwc/sfdc-compiler-utils": "12.3.4",
5315
- "@rollup/plugin-babel": "^6.0.4",
5316
- "@rollup/plugin-replace": "^6.0.1",
5317
- "@rollup/wasm-node": "~4.10.0",
5318
- "@salesforce/eslint-config-lwc": "4.0.0-beta.5",
5319
- "@salesforce/eslint-plugin-lightning": "2.0.0-beta.1",
5320
- "@swc/wasm": "1.4.16",
5321
- "astring": "~1.8.6",
5322
- "doctrine": "~3.0.0",
5323
- "eslint": "~9.18.0",
5324
- "eslint-plugin-import": "~2.31.0",
5325
- "eslint-plugin-jest": "~28.11.0",
5326
- "gray-matter": "~4.0.3",
5327
- "line-column": "~1.0.2",
5328
- "magic-string": "~0.30.13",
5329
- "markdown-it": "~14.1.0",
5330
- "parse5-sax-parser": "~6.0.1",
5331
- "postcss": "~8.4.49",
5332
- "postcss-selector-parser": "~6.1.2",
5333
- "terser": "~5.36.0"
6013
+ "@babel/code-frame": "^7.27.1",
6014
+ "@babel/generator": "^7.28.0",
6015
+ "@babel/helper-globals": "^7.28.0",
6016
+ "@babel/parser": "^7.28.0",
6017
+ "@babel/template": "^7.27.2",
6018
+ "@babel/types": "^7.28.0",
6019
+ "debug": "^4.3.1"
5334
6020
  },
5335
- "peerDependencies": {
5336
- "@lwc/compiler": ">=8",
5337
- "@lwc/errors": ">=8",
5338
- "@lwc/template-compiler": ">=8"
6021
+ "engines": {
6022
+ "node": ">=6.9.0"
5339
6023
  }
5340
6024
  },
5341
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
5342
- "version": "7.26.0",
5343
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
5344
- "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
6025
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
6026
+ "version": "7.28.0",
6027
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6028
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5345
6029
  "license": "MIT",
5346
6030
  "dependencies": {
5347
- "@ampproject/remapping": "^2.2.0",
5348
- "@babel/code-frame": "^7.26.0",
5349
- "@babel/generator": "^7.26.0",
5350
- "@babel/helper-compilation-targets": "^7.25.9",
5351
- "@babel/helper-module-transforms": "^7.26.0",
5352
- "@babel/helpers": "^7.26.0",
5353
- "@babel/parser": "^7.26.0",
5354
- "@babel/template": "^7.25.9",
5355
- "@babel/traverse": "^7.25.9",
5356
- "@babel/types": "^7.26.0",
5357
- "convert-source-map": "^2.0.0",
5358
- "debug": "^4.1.0",
5359
- "gensync": "^1.0.0-beta.2",
5360
- "json5": "^2.2.3",
5361
- "semver": "^6.3.1"
6031
+ "@babel/helper-string-parser": "^7.27.1",
6032
+ "@babel/helper-validator-identifier": "^7.27.1"
5362
6033
  },
5363
6034
  "engines": {
5364
6035
  "node": ">=6.9.0"
5365
- },
5366
- "funding": {
5367
- "type": "opencollective",
5368
- "url": "https://opencollective.com/babel"
5369
6036
  }
5370
6037
  },
5371
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
5372
- "version": "7.27.2",
5373
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
5374
- "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
6038
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers": {
6039
+ "version": "7.27.1",
6040
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
6041
+ "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
5375
6042
  "license": "MIT",
5376
6043
  "dependencies": {
6044
+ "@babel/traverse": "^7.27.1",
5377
6045
  "@babel/types": "^7.27.1"
5378
6046
  },
6047
+ "engines": {
6048
+ "node": ">=6.9.0"
6049
+ }
6050
+ },
6051
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/parser": {
6052
+ "version": "7.28.0",
6053
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
6054
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
6055
+ "license": "MIT",
6056
+ "dependencies": {
6057
+ "@babel/types": "^7.28.0"
6058
+ },
5379
6059
  "bin": {
5380
6060
  "parser": "bin/babel-parser.js"
5381
6061
  },
@@ -5383,25 +6063,51 @@
5383
6063
  "node": ">=6.0.0"
5384
6064
  }
5385
6065
  },
5386
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
5387
- "version": "7.27.1",
5388
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz",
5389
- "integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
6066
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/parser/node_modules/@babel/types": {
6067
+ "version": "7.28.0",
6068
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6069
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
6070
+ "license": "MIT",
6071
+ "dependencies": {
6072
+ "@babel/helper-string-parser": "^7.27.1",
6073
+ "@babel/helper-validator-identifier": "^7.27.1"
6074
+ },
6075
+ "engines": {
6076
+ "node": ">=6.9.0"
6077
+ }
6078
+ },
6079
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/traverse": {
6080
+ "version": "7.28.0",
6081
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
6082
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
5390
6083
  "license": "MIT",
5391
6084
  "dependencies": {
5392
6085
  "@babel/code-frame": "^7.27.1",
5393
- "@babel/generator": "^7.27.1",
5394
- "@babel/parser": "^7.27.1",
5395
- "@babel/template": "^7.27.1",
5396
- "@babel/types": "^7.27.1",
5397
- "debug": "^4.3.1",
5398
- "globals": "^11.1.0"
6086
+ "@babel/generator": "^7.28.0",
6087
+ "@babel/helper-globals": "^7.28.0",
6088
+ "@babel/parser": "^7.28.0",
6089
+ "@babel/template": "^7.27.2",
6090
+ "@babel/types": "^7.28.0",
6091
+ "debug": "^4.3.1"
5399
6092
  },
5400
6093
  "engines": {
5401
6094
  "node": ">=6.9.0"
5402
6095
  }
5403
6096
  },
5404
- "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
6097
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/traverse/node_modules/@babel/types": {
6098
+ "version": "7.28.0",
6099
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6100
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
6101
+ "license": "MIT",
6102
+ "dependencies": {
6103
+ "@babel/helper-string-parser": "^7.27.1",
6104
+ "@babel/helper-validator-identifier": "^7.27.1"
6105
+ },
6106
+ "engines": {
6107
+ "node": ">=6.9.0"
6108
+ }
6109
+ },
6110
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/types": {
5405
6111
  "version": "7.27.1",
5406
6112
  "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5407
6113
  "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
@@ -5414,13 +6120,48 @@
5414
6120
  "node": ">=6.9.0"
5415
6121
  }
5416
6122
  },
6123
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-option": {
6124
+ "version": "7.27.1",
6125
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
6126
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
6127
+ "license": "MIT",
6128
+ "engines": {
6129
+ "node": ">=6.9.0"
6130
+ }
6131
+ },
6132
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helpers": {
6133
+ "version": "7.27.6",
6134
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz",
6135
+ "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
6136
+ "license": "MIT",
6137
+ "dependencies": {
6138
+ "@babel/template": "^7.27.2",
6139
+ "@babel/types": "^7.27.6"
6140
+ },
6141
+ "engines": {
6142
+ "node": ">=6.9.0"
6143
+ }
6144
+ },
6145
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helpers/node_modules/@babel/types": {
6146
+ "version": "7.28.0",
6147
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6148
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
6149
+ "license": "MIT",
6150
+ "dependencies": {
6151
+ "@babel/helper-string-parser": "^7.27.1",
6152
+ "@babel/helper-validator-identifier": "^7.27.1"
6153
+ },
6154
+ "engines": {
6155
+ "node": ">=6.9.0"
6156
+ }
6157
+ },
5417
6158
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
5418
- "version": "7.26.2",
5419
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
5420
- "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
6159
+ "version": "7.27.5",
6160
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
6161
+ "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
5421
6162
  "license": "MIT",
5422
6163
  "dependencies": {
5423
- "@babel/types": "^7.26.0"
6164
+ "@babel/types": "^7.27.3"
5424
6165
  },
5425
6166
  "bin": {
5426
6167
  "parser": "bin/babel-parser.js"
@@ -5430,9 +6171,9 @@
5430
6171
  }
5431
6172
  },
5432
6173
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser/node_modules/@babel/types": {
5433
- "version": "7.27.1",
5434
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5435
- "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
6174
+ "version": "7.28.0",
6175
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6176
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5436
6177
  "license": "MIT",
5437
6178
  "dependencies": {
5438
6179
  "@babel/helper-string-parser": "^7.27.1",
@@ -5443,12 +6184,12 @@
5443
6184
  }
5444
6185
  },
5445
6186
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
5446
- "version": "7.25.9",
5447
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
5448
- "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
6187
+ "version": "7.27.1",
6188
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
6189
+ "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
5449
6190
  "license": "MIT",
5450
6191
  "dependencies": {
5451
- "@babel/helper-plugin-utils": "^7.25.9"
6192
+ "@babel/helper-plugin-utils": "^7.27.1"
5452
6193
  },
5453
6194
  "engines": {
5454
6195
  "node": ">=6.9.0"
@@ -5458,12 +6199,12 @@
5458
6199
  }
5459
6200
  },
5460
6201
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
5461
- "version": "7.25.9",
5462
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
5463
- "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
6202
+ "version": "7.27.1",
6203
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
6204
+ "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
5464
6205
  "license": "MIT",
5465
6206
  "dependencies": {
5466
- "@babel/helper-plugin-utils": "^7.25.9"
6207
+ "@babel/helper-plugin-utils": "^7.27.1"
5467
6208
  },
5468
6209
  "engines": {
5469
6210
  "node": ">=6.9.0"
@@ -5473,12 +6214,12 @@
5473
6214
  }
5474
6215
  },
5475
6216
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
5476
- "version": "7.25.9",
5477
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
5478
- "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
6217
+ "version": "7.27.1",
6218
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
6219
+ "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
5479
6220
  "license": "MIT",
5480
6221
  "dependencies": {
5481
- "@babel/helper-plugin-utils": "^7.25.9"
6222
+ "@babel/helper-plugin-utils": "^7.27.1"
5482
6223
  },
5483
6224
  "engines": {
5484
6225
  "node": ">=6.9.0"
@@ -5488,13 +6229,13 @@
5488
6229
  }
5489
6230
  },
5490
6231
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
5491
- "version": "7.26.3",
5492
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
5493
- "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
6232
+ "version": "7.27.1",
6233
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
6234
+ "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
5494
6235
  "license": "MIT",
5495
6236
  "dependencies": {
5496
- "@babel/helper-module-transforms": "^7.26.0",
5497
- "@babel/helper-plugin-utils": "^7.25.9"
6237
+ "@babel/helper-module-transforms": "^7.27.1",
6238
+ "@babel/helper-plugin-utils": "^7.27.1"
5498
6239
  },
5499
6240
  "engines": {
5500
6241
  "node": ">=6.9.0"
@@ -5504,16 +6245,16 @@
5504
6245
  }
5505
6246
  },
5506
6247
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
5507
- "version": "7.27.0",
5508
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz",
5509
- "integrity": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==",
6248
+ "version": "7.28.0",
6249
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
6250
+ "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
5510
6251
  "license": "MIT",
5511
6252
  "dependencies": {
5512
- "@babel/helper-annotate-as-pure": "^7.25.9",
5513
- "@babel/helper-create-class-features-plugin": "^7.27.0",
5514
- "@babel/helper-plugin-utils": "^7.26.5",
5515
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
5516
- "@babel/plugin-syntax-typescript": "^7.25.9"
6253
+ "@babel/helper-annotate-as-pure": "^7.27.3",
6254
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
6255
+ "@babel/helper-plugin-utils": "^7.27.1",
6256
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
6257
+ "@babel/plugin-syntax-typescript": "^7.27.1"
5517
6258
  },
5518
6259
  "engines": {
5519
6260
  "node": ">=6.9.0"
@@ -5523,16 +6264,16 @@
5523
6264
  }
5524
6265
  },
5525
6266
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
5526
- "version": "7.26.0",
5527
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
5528
- "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
6267
+ "version": "7.27.1",
6268
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
6269
+ "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
5529
6270
  "license": "MIT",
5530
6271
  "dependencies": {
5531
- "@babel/helper-plugin-utils": "^7.25.9",
5532
- "@babel/helper-validator-option": "^7.25.9",
5533
- "@babel/plugin-syntax-jsx": "^7.25.9",
5534
- "@babel/plugin-transform-modules-commonjs": "^7.25.9",
5535
- "@babel/plugin-transform-typescript": "^7.25.9"
6272
+ "@babel/helper-plugin-utils": "^7.27.1",
6273
+ "@babel/helper-validator-option": "^7.27.1",
6274
+ "@babel/plugin-syntax-jsx": "^7.27.1",
6275
+ "@babel/plugin-transform-modules-commonjs": "^7.27.1",
6276
+ "@babel/plugin-transform-typescript": "^7.27.1"
5536
6277
  },
5537
6278
  "engines": {
5538
6279
  "node": ">=6.9.0"
@@ -5542,16 +6283,16 @@
5542
6283
  }
5543
6284
  },
5544
6285
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
5545
- "version": "7.25.9",
5546
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
5547
- "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
6286
+ "version": "7.27.4",
6287
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
6288
+ "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
5548
6289
  "license": "MIT",
5549
6290
  "dependencies": {
5550
- "@babel/code-frame": "^7.25.9",
5551
- "@babel/generator": "^7.25.9",
5552
- "@babel/parser": "^7.25.9",
5553
- "@babel/template": "^7.25.9",
5554
- "@babel/types": "^7.25.9",
6291
+ "@babel/code-frame": "^7.27.1",
6292
+ "@babel/generator": "^7.27.3",
6293
+ "@babel/parser": "^7.27.4",
6294
+ "@babel/template": "^7.27.2",
6295
+ "@babel/types": "^7.27.3",
5555
6296
  "debug": "^4.3.1",
5556
6297
  "globals": "^11.1.0"
5557
6298
  },
@@ -5560,12 +6301,12 @@
5560
6301
  }
5561
6302
  },
5562
6303
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse/node_modules/@babel/parser": {
5563
- "version": "7.27.2",
5564
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
5565
- "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
6304
+ "version": "7.28.0",
6305
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
6306
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
5566
6307
  "license": "MIT",
5567
6308
  "dependencies": {
5568
- "@babel/types": "^7.27.1"
6309
+ "@babel/types": "^7.28.0"
5569
6310
  },
5570
6311
  "bin": {
5571
6312
  "parser": "bin/babel-parser.js"
@@ -5575,9 +6316,9 @@
5575
6316
  }
5576
6317
  },
5577
6318
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse/node_modules/@babel/types": {
5578
- "version": "7.27.1",
5579
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
5580
- "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
6319
+ "version": "7.28.0",
6320
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
6321
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
5581
6322
  "license": "MIT",
5582
6323
  "dependencies": {
5583
6324
  "@babel/helper-string-parser": "^7.27.1",
@@ -5588,13 +6329,13 @@
5588
6329
  }
5589
6330
  },
5590
6331
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/types": {
5591
- "version": "7.26.0",
5592
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
5593
- "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
6332
+ "version": "7.27.6",
6333
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz",
6334
+ "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
5594
6335
  "license": "MIT",
5595
6336
  "dependencies": {
5596
- "@babel/helper-string-parser": "^7.25.9",
5597
- "@babel/helper-validator-identifier": "^7.25.9"
6337
+ "@babel/helper-string-parser": "^7.27.1",
6338
+ "@babel/helper-validator-identifier": "^7.27.1"
5598
6339
  },
5599
6340
  "engines": {
5600
6341
  "node": ">=6.9.0"
@@ -5623,6 +6364,47 @@
5623
6364
  "url": "https://opencollective.com/eslint"
5624
6365
  }
5625
6366
  },
6367
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc/node_modules/acorn": {
6368
+ "version": "8.14.1",
6369
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
6370
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
6371
+ "license": "MIT",
6372
+ "bin": {
6373
+ "acorn": "bin/acorn"
6374
+ },
6375
+ "engines": {
6376
+ "node": ">=0.4.0"
6377
+ }
6378
+ },
6379
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
6380
+ "version": "4.2.0",
6381
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
6382
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
6383
+ "license": "Apache-2.0",
6384
+ "engines": {
6385
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6386
+ },
6387
+ "funding": {
6388
+ "url": "https://opencollective.com/eslint"
6389
+ }
6390
+ },
6391
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc/node_modules/espree": {
6392
+ "version": "10.3.0",
6393
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
6394
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
6395
+ "license": "BSD-2-Clause",
6396
+ "dependencies": {
6397
+ "acorn": "^8.14.0",
6398
+ "acorn-jsx": "^5.3.2",
6399
+ "eslint-visitor-keys": "^4.2.0"
6400
+ },
6401
+ "engines": {
6402
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6403
+ },
6404
+ "funding": {
6405
+ "url": "https://opencollective.com/eslint"
6406
+ }
6407
+ },
5626
6408
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc/node_modules/globals": {
5627
6409
  "version": "14.0.0",
5628
6410
  "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
@@ -5636,12 +6418,45 @@
5636
6418
  }
5637
6419
  },
5638
6420
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/js": {
5639
- "version": "9.18.0",
5640
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
5641
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
6421
+ "version": "9.29.0",
6422
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
6423
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
5642
6424
  "license": "MIT",
5643
6425
  "engines": {
5644
6426
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6427
+ },
6428
+ "funding": {
6429
+ "url": "https://eslint.org/donate"
6430
+ }
6431
+ },
6432
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/gen-mapping": {
6433
+ "version": "0.3.12",
6434
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
6435
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
6436
+ "license": "MIT",
6437
+ "dependencies": {
6438
+ "@jridgewell/sourcemap-codec": "^1.5.0",
6439
+ "@jridgewell/trace-mapping": "^0.3.24"
6440
+ }
6441
+ },
6442
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": {
6443
+ "version": "0.3.25",
6444
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
6445
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
6446
+ "license": "MIT",
6447
+ "dependencies": {
6448
+ "@jridgewell/resolve-uri": "^3.1.0",
6449
+ "@jridgewell/sourcemap-codec": "^1.4.14"
6450
+ }
6451
+ },
6452
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/trace-mapping": {
6453
+ "version": "0.3.29",
6454
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
6455
+ "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
6456
+ "license": "MIT",
6457
+ "dependencies": {
6458
+ "@jridgewell/resolve-uri": "^3.1.0",
6459
+ "@jridgewell/sourcemap-codec": "^1.4.14"
5645
6460
  }
5646
6461
  },
5647
6462
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
@@ -5670,6 +6485,18 @@
5670
6485
  }
5671
6486
  }
5672
6487
  },
6488
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/acorn": {
6489
+ "version": "8.15.0",
6490
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
6491
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
6492
+ "license": "MIT",
6493
+ "bin": {
6494
+ "acorn": "bin/acorn"
6495
+ },
6496
+ "engines": {
6497
+ "node": ">=0.4.0"
6498
+ }
6499
+ },
5673
6500
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
5674
6501
  "version": "1.8.6",
5675
6502
  "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
@@ -5680,21 +6507,22 @@
5680
6507
  }
5681
6508
  },
5682
6509
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
5683
- "version": "9.18.0",
5684
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz",
5685
- "integrity": "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==",
6510
+ "version": "9.29.0",
6511
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.29.0.tgz",
6512
+ "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==",
5686
6513
  "license": "MIT",
5687
6514
  "dependencies": {
5688
6515
  "@eslint-community/eslint-utils": "^4.2.0",
5689
6516
  "@eslint-community/regexpp": "^4.12.1",
5690
- "@eslint/config-array": "^0.19.0",
5691
- "@eslint/core": "^0.10.0",
5692
- "@eslint/eslintrc": "^3.2.0",
5693
- "@eslint/js": "9.18.0",
5694
- "@eslint/plugin-kit": "^0.2.5",
6517
+ "@eslint/config-array": "^0.20.1",
6518
+ "@eslint/config-helpers": "^0.2.1",
6519
+ "@eslint/core": "^0.14.0",
6520
+ "@eslint/eslintrc": "^3.3.1",
6521
+ "@eslint/js": "9.29.0",
6522
+ "@eslint/plugin-kit": "^0.3.1",
5695
6523
  "@humanfs/node": "^0.16.6",
5696
6524
  "@humanwhocodes/module-importer": "^1.0.1",
5697
- "@humanwhocodes/retry": "^0.4.1",
6525
+ "@humanwhocodes/retry": "^0.4.2",
5698
6526
  "@types/estree": "^1.0.6",
5699
6527
  "@types/json-schema": "^7.0.15",
5700
6528
  "ajv": "^6.12.4",
@@ -5702,9 +6530,9 @@
5702
6530
  "cross-spawn": "^7.0.6",
5703
6531
  "debug": "^4.3.2",
5704
6532
  "escape-string-regexp": "^4.0.0",
5705
- "eslint-scope": "^8.2.0",
5706
- "eslint-visitor-keys": "^4.2.0",
5707
- "espree": "^10.3.0",
6533
+ "eslint-scope": "^8.4.0",
6534
+ "eslint-visitor-keys": "^4.2.1",
6535
+ "espree": "^10.4.0",
5708
6536
  "esquery": "^1.5.0",
5709
6537
  "esutils": "^2.0.2",
5710
6538
  "fast-deep-equal": "^3.1.3",
@@ -5739,9 +6567,9 @@
5739
6567
  }
5740
6568
  },
5741
6569
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint-scope": {
5742
- "version": "8.3.0",
5743
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
5744
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
6570
+ "version": "8.4.0",
6571
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
6572
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
5745
6573
  "license": "BSD-2-Clause",
5746
6574
  "dependencies": {
5747
6575
  "esrecurse": "^4.3.0",
@@ -5755,9 +6583,9 @@
5755
6583
  }
5756
6584
  },
5757
6585
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint-visitor-keys": {
5758
- "version": "4.2.0",
5759
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
5760
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
6586
+ "version": "4.2.1",
6587
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
6588
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
5761
6589
  "license": "Apache-2.0",
5762
6590
  "engines": {
5763
6591
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5766,6 +6594,23 @@
5766
6594
  "url": "https://opencollective.com/eslint"
5767
6595
  }
5768
6596
  },
6597
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/espree": {
6598
+ "version": "10.4.0",
6599
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
6600
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
6601
+ "license": "BSD-2-Clause",
6602
+ "dependencies": {
6603
+ "acorn": "^8.15.0",
6604
+ "acorn-jsx": "^5.3.2",
6605
+ "eslint-visitor-keys": "^4.2.1"
6606
+ },
6607
+ "engines": {
6608
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6609
+ },
6610
+ "funding": {
6611
+ "url": "https://opencollective.com/eslint"
6612
+ }
6613
+ },
5769
6614
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/file-entry-cache": {
5770
6615
  "version": "8.0.0",
5771
6616
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -5834,6 +6679,33 @@
5834
6679
  "url": "https://github.com/sponsors/sindresorhus"
5835
6680
  }
5836
6681
  },
6682
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/lru-cache": {
6683
+ "version": "5.1.1",
6684
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
6685
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
6686
+ "license": "ISC",
6687
+ "dependencies": {
6688
+ "yallist": "^3.0.2"
6689
+ }
6690
+ },
6691
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/nanoid": {
6692
+ "version": "3.3.11",
6693
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
6694
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
6695
+ "funding": [
6696
+ {
6697
+ "type": "github",
6698
+ "url": "https://github.com/sponsors/ai"
6699
+ }
6700
+ ],
6701
+ "license": "MIT",
6702
+ "bin": {
6703
+ "nanoid": "bin/nanoid.cjs"
6704
+ },
6705
+ "engines": {
6706
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
6707
+ }
6708
+ },
5837
6709
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/p-limit": {
5838
6710
  "version": "3.1.0",
5839
6711
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -5864,6 +6736,34 @@
5864
6736
  "url": "https://github.com/sponsors/sindresorhus"
5865
6737
  }
5866
6738
  },
6739
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/postcss": {
6740
+ "version": "8.5.6",
6741
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
6742
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
6743
+ "funding": [
6744
+ {
6745
+ "type": "opencollective",
6746
+ "url": "https://opencollective.com/postcss/"
6747
+ },
6748
+ {
6749
+ "type": "tidelift",
6750
+ "url": "https://tidelift.com/funding/github/npm/postcss"
6751
+ },
6752
+ {
6753
+ "type": "github",
6754
+ "url": "https://github.com/sponsors/ai"
6755
+ }
6756
+ ],
6757
+ "license": "MIT",
6758
+ "dependencies": {
6759
+ "nanoid": "^3.3.11",
6760
+ "picocolors": "^1.1.1",
6761
+ "source-map-js": "^1.2.1"
6762
+ },
6763
+ "engines": {
6764
+ "node": "^10 || ^12 || >=14"
6765
+ }
6766
+ },
5867
6767
  "node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
5868
6768
  "version": "6.3.1",
5869
6769
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -5873,6 +6773,12 @@
5873
6773
  "semver": "bin/semver.js"
5874
6774
  }
5875
6775
  },
6776
+ "node_modules/@lwc/sfdc-lwc-compiler/node_modules/yallist": {
6777
+ "version": "3.1.1",
6778
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
6779
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
6780
+ "license": "ISC"
6781
+ },
5876
6782
  "node_modules/@lwc/shared": {
5877
6783
  "version": "8.20.1",
5878
6784
  "resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.20.1.tgz",
@@ -5933,34 +6839,6 @@
5933
6839
  "postcss-value-parser": "~4.2.0"
5934
6840
  }
5935
6841
  },
5936
- "node_modules/@lwc/style-compiler/node_modules/postcss": {
5937
- "version": "8.5.3",
5938
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
5939
- "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
5940
- "funding": [
5941
- {
5942
- "type": "opencollective",
5943
- "url": "https://opencollective.com/postcss/"
5944
- },
5945
- {
5946
- "type": "tidelift",
5947
- "url": "https://tidelift.com/funding/github/npm/postcss"
5948
- },
5949
- {
5950
- "type": "github",
5951
- "url": "https://github.com/sponsors/ai"
5952
- }
5953
- ],
5954
- "license": "MIT",
5955
- "dependencies": {
5956
- "nanoid": "^3.3.8",
5957
- "picocolors": "^1.1.1",
5958
- "source-map-js": "^1.2.1"
5959
- },
5960
- "engines": {
5961
- "node": "^10 || ^12 || >=14"
5962
- }
5963
- },
5964
6842
  "node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
5965
6843
  "version": "7.1.0",
5966
6844
  "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
@@ -6088,34 +6966,6 @@
6088
6966
  "node": ">=18.0.0"
6089
6967
  }
6090
6968
  },
6091
- "node_modules/@lwrjs/asset-transformer/node_modules/postcss": {
6092
- "version": "8.5.3",
6093
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
6094
- "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
6095
- "funding": [
6096
- {
6097
- "type": "opencollective",
6098
- "url": "https://opencollective.com/postcss/"
6099
- },
6100
- {
6101
- "type": "tidelift",
6102
- "url": "https://tidelift.com/funding/github/npm/postcss"
6103
- },
6104
- {
6105
- "type": "github",
6106
- "url": "https://github.com/sponsors/ai"
6107
- }
6108
- ],
6109
- "license": "MIT",
6110
- "dependencies": {
6111
- "nanoid": "^3.3.8",
6112
- "picocolors": "^1.1.1",
6113
- "source-map-js": "^1.2.1"
6114
- },
6115
- "engines": {
6116
- "node": "^10 || ^12 || >=14"
6117
- }
6118
- },
6119
6969
  "node_modules/@lwrjs/base-view-provider": {
6120
6970
  "version": "0.18.3",
6121
6971
  "resolved": "https://registry.npmjs.org/@lwrjs/base-view-provider/-/base-view-provider-0.18.3.tgz",
@@ -6231,6 +7081,27 @@
6231
7081
  "lwc": ">= 2.x"
6232
7082
  }
6233
7083
  },
7084
+ "node_modules/@lwrjs/core/node_modules/ws": {
7085
+ "version": "8.18.0",
7086
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
7087
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
7088
+ "license": "MIT",
7089
+ "engines": {
7090
+ "node": ">=10.0.0"
7091
+ },
7092
+ "peerDependencies": {
7093
+ "bufferutil": "^4.0.1",
7094
+ "utf-8-validate": ">=5.0.2"
7095
+ },
7096
+ "peerDependenciesMeta": {
7097
+ "bufferutil": {
7098
+ "optional": true
7099
+ },
7100
+ "utf-8-validate": {
7101
+ "optional": true
7102
+ }
7103
+ }
7104
+ },
6234
7105
  "node_modules/@lwrjs/dev-proxy-server": {
6235
7106
  "version": "0.18.3",
6236
7107
  "resolved": "https://registry.npmjs.org/@lwrjs/dev-proxy-server/-/dev-proxy-server-0.18.3.tgz",
@@ -8520,6 +9391,50 @@
8520
9391
  "url": "https://opencollective.com/eslint"
8521
9392
  }
8522
9393
  },
9394
+ "node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc/node_modules/acorn": {
9395
+ "version": "8.14.1",
9396
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
9397
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
9398
+ "license": "MIT",
9399
+ "peer": true,
9400
+ "bin": {
9401
+ "acorn": "bin/acorn"
9402
+ },
9403
+ "engines": {
9404
+ "node": ">=0.4.0"
9405
+ }
9406
+ },
9407
+ "node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
9408
+ "version": "4.2.0",
9409
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
9410
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
9411
+ "license": "Apache-2.0",
9412
+ "peer": true,
9413
+ "engines": {
9414
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9415
+ },
9416
+ "funding": {
9417
+ "url": "https://opencollective.com/eslint"
9418
+ }
9419
+ },
9420
+ "node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc/node_modules/espree": {
9421
+ "version": "10.3.0",
9422
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
9423
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
9424
+ "license": "BSD-2-Clause",
9425
+ "peer": true,
9426
+ "dependencies": {
9427
+ "acorn": "^8.14.0",
9428
+ "acorn-jsx": "^5.3.2",
9429
+ "eslint-visitor-keys": "^4.2.0"
9430
+ },
9431
+ "engines": {
9432
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9433
+ },
9434
+ "funding": {
9435
+ "url": "https://opencollective.com/eslint"
9436
+ }
9437
+ },
8523
9438
  "node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc/node_modules/globals": {
8524
9439
  "version": "14.0.0",
8525
9440
  "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
@@ -8542,21 +9457,35 @@
8542
9457
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8543
9458
  }
8544
9459
  },
9460
+ "node_modules/@salesforce/eslint-config-lwc/node_modules/acorn": {
9461
+ "version": "8.15.0",
9462
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
9463
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
9464
+ "license": "MIT",
9465
+ "peer": true,
9466
+ "bin": {
9467
+ "acorn": "bin/acorn"
9468
+ },
9469
+ "engines": {
9470
+ "node": ">=0.4.0"
9471
+ }
9472
+ },
8545
9473
  "node_modules/@salesforce/eslint-config-lwc/node_modules/eslint": {
8546
- "version": "9.18.0",
9474
+ "version": "9.29.0",
8547
9475
  "license": "MIT",
8548
9476
  "peer": true,
8549
9477
  "dependencies": {
8550
9478
  "@eslint-community/eslint-utils": "^4.2.0",
8551
9479
  "@eslint-community/regexpp": "^4.12.1",
8552
- "@eslint/config-array": "^0.19.0",
8553
- "@eslint/core": "^0.10.0",
8554
- "@eslint/eslintrc": "^3.2.0",
8555
- "@eslint/js": "9.18.0",
8556
- "@eslint/plugin-kit": "^0.2.5",
9480
+ "@eslint/config-array": "^0.20.1",
9481
+ "@eslint/config-helpers": "^0.2.1",
9482
+ "@eslint/core": "^0.14.0",
9483
+ "@eslint/eslintrc": "^3.3.1",
9484
+ "@eslint/js": "9.29.0",
9485
+ "@eslint/plugin-kit": "^0.3.1",
8557
9486
  "@humanfs/node": "^0.16.6",
8558
9487
  "@humanwhocodes/module-importer": "^1.0.1",
8559
- "@humanwhocodes/retry": "^0.4.1",
9488
+ "@humanwhocodes/retry": "^0.4.2",
8560
9489
  "@types/estree": "^1.0.6",
8561
9490
  "@types/json-schema": "^7.0.15",
8562
9491
  "ajv": "^6.12.4",
@@ -8564,9 +9493,9 @@
8564
9493
  "cross-spawn": "^7.0.6",
8565
9494
  "debug": "^4.3.2",
8566
9495
  "escape-string-regexp": "^4.0.0",
8567
- "eslint-scope": "^8.2.0",
8568
- "eslint-visitor-keys": "^4.2.0",
8569
- "espree": "^10.3.0",
9496
+ "eslint-scope": "^8.4.0",
9497
+ "eslint-visitor-keys": "^4.2.1",
9498
+ "espree": "^10.4.0",
8570
9499
  "esquery": "^1.5.0",
8571
9500
  "esutils": "^2.0.2",
8572
9501
  "fast-deep-equal": "^3.1.3",
@@ -8601,9 +9530,9 @@
8601
9530
  }
8602
9531
  },
8603
9532
  "node_modules/@salesforce/eslint-config-lwc/node_modules/eslint-scope": {
8604
- "version": "8.3.0",
8605
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
8606
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
9533
+ "version": "8.4.0",
9534
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
9535
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
8607
9536
  "license": "BSD-2-Clause",
8608
9537
  "peer": true,
8609
9538
  "dependencies": {
@@ -8618,9 +9547,9 @@
8618
9547
  }
8619
9548
  },
8620
9549
  "node_modules/@salesforce/eslint-config-lwc/node_modules/eslint-visitor-keys": {
8621
- "version": "4.2.0",
8622
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
8623
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
9550
+ "version": "4.2.1",
9551
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
9552
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
8624
9553
  "license": "Apache-2.0",
8625
9554
  "peer": true,
8626
9555
  "engines": {
@@ -8631,13 +9560,34 @@
8631
9560
  }
8632
9561
  },
8633
9562
  "node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/@eslint/js": {
8634
- "version": "9.18.0",
8635
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
8636
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
9563
+ "version": "9.29.0",
9564
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
9565
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
8637
9566
  "license": "MIT",
8638
9567
  "peer": true,
8639
9568
  "engines": {
8640
9569
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9570
+ },
9571
+ "funding": {
9572
+ "url": "https://eslint.org/donate"
9573
+ }
9574
+ },
9575
+ "node_modules/@salesforce/eslint-config-lwc/node_modules/espree": {
9576
+ "version": "10.4.0",
9577
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
9578
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
9579
+ "license": "BSD-2-Clause",
9580
+ "peer": true,
9581
+ "dependencies": {
9582
+ "acorn": "^8.15.0",
9583
+ "acorn-jsx": "^5.3.2",
9584
+ "eslint-visitor-keys": "^4.2.1"
9585
+ },
9586
+ "engines": {
9587
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9588
+ },
9589
+ "funding": {
9590
+ "url": "https://opencollective.com/eslint"
8641
9591
  }
8642
9592
  },
8643
9593
  "node_modules/@salesforce/eslint-config-lwc/node_modules/file-entry-cache": {
@@ -8776,15 +9726,59 @@
8776
9726
  "license": "MIT",
8777
9727
  "peer": true,
8778
9728
  "dependencies": {
8779
- "ajv": "^6.12.4",
8780
- "debug": "^4.3.2",
8781
- "espree": "^10.0.1",
8782
- "globals": "^14.0.0",
8783
- "ignore": "^5.2.0",
8784
- "import-fresh": "^3.2.1",
8785
- "js-yaml": "^4.1.0",
8786
- "minimatch": "^3.1.2",
8787
- "strip-json-comments": "^3.1.1"
9729
+ "ajv": "^6.12.4",
9730
+ "debug": "^4.3.2",
9731
+ "espree": "^10.0.1",
9732
+ "globals": "^14.0.0",
9733
+ "ignore": "^5.2.0",
9734
+ "import-fresh": "^3.2.1",
9735
+ "js-yaml": "^4.1.0",
9736
+ "minimatch": "^3.1.2",
9737
+ "strip-json-comments": "^3.1.1"
9738
+ },
9739
+ "engines": {
9740
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9741
+ },
9742
+ "funding": {
9743
+ "url": "https://opencollective.com/eslint"
9744
+ }
9745
+ },
9746
+ "node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc/node_modules/acorn": {
9747
+ "version": "8.14.1",
9748
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
9749
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
9750
+ "license": "MIT",
9751
+ "peer": true,
9752
+ "bin": {
9753
+ "acorn": "bin/acorn"
9754
+ },
9755
+ "engines": {
9756
+ "node": ">=0.4.0"
9757
+ }
9758
+ },
9759
+ "node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
9760
+ "version": "4.2.0",
9761
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
9762
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
9763
+ "license": "Apache-2.0",
9764
+ "peer": true,
9765
+ "engines": {
9766
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9767
+ },
9768
+ "funding": {
9769
+ "url": "https://opencollective.com/eslint"
9770
+ }
9771
+ },
9772
+ "node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc/node_modules/espree": {
9773
+ "version": "10.3.0",
9774
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
9775
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
9776
+ "license": "BSD-2-Clause",
9777
+ "peer": true,
9778
+ "dependencies": {
9779
+ "acorn": "^8.14.0",
9780
+ "acorn-jsx": "^5.3.2",
9781
+ "eslint-visitor-keys": "^4.2.0"
8788
9782
  },
8789
9783
  "engines": {
8790
9784
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8794,30 +9788,47 @@
8794
9788
  }
8795
9789
  },
8796
9790
  "node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/js": {
8797
- "version": "9.18.0",
8798
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
8799
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
9791
+ "version": "9.29.0",
9792
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
9793
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
8800
9794
  "license": "MIT",
8801
9795
  "peer": true,
8802
9796
  "engines": {
8803
9797
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9798
+ },
9799
+ "funding": {
9800
+ "url": "https://eslint.org/donate"
9801
+ }
9802
+ },
9803
+ "node_modules/@salesforce/eslint-plugin-lightning/node_modules/acorn": {
9804
+ "version": "8.15.0",
9805
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
9806
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
9807
+ "license": "MIT",
9808
+ "peer": true,
9809
+ "bin": {
9810
+ "acorn": "bin/acorn"
9811
+ },
9812
+ "engines": {
9813
+ "node": ">=0.4.0"
8804
9814
  }
8805
9815
  },
8806
9816
  "node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint": {
8807
- "version": "9.18.0",
9817
+ "version": "9.29.0",
8808
9818
  "license": "MIT",
8809
9819
  "peer": true,
8810
9820
  "dependencies": {
8811
9821
  "@eslint-community/eslint-utils": "^4.2.0",
8812
9822
  "@eslint-community/regexpp": "^4.12.1",
8813
- "@eslint/config-array": "^0.19.0",
8814
- "@eslint/core": "^0.10.0",
8815
- "@eslint/eslintrc": "^3.2.0",
8816
- "@eslint/js": "9.18.0",
8817
- "@eslint/plugin-kit": "^0.2.5",
9823
+ "@eslint/config-array": "^0.20.1",
9824
+ "@eslint/config-helpers": "^0.2.1",
9825
+ "@eslint/core": "^0.14.0",
9826
+ "@eslint/eslintrc": "^3.3.1",
9827
+ "@eslint/js": "9.29.0",
9828
+ "@eslint/plugin-kit": "^0.3.1",
8818
9829
  "@humanfs/node": "^0.16.6",
8819
9830
  "@humanwhocodes/module-importer": "^1.0.1",
8820
- "@humanwhocodes/retry": "^0.4.1",
9831
+ "@humanwhocodes/retry": "^0.4.2",
8821
9832
  "@types/estree": "^1.0.6",
8822
9833
  "@types/json-schema": "^7.0.15",
8823
9834
  "ajv": "^6.12.4",
@@ -8825,9 +9836,9 @@
8825
9836
  "cross-spawn": "^7.0.6",
8826
9837
  "debug": "^4.3.2",
8827
9838
  "escape-string-regexp": "^4.0.0",
8828
- "eslint-scope": "^8.2.0",
8829
- "eslint-visitor-keys": "^4.2.0",
8830
- "espree": "^10.3.0",
9839
+ "eslint-scope": "^8.4.0",
9840
+ "eslint-visitor-keys": "^4.2.1",
9841
+ "espree": "^10.4.0",
8831
9842
  "esquery": "^1.5.0",
8832
9843
  "esutils": "^2.0.2",
8833
9844
  "fast-deep-equal": "^3.1.3",
@@ -8862,9 +9873,9 @@
8862
9873
  }
8863
9874
  },
8864
9875
  "node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint-scope": {
8865
- "version": "8.3.0",
8866
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
8867
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
9876
+ "version": "8.4.0",
9877
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
9878
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
8868
9879
  "license": "BSD-2-Clause",
8869
9880
  "peer": true,
8870
9881
  "dependencies": {
@@ -8879,9 +9890,9 @@
8879
9890
  }
8880
9891
  },
8881
9892
  "node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint-visitor-keys": {
8882
- "version": "4.2.0",
8883
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
8884
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
9893
+ "version": "4.2.1",
9894
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
9895
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
8885
9896
  "license": "Apache-2.0",
8886
9897
  "peer": true,
8887
9898
  "engines": {
@@ -8891,6 +9902,24 @@
8891
9902
  "url": "https://opencollective.com/eslint"
8892
9903
  }
8893
9904
  },
9905
+ "node_modules/@salesforce/eslint-plugin-lightning/node_modules/espree": {
9906
+ "version": "10.4.0",
9907
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
9908
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
9909
+ "license": "BSD-2-Clause",
9910
+ "peer": true,
9911
+ "dependencies": {
9912
+ "acorn": "^8.15.0",
9913
+ "acorn-jsx": "^5.3.2",
9914
+ "eslint-visitor-keys": "^4.2.1"
9915
+ },
9916
+ "engines": {
9917
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9918
+ },
9919
+ "funding": {
9920
+ "url": "https://opencollective.com/eslint"
9921
+ }
9922
+ },
8894
9923
  "node_modules/@salesforce/eslint-plugin-lightning/node_modules/file-entry-cache": {
8895
9924
  "version": "8.0.0",
8896
9925
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -10846,6 +11875,17 @@
10846
11875
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
10847
11876
  }
10848
11877
  },
11878
+ "node_modules/acorn-jsx/node_modules/acorn": {
11879
+ "version": "8.15.0",
11880
+ "license": "MIT",
11881
+ "peer": true,
11882
+ "bin": {
11883
+ "acorn": "bin/acorn"
11884
+ },
11885
+ "engines": {
11886
+ "node": ">=0.4.0"
11887
+ }
11888
+ },
10849
11889
  "node_modules/acorn-walk": {
10850
11890
  "version": "8.3.3",
10851
11891
  "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
@@ -13453,6 +14493,19 @@
13453
14493
  "url": "https://opencollective.com/eslint"
13454
14494
  }
13455
14495
  },
14496
+ "node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc/node_modules/acorn": {
14497
+ "version": "8.14.1",
14498
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
14499
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
14500
+ "license": "MIT",
14501
+ "peer": true,
14502
+ "bin": {
14503
+ "acorn": "bin/acorn"
14504
+ },
14505
+ "engines": {
14506
+ "node": ">=0.4.0"
14507
+ }
14508
+ },
13456
14509
  "node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc/node_modules/debug": {
13457
14510
  "version": "4.4.1",
13458
14511
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
@@ -13471,14 +14524,61 @@
13471
14524
  }
13472
14525
  }
13473
14526
  },
14527
+ "node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
14528
+ "version": "4.2.0",
14529
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
14530
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
14531
+ "license": "Apache-2.0",
14532
+ "peer": true,
14533
+ "engines": {
14534
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14535
+ },
14536
+ "funding": {
14537
+ "url": "https://opencollective.com/eslint"
14538
+ }
14539
+ },
14540
+ "node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc/node_modules/espree": {
14541
+ "version": "10.3.0",
14542
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
14543
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
14544
+ "license": "BSD-2-Clause",
14545
+ "peer": true,
14546
+ "dependencies": {
14547
+ "acorn": "^8.14.0",
14548
+ "acorn-jsx": "^5.3.2",
14549
+ "eslint-visitor-keys": "^4.2.0"
14550
+ },
14551
+ "engines": {
14552
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14553
+ },
14554
+ "funding": {
14555
+ "url": "https://opencollective.com/eslint"
14556
+ }
14557
+ },
13474
14558
  "node_modules/eslint-plugin-import/node_modules/@eslint/js": {
13475
- "version": "9.18.0",
13476
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
13477
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
14559
+ "version": "9.29.0",
14560
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
14561
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
13478
14562
  "license": "MIT",
13479
14563
  "peer": true,
13480
14564
  "engines": {
13481
14565
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14566
+ },
14567
+ "funding": {
14568
+ "url": "https://eslint.org/donate"
14569
+ }
14570
+ },
14571
+ "node_modules/eslint-plugin-import/node_modules/acorn": {
14572
+ "version": "8.15.0",
14573
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
14574
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
14575
+ "license": "MIT",
14576
+ "peer": true,
14577
+ "bin": {
14578
+ "acorn": "bin/acorn"
14579
+ },
14580
+ "engines": {
14581
+ "node": ">=0.4.0"
13482
14582
  }
13483
14583
  },
13484
14584
  "node_modules/eslint-plugin-import/node_modules/debug": {
@@ -13503,20 +14603,21 @@
13503
14603
  }
13504
14604
  },
13505
14605
  "node_modules/eslint-plugin-import/node_modules/eslint": {
13506
- "version": "9.18.0",
14606
+ "version": "9.29.0",
13507
14607
  "license": "MIT",
13508
14608
  "peer": true,
13509
14609
  "dependencies": {
13510
14610
  "@eslint-community/eslint-utils": "^4.2.0",
13511
14611
  "@eslint-community/regexpp": "^4.12.1",
13512
- "@eslint/config-array": "^0.19.0",
13513
- "@eslint/core": "^0.10.0",
13514
- "@eslint/eslintrc": "^3.2.0",
13515
- "@eslint/js": "9.18.0",
13516
- "@eslint/plugin-kit": "^0.2.5",
14612
+ "@eslint/config-array": "^0.20.1",
14613
+ "@eslint/config-helpers": "^0.2.1",
14614
+ "@eslint/core": "^0.14.0",
14615
+ "@eslint/eslintrc": "^3.3.1",
14616
+ "@eslint/js": "9.29.0",
14617
+ "@eslint/plugin-kit": "^0.3.1",
13517
14618
  "@humanfs/node": "^0.16.6",
13518
14619
  "@humanwhocodes/module-importer": "^1.0.1",
13519
- "@humanwhocodes/retry": "^0.4.1",
14620
+ "@humanwhocodes/retry": "^0.4.2",
13520
14621
  "@types/estree": "^1.0.6",
13521
14622
  "@types/json-schema": "^7.0.15",
13522
14623
  "ajv": "^6.12.4",
@@ -13524,9 +14625,9 @@
13524
14625
  "cross-spawn": "^7.0.6",
13525
14626
  "debug": "^4.3.2",
13526
14627
  "escape-string-regexp": "^4.0.0",
13527
- "eslint-scope": "^8.2.0",
13528
- "eslint-visitor-keys": "^4.2.0",
13529
- "espree": "^10.3.0",
14628
+ "eslint-scope": "^8.4.0",
14629
+ "eslint-visitor-keys": "^4.2.1",
14630
+ "espree": "^10.4.0",
13530
14631
  "esquery": "^1.5.0",
13531
14632
  "esutils": "^2.0.2",
13532
14633
  "fast-deep-equal": "^3.1.3",
@@ -13561,9 +14662,9 @@
13561
14662
  }
13562
14663
  },
13563
14664
  "node_modules/eslint-plugin-import/node_modules/eslint-scope": {
13564
- "version": "8.3.0",
13565
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
13566
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
14665
+ "version": "8.4.0",
14666
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
14667
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
13567
14668
  "license": "BSD-2-Clause",
13568
14669
  "peer": true,
13569
14670
  "dependencies": {
@@ -13578,9 +14679,9 @@
13578
14679
  }
13579
14680
  },
13580
14681
  "node_modules/eslint-plugin-import/node_modules/eslint-visitor-keys": {
13581
- "version": "4.2.0",
13582
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
13583
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
14682
+ "version": "4.2.1",
14683
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
14684
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
13584
14685
  "license": "Apache-2.0",
13585
14686
  "peer": true,
13586
14687
  "engines": {
@@ -13608,6 +14709,24 @@
13608
14709
  }
13609
14710
  }
13610
14711
  },
14712
+ "node_modules/eslint-plugin-import/node_modules/espree": {
14713
+ "version": "10.4.0",
14714
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
14715
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
14716
+ "license": "BSD-2-Clause",
14717
+ "peer": true,
14718
+ "dependencies": {
14719
+ "acorn": "^8.15.0",
14720
+ "acorn-jsx": "^5.3.2",
14721
+ "eslint-visitor-keys": "^4.2.1"
14722
+ },
14723
+ "engines": {
14724
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14725
+ },
14726
+ "funding": {
14727
+ "url": "https://opencollective.com/eslint"
14728
+ }
14729
+ },
13611
14730
  "node_modules/eslint-plugin-import/node_modules/file-entry-cache": {
13612
14731
  "version": "8.0.0",
13613
14732
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -13736,9 +14855,9 @@
13736
14855
  }
13737
14856
  },
13738
14857
  "node_modules/eslint-plugin-jest": {
13739
- "version": "28.11.0",
13740
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz",
13741
- "integrity": "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==",
14858
+ "version": "28.13.5",
14859
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.5.tgz",
14860
+ "integrity": "sha512-ThdhaLPqK78iVjWY1zIfe4WdcVB0NgxZzsOE38SRCc/i3lPIcdfkOuWMC6m96LAg9zAbPPY7LSTXXT0Pf8J7pQ==",
13742
14861
  "license": "MIT",
13743
14862
  "dependencies": {
13744
14863
  "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -13784,14 +14903,61 @@
13784
14903
  "url": "https://opencollective.com/eslint"
13785
14904
  }
13786
14905
  },
14906
+ "node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc/node_modules/acorn": {
14907
+ "version": "8.14.1",
14908
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
14909
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
14910
+ "license": "MIT",
14911
+ "peer": true,
14912
+ "bin": {
14913
+ "acorn": "bin/acorn"
14914
+ },
14915
+ "engines": {
14916
+ "node": ">=0.4.0"
14917
+ }
14918
+ },
14919
+ "node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
14920
+ "version": "4.2.0",
14921
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
14922
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
14923
+ "license": "Apache-2.0",
14924
+ "peer": true,
14925
+ "engines": {
14926
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14927
+ },
14928
+ "funding": {
14929
+ "url": "https://opencollective.com/eslint"
14930
+ }
14931
+ },
14932
+ "node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc/node_modules/espree": {
14933
+ "version": "10.3.0",
14934
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
14935
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
14936
+ "license": "BSD-2-Clause",
14937
+ "peer": true,
14938
+ "dependencies": {
14939
+ "acorn": "^8.14.0",
14940
+ "acorn-jsx": "^5.3.2",
14941
+ "eslint-visitor-keys": "^4.2.0"
14942
+ },
14943
+ "engines": {
14944
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14945
+ },
14946
+ "funding": {
14947
+ "url": "https://opencollective.com/eslint"
14948
+ }
14949
+ },
13787
14950
  "node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
13788
- "version": "9.18.0",
13789
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
13790
- "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
14951
+ "version": "9.29.0",
14952
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
14953
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
13791
14954
  "license": "MIT",
13792
14955
  "peer": true,
13793
14956
  "engines": {
13794
14957
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
14958
+ },
14959
+ "funding": {
14960
+ "url": "https://eslint.org/donate"
13795
14961
  }
13796
14962
  },
13797
14963
  "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
@@ -13905,21 +15071,47 @@
13905
15071
  "url": "https://opencollective.com/typescript-eslint"
13906
15072
  }
13907
15073
  },
15074
+ "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
15075
+ "version": "4.2.0",
15076
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
15077
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
15078
+ "license": "Apache-2.0",
15079
+ "engines": {
15080
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
15081
+ },
15082
+ "funding": {
15083
+ "url": "https://opencollective.com/eslint"
15084
+ }
15085
+ },
15086
+ "node_modules/eslint-plugin-jest/node_modules/acorn": {
15087
+ "version": "8.15.0",
15088
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
15089
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
15090
+ "license": "MIT",
15091
+ "peer": true,
15092
+ "bin": {
15093
+ "acorn": "bin/acorn"
15094
+ },
15095
+ "engines": {
15096
+ "node": ">=0.4.0"
15097
+ }
15098
+ },
13908
15099
  "node_modules/eslint-plugin-jest/node_modules/eslint": {
13909
- "version": "9.18.0",
15100
+ "version": "9.29.0",
13910
15101
  "license": "MIT",
13911
15102
  "peer": true,
13912
15103
  "dependencies": {
13913
15104
  "@eslint-community/eslint-utils": "^4.2.0",
13914
15105
  "@eslint-community/regexpp": "^4.12.1",
13915
- "@eslint/config-array": "^0.19.0",
13916
- "@eslint/core": "^0.10.0",
13917
- "@eslint/eslintrc": "^3.2.0",
13918
- "@eslint/js": "9.18.0",
13919
- "@eslint/plugin-kit": "^0.2.5",
15106
+ "@eslint/config-array": "^0.20.1",
15107
+ "@eslint/config-helpers": "^0.2.1",
15108
+ "@eslint/core": "^0.14.0",
15109
+ "@eslint/eslintrc": "^3.3.1",
15110
+ "@eslint/js": "9.29.0",
15111
+ "@eslint/plugin-kit": "^0.3.1",
13920
15112
  "@humanfs/node": "^0.16.6",
13921
15113
  "@humanwhocodes/module-importer": "^1.0.1",
13922
- "@humanwhocodes/retry": "^0.4.1",
15114
+ "@humanwhocodes/retry": "^0.4.2",
13923
15115
  "@types/estree": "^1.0.6",
13924
15116
  "@types/json-schema": "^7.0.15",
13925
15117
  "ajv": "^6.12.4",
@@ -13927,9 +15119,9 @@
13927
15119
  "cross-spawn": "^7.0.6",
13928
15120
  "debug": "^4.3.2",
13929
15121
  "escape-string-regexp": "^4.0.0",
13930
- "eslint-scope": "^8.2.0",
13931
- "eslint-visitor-keys": "^4.2.0",
13932
- "espree": "^10.3.0",
15122
+ "eslint-scope": "^8.4.0",
15123
+ "eslint-visitor-keys": "^4.2.1",
15124
+ "espree": "^10.4.0",
13933
15125
  "esquery": "^1.5.0",
13934
15126
  "esutils": "^2.0.2",
13935
15127
  "fast-deep-equal": "^3.1.3",
@@ -13964,9 +15156,9 @@
13964
15156
  }
13965
15157
  },
13966
15158
  "node_modules/eslint-plugin-jest/node_modules/eslint-scope": {
13967
- "version": "8.3.0",
13968
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
13969
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
15159
+ "version": "8.4.0",
15160
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
15161
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
13970
15162
  "license": "BSD-2-Clause",
13971
15163
  "peer": true,
13972
15164
  "dependencies": {
@@ -13981,10 +15173,29 @@
13981
15173
  }
13982
15174
  },
13983
15175
  "node_modules/eslint-plugin-jest/node_modules/eslint-visitor-keys": {
13984
- "version": "4.2.0",
13985
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
13986
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
15176
+ "version": "4.2.1",
15177
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
15178
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
13987
15179
  "license": "Apache-2.0",
15180
+ "peer": true,
15181
+ "engines": {
15182
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
15183
+ },
15184
+ "funding": {
15185
+ "url": "https://opencollective.com/eslint"
15186
+ }
15187
+ },
15188
+ "node_modules/eslint-plugin-jest/node_modules/espree": {
15189
+ "version": "10.4.0",
15190
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
15191
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
15192
+ "license": "BSD-2-Clause",
15193
+ "peer": true,
15194
+ "dependencies": {
15195
+ "acorn": "^8.15.0",
15196
+ "acorn-jsx": "^5.3.2",
15197
+ "eslint-visitor-keys": "^4.2.1"
15198
+ },
13988
15199
  "engines": {
13989
15200
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
13990
15201
  },
@@ -14357,23 +15568,6 @@
14357
15568
  "url": "https://opencollective.com/eslint"
14358
15569
  }
14359
15570
  },
14360
- "node_modules/eslint/node_modules/espree": {
14361
- "version": "9.6.1",
14362
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
14363
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
14364
- "license": "BSD-2-Clause",
14365
- "dependencies": {
14366
- "acorn": "^8.9.0",
14367
- "acorn-jsx": "^5.3.2",
14368
- "eslint-visitor-keys": "^3.4.1"
14369
- },
14370
- "engines": {
14371
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
14372
- },
14373
- "funding": {
14374
- "url": "https://opencollective.com/eslint"
14375
- }
14376
- },
14377
15571
  "node_modules/eslint/node_modules/find-up": {
14378
15572
  "version": "5.0.0",
14379
15573
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -14485,29 +15679,17 @@
14485
15679
  }
14486
15680
  },
14487
15681
  "node_modules/espree": {
14488
- "version": "10.3.0",
14489
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
14490
- "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
15682
+ "version": "9.6.1",
15683
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
15684
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
14491
15685
  "license": "BSD-2-Clause",
14492
15686
  "dependencies": {
14493
- "acorn": "^8.14.0",
15687
+ "acorn": "^8.9.0",
14494
15688
  "acorn-jsx": "^5.3.2",
14495
- "eslint-visitor-keys": "^4.2.0"
14496
- },
14497
- "engines": {
14498
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
15689
+ "eslint-visitor-keys": "^3.4.1"
14499
15690
  },
14500
- "funding": {
14501
- "url": "https://opencollective.com/eslint"
14502
- }
14503
- },
14504
- "node_modules/espree/node_modules/eslint-visitor-keys": {
14505
- "version": "4.2.0",
14506
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
14507
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
14508
- "license": "Apache-2.0",
14509
15691
  "engines": {
14510
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
15692
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
14511
15693
  },
14512
15694
  "funding": {
14513
15695
  "url": "https://opencollective.com/eslint"
@@ -20434,9 +21616,9 @@
20434
21616
  }
20435
21617
  },
20436
21618
  "node_modules/postcss": {
20437
- "version": "8.4.49",
20438
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
20439
- "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
21619
+ "version": "8.5.3",
21620
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
21621
+ "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
20440
21622
  "funding": [
20441
21623
  {
20442
21624
  "type": "opencollective",
@@ -20453,7 +21635,7 @@
20453
21635
  ],
20454
21636
  "license": "MIT",
20455
21637
  "dependencies": {
20456
- "nanoid": "^3.3.7",
21638
+ "nanoid": "^3.3.8",
20457
21639
  "picocolors": "^1.1.1",
20458
21640
  "source-map-js": "^1.2.1"
20459
21641
  },
@@ -23932,9 +25114,9 @@
23932
25114
  }
23933
25115
  },
23934
25116
  "node_modules/ws": {
23935
- "version": "8.18.0",
23936
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
23937
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
25117
+ "version": "8.18.3",
25118
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
25119
+ "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
23938
25120
  "license": "MIT",
23939
25121
  "engines": {
23940
25122
  "node": ">=10.0.0"