@salesforce/plugin-lightning-dev 5.0.23 → 5.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +1900 -685
- package/oclif.lock +583 -309
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.24",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.24",
|
|
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": "~13.2.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.2.18",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.2.7",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
@@ -1207,6 +1207,25 @@
|
|
|
1207
1207
|
"node": ">=18.0.0"
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
|
+
"node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
|
|
1211
|
+
"version": "5.2.5",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
1213
|
+
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
1214
|
+
"dev": true,
|
|
1215
|
+
"funding": [
|
|
1216
|
+
{
|
|
1217
|
+
"type": "github",
|
|
1218
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"license": "MIT",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"strnum": "^2.1.0"
|
|
1224
|
+
},
|
|
1225
|
+
"bin": {
|
|
1226
|
+
"fxparser": "src/cli/cli.js"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1210
1229
|
"node_modules/@aws/lambda-invoke-store": {
|
|
1211
1230
|
"version": "0.0.1",
|
|
1212
1231
|
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.0.1.tgz",
|
|
@@ -1271,19 +1290,6 @@
|
|
|
1271
1290
|
"url": "https://opencollective.com/babel"
|
|
1272
1291
|
}
|
|
1273
1292
|
},
|
|
1274
|
-
"node_modules/@babel/core/node_modules/@babel/helpers": {
|
|
1275
|
-
"version": "7.28.4",
|
|
1276
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
1277
|
-
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
1278
|
-
"license": "MIT",
|
|
1279
|
-
"dependencies": {
|
|
1280
|
-
"@babel/template": "^7.27.2",
|
|
1281
|
-
"@babel/types": "^7.28.4"
|
|
1282
|
-
},
|
|
1283
|
-
"engines": {
|
|
1284
|
-
"node": ">=6.9.0"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
1293
|
"node_modules/@babel/core/node_modules/semver": {
|
|
1288
1294
|
"version": "6.3.1",
|
|
1289
1295
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1444,20 +1450,19 @@
|
|
|
1444
1450
|
}
|
|
1445
1451
|
},
|
|
1446
1452
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1447
|
-
"version": "7.
|
|
1453
|
+
"version": "7.28.5",
|
|
1448
1454
|
"license": "MIT",
|
|
1449
|
-
"peer": true,
|
|
1450
1455
|
"dependencies": {
|
|
1451
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1452
1456
|
"@babel/code-frame": "^7.27.1",
|
|
1453
|
-
"@babel/generator": "^7.
|
|
1457
|
+
"@babel/generator": "^7.28.5",
|
|
1454
1458
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1455
|
-
"@babel/helper-module-transforms": "^7.
|
|
1456
|
-
"@babel/helpers": "^7.
|
|
1457
|
-
"@babel/parser": "^7.
|
|
1459
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1460
|
+
"@babel/helpers": "^7.28.4",
|
|
1461
|
+
"@babel/parser": "^7.28.5",
|
|
1458
1462
|
"@babel/template": "^7.27.2",
|
|
1459
|
-
"@babel/traverse": "^7.
|
|
1460
|
-
"@babel/types": "^7.
|
|
1463
|
+
"@babel/traverse": "^7.28.5",
|
|
1464
|
+
"@babel/types": "^7.28.5",
|
|
1465
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1461
1466
|
"convert-source-map": "^2.0.0",
|
|
1462
1467
|
"debug": "^4.1.0",
|
|
1463
1468
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1472,6 +1477,77 @@
|
|
|
1472
1477
|
"url": "https://opencollective.com/babel"
|
|
1473
1478
|
}
|
|
1474
1479
|
},
|
|
1480
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1481
|
+
"version": "7.28.5",
|
|
1482
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1483
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1484
|
+
"license": "MIT",
|
|
1485
|
+
"dependencies": {
|
|
1486
|
+
"@babel/code-frame": "^7.27.1",
|
|
1487
|
+
"@babel/generator": "^7.28.5",
|
|
1488
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1489
|
+
"@babel/parser": "^7.28.5",
|
|
1490
|
+
"@babel/template": "^7.27.2",
|
|
1491
|
+
"@babel/types": "^7.28.5",
|
|
1492
|
+
"debug": "^4.3.1"
|
|
1493
|
+
},
|
|
1494
|
+
"engines": {
|
|
1495
|
+
"node": ">=6.9.0"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
1499
|
+
"version": "7.28.5",
|
|
1500
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1501
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1502
|
+
"license": "MIT",
|
|
1503
|
+
"dependencies": {
|
|
1504
|
+
"@babel/parser": "^7.28.5",
|
|
1505
|
+
"@babel/types": "^7.28.5",
|
|
1506
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1507
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1508
|
+
"jsesc": "^3.0.2"
|
|
1509
|
+
},
|
|
1510
|
+
"engines": {
|
|
1511
|
+
"node": ">=6.9.0"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
1515
|
+
"version": "7.28.5",
|
|
1516
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1517
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1518
|
+
"license": "MIT",
|
|
1519
|
+
"dependencies": {
|
|
1520
|
+
"@babel/types": "^7.28.5"
|
|
1521
|
+
},
|
|
1522
|
+
"bin": {
|
|
1523
|
+
"parser": "bin/babel-parser.js"
|
|
1524
|
+
},
|
|
1525
|
+
"engines": {
|
|
1526
|
+
"node": ">=6.0.0"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
|
|
1530
|
+
"version": "7.28.5",
|
|
1531
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1532
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1533
|
+
"license": "MIT",
|
|
1534
|
+
"dependencies": {
|
|
1535
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1536
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1537
|
+
},
|
|
1538
|
+
"engines": {
|
|
1539
|
+
"node": ">=6.9.0"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1543
|
+
"version": "7.28.5",
|
|
1544
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1545
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1546
|
+
"license": "MIT",
|
|
1547
|
+
"engines": {
|
|
1548
|
+
"node": ">=6.9.0"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1475
1551
|
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1476
1552
|
"version": "6.3.1",
|
|
1477
1553
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1537,20 +1613,19 @@
|
|
|
1537
1613
|
}
|
|
1538
1614
|
},
|
|
1539
1615
|
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1540
|
-
"version": "7.
|
|
1616
|
+
"version": "7.28.5",
|
|
1541
1617
|
"license": "MIT",
|
|
1542
|
-
"peer": true,
|
|
1543
1618
|
"dependencies": {
|
|
1544
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1545
1619
|
"@babel/code-frame": "^7.27.1",
|
|
1546
|
-
"@babel/generator": "^7.
|
|
1620
|
+
"@babel/generator": "^7.28.5",
|
|
1547
1621
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1548
|
-
"@babel/helper-module-transforms": "^7.
|
|
1549
|
-
"@babel/helpers": "^7.
|
|
1550
|
-
"@babel/parser": "^7.
|
|
1622
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1623
|
+
"@babel/helpers": "^7.28.4",
|
|
1624
|
+
"@babel/parser": "^7.28.5",
|
|
1551
1625
|
"@babel/template": "^7.27.2",
|
|
1552
|
-
"@babel/traverse": "^7.
|
|
1553
|
-
"@babel/types": "^7.
|
|
1626
|
+
"@babel/traverse": "^7.28.5",
|
|
1627
|
+
"@babel/types": "^7.28.5",
|
|
1628
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1554
1629
|
"convert-source-map": "^2.0.0",
|
|
1555
1630
|
"debug": "^4.1.0",
|
|
1556
1631
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1565,6 +1640,77 @@
|
|
|
1565
1640
|
"url": "https://opencollective.com/babel"
|
|
1566
1641
|
}
|
|
1567
1642
|
},
|
|
1643
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1644
|
+
"version": "7.28.5",
|
|
1645
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1646
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1647
|
+
"license": "MIT",
|
|
1648
|
+
"dependencies": {
|
|
1649
|
+
"@babel/code-frame": "^7.27.1",
|
|
1650
|
+
"@babel/generator": "^7.28.5",
|
|
1651
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1652
|
+
"@babel/parser": "^7.28.5",
|
|
1653
|
+
"@babel/template": "^7.27.2",
|
|
1654
|
+
"@babel/types": "^7.28.5",
|
|
1655
|
+
"debug": "^4.3.1"
|
|
1656
|
+
},
|
|
1657
|
+
"engines": {
|
|
1658
|
+
"node": ">=6.9.0"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
1662
|
+
"version": "7.28.5",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1664
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1665
|
+
"license": "MIT",
|
|
1666
|
+
"dependencies": {
|
|
1667
|
+
"@babel/parser": "^7.28.5",
|
|
1668
|
+
"@babel/types": "^7.28.5",
|
|
1669
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1670
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1671
|
+
"jsesc": "^3.0.2"
|
|
1672
|
+
},
|
|
1673
|
+
"engines": {
|
|
1674
|
+
"node": ">=6.9.0"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-validator-identifier": {
|
|
1678
|
+
"version": "7.28.5",
|
|
1679
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1680
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1681
|
+
"license": "MIT",
|
|
1682
|
+
"engines": {
|
|
1683
|
+
"node": ">=6.9.0"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
1687
|
+
"version": "7.28.5",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1689
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1690
|
+
"license": "MIT",
|
|
1691
|
+
"dependencies": {
|
|
1692
|
+
"@babel/types": "^7.28.5"
|
|
1693
|
+
},
|
|
1694
|
+
"bin": {
|
|
1695
|
+
"parser": "bin/babel-parser.js"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=6.0.0"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
|
|
1702
|
+
"version": "7.28.5",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1704
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1705
|
+
"license": "MIT",
|
|
1706
|
+
"dependencies": {
|
|
1707
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1708
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1709
|
+
},
|
|
1710
|
+
"engines": {
|
|
1711
|
+
"node": ">=6.9.0"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1568
1714
|
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1569
1715
|
"version": "6.3.1",
|
|
1570
1716
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1629,13 +1775,13 @@
|
|
|
1629
1775
|
}
|
|
1630
1776
|
},
|
|
1631
1777
|
"node_modules/@babel/helpers": {
|
|
1632
|
-
"version": "7.28.
|
|
1633
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
1634
|
-
"integrity": "sha512-
|
|
1778
|
+
"version": "7.28.4",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
1780
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
1635
1781
|
"license": "MIT",
|
|
1636
1782
|
"dependencies": {
|
|
1637
1783
|
"@babel/template": "^7.27.2",
|
|
1638
|
-
"@babel/types": "^7.28.
|
|
1784
|
+
"@babel/types": "^7.28.4"
|
|
1639
1785
|
},
|
|
1640
1786
|
"engines": {
|
|
1641
1787
|
"node": ">=6.9.0"
|
|
@@ -1656,6 +1802,254 @@
|
|
|
1656
1802
|
"node": ">=6.0.0"
|
|
1657
1803
|
}
|
|
1658
1804
|
},
|
|
1805
|
+
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1806
|
+
"version": "7.27.1",
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
1808
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
1809
|
+
"license": "MIT",
|
|
1810
|
+
"dependencies": {
|
|
1811
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1812
|
+
},
|
|
1813
|
+
"engines": {
|
|
1814
|
+
"node": ">=6.9.0"
|
|
1815
|
+
},
|
|
1816
|
+
"peerDependencies": {
|
|
1817
|
+
"@babel/core": "^7.0.0-0"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/core": {
|
|
1821
|
+
"version": "7.28.5",
|
|
1822
|
+
"license": "MIT",
|
|
1823
|
+
"peer": true,
|
|
1824
|
+
"dependencies": {
|
|
1825
|
+
"@babel/code-frame": "^7.27.1",
|
|
1826
|
+
"@babel/generator": "^7.28.5",
|
|
1827
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1828
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1829
|
+
"@babel/helpers": "^7.28.4",
|
|
1830
|
+
"@babel/parser": "^7.28.5",
|
|
1831
|
+
"@babel/template": "^7.27.2",
|
|
1832
|
+
"@babel/traverse": "^7.28.5",
|
|
1833
|
+
"@babel/types": "^7.28.5",
|
|
1834
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1835
|
+
"convert-source-map": "^2.0.0",
|
|
1836
|
+
"debug": "^4.1.0",
|
|
1837
|
+
"gensync": "^1.0.0-beta.2",
|
|
1838
|
+
"json5": "^2.2.3",
|
|
1839
|
+
"semver": "^6.3.1"
|
|
1840
|
+
},
|
|
1841
|
+
"engines": {
|
|
1842
|
+
"node": ">=6.9.0"
|
|
1843
|
+
},
|
|
1844
|
+
"funding": {
|
|
1845
|
+
"type": "opencollective",
|
|
1846
|
+
"url": "https://opencollective.com/babel"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/generator": {
|
|
1850
|
+
"version": "7.28.5",
|
|
1851
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1852
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"@babel/parser": "^7.28.5",
|
|
1856
|
+
"@babel/types": "^7.28.5",
|
|
1857
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1858
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1859
|
+
"jsesc": "^3.0.2"
|
|
1860
|
+
},
|
|
1861
|
+
"engines": {
|
|
1862
|
+
"node": ">=6.9.0"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/helper-validator-identifier": {
|
|
1866
|
+
"version": "7.28.5",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1868
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1869
|
+
"license": "MIT",
|
|
1870
|
+
"engines": {
|
|
1871
|
+
"node": ">=6.9.0"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/parser": {
|
|
1875
|
+
"version": "7.28.5",
|
|
1876
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1877
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1878
|
+
"license": "MIT",
|
|
1879
|
+
"dependencies": {
|
|
1880
|
+
"@babel/types": "^7.28.5"
|
|
1881
|
+
},
|
|
1882
|
+
"bin": {
|
|
1883
|
+
"parser": "bin/babel-parser.js"
|
|
1884
|
+
},
|
|
1885
|
+
"engines": {
|
|
1886
|
+
"node": ">=6.0.0"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/traverse": {
|
|
1890
|
+
"version": "7.28.5",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1892
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1893
|
+
"license": "MIT",
|
|
1894
|
+
"dependencies": {
|
|
1895
|
+
"@babel/code-frame": "^7.27.1",
|
|
1896
|
+
"@babel/generator": "^7.28.5",
|
|
1897
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1898
|
+
"@babel/parser": "^7.28.5",
|
|
1899
|
+
"@babel/template": "^7.27.2",
|
|
1900
|
+
"@babel/types": "^7.28.5",
|
|
1901
|
+
"debug": "^4.3.1"
|
|
1902
|
+
},
|
|
1903
|
+
"engines": {
|
|
1904
|
+
"node": ">=6.9.0"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/types": {
|
|
1908
|
+
"version": "7.28.5",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1910
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1911
|
+
"license": "MIT",
|
|
1912
|
+
"dependencies": {
|
|
1913
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1914
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1915
|
+
},
|
|
1916
|
+
"engines": {
|
|
1917
|
+
"node": ">=6.9.0"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"node_modules/@babel/plugin-syntax-jsx/node_modules/semver": {
|
|
1921
|
+
"version": "6.3.1",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1923
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1924
|
+
"license": "ISC",
|
|
1925
|
+
"bin": {
|
|
1926
|
+
"semver": "bin/semver.js"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1930
|
+
"version": "7.27.1",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1932
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
1933
|
+
"license": "MIT",
|
|
1934
|
+
"dependencies": {
|
|
1935
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1936
|
+
},
|
|
1937
|
+
"engines": {
|
|
1938
|
+
"node": ">=6.9.0"
|
|
1939
|
+
},
|
|
1940
|
+
"peerDependencies": {
|
|
1941
|
+
"@babel/core": "^7.0.0-0"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/core": {
|
|
1945
|
+
"version": "7.28.5",
|
|
1946
|
+
"license": "MIT",
|
|
1947
|
+
"peer": true,
|
|
1948
|
+
"dependencies": {
|
|
1949
|
+
"@babel/code-frame": "^7.27.1",
|
|
1950
|
+
"@babel/generator": "^7.28.5",
|
|
1951
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1952
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1953
|
+
"@babel/helpers": "^7.28.4",
|
|
1954
|
+
"@babel/parser": "^7.28.5",
|
|
1955
|
+
"@babel/template": "^7.27.2",
|
|
1956
|
+
"@babel/traverse": "^7.28.5",
|
|
1957
|
+
"@babel/types": "^7.28.5",
|
|
1958
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1959
|
+
"convert-source-map": "^2.0.0",
|
|
1960
|
+
"debug": "^4.1.0",
|
|
1961
|
+
"gensync": "^1.0.0-beta.2",
|
|
1962
|
+
"json5": "^2.2.3",
|
|
1963
|
+
"semver": "^6.3.1"
|
|
1964
|
+
},
|
|
1965
|
+
"engines": {
|
|
1966
|
+
"node": ">=6.9.0"
|
|
1967
|
+
},
|
|
1968
|
+
"funding": {
|
|
1969
|
+
"type": "opencollective",
|
|
1970
|
+
"url": "https://opencollective.com/babel"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/generator": {
|
|
1974
|
+
"version": "7.28.5",
|
|
1975
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1976
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1977
|
+
"license": "MIT",
|
|
1978
|
+
"dependencies": {
|
|
1979
|
+
"@babel/parser": "^7.28.5",
|
|
1980
|
+
"@babel/types": "^7.28.5",
|
|
1981
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1982
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1983
|
+
"jsesc": "^3.0.2"
|
|
1984
|
+
},
|
|
1985
|
+
"engines": {
|
|
1986
|
+
"node": ">=6.9.0"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/helper-validator-identifier": {
|
|
1990
|
+
"version": "7.28.5",
|
|
1991
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1992
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1993
|
+
"license": "MIT",
|
|
1994
|
+
"engines": {
|
|
1995
|
+
"node": ">=6.9.0"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/parser": {
|
|
1999
|
+
"version": "7.28.5",
|
|
2000
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
2001
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
2002
|
+
"license": "MIT",
|
|
2003
|
+
"dependencies": {
|
|
2004
|
+
"@babel/types": "^7.28.5"
|
|
2005
|
+
},
|
|
2006
|
+
"bin": {
|
|
2007
|
+
"parser": "bin/babel-parser.js"
|
|
2008
|
+
},
|
|
2009
|
+
"engines": {
|
|
2010
|
+
"node": ">=6.0.0"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/traverse": {
|
|
2014
|
+
"version": "7.28.5",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2016
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
2017
|
+
"license": "MIT",
|
|
2018
|
+
"dependencies": {
|
|
2019
|
+
"@babel/code-frame": "^7.27.1",
|
|
2020
|
+
"@babel/generator": "^7.28.5",
|
|
2021
|
+
"@babel/helper-globals": "^7.28.0",
|
|
2022
|
+
"@babel/parser": "^7.28.5",
|
|
2023
|
+
"@babel/template": "^7.27.2",
|
|
2024
|
+
"@babel/types": "^7.28.5",
|
|
2025
|
+
"debug": "^4.3.1"
|
|
2026
|
+
},
|
|
2027
|
+
"engines": {
|
|
2028
|
+
"node": ">=6.9.0"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/types": {
|
|
2032
|
+
"version": "7.28.5",
|
|
2033
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2034
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
2035
|
+
"license": "MIT",
|
|
2036
|
+
"dependencies": {
|
|
2037
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
2038
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
2039
|
+
},
|
|
2040
|
+
"engines": {
|
|
2041
|
+
"node": ">=6.9.0"
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/semver": {
|
|
2045
|
+
"version": "6.3.1",
|
|
2046
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2047
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2048
|
+
"license": "ISC",
|
|
2049
|
+
"bin": {
|
|
2050
|
+
"semver": "bin/semver.js"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
1659
2053
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1660
2054
|
"version": "7.28.0",
|
|
1661
2055
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
@@ -1722,51 +2116,14 @@
|
|
|
1722
2116
|
"@babel/core": "^7.0.0-0"
|
|
1723
2117
|
}
|
|
1724
2118
|
},
|
|
1725
|
-
"node_modules/@babel/plugin-transform-
|
|
1726
|
-
"version": "7.28.4",
|
|
1727
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
1728
|
-
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
1729
|
-
"license": "MIT",
|
|
1730
|
-
"dependencies": {
|
|
1731
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1732
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1733
|
-
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1734
|
-
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1735
|
-
"@babel/traverse": "^7.28.4"
|
|
1736
|
-
},
|
|
1737
|
-
"engines": {
|
|
1738
|
-
"node": ">=6.9.0"
|
|
1739
|
-
},
|
|
1740
|
-
"peerDependencies": {
|
|
1741
|
-
"@babel/core": "^7.0.0-0"
|
|
1742
|
-
}
|
|
1743
|
-
},
|
|
1744
|
-
"node_modules/@babel/plugin-transform-parameters": {
|
|
1745
|
-
"version": "7.27.7",
|
|
1746
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1747
|
-
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1748
|
-
"license": "MIT",
|
|
1749
|
-
"dependencies": {
|
|
1750
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1751
|
-
},
|
|
1752
|
-
"engines": {
|
|
1753
|
-
"node": ">=6.9.0"
|
|
1754
|
-
},
|
|
1755
|
-
"peerDependencies": {
|
|
1756
|
-
"@babel/core": "^7.0.0-0"
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
"node_modules/@babel/preset-typescript": {
|
|
2119
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1760
2120
|
"version": "7.27.1",
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1762
|
-
"integrity": "sha512-
|
|
2121
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
2122
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1763
2123
|
"license": "MIT",
|
|
1764
2124
|
"dependencies": {
|
|
1765
|
-
"@babel/helper-
|
|
1766
|
-
"@babel/helper-
|
|
1767
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1768
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1769
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
2125
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
2126
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1770
2127
|
},
|
|
1771
2128
|
"engines": {
|
|
1772
2129
|
"node": ">=6.9.0"
|
|
@@ -1775,21 +2132,21 @@
|
|
|
1775
2132
|
"@babel/core": "^7.0.0-0"
|
|
1776
2133
|
}
|
|
1777
2134
|
},
|
|
1778
|
-
"node_modules/@babel/
|
|
1779
|
-
"version": "7.
|
|
2135
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/core": {
|
|
2136
|
+
"version": "7.28.5",
|
|
1780
2137
|
"license": "MIT",
|
|
1781
2138
|
"peer": true,
|
|
1782
2139
|
"dependencies": {
|
|
1783
|
-
"@ampproject/remapping": "^2.2.0",
|
|
1784
2140
|
"@babel/code-frame": "^7.27.1",
|
|
1785
|
-
"@babel/generator": "^7.
|
|
2141
|
+
"@babel/generator": "^7.28.5",
|
|
1786
2142
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1787
|
-
"@babel/helper-module-transforms": "^7.
|
|
1788
|
-
"@babel/helpers": "^7.
|
|
1789
|
-
"@babel/parser": "^7.
|
|
2143
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
2144
|
+
"@babel/helpers": "^7.28.4",
|
|
2145
|
+
"@babel/parser": "^7.28.5",
|
|
1790
2146
|
"@babel/template": "^7.27.2",
|
|
1791
|
-
"@babel/traverse": "^7.
|
|
1792
|
-
"@babel/types": "^7.
|
|
2147
|
+
"@babel/traverse": "^7.28.5",
|
|
2148
|
+
"@babel/types": "^7.28.5",
|
|
2149
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1793
2150
|
"convert-source-map": "^2.0.0",
|
|
1794
2151
|
"debug": "^4.1.0",
|
|
1795
2152
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1804,28 +2161,97 @@
|
|
|
1804
2161
|
"url": "https://opencollective.com/babel"
|
|
1805
2162
|
}
|
|
1806
2163
|
},
|
|
1807
|
-
"node_modules/@babel/
|
|
1808
|
-
"version": "7.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1810
|
-
"integrity": "sha512-
|
|
2164
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/generator": {
|
|
2165
|
+
"version": "7.28.5",
|
|
2166
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2167
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1811
2168
|
"license": "MIT",
|
|
1812
2169
|
"dependencies": {
|
|
1813
|
-
"@babel/
|
|
2170
|
+
"@babel/parser": "^7.28.5",
|
|
2171
|
+
"@babel/types": "^7.28.5",
|
|
2172
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2173
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2174
|
+
"jsesc": "^3.0.2"
|
|
1814
2175
|
},
|
|
1815
2176
|
"engines": {
|
|
1816
2177
|
"node": ">=6.9.0"
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/helper-validator-identifier": {
|
|
2181
|
+
"version": "7.28.5",
|
|
2182
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
2183
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
2184
|
+
"license": "MIT",
|
|
2185
|
+
"engines": {
|
|
2186
|
+
"node": ">=6.9.0"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/parser": {
|
|
2190
|
+
"version": "7.28.5",
|
|
2191
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
2192
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
2193
|
+
"license": "MIT",
|
|
2194
|
+
"dependencies": {
|
|
2195
|
+
"@babel/types": "^7.28.5"
|
|
1817
2196
|
},
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
2197
|
+
"bin": {
|
|
2198
|
+
"parser": "bin/babel-parser.js"
|
|
2199
|
+
},
|
|
2200
|
+
"engines": {
|
|
2201
|
+
"node": ">=6.0.0"
|
|
1820
2202
|
}
|
|
1821
2203
|
},
|
|
1822
|
-
"node_modules/@babel/
|
|
1823
|
-
"version": "7.
|
|
1824
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1825
|
-
"integrity": "sha512-
|
|
2204
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/traverse": {
|
|
2205
|
+
"version": "7.28.5",
|
|
2206
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2207
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1826
2208
|
"license": "MIT",
|
|
1827
2209
|
"dependencies": {
|
|
1828
|
-
"@babel/
|
|
2210
|
+
"@babel/code-frame": "^7.27.1",
|
|
2211
|
+
"@babel/generator": "^7.28.5",
|
|
2212
|
+
"@babel/helper-globals": "^7.28.0",
|
|
2213
|
+
"@babel/parser": "^7.28.5",
|
|
2214
|
+
"@babel/template": "^7.27.2",
|
|
2215
|
+
"@babel/types": "^7.28.5",
|
|
2216
|
+
"debug": "^4.3.1"
|
|
2217
|
+
},
|
|
2218
|
+
"engines": {
|
|
2219
|
+
"node": ">=6.9.0"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/types": {
|
|
2223
|
+
"version": "7.28.5",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2225
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
2226
|
+
"license": "MIT",
|
|
2227
|
+
"dependencies": {
|
|
2228
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
2229
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
2230
|
+
},
|
|
2231
|
+
"engines": {
|
|
2232
|
+
"node": ">=6.9.0"
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
"node_modules/@babel/plugin-transform-modules-commonjs/node_modules/semver": {
|
|
2236
|
+
"version": "6.3.1",
|
|
2237
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2238
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2239
|
+
"license": "ISC",
|
|
2240
|
+
"bin": {
|
|
2241
|
+
"semver": "bin/semver.js"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
2245
|
+
"version": "7.28.4",
|
|
2246
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
2247
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
2248
|
+
"license": "MIT",
|
|
2249
|
+
"dependencies": {
|
|
2250
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
2251
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2252
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
2253
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
2254
|
+
"@babel/traverse": "^7.28.4"
|
|
1829
2255
|
},
|
|
1830
2256
|
"engines": {
|
|
1831
2257
|
"node": ">=6.9.0"
|
|
@@ -1834,13 +2260,12 @@
|
|
|
1834
2260
|
"@babel/core": "^7.0.0-0"
|
|
1835
2261
|
}
|
|
1836
2262
|
},
|
|
1837
|
-
"node_modules/@babel/
|
|
1838
|
-
"version": "7.27.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1840
|
-
"integrity": "sha512-
|
|
2263
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
2264
|
+
"version": "7.27.7",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
2266
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1841
2267
|
"license": "MIT",
|
|
1842
2268
|
"dependencies": {
|
|
1843
|
-
"@babel/helper-module-transforms": "^7.27.1",
|
|
1844
2269
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1845
2270
|
},
|
|
1846
2271
|
"engines": {
|
|
@@ -1850,7 +2275,7 @@
|
|
|
1850
2275
|
"@babel/core": "^7.0.0-0"
|
|
1851
2276
|
}
|
|
1852
2277
|
},
|
|
1853
|
-
"node_modules/@babel/
|
|
2278
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1854
2279
|
"version": "7.28.0",
|
|
1855
2280
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
|
|
1856
2281
|
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
|
|
@@ -1869,13 +2294,23 @@
|
|
|
1869
2294
|
"@babel/core": "^7.0.0-0"
|
|
1870
2295
|
}
|
|
1871
2296
|
},
|
|
1872
|
-
"node_modules/@babel/preset-typescript
|
|
1873
|
-
"version": "
|
|
1874
|
-
"resolved": "https://registry.npmjs.org/
|
|
1875
|
-
"integrity": "sha512-
|
|
1876
|
-
"license": "
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
2297
|
+
"node_modules/@babel/preset-typescript": {
|
|
2298
|
+
"version": "7.27.1",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
|
|
2300
|
+
"integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
|
|
2301
|
+
"license": "MIT",
|
|
2302
|
+
"dependencies": {
|
|
2303
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2304
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
2305
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
2306
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
2307
|
+
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
2308
|
+
},
|
|
2309
|
+
"engines": {
|
|
2310
|
+
"node": ">=6.9.0"
|
|
2311
|
+
},
|
|
2312
|
+
"peerDependencies": {
|
|
2313
|
+
"@babel/core": "^7.0.0-0"
|
|
1879
2314
|
}
|
|
1880
2315
|
},
|
|
1881
2316
|
"node_modules/@babel/template": {
|
|
@@ -2411,12 +2846,12 @@
|
|
|
2411
2846
|
}
|
|
2412
2847
|
},
|
|
2413
2848
|
"node_modules/@eslint/config-array": {
|
|
2414
|
-
"version": "0.
|
|
2415
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.
|
|
2416
|
-
"integrity": "sha512-
|
|
2849
|
+
"version": "0.21.1",
|
|
2850
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2851
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2417
2852
|
"license": "Apache-2.0",
|
|
2418
2853
|
"dependencies": {
|
|
2419
|
-
"@eslint/object-schema": "^2.1.
|
|
2854
|
+
"@eslint/object-schema": "^2.1.7",
|
|
2420
2855
|
"debug": "^4.3.1",
|
|
2421
2856
|
"minimatch": "^3.1.2"
|
|
2422
2857
|
},
|
|
@@ -2425,18 +2860,21 @@
|
|
|
2425
2860
|
}
|
|
2426
2861
|
},
|
|
2427
2862
|
"node_modules/@eslint/config-helpers": {
|
|
2428
|
-
"version": "0.2
|
|
2429
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.
|
|
2430
|
-
"integrity": "sha512-
|
|
2863
|
+
"version": "0.4.2",
|
|
2864
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2865
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2431
2866
|
"license": "Apache-2.0",
|
|
2867
|
+
"dependencies": {
|
|
2868
|
+
"@eslint/core": "^0.17.0"
|
|
2869
|
+
},
|
|
2432
2870
|
"engines": {
|
|
2433
2871
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2434
2872
|
}
|
|
2435
2873
|
},
|
|
2436
2874
|
"node_modules/@eslint/core": {
|
|
2437
|
-
"version": "0.
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
2439
|
-
"integrity": "sha512-
|
|
2875
|
+
"version": "0.17.0",
|
|
2876
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2877
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2440
2878
|
"license": "Apache-2.0",
|
|
2441
2879
|
"dependencies": {
|
|
2442
2880
|
"@types/json-schema": "^7.0.15"
|
|
@@ -2485,79 +2923,37 @@
|
|
|
2485
2923
|
"url": "https://opencollective.com/eslint"
|
|
2486
2924
|
}
|
|
2487
2925
|
},
|
|
2488
|
-
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
2489
|
-
"version": "13.24.0",
|
|
2490
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
2491
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
2492
|
-
"license": "MIT",
|
|
2493
|
-
"dependencies": {
|
|
2494
|
-
"type-fest": "^0.20.2"
|
|
2495
|
-
},
|
|
2496
|
-
"engines": {
|
|
2497
|
-
"node": ">=8"
|
|
2498
|
-
},
|
|
2499
|
-
"funding": {
|
|
2500
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
|
|
2504
|
-
"version": "0.20.2",
|
|
2505
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
2506
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
2507
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2508
|
-
"engines": {
|
|
2509
|
-
"node": ">=10"
|
|
2510
|
-
},
|
|
2511
|
-
"funding": {
|
|
2512
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2513
|
-
}
|
|
2514
|
-
},
|
|
2515
2926
|
"node_modules/@eslint/js": {
|
|
2516
|
-
"version": "
|
|
2517
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-
|
|
2518
|
-
"integrity": "sha512-
|
|
2927
|
+
"version": "8.57.1",
|
|
2928
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
2929
|
+
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
|
|
2519
2930
|
"license": "MIT",
|
|
2520
2931
|
"engines": {
|
|
2521
|
-
"node": "^
|
|
2522
|
-
},
|
|
2523
|
-
"funding": {
|
|
2524
|
-
"url": "https://eslint.org/donate"
|
|
2932
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2525
2933
|
}
|
|
2526
2934
|
},
|
|
2527
2935
|
"node_modules/@eslint/object-schema": {
|
|
2528
|
-
"version": "2.1.
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
|
2530
|
-
"integrity": "sha512-
|
|
2936
|
+
"version": "2.1.7",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2938
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2531
2939
|
"license": "Apache-2.0",
|
|
2532
2940
|
"engines": {
|
|
2533
2941
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2534
2942
|
}
|
|
2535
2943
|
},
|
|
2536
2944
|
"node_modules/@eslint/plugin-kit": {
|
|
2537
|
-
"version": "0.
|
|
2538
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
2539
|
-
"integrity": "sha512-
|
|
2945
|
+
"version": "0.4.1",
|
|
2946
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2947
|
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2540
2948
|
"license": "Apache-2.0",
|
|
2541
2949
|
"dependencies": {
|
|
2542
|
-
"@eslint/core": "^0.
|
|
2950
|
+
"@eslint/core": "^0.17.0",
|
|
2543
2951
|
"levn": "^0.4.1"
|
|
2544
2952
|
},
|
|
2545
2953
|
"engines": {
|
|
2546
2954
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2547
2955
|
}
|
|
2548
2956
|
},
|
|
2549
|
-
"node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
|
|
2550
|
-
"version": "0.15.1",
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
|
|
2552
|
-
"integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
|
|
2553
|
-
"license": "Apache-2.0",
|
|
2554
|
-
"dependencies": {
|
|
2555
|
-
"@types/json-schema": "^7.0.15"
|
|
2556
|
-
},
|
|
2557
|
-
"engines": {
|
|
2558
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
2957
|
"node_modules/@grpc/grpc-js": {
|
|
2562
2958
|
"version": "1.11.1",
|
|
2563
2959
|
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.1.tgz",
|
|
@@ -3670,6 +4066,27 @@
|
|
|
3670
4066
|
"node": ">=18"
|
|
3671
4067
|
}
|
|
3672
4068
|
},
|
|
4069
|
+
"node_modules/@isaacs/balanced-match": {
|
|
4070
|
+
"version": "4.0.1",
|
|
4071
|
+
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
4072
|
+
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
4073
|
+
"license": "MIT",
|
|
4074
|
+
"engines": {
|
|
4075
|
+
"node": "20 || >=22"
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
"node_modules/@isaacs/brace-expansion": {
|
|
4079
|
+
"version": "5.0.0",
|
|
4080
|
+
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
4081
|
+
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
4082
|
+
"license": "MIT",
|
|
4083
|
+
"dependencies": {
|
|
4084
|
+
"@isaacs/balanced-match": "^4.0.1"
|
|
4085
|
+
},
|
|
4086
|
+
"engines": {
|
|
4087
|
+
"node": "20 || >=22"
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
3673
4090
|
"node_modules/@isaacs/cliui": {
|
|
3674
4091
|
"version": "8.0.2",
|
|
3675
4092
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -4086,9 +4503,9 @@
|
|
|
4086
4503
|
}
|
|
4087
4504
|
},
|
|
4088
4505
|
"node_modules/@komaci/esm-generator": {
|
|
4089
|
-
"version": "
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-
|
|
4091
|
-
"integrity": "sha512-
|
|
4506
|
+
"version": "260.31.0",
|
|
4507
|
+
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-260.31.0.tgz",
|
|
4508
|
+
"integrity": "sha512-7TzTckrdoLqxSI63A5QZBsPpQPr3QOFNrjkwWETp44+EXeCRmE1tzNztbSoePVMV/o+JQI2FaZDTTTsg5BuKfA==",
|
|
4092
4509
|
"license": "MIT",
|
|
4093
4510
|
"dependencies": {
|
|
4094
4511
|
"@babel/core": "^7.9.0",
|
|
@@ -4281,18 +4698,33 @@
|
|
|
4281
4698
|
}
|
|
4282
4699
|
},
|
|
4283
4700
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4284
|
-
"version": "13.2.
|
|
4285
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.
|
|
4286
|
-
"integrity": "sha512-
|
|
4701
|
+
"version": "13.2.18",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.18.tgz",
|
|
4703
|
+
"integrity": "sha512-Zy08ZENaLMe7PXVycY+N2I1LUS2thLrXTLtRfc3MZdE8SqHXmSHloP+LikR+qIsLBv7s5ox2E12+OEufLroLGw==",
|
|
4287
4704
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4288
4705
|
"dependencies": {
|
|
4289
|
-
"magic-string": "~0.30.
|
|
4706
|
+
"magic-string": "~0.30.21"
|
|
4290
4707
|
},
|
|
4291
4708
|
"peerDependencies": {
|
|
4292
4709
|
"@lwc/compiler": ">=8",
|
|
4293
4710
|
"@lwc/errors": ">=8"
|
|
4294
4711
|
}
|
|
4295
4712
|
},
|
|
4713
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/@jridgewell/sourcemap-codec": {
|
|
4714
|
+
"version": "1.5.5",
|
|
4715
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
4716
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
4717
|
+
"license": "MIT"
|
|
4718
|
+
},
|
|
4719
|
+
"node_modules/@lwc/dev-server-plugin-lex/node_modules/magic-string": {
|
|
4720
|
+
"version": "0.30.21",
|
|
4721
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
4722
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
4723
|
+
"license": "MIT",
|
|
4724
|
+
"dependencies": {
|
|
4725
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4296
4728
|
"node_modules/@lwc/engine-core": {
|
|
4297
4729
|
"version": "8.23.0",
|
|
4298
4730
|
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.23.0.tgz",
|
|
@@ -4325,11 +4757,12 @@
|
|
|
4325
4757
|
"peer": true
|
|
4326
4758
|
},
|
|
4327
4759
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4328
|
-
"version": "3.
|
|
4329
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.
|
|
4330
|
-
"integrity": "sha512-
|
|
4760
|
+
"version": "3.3.0",
|
|
4761
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz",
|
|
4762
|
+
"integrity": "sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==",
|
|
4331
4763
|
"license": "MIT",
|
|
4332
4764
|
"dependencies": {
|
|
4765
|
+
"fast-xml-parser": "^4.5.1",
|
|
4333
4766
|
"globals": "~15.14.0",
|
|
4334
4767
|
"minimatch": "~9.0.4"
|
|
4335
4768
|
},
|
|
@@ -4342,9 +4775,9 @@
|
|
|
4342
4775
|
}
|
|
4343
4776
|
},
|
|
4344
4777
|
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
4345
|
-
"version": "6.
|
|
4346
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.
|
|
4347
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "6.3.0",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz",
|
|
4780
|
+
"integrity": "sha512-wlLiHeYureubt/JDhPllXbQcjJu58NMpiSkZMF6KRCBtZzHs4m6cxwpXJ1iy6d638/66O1B79FL3ZTC7v1hDxg==",
|
|
4348
4781
|
"license": "MIT",
|
|
4349
4782
|
"dependencies": {
|
|
4350
4783
|
"minimatch": "~5.1.1"
|
|
@@ -4357,6 +4790,48 @@
|
|
|
4357
4790
|
"eslint": "^9"
|
|
4358
4791
|
}
|
|
4359
4792
|
},
|
|
4793
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils": {
|
|
4794
|
+
"version": "4.9.0",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4796
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
4797
|
+
"license": "MIT",
|
|
4798
|
+
"dependencies": {
|
|
4799
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4800
|
+
},
|
|
4801
|
+
"engines": {
|
|
4802
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4803
|
+
},
|
|
4804
|
+
"funding": {
|
|
4805
|
+
"url": "https://opencollective.com/eslint"
|
|
4806
|
+
},
|
|
4807
|
+
"peerDependencies": {
|
|
4808
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4812
|
+
"version": "3.4.3",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4814
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
4815
|
+
"license": "Apache-2.0",
|
|
4816
|
+
"engines": {
|
|
4817
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4818
|
+
},
|
|
4819
|
+
"funding": {
|
|
4820
|
+
"url": "https://opencollective.com/eslint"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/core": {
|
|
4824
|
+
"version": "0.16.0",
|
|
4825
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4826
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4827
|
+
"license": "Apache-2.0",
|
|
4828
|
+
"dependencies": {
|
|
4829
|
+
"@types/json-schema": "^7.0.15"
|
|
4830
|
+
},
|
|
4831
|
+
"engines": {
|
|
4832
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4833
|
+
}
|
|
4834
|
+
},
|
|
4360
4835
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc": {
|
|
4361
4836
|
"version": "3.3.1",
|
|
4362
4837
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -4402,23 +4877,35 @@
|
|
|
4402
4877
|
"node": "*"
|
|
4403
4878
|
}
|
|
4404
4879
|
},
|
|
4880
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
|
|
4881
|
+
"version": "9.38.0",
|
|
4882
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4883
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
4884
|
+
"license": "MIT",
|
|
4885
|
+
"engines": {
|
|
4886
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4887
|
+
},
|
|
4888
|
+
"funding": {
|
|
4889
|
+
"url": "https://eslint.org/donate"
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4405
4892
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
|
|
4406
|
-
"version": "9.
|
|
4893
|
+
"version": "9.38.0",
|
|
4407
4894
|
"license": "MIT",
|
|
4895
|
+
"peer": true,
|
|
4408
4896
|
"dependencies": {
|
|
4409
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4897
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4410
4898
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4411
|
-
"@eslint/config-array": "^0.
|
|
4412
|
-
"@eslint/config-helpers": "^0.
|
|
4413
|
-
"@eslint/core": "^0.
|
|
4899
|
+
"@eslint/config-array": "^0.21.1",
|
|
4900
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
4901
|
+
"@eslint/core": "^0.16.0",
|
|
4414
4902
|
"@eslint/eslintrc": "^3.3.1",
|
|
4415
|
-
"@eslint/js": "9.
|
|
4416
|
-
"@eslint/plugin-kit": "^0.
|
|
4903
|
+
"@eslint/js": "9.38.0",
|
|
4904
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4417
4905
|
"@humanfs/node": "^0.16.6",
|
|
4418
4906
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4419
4907
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4420
4908
|
"@types/estree": "^1.0.6",
|
|
4421
|
-
"@types/json-schema": "^7.0.15",
|
|
4422
4909
|
"ajv": "^6.12.4",
|
|
4423
4910
|
"chalk": "^4.0.0",
|
|
4424
4911
|
"cross-spawn": "^7.0.6",
|
|
@@ -4628,8 +5115,50 @@
|
|
|
4628
5115
|
"engines": {
|
|
4629
5116
|
"node": ">=10"
|
|
4630
5117
|
},
|
|
4631
|
-
"funding": {
|
|
4632
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5118
|
+
"funding": {
|
|
5119
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
5123
|
+
"version": "4.9.0",
|
|
5124
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
5125
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5126
|
+
"license": "MIT",
|
|
5127
|
+
"dependencies": {
|
|
5128
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
5129
|
+
},
|
|
5130
|
+
"engines": {
|
|
5131
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5132
|
+
},
|
|
5133
|
+
"funding": {
|
|
5134
|
+
"url": "https://opencollective.com/eslint"
|
|
5135
|
+
},
|
|
5136
|
+
"peerDependencies": {
|
|
5137
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
5141
|
+
"version": "3.4.3",
|
|
5142
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
5143
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
5144
|
+
"license": "Apache-2.0",
|
|
5145
|
+
"engines": {
|
|
5146
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5147
|
+
},
|
|
5148
|
+
"funding": {
|
|
5149
|
+
"url": "https://opencollective.com/eslint"
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/core": {
|
|
5153
|
+
"version": "0.16.0",
|
|
5154
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5155
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
5156
|
+
"license": "Apache-2.0",
|
|
5157
|
+
"dependencies": {
|
|
5158
|
+
"@types/json-schema": "^7.0.15"
|
|
5159
|
+
},
|
|
5160
|
+
"engines": {
|
|
5161
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4633
5162
|
}
|
|
4634
5163
|
},
|
|
4635
5164
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc": {
|
|
@@ -4689,23 +5218,35 @@
|
|
|
4689
5218
|
"node": "*"
|
|
4690
5219
|
}
|
|
4691
5220
|
},
|
|
5221
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
|
|
5222
|
+
"version": "9.38.0",
|
|
5223
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
5224
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5225
|
+
"license": "MIT",
|
|
5226
|
+
"engines": {
|
|
5227
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5228
|
+
},
|
|
5229
|
+
"funding": {
|
|
5230
|
+
"url": "https://eslint.org/donate"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
4692
5233
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
|
|
4693
|
-
"version": "9.
|
|
5234
|
+
"version": "9.38.0",
|
|
4694
5235
|
"license": "MIT",
|
|
5236
|
+
"peer": true,
|
|
4695
5237
|
"dependencies": {
|
|
4696
|
-
"@eslint-community/eslint-utils": "^4.
|
|
5238
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4697
5239
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4698
|
-
"@eslint/config-array": "^0.
|
|
4699
|
-
"@eslint/config-helpers": "^0.
|
|
4700
|
-
"@eslint/core": "^0.
|
|
5240
|
+
"@eslint/config-array": "^0.21.1",
|
|
5241
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
5242
|
+
"@eslint/core": "^0.16.0",
|
|
4701
5243
|
"@eslint/eslintrc": "^3.3.1",
|
|
4702
|
-
"@eslint/js": "9.
|
|
4703
|
-
"@eslint/plugin-kit": "^0.
|
|
5244
|
+
"@eslint/js": "9.38.0",
|
|
5245
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4704
5246
|
"@humanfs/node": "^0.16.6",
|
|
4705
5247
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4706
5248
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4707
5249
|
"@types/estree": "^1.0.6",
|
|
4708
|
-
"@types/json-schema": "^7.0.15",
|
|
4709
5250
|
"ajv": "^6.12.4",
|
|
4710
5251
|
"chalk": "^4.0.0",
|
|
4711
5252
|
"cross-spawn": "^7.0.6",
|
|
@@ -4797,6 +5338,24 @@
|
|
|
4797
5338
|
"node": "*"
|
|
4798
5339
|
}
|
|
4799
5340
|
},
|
|
5341
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/fast-xml-parser": {
|
|
5342
|
+
"version": "4.5.3",
|
|
5343
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
5344
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
5345
|
+
"funding": [
|
|
5346
|
+
{
|
|
5347
|
+
"type": "github",
|
|
5348
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5349
|
+
}
|
|
5350
|
+
],
|
|
5351
|
+
"license": "MIT",
|
|
5352
|
+
"dependencies": {
|
|
5353
|
+
"strnum": "^1.1.1"
|
|
5354
|
+
},
|
|
5355
|
+
"bin": {
|
|
5356
|
+
"fxparser": "src/cli/cli.js"
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
4800
5359
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
4801
5360
|
"version": "8.0.0",
|
|
4802
5361
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
@@ -4922,6 +5481,18 @@
|
|
|
4922
5481
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4923
5482
|
}
|
|
4924
5483
|
},
|
|
5484
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/strnum": {
|
|
5485
|
+
"version": "1.1.2",
|
|
5486
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
|
5487
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
|
5488
|
+
"funding": [
|
|
5489
|
+
{
|
|
5490
|
+
"type": "github",
|
|
5491
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"license": "MIT"
|
|
5495
|
+
},
|
|
4925
5496
|
"node_modules/@lwc/features": {
|
|
4926
5497
|
"version": "8.23.0",
|
|
4927
5498
|
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.23.0.tgz",
|
|
@@ -4932,19 +5503,19 @@
|
|
|
4932
5503
|
}
|
|
4933
5504
|
},
|
|
4934
5505
|
"node_modules/@lwc/lwc-dev-server": {
|
|
4935
|
-
"version": "13.2.
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
4937
|
-
"integrity": "sha512-
|
|
5506
|
+
"version": "13.2.18",
|
|
5507
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz",
|
|
5508
|
+
"integrity": "sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==",
|
|
4938
5509
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4939
5510
|
"dependencies": {
|
|
4940
|
-
"@lwc/lwc-dev-server-types": "13.2.
|
|
4941
|
-
"@lwc/sfdc-lwc-compiler": "13.2.
|
|
4942
|
-
"chalk": "~5.
|
|
5511
|
+
"@lwc/lwc-dev-server-types": "13.2.18",
|
|
5512
|
+
"@lwc/sfdc-lwc-compiler": "13.2.18",
|
|
5513
|
+
"chalk": "~5.6.2",
|
|
4943
5514
|
"chokidar": "~3.6.0",
|
|
4944
|
-
"commander": "~
|
|
4945
|
-
"fast-xml-parser": "^5.
|
|
4946
|
-
"glob": "^
|
|
4947
|
-
"ws": "^8.18.
|
|
5515
|
+
"commander": "~14.0.2",
|
|
5516
|
+
"fast-xml-parser": "^5.3.0",
|
|
5517
|
+
"glob": "^11.0.3",
|
|
5518
|
+
"ws": "^8.18.3"
|
|
4948
5519
|
},
|
|
4949
5520
|
"engines": {
|
|
4950
5521
|
"node": ">=16"
|
|
@@ -4955,18 +5526,18 @@
|
|
|
4955
5526
|
}
|
|
4956
5527
|
},
|
|
4957
5528
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
4958
|
-
"version": "13.2.
|
|
4959
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
4960
|
-
"integrity": "sha512
|
|
5529
|
+
"version": "13.2.18",
|
|
5530
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz",
|
|
5531
|
+
"integrity": "sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==",
|
|
4961
5532
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4962
5533
|
"peerDependencies": {
|
|
4963
5534
|
"@lwc/compiler": ">=8"
|
|
4964
5535
|
}
|
|
4965
5536
|
},
|
|
4966
5537
|
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
4967
|
-
"version": "5.
|
|
4968
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
4969
|
-
"integrity": "sha512-
|
|
5538
|
+
"version": "5.6.2",
|
|
5539
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5540
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
4970
5541
|
"license": "MIT",
|
|
4971
5542
|
"engines": {
|
|
4972
5543
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -4976,27 +5547,133 @@
|
|
|
4976
5547
|
}
|
|
4977
5548
|
},
|
|
4978
5549
|
"node_modules/@lwc/lwc-dev-server/node_modules/commander": {
|
|
4979
|
-
"version": "
|
|
4980
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
4981
|
-
"integrity": "sha512-
|
|
5550
|
+
"version": "14.0.2",
|
|
5551
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
5552
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
4982
5553
|
"license": "MIT",
|
|
5554
|
+
"engines": {
|
|
5555
|
+
"node": ">=20"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/foreground-child": {
|
|
5559
|
+
"version": "3.3.1",
|
|
5560
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
5561
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
5562
|
+
"license": "ISC",
|
|
5563
|
+
"dependencies": {
|
|
5564
|
+
"cross-spawn": "^7.0.6",
|
|
5565
|
+
"signal-exit": "^4.0.1"
|
|
5566
|
+
},
|
|
5567
|
+
"engines": {
|
|
5568
|
+
"node": ">=14"
|
|
5569
|
+
},
|
|
5570
|
+
"funding": {
|
|
5571
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5572
|
+
}
|
|
5573
|
+
},
|
|
5574
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/glob": {
|
|
5575
|
+
"version": "11.0.3",
|
|
5576
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
5577
|
+
"integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
|
|
5578
|
+
"license": "ISC",
|
|
5579
|
+
"dependencies": {
|
|
5580
|
+
"foreground-child": "^3.3.1",
|
|
5581
|
+
"jackspeak": "^4.1.1",
|
|
5582
|
+
"minimatch": "^10.0.3",
|
|
5583
|
+
"minipass": "^7.1.2",
|
|
5584
|
+
"package-json-from-dist": "^1.0.0",
|
|
5585
|
+
"path-scurry": "^2.0.0"
|
|
5586
|
+
},
|
|
5587
|
+
"bin": {
|
|
5588
|
+
"glob": "dist/esm/bin.mjs"
|
|
5589
|
+
},
|
|
5590
|
+
"engines": {
|
|
5591
|
+
"node": "20 || >=22"
|
|
5592
|
+
},
|
|
5593
|
+
"funding": {
|
|
5594
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/jackspeak": {
|
|
5598
|
+
"version": "4.1.1",
|
|
5599
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
|
5600
|
+
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
|
5601
|
+
"license": "BlueOak-1.0.0",
|
|
5602
|
+
"dependencies": {
|
|
5603
|
+
"@isaacs/cliui": "^8.0.2"
|
|
5604
|
+
},
|
|
5605
|
+
"engines": {
|
|
5606
|
+
"node": "20 || >=22"
|
|
5607
|
+
},
|
|
5608
|
+
"funding": {
|
|
5609
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5610
|
+
}
|
|
5611
|
+
},
|
|
5612
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/lru-cache": {
|
|
5613
|
+
"version": "11.2.2",
|
|
5614
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
5615
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
5616
|
+
"license": "ISC",
|
|
5617
|
+
"engines": {
|
|
5618
|
+
"node": "20 || >=22"
|
|
5619
|
+
}
|
|
5620
|
+
},
|
|
5621
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/minimatch": {
|
|
5622
|
+
"version": "10.1.1",
|
|
5623
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
5624
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
5625
|
+
"license": "BlueOak-1.0.0",
|
|
5626
|
+
"dependencies": {
|
|
5627
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
5628
|
+
},
|
|
5629
|
+
"engines": {
|
|
5630
|
+
"node": "20 || >=22"
|
|
5631
|
+
},
|
|
5632
|
+
"funding": {
|
|
5633
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5636
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/path-scurry": {
|
|
5637
|
+
"version": "2.0.0",
|
|
5638
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
5639
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
5640
|
+
"license": "BlueOak-1.0.0",
|
|
5641
|
+
"dependencies": {
|
|
5642
|
+
"lru-cache": "^11.0.0",
|
|
5643
|
+
"minipass": "^7.1.2"
|
|
5644
|
+
},
|
|
5645
|
+
"engines": {
|
|
5646
|
+
"node": "20 || >=22"
|
|
5647
|
+
},
|
|
5648
|
+
"funding": {
|
|
5649
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5650
|
+
}
|
|
5651
|
+
},
|
|
5652
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/signal-exit": {
|
|
5653
|
+
"version": "4.1.0",
|
|
5654
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5655
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5656
|
+
"license": "ISC",
|
|
4983
5657
|
"engines": {
|
|
4984
5658
|
"node": ">=14"
|
|
5659
|
+
},
|
|
5660
|
+
"funding": {
|
|
5661
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4985
5662
|
}
|
|
4986
5663
|
},
|
|
4987
5664
|
"node_modules/@lwc/metadata": {
|
|
4988
|
-
"version": "13.2.
|
|
4989
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.
|
|
4990
|
-
"integrity": "sha512-
|
|
5665
|
+
"version": "13.2.18",
|
|
5666
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.18.tgz",
|
|
5667
|
+
"integrity": "sha512-J/Xc5H4KtAKoiB7kVORjUs1AccPv/grZ+CwbRlWaO7FypsTkNwQTMqj0dQOYVXpq1Yeil2RcR4MWgmG5VlJ3Cg==",
|
|
4991
5668
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4992
5669
|
"peer": true,
|
|
4993
5670
|
"dependencies": {
|
|
4994
|
-
"@babel/parser": "~7.
|
|
4995
|
-
"@babel/traverse": "~7.
|
|
4996
|
-
"@babel/types": "~7.
|
|
4997
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
4998
|
-
"postcss": "~8.5.
|
|
4999
|
-
"postcss-selector-parser": "~
|
|
5671
|
+
"@babel/parser": "~7.28.5",
|
|
5672
|
+
"@babel/traverse": "~7.28.5",
|
|
5673
|
+
"@babel/types": "~7.28.5",
|
|
5674
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5675
|
+
"postcss": "~8.5.6",
|
|
5676
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5000
5677
|
"postcss-value-parser": "~4.2.0"
|
|
5001
5678
|
},
|
|
5002
5679
|
"engines": {
|
|
@@ -5007,59 +5684,38 @@
|
|
|
5007
5684
|
"@lwc/template-compiler": ">=8"
|
|
5008
5685
|
}
|
|
5009
5686
|
},
|
|
5010
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5011
|
-
"version": "7.
|
|
5012
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5013
|
-
"integrity": "sha512-
|
|
5014
|
-
"license": "MIT",
|
|
5015
|
-
"dependencies": {
|
|
5016
|
-
"@babel/types": "^7.27.7"
|
|
5017
|
-
},
|
|
5018
|
-
"bin": {
|
|
5019
|
-
"parser": "bin/babel-parser.js"
|
|
5020
|
-
},
|
|
5021
|
-
"engines": {
|
|
5022
|
-
"node": ">=6.0.0"
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
"node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
5026
|
-
"version": "7.28.4",
|
|
5027
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
5028
|
-
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
5687
|
+
"node_modules/@lwc/metadata/node_modules/@babel/generator": {
|
|
5688
|
+
"version": "7.28.5",
|
|
5689
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5690
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5029
5691
|
"license": "MIT",
|
|
5030
5692
|
"dependencies": {
|
|
5031
|
-
"@babel/
|
|
5032
|
-
"@babel/
|
|
5693
|
+
"@babel/parser": "^7.28.5",
|
|
5694
|
+
"@babel/types": "^7.28.5",
|
|
5695
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5696
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5697
|
+
"jsesc": "^3.0.2"
|
|
5033
5698
|
},
|
|
5034
5699
|
"engines": {
|
|
5035
5700
|
"node": ">=6.9.0"
|
|
5036
5701
|
}
|
|
5037
5702
|
},
|
|
5038
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5039
|
-
"version": "7.
|
|
5040
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5041
|
-
"integrity": "sha512-
|
|
5703
|
+
"node_modules/@lwc/metadata/node_modules/@babel/helper-validator-identifier": {
|
|
5704
|
+
"version": "7.28.5",
|
|
5705
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5706
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5042
5707
|
"license": "MIT",
|
|
5043
|
-
"dependencies": {
|
|
5044
|
-
"@babel/code-frame": "^7.27.1",
|
|
5045
|
-
"@babel/generator": "^7.27.5",
|
|
5046
|
-
"@babel/parser": "^7.27.7",
|
|
5047
|
-
"@babel/template": "^7.27.2",
|
|
5048
|
-
"@babel/types": "^7.27.7",
|
|
5049
|
-
"debug": "^4.3.1",
|
|
5050
|
-
"globals": "^11.1.0"
|
|
5051
|
-
},
|
|
5052
5708
|
"engines": {
|
|
5053
5709
|
"node": ">=6.9.0"
|
|
5054
5710
|
}
|
|
5055
5711
|
},
|
|
5056
|
-
"node_modules/@lwc/metadata/node_modules/@babel/
|
|
5057
|
-
"version": "7.28.
|
|
5058
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
5059
|
-
"integrity": "sha512-
|
|
5712
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
5713
|
+
"version": "7.28.5",
|
|
5714
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5715
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5060
5716
|
"license": "MIT",
|
|
5061
5717
|
"dependencies": {
|
|
5062
|
-
"@babel/types": "^7.28.
|
|
5718
|
+
"@babel/types": "^7.28.5"
|
|
5063
5719
|
},
|
|
5064
5720
|
"bin": {
|
|
5065
5721
|
"parser": "bin/babel-parser.js"
|
|
@@ -5068,27 +5724,32 @@
|
|
|
5068
5724
|
"node": ">=6.0.0"
|
|
5069
5725
|
}
|
|
5070
5726
|
},
|
|
5071
|
-
"node_modules/@lwc/metadata/node_modules/@babel/traverse
|
|
5072
|
-
"version": "7.28.
|
|
5073
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5074
|
-
"integrity": "sha512-
|
|
5727
|
+
"node_modules/@lwc/metadata/node_modules/@babel/traverse": {
|
|
5728
|
+
"version": "7.28.5",
|
|
5729
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
5730
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5075
5731
|
"license": "MIT",
|
|
5076
5732
|
"dependencies": {
|
|
5077
|
-
"@babel/
|
|
5078
|
-
"@babel/
|
|
5733
|
+
"@babel/code-frame": "^7.27.1",
|
|
5734
|
+
"@babel/generator": "^7.28.5",
|
|
5735
|
+
"@babel/helper-globals": "^7.28.0",
|
|
5736
|
+
"@babel/parser": "^7.28.5",
|
|
5737
|
+
"@babel/template": "^7.27.2",
|
|
5738
|
+
"@babel/types": "^7.28.5",
|
|
5739
|
+
"debug": "^4.3.1"
|
|
5079
5740
|
},
|
|
5080
5741
|
"engines": {
|
|
5081
5742
|
"node": ">=6.9.0"
|
|
5082
5743
|
}
|
|
5083
5744
|
},
|
|
5084
5745
|
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
5085
|
-
"version": "7.
|
|
5086
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
5087
|
-
"integrity": "sha512-
|
|
5746
|
+
"version": "7.28.5",
|
|
5747
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
5748
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5088
5749
|
"license": "MIT",
|
|
5089
5750
|
"dependencies": {
|
|
5090
5751
|
"@babel/helper-string-parser": "^7.27.1",
|
|
5091
|
-
"@babel/helper-validator-identifier": "^7.
|
|
5752
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5092
5753
|
},
|
|
5093
5754
|
"engines": {
|
|
5094
5755
|
"node": ">=6.9.0"
|
|
@@ -5148,9 +5809,9 @@
|
|
|
5148
5809
|
"license": "MIT"
|
|
5149
5810
|
},
|
|
5150
5811
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5151
|
-
"version": "13.2.
|
|
5152
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
5153
|
-
"integrity": "sha512-
|
|
5812
|
+
"version": "13.2.18",
|
|
5813
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.18.tgz",
|
|
5814
|
+
"integrity": "sha512-V/eFDRfdgCDdK9yTr5IVVTx12Z+mDpjfLIeyK44Zbio1x1rppWwfLP9ek4tpyAIGyGoo34IxiojfdenSIH/bPQ==",
|
|
5154
5815
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5155
5816
|
"peer": true,
|
|
5156
5817
|
"engines": {
|
|
@@ -5158,42 +5819,42 @@
|
|
|
5158
5819
|
}
|
|
5159
5820
|
},
|
|
5160
5821
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5161
|
-
"version": "13.2.
|
|
5162
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
5163
|
-
"integrity": "sha512-
|
|
5822
|
+
"version": "13.2.18",
|
|
5823
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.18.tgz",
|
|
5824
|
+
"integrity": "sha512-YutIaXMhv2JxYkmxBROYtvm0PKIc2mAoKPel9WX54LivODV1fjGAzlms2cCVEes1RIuH3EHkmW4Hp0I/WP2S/A==",
|
|
5164
5825
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5165
5826
|
"dependencies": {
|
|
5166
|
-
"@babel/core": "7.
|
|
5167
|
-
"@babel/parser": "7.
|
|
5827
|
+
"@babel/core": "7.28.5",
|
|
5828
|
+
"@babel/parser": "7.28.5",
|
|
5168
5829
|
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
5169
|
-
"@babel/preset-typescript": "7.
|
|
5170
|
-
"@babel/traverse": "7.
|
|
5171
|
-
"@babel/types": "7.
|
|
5172
|
-
"@komaci/esm-generator": "
|
|
5173
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
5174
|
-
"@lwc/eslint-plugin-lwc": "3.
|
|
5175
|
-
"@lwc/eslint-plugin-lwc-platform": "6.
|
|
5176
|
-
"@lwc/metadata": "13.2.
|
|
5177
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5178
|
-
"@rollup/plugin-babel": "^6.0
|
|
5179
|
-
"@rollup/plugin-replace": "^6.0.
|
|
5180
|
-
"@rollup/wasm-node": "4.
|
|
5181
|
-
"@salesforce/eslint-config-lwc": "4.
|
|
5182
|
-
"@salesforce/eslint-plugin-lightning": "2.0.0
|
|
5183
|
-
"@swc/wasm": "1.
|
|
5184
|
-
"astring": "~1.
|
|
5830
|
+
"@babel/preset-typescript": "7.28.5",
|
|
5831
|
+
"@babel/traverse": "7.28.5",
|
|
5832
|
+
"@babel/types": "7.28.5",
|
|
5833
|
+
"@komaci/esm-generator": "260.31.0",
|
|
5834
|
+
"@lwc/dev-server-plugin-lex": "13.2.18",
|
|
5835
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5836
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5837
|
+
"@lwc/metadata": "13.2.18",
|
|
5838
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5839
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
5840
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
5841
|
+
"@rollup/wasm-node": "4.52.5",
|
|
5842
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
5843
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
5844
|
+
"@swc/wasm": "1.14.0",
|
|
5845
|
+
"astring": "~1.9.0",
|
|
5185
5846
|
"doctrine": "~3.0.0",
|
|
5186
|
-
"eslint": "~9.
|
|
5187
|
-
"eslint-plugin-import": "~2.
|
|
5188
|
-
"eslint-plugin-jest": "~
|
|
5847
|
+
"eslint": "~9.38.0",
|
|
5848
|
+
"eslint-plugin-import": "~2.32.0",
|
|
5849
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
5189
5850
|
"gray-matter": "~4.0.3",
|
|
5190
5851
|
"line-column": "~1.0.2",
|
|
5191
|
-
"magic-string": "~0.30.
|
|
5852
|
+
"magic-string": "~0.30.21",
|
|
5192
5853
|
"markdown-it": "~14.1.0",
|
|
5193
|
-
"parse5-sax-parser": "~
|
|
5194
|
-
"postcss": "~8.5.
|
|
5195
|
-
"postcss-selector-parser": "~
|
|
5196
|
-
"terser": "~5.
|
|
5854
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5855
|
+
"postcss": "~8.5.6",
|
|
5856
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5857
|
+
"terser": "~5.44.0"
|
|
5197
5858
|
},
|
|
5198
5859
|
"peerDependencies": {
|
|
5199
5860
|
"@lwc/compiler": ">=8",
|
|
@@ -5202,22 +5863,22 @@
|
|
|
5202
5863
|
}
|
|
5203
5864
|
},
|
|
5204
5865
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
5205
|
-
"version": "7.
|
|
5206
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
5207
|
-
"integrity": "sha512-
|
|
5866
|
+
"version": "7.28.5",
|
|
5867
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
5868
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
5208
5869
|
"license": "MIT",
|
|
5209
5870
|
"peer": true,
|
|
5210
5871
|
"dependencies": {
|
|
5211
|
-
"@ampproject/remapping": "^2.2.0",
|
|
5212
5872
|
"@babel/code-frame": "^7.27.1",
|
|
5213
|
-
"@babel/generator": "^7.
|
|
5873
|
+
"@babel/generator": "^7.28.5",
|
|
5214
5874
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
5215
|
-
"@babel/helper-module-transforms": "^7.
|
|
5216
|
-
"@babel/helpers": "^7.
|
|
5217
|
-
"@babel/parser": "^7.
|
|
5875
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
5876
|
+
"@babel/helpers": "^7.28.4",
|
|
5877
|
+
"@babel/parser": "^7.28.5",
|
|
5218
5878
|
"@babel/template": "^7.27.2",
|
|
5219
|
-
"@babel/traverse": "^7.
|
|
5220
|
-
"@babel/types": "^7.
|
|
5879
|
+
"@babel/traverse": "^7.28.5",
|
|
5880
|
+
"@babel/types": "^7.28.5",
|
|
5881
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
5221
5882
|
"convert-source-map": "^2.0.0",
|
|
5222
5883
|
"debug": "^4.1.0",
|
|
5223
5884
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -5232,59 +5893,72 @@
|
|
|
5232
5893
|
"url": "https://opencollective.com/babel"
|
|
5233
5894
|
}
|
|
5234
5895
|
},
|
|
5235
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5236
|
-
"version": "7.28.
|
|
5237
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5238
|
-
"integrity": "sha512-
|
|
5896
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
5897
|
+
"version": "7.28.5",
|
|
5898
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5899
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5239
5900
|
"license": "MIT",
|
|
5240
5901
|
"dependencies": {
|
|
5241
|
-
"@babel/
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
"
|
|
5902
|
+
"@babel/parser": "^7.28.5",
|
|
5903
|
+
"@babel/types": "^7.28.5",
|
|
5904
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5905
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5906
|
+
"jsesc": "^3.0.2"
|
|
5245
5907
|
},
|
|
5246
5908
|
"engines": {
|
|
5247
|
-
"node": ">=6.
|
|
5909
|
+
"node": ">=6.9.0"
|
|
5248
5910
|
}
|
|
5249
5911
|
},
|
|
5250
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5251
|
-
"version": "7.28.
|
|
5252
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5253
|
-
"integrity": "sha512-
|
|
5912
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
5913
|
+
"version": "7.28.5",
|
|
5914
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
5915
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
5254
5916
|
"license": "MIT",
|
|
5255
5917
|
"dependencies": {
|
|
5256
|
-
"@babel/
|
|
5257
|
-
"@babel/
|
|
5258
|
-
"@babel/helper-
|
|
5259
|
-
"@babel/
|
|
5260
|
-
"@babel/
|
|
5261
|
-
"@babel/
|
|
5262
|
-
"
|
|
5918
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5919
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
5920
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
5921
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
5922
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5923
|
+
"@babel/traverse": "^7.28.5",
|
|
5924
|
+
"semver": "^6.3.1"
|
|
5263
5925
|
},
|
|
5264
5926
|
"engines": {
|
|
5265
5927
|
"node": ">=6.9.0"
|
|
5928
|
+
},
|
|
5929
|
+
"peerDependencies": {
|
|
5930
|
+
"@babel/core": "^7.0.0"
|
|
5266
5931
|
}
|
|
5267
5932
|
},
|
|
5268
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5269
|
-
"version": "7.28.
|
|
5270
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5271
|
-
"integrity": "sha512-
|
|
5933
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions": {
|
|
5934
|
+
"version": "7.28.5",
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
5936
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
5272
5937
|
"license": "MIT",
|
|
5273
5938
|
"dependencies": {
|
|
5274
|
-
"@babel/
|
|
5275
|
-
"@babel/
|
|
5939
|
+
"@babel/traverse": "^7.28.5",
|
|
5940
|
+
"@babel/types": "^7.28.5"
|
|
5276
5941
|
},
|
|
5277
5942
|
"engines": {
|
|
5278
5943
|
"node": ">=6.9.0"
|
|
5279
5944
|
}
|
|
5280
5945
|
},
|
|
5946
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
5947
|
+
"version": "7.28.5",
|
|
5948
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5949
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5950
|
+
"license": "MIT",
|
|
5951
|
+
"engines": {
|
|
5952
|
+
"node": ">=6.9.0"
|
|
5953
|
+
}
|
|
5954
|
+
},
|
|
5281
5955
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
5282
|
-
"version": "7.
|
|
5283
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
5284
|
-
"integrity": "sha512-
|
|
5956
|
+
"version": "7.28.5",
|
|
5957
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5958
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5285
5959
|
"license": "MIT",
|
|
5286
5960
|
"dependencies": {
|
|
5287
|
-
"@babel/types": "^7.
|
|
5961
|
+
"@babel/types": "^7.28.5"
|
|
5288
5962
|
},
|
|
5289
5963
|
"bin": {
|
|
5290
5964
|
"parser": "bin/babel-parser.js"
|
|
@@ -5293,19 +5967,6 @@
|
|
|
5293
5967
|
"node": ">=6.0.0"
|
|
5294
5968
|
}
|
|
5295
5969
|
},
|
|
5296
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
5297
|
-
"version": "7.28.4",
|
|
5298
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
5299
|
-
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
5300
|
-
"license": "MIT",
|
|
5301
|
-
"dependencies": {
|
|
5302
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5303
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5304
|
-
},
|
|
5305
|
-
"engines": {
|
|
5306
|
-
"node": ">=6.9.0"
|
|
5307
|
-
}
|
|
5308
|
-
},
|
|
5309
5970
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5310
5971
|
"version": "7.27.1",
|
|
5311
5972
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
@@ -5368,13 +6029,13 @@
|
|
|
5368
6029
|
}
|
|
5369
6030
|
},
|
|
5370
6031
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
5371
|
-
"version": "7.28.
|
|
5372
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.
|
|
5373
|
-
"integrity": "sha512-
|
|
6032
|
+
"version": "7.28.5",
|
|
6033
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
6034
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
5374
6035
|
"license": "MIT",
|
|
5375
6036
|
"dependencies": {
|
|
5376
6037
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5377
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
6038
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
5378
6039
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5379
6040
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5380
6041
|
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
@@ -5387,16 +6048,16 @@
|
|
|
5387
6048
|
}
|
|
5388
6049
|
},
|
|
5389
6050
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
5390
|
-
"version": "7.
|
|
5391
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
5392
|
-
"integrity": "sha512
|
|
6051
|
+
"version": "7.28.5",
|
|
6052
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
6053
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
5393
6054
|
"license": "MIT",
|
|
5394
6055
|
"dependencies": {
|
|
5395
6056
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
5396
6057
|
"@babel/helper-validator-option": "^7.27.1",
|
|
5397
6058
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5398
6059
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
5399
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
6060
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
5400
6061
|
},
|
|
5401
6062
|
"engines": {
|
|
5402
6063
|
"node": ">=6.9.0"
|
|
@@ -5406,62 +6067,76 @@
|
|
|
5406
6067
|
}
|
|
5407
6068
|
},
|
|
5408
6069
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
5409
|
-
"version": "7.
|
|
5410
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
5411
|
-
"integrity": "sha512-
|
|
6070
|
+
"version": "7.28.5",
|
|
6071
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
6072
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5412
6073
|
"license": "MIT",
|
|
5413
6074
|
"dependencies": {
|
|
5414
6075
|
"@babel/code-frame": "^7.27.1",
|
|
5415
|
-
"@babel/generator": "^7.
|
|
5416
|
-
"@babel/
|
|
6076
|
+
"@babel/generator": "^7.28.5",
|
|
6077
|
+
"@babel/helper-globals": "^7.28.0",
|
|
6078
|
+
"@babel/parser": "^7.28.5",
|
|
5417
6079
|
"@babel/template": "^7.27.2",
|
|
5418
|
-
"@babel/types": "^7.
|
|
5419
|
-
"debug": "^4.3.1"
|
|
5420
|
-
"globals": "^11.1.0"
|
|
6080
|
+
"@babel/types": "^7.28.5",
|
|
6081
|
+
"debug": "^4.3.1"
|
|
5421
6082
|
},
|
|
5422
6083
|
"engines": {
|
|
5423
6084
|
"node": ">=6.9.0"
|
|
5424
6085
|
}
|
|
5425
6086
|
},
|
|
5426
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/
|
|
5427
|
-
"version": "7.28.
|
|
5428
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
5429
|
-
"integrity": "sha512-
|
|
6087
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/types": {
|
|
6088
|
+
"version": "7.28.5",
|
|
6089
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
6090
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5430
6091
|
"license": "MIT",
|
|
5431
6092
|
"dependencies": {
|
|
5432
|
-
"@babel/
|
|
5433
|
-
|
|
5434
|
-
"bin": {
|
|
5435
|
-
"parser": "bin/babel-parser.js"
|
|
6093
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
6094
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5436
6095
|
},
|
|
5437
6096
|
"engines": {
|
|
5438
|
-
"node": ">=6.
|
|
6097
|
+
"node": ">=6.9.0"
|
|
5439
6098
|
}
|
|
5440
6099
|
},
|
|
5441
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5442
|
-
"version": "
|
|
5443
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5444
|
-
"integrity": "sha512-
|
|
6100
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils": {
|
|
6101
|
+
"version": "4.9.0",
|
|
6102
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
6103
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5445
6104
|
"license": "MIT",
|
|
5446
6105
|
"dependencies": {
|
|
5447
|
-
"
|
|
5448
|
-
|
|
6106
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
6107
|
+
},
|
|
6108
|
+
"engines": {
|
|
6109
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6110
|
+
},
|
|
6111
|
+
"funding": {
|
|
6112
|
+
"url": "https://opencollective.com/eslint"
|
|
5449
6113
|
},
|
|
6114
|
+
"peerDependencies": {
|
|
6115
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
6116
|
+
}
|
|
6117
|
+
},
|
|
6118
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
6119
|
+
"version": "3.4.3",
|
|
6120
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
6121
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
6122
|
+
"license": "Apache-2.0",
|
|
5450
6123
|
"engines": {
|
|
5451
|
-
"node": ">=
|
|
6124
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6125
|
+
},
|
|
6126
|
+
"funding": {
|
|
6127
|
+
"url": "https://opencollective.com/eslint"
|
|
5452
6128
|
}
|
|
5453
6129
|
},
|
|
5454
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
5455
|
-
"version": "
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5457
|
-
"integrity": "sha512-
|
|
5458
|
-
"license": "
|
|
6130
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/core": {
|
|
6131
|
+
"version": "0.16.0",
|
|
6132
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
6133
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
6134
|
+
"license": "Apache-2.0",
|
|
5459
6135
|
"dependencies": {
|
|
5460
|
-
"@
|
|
5461
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
6136
|
+
"@types/json-schema": "^7.0.15"
|
|
5462
6137
|
},
|
|
5463
6138
|
"engines": {
|
|
5464
|
-
"node": "
|
|
6139
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5465
6140
|
}
|
|
5466
6141
|
},
|
|
5467
6142
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc": {
|
|
@@ -5487,22 +6162,28 @@
|
|
|
5487
6162
|
"url": "https://opencollective.com/eslint"
|
|
5488
6163
|
}
|
|
5489
6164
|
},
|
|
5490
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/
|
|
5491
|
-
"version": "
|
|
5492
|
-
"resolved": "https://registry.npmjs.org/
|
|
5493
|
-
"integrity": "sha512-
|
|
6165
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/js": {
|
|
6166
|
+
"version": "9.38.0",
|
|
6167
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
6168
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5494
6169
|
"license": "MIT",
|
|
5495
6170
|
"engines": {
|
|
5496
|
-
"node": ">=
|
|
6171
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5497
6172
|
},
|
|
5498
6173
|
"funding": {
|
|
5499
|
-
"url": "https://
|
|
6174
|
+
"url": "https://eslint.org/donate"
|
|
5500
6175
|
}
|
|
5501
6176
|
},
|
|
6177
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@jridgewell/sourcemap-codec": {
|
|
6178
|
+
"version": "1.5.5",
|
|
6179
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
6180
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
6181
|
+
"license": "MIT"
|
|
6182
|
+
},
|
|
5502
6183
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
5503
|
-
"version": "6.0
|
|
5504
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.
|
|
5505
|
-
"integrity": "sha512-
|
|
6184
|
+
"version": "6.1.0",
|
|
6185
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
6186
|
+
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
5506
6187
|
"license": "MIT",
|
|
5507
6188
|
"dependencies": {
|
|
5508
6189
|
"@babel/helper-module-imports": "^7.18.6",
|
|
@@ -5525,34 +6206,37 @@
|
|
|
5525
6206
|
}
|
|
5526
6207
|
}
|
|
5527
6208
|
},
|
|
5528
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/
|
|
5529
|
-
"version": "
|
|
5530
|
-
"resolved": "https://registry.npmjs.org/
|
|
5531
|
-
"integrity": "sha512-
|
|
5532
|
-
"license": "
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
6209
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
6210
|
+
"version": "3.0.0",
|
|
6211
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
6212
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
6213
|
+
"license": "Apache-2.0",
|
|
6214
|
+
"dependencies": {
|
|
6215
|
+
"esutils": "^2.0.2"
|
|
6216
|
+
},
|
|
6217
|
+
"engines": {
|
|
6218
|
+
"node": ">=6.0.0"
|
|
5535
6219
|
}
|
|
5536
6220
|
},
|
|
5537
6221
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
|
|
5538
|
-
"version": "9.
|
|
5539
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
5540
|
-
"integrity": "sha512-
|
|
6222
|
+
"version": "9.38.0",
|
|
6223
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
|
|
6224
|
+
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
|
|
5541
6225
|
"license": "MIT",
|
|
6226
|
+
"peer": true,
|
|
5542
6227
|
"dependencies": {
|
|
5543
|
-
"@eslint-community/eslint-utils": "^4.
|
|
6228
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5544
6229
|
"@eslint-community/regexpp": "^4.12.1",
|
|
5545
|
-
"@eslint/config-array": "^0.
|
|
5546
|
-
"@eslint/config-helpers": "^0.
|
|
5547
|
-
"@eslint/core": "^0.
|
|
6230
|
+
"@eslint/config-array": "^0.21.1",
|
|
6231
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
6232
|
+
"@eslint/core": "^0.16.0",
|
|
5548
6233
|
"@eslint/eslintrc": "^3.3.1",
|
|
5549
|
-
"@eslint/js": "9.
|
|
5550
|
-
"@eslint/plugin-kit": "^0.
|
|
6234
|
+
"@eslint/js": "9.38.0",
|
|
6235
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
5551
6236
|
"@humanfs/node": "^0.16.6",
|
|
5552
6237
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5553
6238
|
"@humanwhocodes/retry": "^0.4.2",
|
|
5554
6239
|
"@types/estree": "^1.0.6",
|
|
5555
|
-
"@types/json-schema": "^7.0.15",
|
|
5556
6240
|
"ajv": "^6.12.4",
|
|
5557
6241
|
"chalk": "^4.0.0",
|
|
5558
6242
|
"cross-spawn": "^7.0.6",
|
|
@@ -5675,6 +6359,18 @@
|
|
|
5675
6359
|
"node": ">=10.13.0"
|
|
5676
6360
|
}
|
|
5677
6361
|
},
|
|
6362
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/globals": {
|
|
6363
|
+
"version": "14.0.0",
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
6365
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
6366
|
+
"license": "MIT",
|
|
6367
|
+
"engines": {
|
|
6368
|
+
"node": ">=18"
|
|
6369
|
+
},
|
|
6370
|
+
"funding": {
|
|
6371
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
5678
6374
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/locate-path": {
|
|
5679
6375
|
"version": "6.0.0",
|
|
5680
6376
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -5690,6 +6386,15 @@
|
|
|
5690
6386
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5691
6387
|
}
|
|
5692
6388
|
},
|
|
6389
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/magic-string": {
|
|
6390
|
+
"version": "0.30.21",
|
|
6391
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
6392
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
6393
|
+
"license": "MIT",
|
|
6394
|
+
"dependencies": {
|
|
6395
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
6396
|
+
}
|
|
6397
|
+
},
|
|
5693
6398
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/p-limit": {
|
|
5694
6399
|
"version": "3.1.0",
|
|
5695
6400
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -5776,19 +6481,6 @@
|
|
|
5776
6481
|
"postcss-value-parser": "~4.2.0"
|
|
5777
6482
|
}
|
|
5778
6483
|
},
|
|
5779
|
-
"node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
|
|
5780
|
-
"version": "7.1.0",
|
|
5781
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
5782
|
-
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
5783
|
-
"license": "MIT",
|
|
5784
|
-
"dependencies": {
|
|
5785
|
-
"cssesc": "^3.0.0",
|
|
5786
|
-
"util-deprecate": "^1.0.2"
|
|
5787
|
-
},
|
|
5788
|
-
"engines": {
|
|
5789
|
-
"node": ">=4"
|
|
5790
|
-
}
|
|
5791
|
-
},
|
|
5792
6484
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5793
6485
|
"version": "8.23.0",
|
|
5794
6486
|
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.23.0.tgz",
|
|
@@ -6476,18 +7168,6 @@
|
|
|
6476
7168
|
"node": ">=18.0.0"
|
|
6477
7169
|
}
|
|
6478
7170
|
},
|
|
6479
|
-
"node_modules/@lwrjs/shared-utils/node_modules/parse5": {
|
|
6480
|
-
"version": "7.2.1",
|
|
6481
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
6482
|
-
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
6483
|
-
"license": "MIT",
|
|
6484
|
-
"dependencies": {
|
|
6485
|
-
"entities": "^4.5.0"
|
|
6486
|
-
},
|
|
6487
|
-
"funding": {
|
|
6488
|
-
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
7171
|
"node_modules/@lwrjs/static": {
|
|
6492
7172
|
"version": "0.18.3",
|
|
6493
7173
|
"resolved": "https://registry.npmjs.org/@lwrjs/static/-/static-0.18.3.tgz",
|
|
@@ -7848,9 +8528,9 @@
|
|
|
7848
8528
|
}
|
|
7849
8529
|
},
|
|
7850
8530
|
"node_modules/@rollup/plugin-replace": {
|
|
7851
|
-
"version": "6.0.
|
|
7852
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.
|
|
7853
|
-
"integrity": "sha512-
|
|
8531
|
+
"version": "6.0.3",
|
|
8532
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
|
|
8533
|
+
"integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
|
|
7854
8534
|
"license": "MIT",
|
|
7855
8535
|
"dependencies": {
|
|
7856
8536
|
"@rollup/pluginutils": "^5.0.1",
|
|
@@ -7937,12 +8617,12 @@
|
|
|
7937
8617
|
"license": "MIT"
|
|
7938
8618
|
},
|
|
7939
8619
|
"node_modules/@rollup/wasm-node": {
|
|
7940
|
-
"version": "4.
|
|
7941
|
-
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.
|
|
7942
|
-
"integrity": "sha512-
|
|
8620
|
+
"version": "4.52.5",
|
|
8621
|
+
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.52.5.tgz",
|
|
8622
|
+
"integrity": "sha512-ldY4tEzSMBHNwB8TfRpi7RRRjjyfKlwjdebw5pS1lu0xaY3g4RDc6ople2wEYulVOKVeH7ZJwRx0iw4pGtjMHg==",
|
|
7943
8623
|
"license": "MIT",
|
|
7944
8624
|
"dependencies": {
|
|
7945
|
-
"@types/estree": "1.0.
|
|
8625
|
+
"@types/estree": "1.0.8"
|
|
7946
8626
|
},
|
|
7947
8627
|
"bin": {
|
|
7948
8628
|
"rollup": "dist/bin/rollup"
|
|
@@ -7955,12 +8635,6 @@
|
|
|
7955
8635
|
"fsevents": "~2.3.2"
|
|
7956
8636
|
}
|
|
7957
8637
|
},
|
|
7958
|
-
"node_modules/@rollup/wasm-node/node_modules/@types/estree": {
|
|
7959
|
-
"version": "1.0.5",
|
|
7960
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
|
7961
|
-
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
7962
|
-
"license": "MIT"
|
|
7963
|
-
},
|
|
7964
8638
|
"node_modules/@rtsao/scc": {
|
|
7965
8639
|
"version": "1.1.0",
|
|
7966
8640
|
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
|
|
@@ -8255,9 +8929,9 @@
|
|
|
8255
8929
|
"license": "MIT"
|
|
8256
8930
|
},
|
|
8257
8931
|
"node_modules/@salesforce/eslint-config-lwc": {
|
|
8258
|
-
"version": "4.
|
|
8259
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.
|
|
8260
|
-
"integrity": "sha512-
|
|
8932
|
+
"version": "4.1.1",
|
|
8933
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.1.1.tgz",
|
|
8934
|
+
"integrity": "sha512-twgNRNnFgD0rwIgtROQEJ0m9QQhEAVuQ4DgO8fmSPZiKlsJsLduULeLZtVzok6qSWLY3ZImetgMBPF7mv+I1kw==",
|
|
8261
8935
|
"license": "MIT",
|
|
8262
8936
|
"dependencies": {
|
|
8263
8937
|
"@babel/core": "~7.26.0",
|
|
@@ -8344,6 +9018,61 @@
|
|
|
8344
9018
|
"semver": "bin/semver.js"
|
|
8345
9019
|
}
|
|
8346
9020
|
},
|
|
9021
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/helpers": {
|
|
9022
|
+
"version": "7.28.3",
|
|
9023
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
9024
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
9025
|
+
"license": "MIT",
|
|
9026
|
+
"dependencies": {
|
|
9027
|
+
"@babel/template": "^7.27.2",
|
|
9028
|
+
"@babel/types": "^7.28.2"
|
|
9029
|
+
},
|
|
9030
|
+
"engines": {
|
|
9031
|
+
"node": ">=6.9.0"
|
|
9032
|
+
}
|
|
9033
|
+
},
|
|
9034
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
9035
|
+
"version": "4.9.0",
|
|
9036
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
9037
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
9038
|
+
"license": "MIT",
|
|
9039
|
+
"dependencies": {
|
|
9040
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9041
|
+
},
|
|
9042
|
+
"engines": {
|
|
9043
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9044
|
+
},
|
|
9045
|
+
"funding": {
|
|
9046
|
+
"url": "https://opencollective.com/eslint"
|
|
9047
|
+
},
|
|
9048
|
+
"peerDependencies": {
|
|
9049
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
9050
|
+
}
|
|
9051
|
+
},
|
|
9052
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
9053
|
+
"version": "3.4.3",
|
|
9054
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
9055
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
9056
|
+
"license": "Apache-2.0",
|
|
9057
|
+
"engines": {
|
|
9058
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9059
|
+
},
|
|
9060
|
+
"funding": {
|
|
9061
|
+
"url": "https://opencollective.com/eslint"
|
|
9062
|
+
}
|
|
9063
|
+
},
|
|
9064
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/core": {
|
|
9065
|
+
"version": "0.16.0",
|
|
9066
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
9067
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
9068
|
+
"license": "Apache-2.0",
|
|
9069
|
+
"dependencies": {
|
|
9070
|
+
"@types/json-schema": "^7.0.15"
|
|
9071
|
+
},
|
|
9072
|
+
"engines": {
|
|
9073
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9074
|
+
}
|
|
9075
|
+
},
|
|
8347
9076
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc": {
|
|
8348
9077
|
"version": "3.3.1",
|
|
8349
9078
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8379,23 +9108,35 @@
|
|
|
8379
9108
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8380
9109
|
}
|
|
8381
9110
|
},
|
|
8382
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/
|
|
9111
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/js": {
|
|
8383
9112
|
"version": "9.29.0",
|
|
9113
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
|
|
9114
|
+
"integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
|
|
9115
|
+
"license": "MIT",
|
|
9116
|
+
"engines": {
|
|
9117
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9118
|
+
},
|
|
9119
|
+
"funding": {
|
|
9120
|
+
"url": "https://eslint.org/donate"
|
|
9121
|
+
}
|
|
9122
|
+
},
|
|
9123
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint": {
|
|
9124
|
+
"version": "9.38.0",
|
|
8384
9125
|
"license": "MIT",
|
|
9126
|
+
"peer": true,
|
|
8385
9127
|
"dependencies": {
|
|
8386
|
-
"@eslint-community/eslint-utils": "^4.
|
|
9128
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8387
9129
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8388
|
-
"@eslint/config-array": "^0.
|
|
8389
|
-
"@eslint/config-helpers": "^0.
|
|
8390
|
-
"@eslint/core": "^0.
|
|
9130
|
+
"@eslint/config-array": "^0.21.1",
|
|
9131
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
9132
|
+
"@eslint/core": "^0.16.0",
|
|
8391
9133
|
"@eslint/eslintrc": "^3.3.1",
|
|
8392
|
-
"@eslint/js": "9.
|
|
8393
|
-
"@eslint/plugin-kit": "^0.
|
|
9134
|
+
"@eslint/js": "9.38.0",
|
|
9135
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8394
9136
|
"@humanfs/node": "^0.16.6",
|
|
8395
9137
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8396
9138
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8397
9139
|
"@types/estree": "^1.0.6",
|
|
8398
|
-
"@types/json-schema": "^7.0.15",
|
|
8399
9140
|
"ajv": "^6.12.4",
|
|
8400
9141
|
"chalk": "^4.0.0",
|
|
8401
9142
|
"cross-spawn": "^7.0.6",
|
|
@@ -8462,6 +9203,18 @@
|
|
|
8462
9203
|
"node": ">=10"
|
|
8463
9204
|
}
|
|
8464
9205
|
},
|
|
9206
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/@eslint/js": {
|
|
9207
|
+
"version": "9.38.0",
|
|
9208
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
9209
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
9210
|
+
"license": "MIT",
|
|
9211
|
+
"engines": {
|
|
9212
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9213
|
+
},
|
|
9214
|
+
"funding": {
|
|
9215
|
+
"url": "https://eslint.org/donate"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
8465
9218
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
8466
9219
|
"version": "4.2.1",
|
|
8467
9220
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -8585,9 +9338,9 @@
|
|
|
8585
9338
|
}
|
|
8586
9339
|
},
|
|
8587
9340
|
"node_modules/@salesforce/eslint-plugin-lightning": {
|
|
8588
|
-
"version": "2.0.0
|
|
8589
|
-
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0
|
|
8590
|
-
"integrity": "sha512-
|
|
9341
|
+
"version": "2.0.0",
|
|
9342
|
+
"resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0.tgz",
|
|
9343
|
+
"integrity": "sha512-lC3GL2j6B2wAGeTFWT0h47BFg+0R7naqqlQW+ANvNSaIC/qEB+tNSRcdAZ8DRTojsI3GRdpgq3FTB1llbrFBng==",
|
|
8591
9344
|
"license": "MIT",
|
|
8592
9345
|
"peer": true,
|
|
8593
9346
|
"engines": {
|
|
@@ -8597,6 +9350,48 @@
|
|
|
8597
9350
|
"eslint": "^9"
|
|
8598
9351
|
}
|
|
8599
9352
|
},
|
|
9353
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils": {
|
|
9354
|
+
"version": "4.9.0",
|
|
9355
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
9356
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
9357
|
+
"license": "MIT",
|
|
9358
|
+
"dependencies": {
|
|
9359
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9360
|
+
},
|
|
9361
|
+
"engines": {
|
|
9362
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9363
|
+
},
|
|
9364
|
+
"funding": {
|
|
9365
|
+
"url": "https://opencollective.com/eslint"
|
|
9366
|
+
},
|
|
9367
|
+
"peerDependencies": {
|
|
9368
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
9369
|
+
}
|
|
9370
|
+
},
|
|
9371
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
9372
|
+
"version": "3.4.3",
|
|
9373
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
9374
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
9375
|
+
"license": "Apache-2.0",
|
|
9376
|
+
"engines": {
|
|
9377
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
9378
|
+
},
|
|
9379
|
+
"funding": {
|
|
9380
|
+
"url": "https://opencollective.com/eslint"
|
|
9381
|
+
}
|
|
9382
|
+
},
|
|
9383
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/core": {
|
|
9384
|
+
"version": "0.16.0",
|
|
9385
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
9386
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
9387
|
+
"license": "Apache-2.0",
|
|
9388
|
+
"dependencies": {
|
|
9389
|
+
"@types/json-schema": "^7.0.15"
|
|
9390
|
+
},
|
|
9391
|
+
"engines": {
|
|
9392
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
8600
9395
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc": {
|
|
8601
9396
|
"version": "3.3.1",
|
|
8602
9397
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8620,24 +9415,35 @@
|
|
|
8620
9415
|
"url": "https://opencollective.com/eslint"
|
|
8621
9416
|
}
|
|
8622
9417
|
},
|
|
9418
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/js": {
|
|
9419
|
+
"version": "9.38.0",
|
|
9420
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
9421
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
9422
|
+
"license": "MIT",
|
|
9423
|
+
"engines": {
|
|
9424
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9425
|
+
},
|
|
9426
|
+
"funding": {
|
|
9427
|
+
"url": "https://eslint.org/donate"
|
|
9428
|
+
}
|
|
9429
|
+
},
|
|
8623
9430
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint": {
|
|
8624
|
-
"version": "9.
|
|
9431
|
+
"version": "9.38.0",
|
|
8625
9432
|
"license": "MIT",
|
|
8626
9433
|
"peer": true,
|
|
8627
9434
|
"dependencies": {
|
|
8628
|
-
"@eslint-community/eslint-utils": "^4.
|
|
9435
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8629
9436
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8630
|
-
"@eslint/config-array": "^0.
|
|
8631
|
-
"@eslint/config-helpers": "^0.
|
|
8632
|
-
"@eslint/core": "^0.
|
|
9437
|
+
"@eslint/config-array": "^0.21.1",
|
|
9438
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
9439
|
+
"@eslint/core": "^0.16.0",
|
|
8633
9440
|
"@eslint/eslintrc": "^3.3.1",
|
|
8634
|
-
"@eslint/js": "9.
|
|
8635
|
-
"@eslint/plugin-kit": "^0.
|
|
9441
|
+
"@eslint/js": "9.38.0",
|
|
9442
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8636
9443
|
"@humanfs/node": "^0.16.6",
|
|
8637
9444
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8638
9445
|
"@humanwhocodes/retry": "^0.4.2",
|
|
8639
9446
|
"@types/estree": "^1.0.6",
|
|
8640
|
-
"@types/json-schema": "^7.0.15",
|
|
8641
9447
|
"ajv": "^6.12.4",
|
|
8642
9448
|
"chalk": "^4.0.0",
|
|
8643
9449
|
"cross-spawn": "^7.0.6",
|
|
@@ -9933,9 +10739,9 @@
|
|
|
9933
10739
|
}
|
|
9934
10740
|
},
|
|
9935
10741
|
"node_modules/@swc/wasm": {
|
|
9936
|
-
"version": "1.
|
|
9937
|
-
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.
|
|
9938
|
-
"integrity": "sha512-
|
|
10742
|
+
"version": "1.14.0",
|
|
10743
|
+
"resolved": "https://registry.npmjs.org/@swc/wasm/-/wasm-1.14.0.tgz",
|
|
10744
|
+
"integrity": "sha512-eUUA3jEwFzoMh6mUksvaqX3wK+FxKFFFapBic+sQigxD5NytXM+PFARbv17BECKV/XcCCROHFV9+e73lYOsV3A==",
|
|
9939
10745
|
"license": "Apache-2.0"
|
|
9940
10746
|
},
|
|
9941
10747
|
"node_modules/@szmarczak/http-timer": {
|
|
@@ -10442,6 +11248,40 @@
|
|
|
10442
11248
|
}
|
|
10443
11249
|
}
|
|
10444
11250
|
},
|
|
11251
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
11252
|
+
"version": "8.46.2",
|
|
11253
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz",
|
|
11254
|
+
"integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==",
|
|
11255
|
+
"license": "MIT",
|
|
11256
|
+
"dependencies": {
|
|
11257
|
+
"@typescript-eslint/tsconfig-utils": "^8.46.2",
|
|
11258
|
+
"@typescript-eslint/types": "^8.46.2",
|
|
11259
|
+
"debug": "^4.3.4"
|
|
11260
|
+
},
|
|
11261
|
+
"engines": {
|
|
11262
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11263
|
+
},
|
|
11264
|
+
"funding": {
|
|
11265
|
+
"type": "opencollective",
|
|
11266
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11267
|
+
},
|
|
11268
|
+
"peerDependencies": {
|
|
11269
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
11270
|
+
}
|
|
11271
|
+
},
|
|
11272
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
11273
|
+
"version": "8.46.2",
|
|
11274
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
11275
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
11276
|
+
"license": "MIT",
|
|
11277
|
+
"engines": {
|
|
11278
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11279
|
+
},
|
|
11280
|
+
"funding": {
|
|
11281
|
+
"type": "opencollective",
|
|
11282
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11283
|
+
}
|
|
11284
|
+
},
|
|
10445
11285
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10446
11286
|
"version": "6.21.0",
|
|
10447
11287
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
@@ -10460,6 +11300,22 @@
|
|
|
10460
11300
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10461
11301
|
}
|
|
10462
11302
|
},
|
|
11303
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
11304
|
+
"version": "8.46.2",
|
|
11305
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz",
|
|
11306
|
+
"integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==",
|
|
11307
|
+
"license": "MIT",
|
|
11308
|
+
"engines": {
|
|
11309
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
11310
|
+
},
|
|
11311
|
+
"funding": {
|
|
11312
|
+
"type": "opencollective",
|
|
11313
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11314
|
+
},
|
|
11315
|
+
"peerDependencies": {
|
|
11316
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
11317
|
+
}
|
|
11318
|
+
},
|
|
10463
11319
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10464
11320
|
"version": "6.21.0",
|
|
10465
11321
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
@@ -10894,18 +11750,88 @@
|
|
|
10894
11750
|
"dev": true,
|
|
10895
11751
|
"license": "MIT"
|
|
10896
11752
|
},
|
|
10897
|
-
"node_modules/array-includes": {
|
|
10898
|
-
"version": "3.1.
|
|
10899
|
-
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.
|
|
10900
|
-
"integrity": "sha512-
|
|
11753
|
+
"node_modules/array-includes": {
|
|
11754
|
+
"version": "3.1.9",
|
|
11755
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
|
|
11756
|
+
"integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
|
|
11757
|
+
"license": "MIT",
|
|
11758
|
+
"dependencies": {
|
|
11759
|
+
"call-bind": "^1.0.8",
|
|
11760
|
+
"call-bound": "^1.0.4",
|
|
11761
|
+
"define-properties": "^1.2.1",
|
|
11762
|
+
"es-abstract": "^1.24.0",
|
|
11763
|
+
"es-object-atoms": "^1.1.1",
|
|
11764
|
+
"get-intrinsic": "^1.3.0",
|
|
11765
|
+
"is-string": "^1.1.1",
|
|
11766
|
+
"math-intrinsics": "^1.1.0"
|
|
11767
|
+
},
|
|
11768
|
+
"engines": {
|
|
11769
|
+
"node": ">= 0.4"
|
|
11770
|
+
},
|
|
11771
|
+
"funding": {
|
|
11772
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11773
|
+
}
|
|
11774
|
+
},
|
|
11775
|
+
"node_modules/array-includes/node_modules/es-abstract": {
|
|
11776
|
+
"version": "1.24.0",
|
|
11777
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
|
|
11778
|
+
"integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
|
|
10901
11779
|
"license": "MIT",
|
|
10902
11780
|
"dependencies": {
|
|
10903
|
-
"
|
|
10904
|
-
"
|
|
10905
|
-
"
|
|
10906
|
-
"
|
|
10907
|
-
"
|
|
10908
|
-
"
|
|
11781
|
+
"array-buffer-byte-length": "^1.0.2",
|
|
11782
|
+
"arraybuffer.prototype.slice": "^1.0.4",
|
|
11783
|
+
"available-typed-arrays": "^1.0.7",
|
|
11784
|
+
"call-bind": "^1.0.8",
|
|
11785
|
+
"call-bound": "^1.0.4",
|
|
11786
|
+
"data-view-buffer": "^1.0.2",
|
|
11787
|
+
"data-view-byte-length": "^1.0.2",
|
|
11788
|
+
"data-view-byte-offset": "^1.0.1",
|
|
11789
|
+
"es-define-property": "^1.0.1",
|
|
11790
|
+
"es-errors": "^1.3.0",
|
|
11791
|
+
"es-object-atoms": "^1.1.1",
|
|
11792
|
+
"es-set-tostringtag": "^2.1.0",
|
|
11793
|
+
"es-to-primitive": "^1.3.0",
|
|
11794
|
+
"function.prototype.name": "^1.1.8",
|
|
11795
|
+
"get-intrinsic": "^1.3.0",
|
|
11796
|
+
"get-proto": "^1.0.1",
|
|
11797
|
+
"get-symbol-description": "^1.1.0",
|
|
11798
|
+
"globalthis": "^1.0.4",
|
|
11799
|
+
"gopd": "^1.2.0",
|
|
11800
|
+
"has-property-descriptors": "^1.0.2",
|
|
11801
|
+
"has-proto": "^1.2.0",
|
|
11802
|
+
"has-symbols": "^1.1.0",
|
|
11803
|
+
"hasown": "^2.0.2",
|
|
11804
|
+
"internal-slot": "^1.1.0",
|
|
11805
|
+
"is-array-buffer": "^3.0.5",
|
|
11806
|
+
"is-callable": "^1.2.7",
|
|
11807
|
+
"is-data-view": "^1.0.2",
|
|
11808
|
+
"is-negative-zero": "^2.0.3",
|
|
11809
|
+
"is-regex": "^1.2.1",
|
|
11810
|
+
"is-set": "^2.0.3",
|
|
11811
|
+
"is-shared-array-buffer": "^1.0.4",
|
|
11812
|
+
"is-string": "^1.1.1",
|
|
11813
|
+
"is-typed-array": "^1.1.15",
|
|
11814
|
+
"is-weakref": "^1.1.1",
|
|
11815
|
+
"math-intrinsics": "^1.1.0",
|
|
11816
|
+
"object-inspect": "^1.13.4",
|
|
11817
|
+
"object-keys": "^1.1.1",
|
|
11818
|
+
"object.assign": "^4.1.7",
|
|
11819
|
+
"own-keys": "^1.0.1",
|
|
11820
|
+
"regexp.prototype.flags": "^1.5.4",
|
|
11821
|
+
"safe-array-concat": "^1.1.3",
|
|
11822
|
+
"safe-push-apply": "^1.0.0",
|
|
11823
|
+
"safe-regex-test": "^1.1.0",
|
|
11824
|
+
"set-proto": "^1.0.0",
|
|
11825
|
+
"stop-iteration-iterator": "^1.1.0",
|
|
11826
|
+
"string.prototype.trim": "^1.2.10",
|
|
11827
|
+
"string.prototype.trimend": "^1.0.9",
|
|
11828
|
+
"string.prototype.trimstart": "^1.0.8",
|
|
11829
|
+
"typed-array-buffer": "^1.0.3",
|
|
11830
|
+
"typed-array-byte-length": "^1.0.3",
|
|
11831
|
+
"typed-array-byte-offset": "^1.0.4",
|
|
11832
|
+
"typed-array-length": "^1.0.7",
|
|
11833
|
+
"unbox-primitive": "^1.1.0",
|
|
11834
|
+
"which-typed-array": "^1.1.19"
|
|
10909
11835
|
},
|
|
10910
11836
|
"engines": {
|
|
10911
11837
|
"node": ">= 0.4"
|
|
@@ -10946,15 +11872,15 @@
|
|
|
10946
11872
|
}
|
|
10947
11873
|
},
|
|
10948
11874
|
"node_modules/array.prototype.flat": {
|
|
10949
|
-
"version": "1.3.
|
|
10950
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.
|
|
10951
|
-
"integrity": "sha512-
|
|
11875
|
+
"version": "1.3.3",
|
|
11876
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
|
|
11877
|
+
"integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
|
|
10952
11878
|
"license": "MIT",
|
|
10953
11879
|
"dependencies": {
|
|
10954
|
-
"call-bind": "^1.0.
|
|
10955
|
-
"define-properties": "^1.2.
|
|
10956
|
-
"es-abstract": "^1.
|
|
10957
|
-
"es-shim-unscopables": "^1.0.
|
|
11880
|
+
"call-bind": "^1.0.8",
|
|
11881
|
+
"define-properties": "^1.2.1",
|
|
11882
|
+
"es-abstract": "^1.23.5",
|
|
11883
|
+
"es-shim-unscopables": "^1.0.2"
|
|
10958
11884
|
},
|
|
10959
11885
|
"engines": {
|
|
10960
11886
|
"node": ">= 0.4"
|
|
@@ -10964,15 +11890,15 @@
|
|
|
10964
11890
|
}
|
|
10965
11891
|
},
|
|
10966
11892
|
"node_modules/array.prototype.flatmap": {
|
|
10967
|
-
"version": "1.3.
|
|
10968
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.
|
|
10969
|
-
"integrity": "sha512-
|
|
11893
|
+
"version": "1.3.3",
|
|
11894
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
|
|
11895
|
+
"integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
|
|
10970
11896
|
"license": "MIT",
|
|
10971
11897
|
"dependencies": {
|
|
10972
|
-
"call-bind": "^1.0.
|
|
10973
|
-
"define-properties": "^1.2.
|
|
10974
|
-
"es-abstract": "^1.
|
|
10975
|
-
"es-shim-unscopables": "^1.0.
|
|
11898
|
+
"call-bind": "^1.0.8",
|
|
11899
|
+
"define-properties": "^1.2.1",
|
|
11900
|
+
"es-abstract": "^1.23.5",
|
|
11901
|
+
"es-shim-unscopables": "^1.0.2"
|
|
10976
11902
|
},
|
|
10977
11903
|
"engines": {
|
|
10978
11904
|
"node": ">= 0.4"
|
|
@@ -12704,15 +13630,15 @@
|
|
|
12704
13630
|
}
|
|
12705
13631
|
},
|
|
12706
13632
|
"node_modules/doctrine": {
|
|
12707
|
-
"version": "
|
|
12708
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
12709
|
-
"integrity": "sha512-
|
|
13633
|
+
"version": "2.1.0",
|
|
13634
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
13635
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
12710
13636
|
"license": "Apache-2.0",
|
|
12711
13637
|
"dependencies": {
|
|
12712
13638
|
"esutils": "^2.0.2"
|
|
12713
13639
|
},
|
|
12714
13640
|
"engines": {
|
|
12715
|
-
"node": ">=
|
|
13641
|
+
"node": ">=0.10.0"
|
|
12716
13642
|
}
|
|
12717
13643
|
},
|
|
12718
13644
|
"node_modules/dom-serializer": {
|
|
@@ -13233,6 +14159,137 @@
|
|
|
13233
14159
|
"eslint-plugin-unicorn": "^50.0.1"
|
|
13234
14160
|
}
|
|
13235
14161
|
},
|
|
14162
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array-includes": {
|
|
14163
|
+
"version": "3.1.8",
|
|
14164
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
|
|
14165
|
+
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
|
|
14166
|
+
"dev": true,
|
|
14167
|
+
"license": "MIT",
|
|
14168
|
+
"dependencies": {
|
|
14169
|
+
"call-bind": "^1.0.7",
|
|
14170
|
+
"define-properties": "^1.2.1",
|
|
14171
|
+
"es-abstract": "^1.23.2",
|
|
14172
|
+
"es-object-atoms": "^1.0.0",
|
|
14173
|
+
"get-intrinsic": "^1.2.4",
|
|
14174
|
+
"is-string": "^1.0.7"
|
|
14175
|
+
},
|
|
14176
|
+
"engines": {
|
|
14177
|
+
"node": ">= 0.4"
|
|
14178
|
+
},
|
|
14179
|
+
"funding": {
|
|
14180
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14181
|
+
}
|
|
14182
|
+
},
|
|
14183
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flat": {
|
|
14184
|
+
"version": "1.3.2",
|
|
14185
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
|
|
14186
|
+
"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
|
|
14187
|
+
"dev": true,
|
|
14188
|
+
"license": "MIT",
|
|
14189
|
+
"dependencies": {
|
|
14190
|
+
"call-bind": "^1.0.2",
|
|
14191
|
+
"define-properties": "^1.2.0",
|
|
14192
|
+
"es-abstract": "^1.22.1",
|
|
14193
|
+
"es-shim-unscopables": "^1.0.0"
|
|
14194
|
+
},
|
|
14195
|
+
"engines": {
|
|
14196
|
+
"node": ">= 0.4"
|
|
14197
|
+
},
|
|
14198
|
+
"funding": {
|
|
14199
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14200
|
+
}
|
|
14201
|
+
},
|
|
14202
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flatmap": {
|
|
14203
|
+
"version": "1.3.2",
|
|
14204
|
+
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
|
|
14205
|
+
"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
|
|
14206
|
+
"dev": true,
|
|
14207
|
+
"license": "MIT",
|
|
14208
|
+
"dependencies": {
|
|
14209
|
+
"call-bind": "^1.0.2",
|
|
14210
|
+
"define-properties": "^1.2.0",
|
|
14211
|
+
"es-abstract": "^1.22.1",
|
|
14212
|
+
"es-shim-unscopables": "^1.0.0"
|
|
14213
|
+
},
|
|
14214
|
+
"engines": {
|
|
14215
|
+
"node": ">= 0.4"
|
|
14216
|
+
},
|
|
14217
|
+
"funding": {
|
|
14218
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
14219
|
+
}
|
|
14220
|
+
},
|
|
14221
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/debug": {
|
|
14222
|
+
"version": "3.2.7",
|
|
14223
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
14224
|
+
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
14225
|
+
"dev": true,
|
|
14226
|
+
"license": "MIT",
|
|
14227
|
+
"dependencies": {
|
|
14228
|
+
"ms": "^2.1.1"
|
|
14229
|
+
}
|
|
14230
|
+
},
|
|
14231
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-module-utils": {
|
|
14232
|
+
"version": "2.12.0",
|
|
14233
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
|
|
14234
|
+
"integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
|
|
14235
|
+
"dev": true,
|
|
14236
|
+
"license": "MIT",
|
|
14237
|
+
"dependencies": {
|
|
14238
|
+
"debug": "^3.2.7"
|
|
14239
|
+
},
|
|
14240
|
+
"engines": {
|
|
14241
|
+
"node": ">=4"
|
|
14242
|
+
},
|
|
14243
|
+
"peerDependenciesMeta": {
|
|
14244
|
+
"eslint": {
|
|
14245
|
+
"optional": true
|
|
14246
|
+
}
|
|
14247
|
+
}
|
|
14248
|
+
},
|
|
14249
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-import": {
|
|
14250
|
+
"version": "2.31.0",
|
|
14251
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
|
|
14252
|
+
"integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
|
|
14253
|
+
"dev": true,
|
|
14254
|
+
"license": "MIT",
|
|
14255
|
+
"dependencies": {
|
|
14256
|
+
"@rtsao/scc": "^1.1.0",
|
|
14257
|
+
"array-includes": "^3.1.8",
|
|
14258
|
+
"array.prototype.findlastindex": "^1.2.5",
|
|
14259
|
+
"array.prototype.flat": "^1.3.2",
|
|
14260
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
14261
|
+
"debug": "^3.2.7",
|
|
14262
|
+
"doctrine": "^2.1.0",
|
|
14263
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
14264
|
+
"eslint-module-utils": "^2.12.0",
|
|
14265
|
+
"hasown": "^2.0.2",
|
|
14266
|
+
"is-core-module": "^2.15.1",
|
|
14267
|
+
"is-glob": "^4.0.3",
|
|
14268
|
+
"minimatch": "^3.1.2",
|
|
14269
|
+
"object.fromentries": "^2.0.8",
|
|
14270
|
+
"object.groupby": "^1.0.3",
|
|
14271
|
+
"object.values": "^1.2.0",
|
|
14272
|
+
"semver": "^6.3.1",
|
|
14273
|
+
"string.prototype.trimend": "^1.0.8",
|
|
14274
|
+
"tsconfig-paths": "^3.15.0"
|
|
14275
|
+
},
|
|
14276
|
+
"engines": {
|
|
14277
|
+
"node": ">=4"
|
|
14278
|
+
},
|
|
14279
|
+
"peerDependencies": {
|
|
14280
|
+
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
14281
|
+
}
|
|
14282
|
+
},
|
|
14283
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/semver": {
|
|
14284
|
+
"version": "6.3.1",
|
|
14285
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14286
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
14287
|
+
"dev": true,
|
|
14288
|
+
"license": "ISC",
|
|
14289
|
+
"bin": {
|
|
14290
|
+
"semver": "bin/semver.js"
|
|
14291
|
+
}
|
|
14292
|
+
},
|
|
13236
14293
|
"node_modules/eslint-import-resolver-node": {
|
|
13237
14294
|
"version": "0.3.9",
|
|
13238
14295
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -13254,9 +14311,9 @@
|
|
|
13254
14311
|
}
|
|
13255
14312
|
},
|
|
13256
14313
|
"node_modules/eslint-module-utils": {
|
|
13257
|
-
"version": "2.12.
|
|
13258
|
-
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.
|
|
13259
|
-
"integrity": "sha512-
|
|
14314
|
+
"version": "2.12.1",
|
|
14315
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
|
|
14316
|
+
"integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
|
|
13260
14317
|
"license": "MIT",
|
|
13261
14318
|
"dependencies": {
|
|
13262
14319
|
"debug": "^3.2.7"
|
|
@@ -13290,37 +14347,79 @@
|
|
|
13290
14347
|
}
|
|
13291
14348
|
},
|
|
13292
14349
|
"node_modules/eslint-plugin-import": {
|
|
13293
|
-
"version": "2.
|
|
13294
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
13295
|
-
"integrity": "sha512-
|
|
14350
|
+
"version": "2.32.0",
|
|
14351
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
|
|
14352
|
+
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
|
13296
14353
|
"license": "MIT",
|
|
13297
14354
|
"peer": true,
|
|
13298
14355
|
"dependencies": {
|
|
13299
14356
|
"@rtsao/scc": "^1.1.0",
|
|
13300
|
-
"array-includes": "^3.1.
|
|
13301
|
-
"array.prototype.findlastindex": "^1.2.
|
|
13302
|
-
"array.prototype.flat": "^1.3.
|
|
13303
|
-
"array.prototype.flatmap": "^1.3.
|
|
14357
|
+
"array-includes": "^3.1.9",
|
|
14358
|
+
"array.prototype.findlastindex": "^1.2.6",
|
|
14359
|
+
"array.prototype.flat": "^1.3.3",
|
|
14360
|
+
"array.prototype.flatmap": "^1.3.3",
|
|
13304
14361
|
"debug": "^3.2.7",
|
|
13305
14362
|
"doctrine": "^2.1.0",
|
|
13306
14363
|
"eslint-import-resolver-node": "^0.3.9",
|
|
13307
|
-
"eslint-module-utils": "^2.12.
|
|
14364
|
+
"eslint-module-utils": "^2.12.1",
|
|
13308
14365
|
"hasown": "^2.0.2",
|
|
13309
|
-
"is-core-module": "^2.
|
|
14366
|
+
"is-core-module": "^2.16.1",
|
|
13310
14367
|
"is-glob": "^4.0.3",
|
|
13311
14368
|
"minimatch": "^3.1.2",
|
|
13312
14369
|
"object.fromentries": "^2.0.8",
|
|
13313
14370
|
"object.groupby": "^1.0.3",
|
|
13314
|
-
"object.values": "^1.2.
|
|
14371
|
+
"object.values": "^1.2.1",
|
|
13315
14372
|
"semver": "^6.3.1",
|
|
13316
|
-
"string.prototype.trimend": "^1.0.
|
|
14373
|
+
"string.prototype.trimend": "^1.0.9",
|
|
13317
14374
|
"tsconfig-paths": "^3.15.0"
|
|
13318
14375
|
},
|
|
13319
14376
|
"engines": {
|
|
13320
|
-
"node": ">=4"
|
|
13321
|
-
},
|
|
13322
|
-
"peerDependencies": {
|
|
13323
|
-
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
14377
|
+
"node": ">=4"
|
|
14378
|
+
},
|
|
14379
|
+
"peerDependencies": {
|
|
14380
|
+
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
14381
|
+
}
|
|
14382
|
+
},
|
|
14383
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils": {
|
|
14384
|
+
"version": "4.9.0",
|
|
14385
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14386
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14387
|
+
"license": "MIT",
|
|
14388
|
+
"dependencies": {
|
|
14389
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14390
|
+
},
|
|
14391
|
+
"engines": {
|
|
14392
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14393
|
+
},
|
|
14394
|
+
"funding": {
|
|
14395
|
+
"url": "https://opencollective.com/eslint"
|
|
14396
|
+
},
|
|
14397
|
+
"peerDependencies": {
|
|
14398
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
14401
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14402
|
+
"version": "3.4.3",
|
|
14403
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
14404
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
14405
|
+
"license": "Apache-2.0",
|
|
14406
|
+
"engines": {
|
|
14407
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14408
|
+
},
|
|
14409
|
+
"funding": {
|
|
14410
|
+
"url": "https://opencollective.com/eslint"
|
|
14411
|
+
}
|
|
14412
|
+
},
|
|
14413
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/core": {
|
|
14414
|
+
"version": "0.16.0",
|
|
14415
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14416
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14417
|
+
"license": "Apache-2.0",
|
|
14418
|
+
"dependencies": {
|
|
14419
|
+
"@types/json-schema": "^7.0.15"
|
|
14420
|
+
},
|
|
14421
|
+
"engines": {
|
|
14422
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13324
14423
|
}
|
|
13325
14424
|
},
|
|
13326
14425
|
"node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc": {
|
|
@@ -13363,6 +14462,18 @@
|
|
|
13363
14462
|
}
|
|
13364
14463
|
}
|
|
13365
14464
|
},
|
|
14465
|
+
"node_modules/eslint-plugin-import/node_modules/@eslint/js": {
|
|
14466
|
+
"version": "9.38.0",
|
|
14467
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14468
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14469
|
+
"license": "MIT",
|
|
14470
|
+
"engines": {
|
|
14471
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14472
|
+
},
|
|
14473
|
+
"funding": {
|
|
14474
|
+
"url": "https://eslint.org/donate"
|
|
14475
|
+
}
|
|
14476
|
+
},
|
|
13366
14477
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
13367
14478
|
"version": "3.2.7",
|
|
13368
14479
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -13372,35 +14483,23 @@
|
|
|
13372
14483
|
"ms": "^2.1.1"
|
|
13373
14484
|
}
|
|
13374
14485
|
},
|
|
13375
|
-
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
13376
|
-
"version": "2.1.0",
|
|
13377
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
13378
|
-
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
13379
|
-
"license": "Apache-2.0",
|
|
13380
|
-
"dependencies": {
|
|
13381
|
-
"esutils": "^2.0.2"
|
|
13382
|
-
},
|
|
13383
|
-
"engines": {
|
|
13384
|
-
"node": ">=0.10.0"
|
|
13385
|
-
}
|
|
13386
|
-
},
|
|
13387
14486
|
"node_modules/eslint-plugin-import/node_modules/eslint": {
|
|
13388
|
-
"version": "9.
|
|
14487
|
+
"version": "9.38.0",
|
|
13389
14488
|
"license": "MIT",
|
|
14489
|
+
"peer": true,
|
|
13390
14490
|
"dependencies": {
|
|
13391
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14491
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13392
14492
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13393
|
-
"@eslint/config-array": "^0.
|
|
13394
|
-
"@eslint/config-helpers": "^0.
|
|
13395
|
-
"@eslint/core": "^0.
|
|
14493
|
+
"@eslint/config-array": "^0.21.1",
|
|
14494
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14495
|
+
"@eslint/core": "^0.16.0",
|
|
13396
14496
|
"@eslint/eslintrc": "^3.3.1",
|
|
13397
|
-
"@eslint/js": "9.
|
|
13398
|
-
"@eslint/plugin-kit": "^0.
|
|
14497
|
+
"@eslint/js": "9.38.0",
|
|
14498
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13399
14499
|
"@humanfs/node": "^0.16.6",
|
|
13400
14500
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13401
14501
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13402
14502
|
"@types/estree": "^1.0.6",
|
|
13403
|
-
"@types/json-schema": "^7.0.15",
|
|
13404
14503
|
"ajv": "^6.12.4",
|
|
13405
14504
|
"chalk": "^4.0.0",
|
|
13406
14505
|
"cross-spawn": "^7.0.6",
|
|
@@ -13607,20 +14706,20 @@
|
|
|
13607
14706
|
}
|
|
13608
14707
|
},
|
|
13609
14708
|
"node_modules/eslint-plugin-jest": {
|
|
13610
|
-
"version": "
|
|
13611
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-
|
|
13612
|
-
"integrity": "sha512-
|
|
14709
|
+
"version": "29.0.1",
|
|
14710
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz",
|
|
14711
|
+
"integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==",
|
|
13613
14712
|
"license": "MIT",
|
|
13614
14713
|
"peer": true,
|
|
13615
14714
|
"dependencies": {
|
|
13616
|
-
"@typescript-eslint/utils": "^
|
|
14715
|
+
"@typescript-eslint/utils": "^8.0.0"
|
|
13617
14716
|
},
|
|
13618
14717
|
"engines": {
|
|
13619
|
-
"node": "^
|
|
14718
|
+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
13620
14719
|
},
|
|
13621
14720
|
"peerDependencies": {
|
|
13622
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
13623
|
-
"eslint": "^
|
|
14721
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
14722
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
13624
14723
|
"jest": "*"
|
|
13625
14724
|
},
|
|
13626
14725
|
"peerDependenciesMeta": {
|
|
@@ -13632,6 +14731,18 @@
|
|
|
13632
14731
|
}
|
|
13633
14732
|
}
|
|
13634
14733
|
},
|
|
14734
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/core": {
|
|
14735
|
+
"version": "0.16.0",
|
|
14736
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
14737
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
14738
|
+
"license": "Apache-2.0",
|
|
14739
|
+
"dependencies": {
|
|
14740
|
+
"@types/json-schema": "^7.0.15"
|
|
14741
|
+
},
|
|
14742
|
+
"engines": {
|
|
14743
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14744
|
+
}
|
|
14745
|
+
},
|
|
13635
14746
|
"node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc": {
|
|
13636
14747
|
"version": "3.3.1",
|
|
13637
14748
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -13655,14 +14766,26 @@
|
|
|
13655
14766
|
"url": "https://opencollective.com/eslint"
|
|
13656
14767
|
}
|
|
13657
14768
|
},
|
|
14769
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
|
|
14770
|
+
"version": "9.38.0",
|
|
14771
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14772
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14773
|
+
"license": "MIT",
|
|
14774
|
+
"engines": {
|
|
14775
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14776
|
+
},
|
|
14777
|
+
"funding": {
|
|
14778
|
+
"url": "https://eslint.org/donate"
|
|
14779
|
+
}
|
|
14780
|
+
},
|
|
13658
14781
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
|
|
13659
|
-
"version": "8.
|
|
13660
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
13661
|
-
"integrity": "sha512-
|
|
14782
|
+
"version": "8.46.2",
|
|
14783
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
|
|
14784
|
+
"integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
|
|
13662
14785
|
"license": "MIT",
|
|
13663
14786
|
"dependencies": {
|
|
13664
|
-
"@typescript-eslint/types": "8.
|
|
13665
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
14787
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14788
|
+
"@typescript-eslint/visitor-keys": "8.46.2"
|
|
13666
14789
|
},
|
|
13667
14790
|
"engines": {
|
|
13668
14791
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13673,9 +14796,9 @@
|
|
|
13673
14796
|
}
|
|
13674
14797
|
},
|
|
13675
14798
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
|
|
13676
|
-
"version": "8.
|
|
13677
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
13678
|
-
"integrity": "sha512-
|
|
14799
|
+
"version": "8.46.2",
|
|
14800
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
14801
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
13679
14802
|
"license": "MIT",
|
|
13680
14803
|
"engines": {
|
|
13681
14804
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13686,13 +14809,15 @@
|
|
|
13686
14809
|
}
|
|
13687
14810
|
},
|
|
13688
14811
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
|
|
13689
|
-
"version": "8.
|
|
13690
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
13691
|
-
"integrity": "sha512-
|
|
14812
|
+
"version": "8.46.2",
|
|
14813
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
|
|
14814
|
+
"integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
|
|
13692
14815
|
"license": "MIT",
|
|
13693
14816
|
"dependencies": {
|
|
13694
|
-
"@typescript-eslint/
|
|
13695
|
-
"@typescript-eslint/
|
|
14817
|
+
"@typescript-eslint/project-service": "8.46.2",
|
|
14818
|
+
"@typescript-eslint/tsconfig-utils": "8.46.2",
|
|
14819
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14820
|
+
"@typescript-eslint/visitor-keys": "8.46.2",
|
|
13696
14821
|
"debug": "^4.3.4",
|
|
13697
14822
|
"fast-glob": "^3.3.2",
|
|
13698
14823
|
"is-glob": "^4.0.3",
|
|
@@ -13708,7 +14833,7 @@
|
|
|
13708
14833
|
"url": "https://opencollective.com/typescript-eslint"
|
|
13709
14834
|
},
|
|
13710
14835
|
"peerDependencies": {
|
|
13711
|
-
"typescript": ">=4.8.4 <
|
|
14836
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13712
14837
|
}
|
|
13713
14838
|
},
|
|
13714
14839
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
@@ -13727,15 +14852,15 @@
|
|
|
13727
14852
|
}
|
|
13728
14853
|
},
|
|
13729
14854
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
13730
|
-
"version": "8.
|
|
13731
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
13732
|
-
"integrity": "sha512-
|
|
14855
|
+
"version": "8.46.2",
|
|
14856
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
|
|
14857
|
+
"integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
|
|
13733
14858
|
"license": "MIT",
|
|
13734
14859
|
"dependencies": {
|
|
13735
14860
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
13736
|
-
"@typescript-eslint/scope-manager": "8.
|
|
13737
|
-
"@typescript-eslint/types": "8.
|
|
13738
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
14861
|
+
"@typescript-eslint/scope-manager": "8.46.2",
|
|
14862
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14863
|
+
"@typescript-eslint/typescript-estree": "8.46.2"
|
|
13739
14864
|
},
|
|
13740
14865
|
"engines": {
|
|
13741
14866
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13746,17 +14871,17 @@
|
|
|
13746
14871
|
},
|
|
13747
14872
|
"peerDependencies": {
|
|
13748
14873
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
13749
|
-
"typescript": ">=4.8.4 <
|
|
14874
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
13750
14875
|
}
|
|
13751
14876
|
},
|
|
13752
14877
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
|
|
13753
|
-
"version": "8.
|
|
13754
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
13755
|
-
"integrity": "sha512-
|
|
14878
|
+
"version": "8.46.2",
|
|
14879
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz",
|
|
14880
|
+
"integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==",
|
|
13756
14881
|
"license": "MIT",
|
|
13757
14882
|
"dependencies": {
|
|
13758
|
-
"@typescript-eslint/types": "8.
|
|
13759
|
-
"eslint-visitor-keys": "^4.2.
|
|
14883
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14884
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
13760
14885
|
},
|
|
13761
14886
|
"engines": {
|
|
13762
14887
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13767,23 +14892,22 @@
|
|
|
13767
14892
|
}
|
|
13768
14893
|
},
|
|
13769
14894
|
"node_modules/eslint-plugin-jest/node_modules/eslint": {
|
|
13770
|
-
"version": "9.
|
|
14895
|
+
"version": "9.38.0",
|
|
13771
14896
|
"license": "MIT",
|
|
13772
14897
|
"peer": true,
|
|
13773
14898
|
"dependencies": {
|
|
13774
|
-
"@eslint-community/eslint-utils": "^4.
|
|
14899
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13775
14900
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13776
|
-
"@eslint/config-array": "^0.
|
|
13777
|
-
"@eslint/config-helpers": "^0.
|
|
13778
|
-
"@eslint/core": "^0.
|
|
14901
|
+
"@eslint/config-array": "^0.21.1",
|
|
14902
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14903
|
+
"@eslint/core": "^0.16.0",
|
|
13779
14904
|
"@eslint/eslintrc": "^3.3.1",
|
|
13780
|
-
"@eslint/js": "9.
|
|
13781
|
-
"@eslint/plugin-kit": "^0.
|
|
14905
|
+
"@eslint/js": "9.38.0",
|
|
14906
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
13782
14907
|
"@humanfs/node": "^0.16.6",
|
|
13783
14908
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13784
14909
|
"@humanwhocodes/retry": "^0.4.2",
|
|
13785
14910
|
"@types/estree": "^1.0.6",
|
|
13786
|
-
"@types/json-schema": "^7.0.15",
|
|
13787
14911
|
"ajv": "^6.12.4",
|
|
13788
14912
|
"chalk": "^4.0.0",
|
|
13789
14913
|
"cross-spawn": "^7.0.6",
|
|
@@ -13853,6 +14977,36 @@
|
|
|
13853
14977
|
"url": "https://opencollective.com/eslint"
|
|
13854
14978
|
}
|
|
13855
14979
|
},
|
|
14980
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils": {
|
|
14981
|
+
"version": "4.9.0",
|
|
14982
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14983
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
14984
|
+
"license": "MIT",
|
|
14985
|
+
"dependencies": {
|
|
14986
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
14987
|
+
},
|
|
14988
|
+
"engines": {
|
|
14989
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14990
|
+
},
|
|
14991
|
+
"funding": {
|
|
14992
|
+
"url": "https://opencollective.com/eslint"
|
|
14993
|
+
},
|
|
14994
|
+
"peerDependencies": {
|
|
14995
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
14996
|
+
}
|
|
14997
|
+
},
|
|
14998
|
+
"node_modules/eslint-plugin-jest/node_modules/eslint/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14999
|
+
"version": "3.4.3",
|
|
15000
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
15001
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
15002
|
+
"license": "Apache-2.0",
|
|
15003
|
+
"engines": {
|
|
15004
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
15005
|
+
},
|
|
15006
|
+
"funding": {
|
|
15007
|
+
"url": "https://opencollective.com/eslint"
|
|
15008
|
+
}
|
|
15009
|
+
},
|
|
13856
15010
|
"node_modules/eslint-plugin-jest/node_modules/file-entry-cache": {
|
|
13857
15011
|
"version": "8.0.0",
|
|
13858
15012
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
@@ -14210,13 +15364,16 @@
|
|
|
14210
15364
|
"url": "https://opencollective.com/eslint"
|
|
14211
15365
|
}
|
|
14212
15366
|
},
|
|
14213
|
-
"node_modules/eslint/node_modules
|
|
14214
|
-
"version": "
|
|
14215
|
-
"resolved": "https://registry.npmjs.org
|
|
14216
|
-
"integrity": "sha512-
|
|
14217
|
-
"license": "
|
|
15367
|
+
"node_modules/eslint/node_modules/doctrine": {
|
|
15368
|
+
"version": "3.0.0",
|
|
15369
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
15370
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
15371
|
+
"license": "Apache-2.0",
|
|
15372
|
+
"dependencies": {
|
|
15373
|
+
"esutils": "^2.0.2"
|
|
15374
|
+
},
|
|
14218
15375
|
"engines": {
|
|
14219
|
-
"node": "
|
|
15376
|
+
"node": ">=6.0.0"
|
|
14220
15377
|
}
|
|
14221
15378
|
},
|
|
14222
15379
|
"node_modules/eslint/node_modules/espree": {
|
|
@@ -14264,21 +15421,6 @@
|
|
|
14264
15421
|
"node": ">=10.13.0"
|
|
14265
15422
|
}
|
|
14266
15423
|
},
|
|
14267
|
-
"node_modules/eslint/node_modules/globals": {
|
|
14268
|
-
"version": "13.24.0",
|
|
14269
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
14270
|
-
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
14271
|
-
"license": "MIT",
|
|
14272
|
-
"dependencies": {
|
|
14273
|
-
"type-fest": "^0.20.2"
|
|
14274
|
-
},
|
|
14275
|
-
"engines": {
|
|
14276
|
-
"node": ">=8"
|
|
14277
|
-
},
|
|
14278
|
-
"funding": {
|
|
14279
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14280
|
-
}
|
|
14281
|
-
},
|
|
14282
15424
|
"node_modules/eslint/node_modules/locate-path": {
|
|
14283
15425
|
"version": "6.0.0",
|
|
14284
15426
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -14324,18 +15466,6 @@
|
|
|
14324
15466
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14325
15467
|
}
|
|
14326
15468
|
},
|
|
14327
|
-
"node_modules/eslint/node_modules/type-fest": {
|
|
14328
|
-
"version": "0.20.2",
|
|
14329
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
14330
|
-
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
14331
|
-
"license": "(MIT OR CC0-1.0)",
|
|
14332
|
-
"engines": {
|
|
14333
|
-
"node": ">=10"
|
|
14334
|
-
},
|
|
14335
|
-
"funding": {
|
|
14336
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14337
|
-
}
|
|
14338
|
-
},
|
|
14339
15469
|
"node_modules/esmock": {
|
|
14340
15470
|
"version": "2.7.3",
|
|
14341
15471
|
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.3.tgz",
|
|
@@ -14663,9 +15793,9 @@
|
|
|
14663
15793
|
"license": "MIT"
|
|
14664
15794
|
},
|
|
14665
15795
|
"node_modules/fast-xml-parser": {
|
|
14666
|
-
"version": "5.
|
|
14667
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
14668
|
-
"integrity": "sha512-
|
|
15796
|
+
"version": "5.3.0",
|
|
15797
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
|
|
15798
|
+
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
|
|
14669
15799
|
"funding": [
|
|
14670
15800
|
{
|
|
14671
15801
|
"type": "github",
|
|
@@ -15066,6 +16196,18 @@
|
|
|
15066
16196
|
"node": ">= 8"
|
|
15067
16197
|
}
|
|
15068
16198
|
},
|
|
16199
|
+
"node_modules/fs-minipass/node_modules/minipass": {
|
|
16200
|
+
"version": "3.3.6",
|
|
16201
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
16202
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
16203
|
+
"license": "ISC",
|
|
16204
|
+
"dependencies": {
|
|
16205
|
+
"yallist": "^4.0.0"
|
|
16206
|
+
},
|
|
16207
|
+
"engines": {
|
|
16208
|
+
"node": ">=8"
|
|
16209
|
+
}
|
|
16210
|
+
},
|
|
15069
16211
|
"node_modules/fs.realpath": {
|
|
15070
16212
|
"version": "1.0.0",
|
|
15071
16213
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -15404,15 +16546,6 @@
|
|
|
15404
16546
|
"url": "https://github.com/sponsors/isaacs"
|
|
15405
16547
|
}
|
|
15406
16548
|
},
|
|
15407
|
-
"node_modules/glob/node_modules/minipass": {
|
|
15408
|
-
"version": "7.1.2",
|
|
15409
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
15410
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
15411
|
-
"license": "ISC",
|
|
15412
|
-
"engines": {
|
|
15413
|
-
"node": ">=16 || 14 >=14.17"
|
|
15414
|
-
}
|
|
15415
|
-
},
|
|
15416
16549
|
"node_modules/glob/node_modules/signal-exit": {
|
|
15417
16550
|
"version": "4.1.0",
|
|
15418
16551
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -15439,12 +16572,30 @@
|
|
|
15439
16572
|
}
|
|
15440
16573
|
},
|
|
15441
16574
|
"node_modules/globals": {
|
|
15442
|
-
"version": "
|
|
15443
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
15444
|
-
"integrity": "sha512-
|
|
16575
|
+
"version": "13.24.0",
|
|
16576
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
16577
|
+
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
15445
16578
|
"license": "MIT",
|
|
16579
|
+
"dependencies": {
|
|
16580
|
+
"type-fest": "^0.20.2"
|
|
16581
|
+
},
|
|
15446
16582
|
"engines": {
|
|
15447
|
-
"node": ">=
|
|
16583
|
+
"node": ">=8"
|
|
16584
|
+
},
|
|
16585
|
+
"funding": {
|
|
16586
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16587
|
+
}
|
|
16588
|
+
},
|
|
16589
|
+
"node_modules/globals/node_modules/type-fest": {
|
|
16590
|
+
"version": "0.20.2",
|
|
16591
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
16592
|
+
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
16593
|
+
"license": "(MIT OR CC0-1.0)",
|
|
16594
|
+
"engines": {
|
|
16595
|
+
"node": ">=10"
|
|
16596
|
+
},
|
|
16597
|
+
"funding": {
|
|
16598
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15448
16599
|
}
|
|
15449
16600
|
},
|
|
15450
16601
|
"node_modules/globalthis": {
|
|
@@ -15817,6 +16968,12 @@
|
|
|
15817
16968
|
"url": "https://opencollective.com/unified"
|
|
15818
16969
|
}
|
|
15819
16970
|
},
|
|
16971
|
+
"node_modules/hast-util-raw/node_modules/parse5": {
|
|
16972
|
+
"version": "6.0.1",
|
|
16973
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
16974
|
+
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
16975
|
+
"license": "MIT"
|
|
16976
|
+
},
|
|
15820
16977
|
"node_modules/hast-util-to-html": {
|
|
15821
16978
|
"version": "7.1.3",
|
|
15822
16979
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz",
|
|
@@ -16971,6 +18128,18 @@
|
|
|
16971
18128
|
"integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
|
|
16972
18129
|
"license": "MIT"
|
|
16973
18130
|
},
|
|
18131
|
+
"node_modules/is-negative-zero": {
|
|
18132
|
+
"version": "2.0.3",
|
|
18133
|
+
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
18134
|
+
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
|
18135
|
+
"license": "MIT",
|
|
18136
|
+
"engines": {
|
|
18137
|
+
"node": ">= 0.4"
|
|
18138
|
+
},
|
|
18139
|
+
"funding": {
|
|
18140
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
18141
|
+
}
|
|
18142
|
+
},
|
|
16974
18143
|
"node_modules/is-number": {
|
|
16975
18144
|
"version": "7.0.0",
|
|
16976
18145
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
@@ -18911,15 +20080,12 @@
|
|
|
18911
20080
|
}
|
|
18912
20081
|
},
|
|
18913
20082
|
"node_modules/minipass": {
|
|
18914
|
-
"version": "
|
|
18915
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
18916
|
-
"integrity": "sha512-
|
|
20083
|
+
"version": "7.1.2",
|
|
20084
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
20085
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
18917
20086
|
"license": "ISC",
|
|
18918
|
-
"dependencies": {
|
|
18919
|
-
"yallist": "^4.0.0"
|
|
18920
|
-
},
|
|
18921
20087
|
"engines": {
|
|
18922
|
-
"node": ">=
|
|
20088
|
+
"node": ">=16 || 14 >=14.17"
|
|
18923
20089
|
}
|
|
18924
20090
|
},
|
|
18925
20091
|
"node_modules/minizlib": {
|
|
@@ -18935,6 +20101,18 @@
|
|
|
18935
20101
|
"node": ">= 8"
|
|
18936
20102
|
}
|
|
18937
20103
|
},
|
|
20104
|
+
"node_modules/minizlib/node_modules/minipass": {
|
|
20105
|
+
"version": "3.3.6",
|
|
20106
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
20107
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
20108
|
+
"license": "ISC",
|
|
20109
|
+
"dependencies": {
|
|
20110
|
+
"yallist": "^4.0.0"
|
|
20111
|
+
},
|
|
20112
|
+
"engines": {
|
|
20113
|
+
"node": ">=8"
|
|
20114
|
+
}
|
|
20115
|
+
},
|
|
18938
20116
|
"node_modules/mkdirp": {
|
|
18939
20117
|
"version": "1.0.4",
|
|
18940
20118
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -20000,18 +21178,51 @@
|
|
|
20000
21178
|
}
|
|
20001
21179
|
},
|
|
20002
21180
|
"node_modules/parse5": {
|
|
20003
|
-
"version": "
|
|
20004
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-
|
|
20005
|
-
"integrity": "sha512-
|
|
20006
|
-
"license": "MIT"
|
|
21181
|
+
"version": "7.2.1",
|
|
21182
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
21183
|
+
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
21184
|
+
"license": "MIT",
|
|
21185
|
+
"dependencies": {
|
|
21186
|
+
"entities": "^4.5.0"
|
|
21187
|
+
},
|
|
21188
|
+
"funding": {
|
|
21189
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
21190
|
+
}
|
|
20007
21191
|
},
|
|
20008
21192
|
"node_modules/parse5-sax-parser": {
|
|
21193
|
+
"version": "8.0.0",
|
|
21194
|
+
"resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-8.0.0.tgz",
|
|
21195
|
+
"integrity": "sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==",
|
|
21196
|
+
"license": "MIT",
|
|
21197
|
+
"dependencies": {
|
|
21198
|
+
"parse5": "^8.0.0"
|
|
21199
|
+
},
|
|
21200
|
+
"funding": {
|
|
21201
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
21202
|
+
}
|
|
21203
|
+
},
|
|
21204
|
+
"node_modules/parse5-sax-parser/node_modules/entities": {
|
|
20009
21205
|
"version": "6.0.1",
|
|
20010
|
-
"resolved": "https://registry.npmjs.org/
|
|
20011
|
-
"integrity": "sha512-
|
|
21206
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
21207
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
21208
|
+
"license": "BSD-2-Clause",
|
|
21209
|
+
"engines": {
|
|
21210
|
+
"node": ">=0.12"
|
|
21211
|
+
},
|
|
21212
|
+
"funding": {
|
|
21213
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
21214
|
+
}
|
|
21215
|
+
},
|
|
21216
|
+
"node_modules/parse5-sax-parser/node_modules/parse5": {
|
|
21217
|
+
"version": "8.0.0",
|
|
21218
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
|
21219
|
+
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
|
20012
21220
|
"license": "MIT",
|
|
20013
21221
|
"dependencies": {
|
|
20014
|
-
"
|
|
21222
|
+
"entities": "^6.0.0"
|
|
21223
|
+
},
|
|
21224
|
+
"funding": {
|
|
21225
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
20015
21226
|
}
|
|
20016
21227
|
},
|
|
20017
21228
|
"node_modules/parseurl": {
|
|
@@ -20101,15 +21312,6 @@
|
|
|
20101
21312
|
"url": "https://github.com/sponsors/isaacs"
|
|
20102
21313
|
}
|
|
20103
21314
|
},
|
|
20104
|
-
"node_modules/path-scurry/node_modules/minipass": {
|
|
20105
|
-
"version": "7.1.2",
|
|
20106
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
20107
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
20108
|
-
"license": "ISC",
|
|
20109
|
-
"engines": {
|
|
20110
|
-
"node": ">=16 || 14 >=14.17"
|
|
20111
|
-
}
|
|
20112
|
-
},
|
|
20113
21315
|
"node_modules/path-to-regexp": {
|
|
20114
21316
|
"version": "6.3.0",
|
|
20115
21317
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
|
|
@@ -20302,9 +21504,9 @@
|
|
|
20302
21504
|
}
|
|
20303
21505
|
},
|
|
20304
21506
|
"node_modules/postcss-selector-parser": {
|
|
20305
|
-
"version": "
|
|
20306
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-
|
|
20307
|
-
"integrity": "sha512-
|
|
21507
|
+
"version": "7.1.0",
|
|
21508
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
21509
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
20308
21510
|
"license": "MIT",
|
|
20309
21511
|
"dependencies": {
|
|
20310
21512
|
"cssesc": "^3.0.0",
|
|
@@ -22134,6 +23336,19 @@
|
|
|
22134
23336
|
"node": ">= 0.8"
|
|
22135
23337
|
}
|
|
22136
23338
|
},
|
|
23339
|
+
"node_modules/stop-iteration-iterator": {
|
|
23340
|
+
"version": "1.1.0",
|
|
23341
|
+
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
23342
|
+
"integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
|
|
23343
|
+
"license": "MIT",
|
|
23344
|
+
"dependencies": {
|
|
23345
|
+
"es-errors": "^1.3.0",
|
|
23346
|
+
"internal-slot": "^1.1.0"
|
|
23347
|
+
},
|
|
23348
|
+
"engines": {
|
|
23349
|
+
"node": ">= 0.4"
|
|
23350
|
+
}
|
|
23351
|
+
},
|
|
22137
23352
|
"node_modules/string_decoder": {
|
|
22138
23353
|
"version": "1.3.0",
|
|
22139
23354
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -22449,13 +23664,13 @@
|
|
|
22449
23664
|
}
|
|
22450
23665
|
},
|
|
22451
23666
|
"node_modules/terser": {
|
|
22452
|
-
"version": "5.
|
|
22453
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
22454
|
-
"integrity": "sha512-
|
|
23667
|
+
"version": "5.44.0",
|
|
23668
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
|
|
23669
|
+
"integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
|
|
22455
23670
|
"license": "BSD-2-Clause",
|
|
22456
23671
|
"dependencies": {
|
|
22457
23672
|
"@jridgewell/source-map": "^0.3.3",
|
|
22458
|
-
"acorn": "^8.
|
|
23673
|
+
"acorn": "^8.15.0",
|
|
22459
23674
|
"commander": "^2.20.0",
|
|
22460
23675
|
"source-map-support": "~0.5.20"
|
|
22461
23676
|
},
|