@salesforce/plugin-lightning-dev 6.0.7 → 6.0.9
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 +1097 -504
- package/oclif.lock +342 -209
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.9",
|
|
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.3.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.3.14",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.3.8",
|
|
16
16
|
"@lwrjs/api": "0.21.5",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
|
-
"@salesforce/core": "^8.
|
|
18
|
+
"@salesforce/core": "^8.25.0",
|
|
19
19
|
"@salesforce/kit": "^3.2.4",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.2",
|
|
23
23
|
"glob": "^13.0.0",
|
|
24
|
-
"lwc": "~8.28.
|
|
24
|
+
"lwc": "~8.28.2",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -1433,6 +1433,15 @@
|
|
|
1433
1433
|
"node": ">=6.9.0"
|
|
1434
1434
|
}
|
|
1435
1435
|
},
|
|
1436
|
+
"node_modules/@babel/code-frame/node_modules/@babel/helper-validator-identifier": {
|
|
1437
|
+
"version": "7.27.1",
|
|
1438
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1439
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1440
|
+
"license": "MIT",
|
|
1441
|
+
"engines": {
|
|
1442
|
+
"node": ">=6.9.0"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1436
1445
|
"node_modules/@babel/compat-data": {
|
|
1437
1446
|
"version": "7.28.0",
|
|
1438
1447
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
|
|
@@ -1560,24 +1569,18 @@
|
|
|
1560
1569
|
"semver": "bin/semver.js"
|
|
1561
1570
|
}
|
|
1562
1571
|
},
|
|
1563
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
1564
|
-
"version": "3.1.1",
|
|
1565
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
1566
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
1567
|
-
"license": "ISC"
|
|
1568
|
-
},
|
|
1569
1572
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
1570
|
-
"version": "7.
|
|
1571
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
1572
|
-
"integrity": "sha512-
|
|
1573
|
+
"version": "7.28.5",
|
|
1574
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
1575
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
1573
1576
|
"license": "MIT",
|
|
1574
1577
|
"dependencies": {
|
|
1575
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1576
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
1578
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1579
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
1577
1580
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1578
1581
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
1579
1582
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1580
|
-
"@babel/traverse": "^7.
|
|
1583
|
+
"@babel/traverse": "^7.28.5",
|
|
1581
1584
|
"semver": "^6.3.1"
|
|
1582
1585
|
},
|
|
1583
1586
|
"engines": {
|
|
@@ -1606,26 +1609,116 @@
|
|
|
1606
1609
|
}
|
|
1607
1610
|
},
|
|
1608
1611
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
1609
|
-
"version": "7.
|
|
1610
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
1611
|
-
"integrity": "sha512-
|
|
1612
|
+
"version": "7.28.5",
|
|
1613
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
1614
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
1612
1615
|
"license": "MIT",
|
|
1613
1616
|
"dependencies": {
|
|
1614
|
-
"@babel/traverse": "^7.
|
|
1615
|
-
"@babel/types": "^7.
|
|
1617
|
+
"@babel/traverse": "^7.28.5",
|
|
1618
|
+
"@babel/types": "^7.28.5"
|
|
1616
1619
|
},
|
|
1617
1620
|
"engines": {
|
|
1618
1621
|
"node": ">=6.9.0"
|
|
1619
1622
|
}
|
|
1620
1623
|
},
|
|
1621
1624
|
"node_modules/@babel/helper-module-imports": {
|
|
1622
|
-
"version": "7.
|
|
1623
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
1624
|
-
"integrity": "sha512-
|
|
1625
|
+
"version": "7.28.6",
|
|
1626
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
|
|
1627
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
1625
1628
|
"license": "MIT",
|
|
1626
1629
|
"dependencies": {
|
|
1627
|
-
"@babel/traverse": "^7.
|
|
1628
|
-
"@babel/types": "^7.
|
|
1630
|
+
"@babel/traverse": "^7.28.6",
|
|
1631
|
+
"@babel/types": "^7.28.6"
|
|
1632
|
+
},
|
|
1633
|
+
"engines": {
|
|
1634
|
+
"node": ">=6.9.0"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/code-frame": {
|
|
1638
|
+
"version": "7.28.6",
|
|
1639
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
|
|
1640
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
1641
|
+
"license": "MIT",
|
|
1642
|
+
"dependencies": {
|
|
1643
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1644
|
+
"js-tokens": "^4.0.0",
|
|
1645
|
+
"picocolors": "^1.1.1"
|
|
1646
|
+
},
|
|
1647
|
+
"engines": {
|
|
1648
|
+
"node": ">=6.9.0"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
1652
|
+
"version": "7.28.6",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
|
|
1654
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
1655
|
+
"license": "MIT",
|
|
1656
|
+
"dependencies": {
|
|
1657
|
+
"@babel/parser": "^7.28.6",
|
|
1658
|
+
"@babel/types": "^7.28.6",
|
|
1659
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1660
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1661
|
+
"jsesc": "^3.0.2"
|
|
1662
|
+
},
|
|
1663
|
+
"engines": {
|
|
1664
|
+
"node": ">=6.9.0"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
1668
|
+
"version": "7.28.6",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
|
|
1670
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
1671
|
+
"license": "MIT",
|
|
1672
|
+
"dependencies": {
|
|
1673
|
+
"@babel/types": "^7.28.6"
|
|
1674
|
+
},
|
|
1675
|
+
"bin": {
|
|
1676
|
+
"parser": "bin/babel-parser.js"
|
|
1677
|
+
},
|
|
1678
|
+
"engines": {
|
|
1679
|
+
"node": ">=6.0.0"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/template": {
|
|
1683
|
+
"version": "7.28.6",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
1685
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
1686
|
+
"license": "MIT",
|
|
1687
|
+
"dependencies": {
|
|
1688
|
+
"@babel/code-frame": "^7.28.6",
|
|
1689
|
+
"@babel/parser": "^7.28.6",
|
|
1690
|
+
"@babel/types": "^7.28.6"
|
|
1691
|
+
},
|
|
1692
|
+
"engines": {
|
|
1693
|
+
"node": ">=6.9.0"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
1697
|
+
"version": "7.28.6",
|
|
1698
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
|
|
1699
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
1700
|
+
"license": "MIT",
|
|
1701
|
+
"dependencies": {
|
|
1702
|
+
"@babel/code-frame": "^7.28.6",
|
|
1703
|
+
"@babel/generator": "^7.28.6",
|
|
1704
|
+
"@babel/helper-globals": "^7.28.0",
|
|
1705
|
+
"@babel/parser": "^7.28.6",
|
|
1706
|
+
"@babel/template": "^7.28.6",
|
|
1707
|
+
"@babel/types": "^7.28.6",
|
|
1708
|
+
"debug": "^4.3.1"
|
|
1709
|
+
},
|
|
1710
|
+
"engines": {
|
|
1711
|
+
"node": ">=6.9.0"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
"node_modules/@babel/helper-module-imports/node_modules/@babel/types": {
|
|
1715
|
+
"version": "7.28.6",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
|
|
1717
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
1718
|
+
"license": "MIT",
|
|
1719
|
+
"dependencies": {
|
|
1720
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
1721
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1629
1722
|
},
|
|
1630
1723
|
"engines": {
|
|
1631
1724
|
"node": ">=6.9.0"
|
|
@@ -1648,6 +1741,28 @@
|
|
|
1648
1741
|
"@babel/core": "^7.0.0"
|
|
1649
1742
|
}
|
|
1650
1743
|
},
|
|
1744
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-module-imports": {
|
|
1745
|
+
"version": "7.27.1",
|
|
1746
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
1747
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
1748
|
+
"license": "MIT",
|
|
1749
|
+
"dependencies": {
|
|
1750
|
+
"@babel/traverse": "^7.27.1",
|
|
1751
|
+
"@babel/types": "^7.27.1"
|
|
1752
|
+
},
|
|
1753
|
+
"engines": {
|
|
1754
|
+
"node": ">=6.9.0"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
|
|
1758
|
+
"version": "7.27.1",
|
|
1759
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
1760
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
1761
|
+
"license": "MIT",
|
|
1762
|
+
"engines": {
|
|
1763
|
+
"node": ">=6.9.0"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1651
1766
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1652
1767
|
"version": "7.27.1",
|
|
1653
1768
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
@@ -1669,14 +1784,14 @@
|
|
|
1669
1784
|
"node": ">=6.9.0"
|
|
1670
1785
|
}
|
|
1671
1786
|
},
|
|
1672
|
-
"node_modules/@babel/helper-
|
|
1787
|
+
"node_modules/@babel/helper-replace-supers": {
|
|
1673
1788
|
"version": "7.27.1",
|
|
1674
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1675
|
-
"integrity": "sha512-
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
1790
|
+
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
1676
1791
|
"license": "MIT",
|
|
1677
1792
|
"dependencies": {
|
|
1678
|
-
"@babel/helper-
|
|
1679
|
-
"@babel/helper-
|
|
1793
|
+
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
1794
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1680
1795
|
"@babel/traverse": "^7.27.1"
|
|
1681
1796
|
},
|
|
1682
1797
|
"engines": {
|
|
@@ -1686,21 +1801,17 @@
|
|
|
1686
1801
|
"@babel/core": "^7.0.0"
|
|
1687
1802
|
}
|
|
1688
1803
|
},
|
|
1689
|
-
"node_modules/@babel/helper-replace-supers": {
|
|
1804
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-member-expression-to-functions": {
|
|
1690
1805
|
"version": "7.27.1",
|
|
1691
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1692
|
-
"integrity": "sha512-
|
|
1806
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
1807
|
+
"integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
|
|
1693
1808
|
"license": "MIT",
|
|
1694
1809
|
"dependencies": {
|
|
1695
|
-
"@babel/
|
|
1696
|
-
"@babel/
|
|
1697
|
-
"@babel/traverse": "^7.27.1"
|
|
1810
|
+
"@babel/traverse": "^7.27.1",
|
|
1811
|
+
"@babel/types": "^7.27.1"
|
|
1698
1812
|
},
|
|
1699
1813
|
"engines": {
|
|
1700
1814
|
"node": ">=6.9.0"
|
|
1701
|
-
},
|
|
1702
|
-
"peerDependencies": {
|
|
1703
|
-
"@babel/core": "^7.0.0"
|
|
1704
1815
|
}
|
|
1705
1816
|
},
|
|
1706
1817
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
@@ -1726,9 +1837,9 @@
|
|
|
1726
1837
|
}
|
|
1727
1838
|
},
|
|
1728
1839
|
"node_modules/@babel/helper-validator-identifier": {
|
|
1729
|
-
"version": "7.
|
|
1730
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
1731
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "7.28.5",
|
|
1841
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1842
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1732
1843
|
"license": "MIT",
|
|
1733
1844
|
"engines": {
|
|
1734
1845
|
"node": ">=6.9.0"
|
|
@@ -1830,32 +1941,14 @@
|
|
|
1830
1941
|
"@babel/core": "^7.0.0-0"
|
|
1831
1942
|
}
|
|
1832
1943
|
},
|
|
1833
|
-
"node_modules/@babel/plugin-transform-
|
|
1834
|
-
"version": "7.28.0",
|
|
1835
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
1836
|
-
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
1837
|
-
"license": "MIT",
|
|
1838
|
-
"dependencies": {
|
|
1839
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1840
|
-
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
1841
|
-
"@babel/traverse": "^7.28.0"
|
|
1842
|
-
},
|
|
1843
|
-
"engines": {
|
|
1844
|
-
"node": ">=6.9.0"
|
|
1845
|
-
},
|
|
1846
|
-
"peerDependencies": {
|
|
1847
|
-
"@babel/core": "^7.0.0-0"
|
|
1848
|
-
}
|
|
1849
|
-
},
|
|
1850
|
-
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1944
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1851
1945
|
"version": "7.27.1",
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1853
|
-
"integrity": "sha512-
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1947
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1854
1948
|
"license": "MIT",
|
|
1855
1949
|
"dependencies": {
|
|
1856
|
-
"@babel/helper-module-
|
|
1857
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1858
|
-
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
1950
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
1951
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1859
1952
|
},
|
|
1860
1953
|
"engines": {
|
|
1861
1954
|
"node": ">=6.9.0"
|
|
@@ -1864,14 +1957,17 @@
|
|
|
1864
1957
|
"@babel/core": "^7.0.0-0"
|
|
1865
1958
|
}
|
|
1866
1959
|
},
|
|
1867
|
-
"node_modules/@babel/plugin-transform-
|
|
1868
|
-
"version": "7.
|
|
1869
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-
|
|
1870
|
-
"integrity": "sha512-
|
|
1960
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1961
|
+
"version": "7.28.5",
|
|
1962
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
1963
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
1871
1964
|
"license": "MIT",
|
|
1872
1965
|
"dependencies": {
|
|
1873
|
-
"@babel/helper-
|
|
1874
|
-
"@babel/helper-plugin
|
|
1966
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1967
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1968
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1969
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1970
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
1875
1971
|
},
|
|
1876
1972
|
"engines": {
|
|
1877
1973
|
"node": ">=6.9.0"
|
|
@@ -1880,14 +1976,17 @@
|
|
|
1880
1976
|
"@babel/core": "^7.0.0-0"
|
|
1881
1977
|
}
|
|
1882
1978
|
},
|
|
1883
|
-
"node_modules/@babel/
|
|
1884
|
-
"version": "7.28.
|
|
1885
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1886
|
-
"integrity": "sha512
|
|
1979
|
+
"node_modules/@babel/preset-typescript": {
|
|
1980
|
+
"version": "7.28.5",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1982
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
1887
1983
|
"license": "MIT",
|
|
1888
1984
|
"dependencies": {
|
|
1889
1985
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1890
|
-
"@babel/
|
|
1986
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1987
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1988
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1989
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
1891
1990
|
},
|
|
1892
1991
|
"engines": {
|
|
1893
1992
|
"node": ">=6.9.0"
|
|
@@ -1896,212 +1995,72 @@
|
|
|
1896
1995
|
"@babel/core": "^7.0.0-0"
|
|
1897
1996
|
}
|
|
1898
1997
|
},
|
|
1899
|
-
"node_modules/@babel/
|
|
1900
|
-
"version": "7.27.
|
|
1901
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1902
|
-
"integrity": "sha512-
|
|
1998
|
+
"node_modules/@babel/template": {
|
|
1999
|
+
"version": "7.27.2",
|
|
2000
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
2001
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
1903
2002
|
"license": "MIT",
|
|
1904
2003
|
"dependencies": {
|
|
1905
|
-
"@babel/
|
|
1906
|
-
"@babel/
|
|
2004
|
+
"@babel/code-frame": "^7.27.1",
|
|
2005
|
+
"@babel/parser": "^7.27.2",
|
|
2006
|
+
"@babel/types": "^7.27.1"
|
|
1907
2007
|
},
|
|
1908
2008
|
"engines": {
|
|
1909
2009
|
"node": ">=6.9.0"
|
|
1910
|
-
},
|
|
1911
|
-
"peerDependencies": {
|
|
1912
|
-
"@babel/core": "^7.0.0-0"
|
|
1913
2010
|
}
|
|
1914
2011
|
},
|
|
1915
|
-
"node_modules/@babel/
|
|
1916
|
-
"version": "7.28.
|
|
1917
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1918
|
-
"integrity": "sha512-
|
|
2012
|
+
"node_modules/@babel/traverse": {
|
|
2013
|
+
"version": "7.28.5",
|
|
2014
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2015
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1919
2016
|
"license": "MIT",
|
|
1920
2017
|
"dependencies": {
|
|
1921
|
-
"@babel/
|
|
1922
|
-
"@babel/
|
|
1923
|
-
"@babel/
|
|
1924
|
-
"@babel/
|
|
1925
|
-
"@babel/
|
|
2018
|
+
"@babel/code-frame": "^7.27.1",
|
|
2019
|
+
"@babel/generator": "^7.28.5",
|
|
2020
|
+
"@babel/helper-globals": "^7.28.0",
|
|
2021
|
+
"@babel/parser": "^7.28.5",
|
|
2022
|
+
"@babel/template": "^7.27.2",
|
|
2023
|
+
"@babel/types": "^7.28.5",
|
|
2024
|
+
"debug": "^4.3.1"
|
|
1926
2025
|
},
|
|
1927
2026
|
"engines": {
|
|
1928
2027
|
"node": ">=6.9.0"
|
|
1929
|
-
},
|
|
1930
|
-
"peerDependencies": {
|
|
1931
|
-
"@babel/core": "^7.0.0-0"
|
|
1932
2028
|
}
|
|
1933
2029
|
},
|
|
1934
|
-
"node_modules/@babel/
|
|
1935
|
-
"version": "7.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1937
|
-
"integrity": "sha512-
|
|
2030
|
+
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
2031
|
+
"version": "7.28.5",
|
|
2032
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2033
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1938
2034
|
"license": "MIT",
|
|
1939
2035
|
"dependencies": {
|
|
1940
|
-
"@babel/
|
|
2036
|
+
"@babel/parser": "^7.28.5",
|
|
2037
|
+
"@babel/types": "^7.28.5",
|
|
2038
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2039
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2040
|
+
"jsesc": "^3.0.2"
|
|
1941
2041
|
},
|
|
1942
2042
|
"engines": {
|
|
1943
2043
|
"node": ">=6.9.0"
|
|
1944
|
-
},
|
|
1945
|
-
"peerDependencies": {
|
|
1946
|
-
"@babel/core": "^7.0.0-0"
|
|
1947
2044
|
}
|
|
1948
2045
|
},
|
|
1949
|
-
"node_modules/@babel/
|
|
2046
|
+
"node_modules/@babel/types": {
|
|
1950
2047
|
"version": "7.28.5",
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1952
|
-
"integrity": "sha512-
|
|
2048
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2049
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1953
2050
|
"license": "MIT",
|
|
1954
2051
|
"dependencies": {
|
|
1955
|
-
"@babel/helper-
|
|
1956
|
-
"@babel/helper-
|
|
1957
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1958
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1959
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
2052
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
2053
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1960
2054
|
},
|
|
1961
2055
|
"engines": {
|
|
1962
2056
|
"node": ">=6.9.0"
|
|
1963
|
-
},
|
|
1964
|
-
"peerDependencies": {
|
|
1965
|
-
"@babel/core": "^7.0.0-0"
|
|
1966
2057
|
}
|
|
1967
2058
|
},
|
|
1968
|
-
"node_modules/@
|
|
1969
|
-
"version": "
|
|
1970
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1971
|
-
"integrity": "sha512-
|
|
1972
|
-
"
|
|
1973
|
-
"dependencies": {
|
|
1974
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1975
|
-
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
1976
|
-
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1977
|
-
"@babel/helper-replace-supers": "^7.27.1",
|
|
1978
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1979
|
-
"@babel/traverse": "^7.28.5",
|
|
1980
|
-
"semver": "^6.3.1"
|
|
1981
|
-
},
|
|
1982
|
-
"engines": {
|
|
1983
|
-
"node": ">=6.9.0"
|
|
1984
|
-
},
|
|
1985
|
-
"peerDependencies": {
|
|
1986
|
-
"@babel/core": "^7.0.0"
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
|
|
1990
|
-
"version": "7.28.5",
|
|
1991
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
1992
|
-
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
1993
|
-
"license": "MIT",
|
|
1994
|
-
"dependencies": {
|
|
1995
|
-
"@babel/traverse": "^7.28.5",
|
|
1996
|
-
"@babel/types": "^7.28.5"
|
|
1997
|
-
},
|
|
1998
|
-
"engines": {
|
|
1999
|
-
"node": ">=6.9.0"
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
"node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
|
|
2003
|
-
"version": "6.3.1",
|
|
2004
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2005
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2006
|
-
"license": "ISC",
|
|
2007
|
-
"bin": {
|
|
2008
|
-
"semver": "bin/semver.js"
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"node_modules/@babel/preset-typescript": {
|
|
2012
|
-
"version": "7.28.5",
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
2014
|
-
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
2015
|
-
"license": "MIT",
|
|
2016
|
-
"dependencies": {
|
|
2017
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2018
|
-
"@babel/helper-validator-option": "^7.27.1",
|
|
2019
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
2020
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
2021
|
-
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
2022
|
-
},
|
|
2023
|
-
"engines": {
|
|
2024
|
-
"node": ">=6.9.0"
|
|
2025
|
-
},
|
|
2026
|
-
"peerDependencies": {
|
|
2027
|
-
"@babel/core": "^7.0.0-0"
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
|
-
"node_modules/@babel/template": {
|
|
2031
|
-
"version": "7.27.2",
|
|
2032
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
2033
|
-
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
2034
|
-
"license": "MIT",
|
|
2035
|
-
"dependencies": {
|
|
2036
|
-
"@babel/code-frame": "^7.27.1",
|
|
2037
|
-
"@babel/parser": "^7.27.2",
|
|
2038
|
-
"@babel/types": "^7.27.1"
|
|
2039
|
-
},
|
|
2040
|
-
"engines": {
|
|
2041
|
-
"node": ">=6.9.0"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
"node_modules/@babel/traverse": {
|
|
2045
|
-
"version": "7.28.5",
|
|
2046
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2047
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
2048
|
-
"license": "MIT",
|
|
2049
|
-
"dependencies": {
|
|
2050
|
-
"@babel/code-frame": "^7.27.1",
|
|
2051
|
-
"@babel/generator": "^7.28.5",
|
|
2052
|
-
"@babel/helper-globals": "^7.28.0",
|
|
2053
|
-
"@babel/parser": "^7.28.5",
|
|
2054
|
-
"@babel/template": "^7.27.2",
|
|
2055
|
-
"@babel/types": "^7.28.5",
|
|
2056
|
-
"debug": "^4.3.1"
|
|
2057
|
-
},
|
|
2058
|
-
"engines": {
|
|
2059
|
-
"node": ">=6.9.0"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
2063
|
-
"version": "7.28.5",
|
|
2064
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
2065
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
2066
|
-
"license": "MIT",
|
|
2067
|
-
"dependencies": {
|
|
2068
|
-
"@babel/parser": "^7.28.5",
|
|
2069
|
-
"@babel/types": "^7.28.5",
|
|
2070
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2071
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2072
|
-
"jsesc": "^3.0.2"
|
|
2073
|
-
},
|
|
2074
|
-
"engines": {
|
|
2075
|
-
"node": ">=6.9.0"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
"node_modules/@babel/types": {
|
|
2079
|
-
"version": "7.28.5",
|
|
2080
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2081
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
2082
|
-
"license": "MIT",
|
|
2083
|
-
"dependencies": {
|
|
2084
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
2085
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
2086
|
-
},
|
|
2087
|
-
"engines": {
|
|
2088
|
-
"node": ">=6.9.0"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
2092
|
-
"version": "7.28.5",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
2094
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
2095
|
-
"license": "MIT",
|
|
2096
|
-
"engines": {
|
|
2097
|
-
"node": ">=6.9.0"
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
|
-
"node_modules/@commitlint/cli": {
|
|
2101
|
-
"version": "17.8.1",
|
|
2102
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.1.tgz",
|
|
2103
|
-
"integrity": "sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==",
|
|
2104
|
-
"dev": true,
|
|
2059
|
+
"node_modules/@commitlint/cli": {
|
|
2060
|
+
"version": "17.8.1",
|
|
2061
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.1.tgz",
|
|
2062
|
+
"integrity": "sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==",
|
|
2063
|
+
"dev": true,
|
|
2105
2064
|
"license": "MIT",
|
|
2106
2065
|
"dependencies": {
|
|
2107
2066
|
"@commitlint/format": "^17.8.1",
|
|
@@ -4304,186 +4263,778 @@
|
|
|
4304
4263
|
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz",
|
|
4305
4264
|
"integrity": "sha512-vjFYE6g6JQ3ZWo4EWRGtDDesyowhM02+VynJUKX1r1UuxOpy1Ea4+pneDLTT7FX6a0U2BCyQQK1d1nPdy2LvAA==",
|
|
4306
4265
|
"license": "MIT",
|
|
4307
|
-
"dependencies": {
|
|
4308
|
-
"@babel/types": "^7.9.0",
|
|
4309
|
-
"@komaci/common-shared": "258.0.0"
|
|
4310
|
-
},
|
|
4311
|
-
"peerDependencies": {
|
|
4312
|
-
"@lwc/metadata": "^12.0.0",
|
|
4313
|
-
"@lwc/sfdc-compiler-utils": "^12.0.0"
|
|
4266
|
+
"dependencies": {
|
|
4267
|
+
"@babel/types": "^7.9.0",
|
|
4268
|
+
"@komaci/common-shared": "258.0.0"
|
|
4269
|
+
},
|
|
4270
|
+
"peerDependencies": {
|
|
4271
|
+
"@lwc/metadata": "^12.0.0",
|
|
4272
|
+
"@lwc/sfdc-compiler-utils": "^12.0.0"
|
|
4273
|
+
}
|
|
4274
|
+
},
|
|
4275
|
+
"node_modules/@locker/babel-plugin-transform-unforgeables": {
|
|
4276
|
+
"version": "0.22.0",
|
|
4277
|
+
"resolved": "https://registry.npmjs.org/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz",
|
|
4278
|
+
"integrity": "sha512-CH4vMYMY/VJlYzb6l+Xy1nHdXogrNxHNXf1cCPSJB1kBXJgkuw7E0X/IEyfCTuFh06ciI31s4qqyEeXqxPWBTg==",
|
|
4279
|
+
"license": "MIT",
|
|
4280
|
+
"dependencies": {
|
|
4281
|
+
"@babel/generator": "7.22.10",
|
|
4282
|
+
"match-json": "1.3.7"
|
|
4283
|
+
}
|
|
4284
|
+
},
|
|
4285
|
+
"node_modules/@locker/babel-plugin-transform-unforgeables/node_modules/@babel/generator": {
|
|
4286
|
+
"version": "7.22.10",
|
|
4287
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz",
|
|
4288
|
+
"integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==",
|
|
4289
|
+
"license": "MIT",
|
|
4290
|
+
"dependencies": {
|
|
4291
|
+
"@babel/types": "^7.22.10",
|
|
4292
|
+
"@jridgewell/gen-mapping": "^0.3.2",
|
|
4293
|
+
"@jridgewell/trace-mapping": "^0.3.17",
|
|
4294
|
+
"jsesc": "^2.5.1"
|
|
4295
|
+
},
|
|
4296
|
+
"engines": {
|
|
4297
|
+
"node": ">=6.9.0"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4300
|
+
"node_modules/@locker/babel-plugin-transform-unforgeables/node_modules/jsesc": {
|
|
4301
|
+
"version": "2.5.2",
|
|
4302
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
|
4303
|
+
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
|
|
4304
|
+
"license": "MIT",
|
|
4305
|
+
"bin": {
|
|
4306
|
+
"jsesc": "bin/jsesc"
|
|
4307
|
+
},
|
|
4308
|
+
"engines": {
|
|
4309
|
+
"node": ">=4"
|
|
4310
|
+
}
|
|
4311
|
+
},
|
|
4312
|
+
"node_modules/@locker/distortion": {
|
|
4313
|
+
"version": "0.26.2",
|
|
4314
|
+
"resolved": "https://registry.npmjs.org/@locker/distortion/-/distortion-0.26.2.tgz",
|
|
4315
|
+
"integrity": "sha512-/hSyrhtHN1d8lrPGByKvV78/htigOUUu9ArItr9t5crCuZDwSScnVEeiLAsres7yoTYRC3jxeJO/QC8WHuGTAA==",
|
|
4316
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4317
|
+
"dependencies": {
|
|
4318
|
+
"@locker/html-sanitizer": "0.26.2",
|
|
4319
|
+
"@locker/internal-policy": "0.26.2",
|
|
4320
|
+
"@locker/shared": "0.26.2",
|
|
4321
|
+
"@locker/shared-dom": "0.26.2",
|
|
4322
|
+
"@locker/shared-url": "0.26.2",
|
|
4323
|
+
"@locker/trusted-types": "0.26.2"
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
"node_modules/@locker/html-sanitizer": {
|
|
4327
|
+
"version": "0.26.2",
|
|
4328
|
+
"resolved": "https://registry.npmjs.org/@locker/html-sanitizer/-/html-sanitizer-0.26.2.tgz",
|
|
4329
|
+
"integrity": "sha512-QPx5phhS3BzrX3IHLNo5Lj7Rm9AAH6qBwqsuVnULItJ1D02uBe12V+R9FLeJ2chZHYwpWMm/+iRtIaP4Q17cHw==",
|
|
4330
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4331
|
+
"dependencies": {
|
|
4332
|
+
"@locker/shared": "0.26.2",
|
|
4333
|
+
"@locker/shared-dom": "0.26.2",
|
|
4334
|
+
"@locker/shared-url": "0.26.2",
|
|
4335
|
+
"@locker/trusted-types": "0.26.2",
|
|
4336
|
+
"dompurify": "3.2.4"
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
4339
|
+
"node_modules/@locker/internal-policy": {
|
|
4340
|
+
"version": "0.26.2",
|
|
4341
|
+
"resolved": "https://registry.npmjs.org/@locker/internal-policy/-/internal-policy-0.26.2.tgz",
|
|
4342
|
+
"integrity": "sha512-Ta+4IejsqyQpBzoi0mE5Rzr9ZKYQzDbeMi3GpNRGXRFu+6bPvrFsiBEOcM15aj+dEWFRaMtSo0RbHKtNF9j4Sg==",
|
|
4343
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4344
|
+
"dependencies": {
|
|
4345
|
+
"@locker/html-sanitizer": "0.26.2",
|
|
4346
|
+
"@locker/shared": "0.26.2",
|
|
4347
|
+
"@locker/shared-dom": "0.26.2",
|
|
4348
|
+
"@locker/shared-url": "0.26.2",
|
|
4349
|
+
"@locker/trusted-types": "0.26.2"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
"node_modules/@locker/sandbox": {
|
|
4353
|
+
"version": "0.26.2",
|
|
4354
|
+
"resolved": "https://registry.npmjs.org/@locker/sandbox/-/sandbox-0.26.2.tgz",
|
|
4355
|
+
"integrity": "sha512-sLDLVoURA4U3iF8lTtU0pESiOxvpBjhajeJXmaVs0yqNAtH0m/pQq0+jD9Zz7oI0ZuH4gObe9R9W90Opf9XxPw==",
|
|
4356
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4357
|
+
"dependencies": {
|
|
4358
|
+
"@locker/distortion": "0.26.2",
|
|
4359
|
+
"@locker/html-sanitizer": "0.26.2",
|
|
4360
|
+
"@locker/shared": "0.26.2",
|
|
4361
|
+
"@locker/shared-dom": "0.26.2",
|
|
4362
|
+
"@locker/shared-url": "0.26.2",
|
|
4363
|
+
"@locker/trusted-types": "0.26.2"
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
"node_modules/@locker/shared": {
|
|
4367
|
+
"version": "0.26.2",
|
|
4368
|
+
"resolved": "https://registry.npmjs.org/@locker/shared/-/shared-0.26.2.tgz",
|
|
4369
|
+
"integrity": "sha512-zSO4xoqPwDYxHq4MLF1K9xTMCoPlMHMjiJlH0LbMRFeKbI4v4WhC90fvackTw8or0ip7WqPCq9oZoJ7SnpXnDw==",
|
|
4370
|
+
"license": "SEE LICENSE IN LICENSE.txt"
|
|
4371
|
+
},
|
|
4372
|
+
"node_modules/@locker/shared-dom": {
|
|
4373
|
+
"version": "0.26.2",
|
|
4374
|
+
"resolved": "https://registry.npmjs.org/@locker/shared-dom/-/shared-dom-0.26.2.tgz",
|
|
4375
|
+
"integrity": "sha512-ZVHfkrxkVx1MkiSJPs+cm6WzmkUNPnXv38MBrE+EkshSv6oCRu4kU+VCGdL56aPbEdyVMqIB6NBYgEDV3h+DpA==",
|
|
4376
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4377
|
+
"dependencies": {
|
|
4378
|
+
"@locker/shared": "0.26.2"
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
"node_modules/@locker/shared-url": {
|
|
4382
|
+
"version": "0.26.2",
|
|
4383
|
+
"resolved": "https://registry.npmjs.org/@locker/shared-url/-/shared-url-0.26.2.tgz",
|
|
4384
|
+
"integrity": "sha512-u/X7A1Qgn3TpcBGY4/O/onvNu68nV4v8uXiPZi3JIQrXUWGyBxTIolj/zdZ+wNBGKYSw6dAo49rGNtWVUwbz0w==",
|
|
4385
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4386
|
+
"dependencies": {
|
|
4387
|
+
"@locker/shared": "0.26.2",
|
|
4388
|
+
"@locker/shared-dom": "0.26.2"
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
"node_modules/@locker/trusted-types": {
|
|
4392
|
+
"version": "0.26.2",
|
|
4393
|
+
"resolved": "https://registry.npmjs.org/@locker/trusted-types/-/trusted-types-0.26.2.tgz",
|
|
4394
|
+
"integrity": "sha512-74QltdBR7Jhdlg40ulsG2j3W+IsWhAliQrqDI+gM+fRfW2gTQBKqIzz+9LiHFEVxvduJ8rveP5sLyIicA3qk0g==",
|
|
4395
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4396
|
+
"dependencies": {
|
|
4397
|
+
"@locker/shared": "0.26.2"
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
"node_modules/@lwc/aria-reflection": {
|
|
4401
|
+
"version": "8.28.2",
|
|
4402
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.28.2.tgz",
|
|
4403
|
+
"integrity": "sha512-Klzs3OTlNs1QkvjmPDwq2EoFMiF0fLuTQgO2x9BTE/RZtvtIzcISVA3lAQpfHra7OBMrA3D2aQKyw7I0v0ldiw==",
|
|
4404
|
+
"license": "MIT"
|
|
4405
|
+
},
|
|
4406
|
+
"node_modules/@lwc/babel-plugin-component": {
|
|
4407
|
+
"version": "8.28.2",
|
|
4408
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.28.2.tgz",
|
|
4409
|
+
"integrity": "sha512-9OgW3yL4rDNJcrf0BGXwQqPe0J+Cq3M91SuI0Vc1B5OPwAjxxZ2PGayXxyWQ/jnMkM5z2FfjrWGiWbhLiLEsxA==",
|
|
4410
|
+
"license": "MIT",
|
|
4411
|
+
"dependencies": {
|
|
4412
|
+
"@babel/helper-module-imports": "7.28.6",
|
|
4413
|
+
"@lwc/errors": "8.28.2",
|
|
4414
|
+
"@lwc/shared": "8.28.2",
|
|
4415
|
+
"line-column": "~1.0.2"
|
|
4416
|
+
},
|
|
4417
|
+
"peerDependencies": {
|
|
4418
|
+
"@babel/core": "^7"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
4421
|
+
"node_modules/@lwc/compiler": {
|
|
4422
|
+
"version": "8.28.2",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.28.2.tgz",
|
|
4424
|
+
"integrity": "sha512-H+8tLAip8qUML0j5UPonGQJY3UB6FAtlz+WpX3GUnGY8BMRJKI22fWgZ/dR9kdUHoGFTuoT+Cx8jNOU+oAtPog==",
|
|
4425
|
+
"license": "MIT",
|
|
4426
|
+
"peer": true,
|
|
4427
|
+
"dependencies": {
|
|
4428
|
+
"@babel/core": "7.28.6",
|
|
4429
|
+
"@babel/plugin-transform-async-generator-functions": "7.28.6",
|
|
4430
|
+
"@babel/plugin-transform-async-to-generator": "7.28.6",
|
|
4431
|
+
"@babel/plugin-transform-class-properties": "7.28.6",
|
|
4432
|
+
"@babel/plugin-transform-object-rest-spread": "7.28.6",
|
|
4433
|
+
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4434
|
+
"@lwc/babel-plugin-component": "8.28.2",
|
|
4435
|
+
"@lwc/errors": "8.28.2",
|
|
4436
|
+
"@lwc/shared": "8.28.2",
|
|
4437
|
+
"@lwc/ssr-compiler": "8.28.2",
|
|
4438
|
+
"@lwc/style-compiler": "8.28.2",
|
|
4439
|
+
"@lwc/template-compiler": "8.28.2"
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
"node_modules/@lwc/compiler/node_modules/@babel/code-frame": {
|
|
4443
|
+
"version": "7.28.6",
|
|
4444
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
|
|
4445
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
4446
|
+
"license": "MIT",
|
|
4447
|
+
"dependencies": {
|
|
4448
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
4449
|
+
"js-tokens": "^4.0.0",
|
|
4450
|
+
"picocolors": "^1.1.1"
|
|
4451
|
+
},
|
|
4452
|
+
"engines": {
|
|
4453
|
+
"node": ">=6.9.0"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
"node_modules/@lwc/compiler/node_modules/@babel/compat-data": {
|
|
4457
|
+
"version": "7.28.6",
|
|
4458
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
|
|
4459
|
+
"integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
|
|
4460
|
+
"license": "MIT",
|
|
4461
|
+
"engines": {
|
|
4462
|
+
"node": ">=6.9.0"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
"node_modules/@lwc/compiler/node_modules/@babel/core": {
|
|
4466
|
+
"version": "7.28.6",
|
|
4467
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
|
|
4468
|
+
"integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
|
|
4469
|
+
"license": "MIT",
|
|
4470
|
+
"peer": true,
|
|
4471
|
+
"dependencies": {
|
|
4472
|
+
"@babel/code-frame": "^7.28.6",
|
|
4473
|
+
"@babel/generator": "^7.28.6",
|
|
4474
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
4475
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
4476
|
+
"@babel/helpers": "^7.28.6",
|
|
4477
|
+
"@babel/parser": "^7.28.6",
|
|
4478
|
+
"@babel/template": "^7.28.6",
|
|
4479
|
+
"@babel/traverse": "^7.28.6",
|
|
4480
|
+
"@babel/types": "^7.28.6",
|
|
4481
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
4482
|
+
"convert-source-map": "^2.0.0",
|
|
4483
|
+
"debug": "^4.1.0",
|
|
4484
|
+
"gensync": "^1.0.0-beta.2",
|
|
4485
|
+
"json5": "^2.2.3",
|
|
4486
|
+
"semver": "^6.3.1"
|
|
4487
|
+
},
|
|
4488
|
+
"engines": {
|
|
4489
|
+
"node": ">=6.9.0"
|
|
4490
|
+
},
|
|
4491
|
+
"funding": {
|
|
4492
|
+
"type": "opencollective",
|
|
4493
|
+
"url": "https://opencollective.com/babel"
|
|
4494
|
+
}
|
|
4495
|
+
},
|
|
4496
|
+
"node_modules/@lwc/compiler/node_modules/@babel/generator": {
|
|
4497
|
+
"version": "7.28.6",
|
|
4498
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
|
|
4499
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
4500
|
+
"license": "MIT",
|
|
4501
|
+
"dependencies": {
|
|
4502
|
+
"@babel/parser": "^7.28.6",
|
|
4503
|
+
"@babel/types": "^7.28.6",
|
|
4504
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
4505
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
4506
|
+
"jsesc": "^3.0.2"
|
|
4507
|
+
},
|
|
4508
|
+
"engines": {
|
|
4509
|
+
"node": ">=6.9.0"
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4512
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-compilation-targets": {
|
|
4513
|
+
"version": "7.28.6",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
|
|
4515
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
4516
|
+
"license": "MIT",
|
|
4517
|
+
"dependencies": {
|
|
4518
|
+
"@babel/compat-data": "^7.28.6",
|
|
4519
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
4520
|
+
"browserslist": "^4.24.0",
|
|
4521
|
+
"lru-cache": "^5.1.1",
|
|
4522
|
+
"semver": "^6.3.1"
|
|
4523
|
+
},
|
|
4524
|
+
"engines": {
|
|
4525
|
+
"node": ">=6.9.0"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4528
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
4529
|
+
"version": "7.28.6",
|
|
4530
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
|
|
4531
|
+
"integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
|
|
4532
|
+
"license": "MIT",
|
|
4533
|
+
"dependencies": {
|
|
4534
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
4535
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
4536
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
4537
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
4538
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
4539
|
+
"@babel/traverse": "^7.28.6",
|
|
4540
|
+
"semver": "^6.3.1"
|
|
4541
|
+
},
|
|
4542
|
+
"engines": {
|
|
4543
|
+
"node": ">=6.9.0"
|
|
4544
|
+
},
|
|
4545
|
+
"peerDependencies": {
|
|
4546
|
+
"@babel/core": "^7.0.0"
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-module-transforms": {
|
|
4550
|
+
"version": "7.28.6",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
|
|
4552
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
4553
|
+
"license": "MIT",
|
|
4554
|
+
"dependencies": {
|
|
4555
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
4556
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
4557
|
+
"@babel/traverse": "^7.28.6"
|
|
4558
|
+
},
|
|
4559
|
+
"engines": {
|
|
4560
|
+
"node": ">=6.9.0"
|
|
4561
|
+
},
|
|
4562
|
+
"peerDependencies": {
|
|
4563
|
+
"@babel/core": "^7.0.0"
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-plugin-utils": {
|
|
4567
|
+
"version": "7.28.6",
|
|
4568
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
|
|
4569
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
4570
|
+
"license": "MIT",
|
|
4571
|
+
"engines": {
|
|
4572
|
+
"node": ">=6.9.0"
|
|
4573
|
+
}
|
|
4574
|
+
},
|
|
4575
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator": {
|
|
4576
|
+
"version": "7.27.1",
|
|
4577
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
|
|
4578
|
+
"integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
|
|
4579
|
+
"license": "MIT",
|
|
4580
|
+
"dependencies": {
|
|
4581
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
4582
|
+
"@babel/helper-wrap-function": "^7.27.1",
|
|
4583
|
+
"@babel/traverse": "^7.27.1"
|
|
4584
|
+
},
|
|
4585
|
+
"engines": {
|
|
4586
|
+
"node": ">=6.9.0"
|
|
4587
|
+
},
|
|
4588
|
+
"peerDependencies": {
|
|
4589
|
+
"@babel/core": "^7.0.0"
|
|
4590
|
+
}
|
|
4591
|
+
},
|
|
4592
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/code-frame": {
|
|
4593
|
+
"version": "7.27.1",
|
|
4594
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
4595
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
4596
|
+
"license": "MIT",
|
|
4597
|
+
"dependencies": {
|
|
4598
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
4599
|
+
"js-tokens": "^4.0.0",
|
|
4600
|
+
"picocolors": "^1.1.1"
|
|
4601
|
+
},
|
|
4602
|
+
"engines": {
|
|
4603
|
+
"node": ">=6.9.0"
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4606
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/generator": {
|
|
4607
|
+
"version": "7.28.5",
|
|
4608
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
4609
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
4610
|
+
"license": "MIT",
|
|
4611
|
+
"dependencies": {
|
|
4612
|
+
"@babel/parser": "^7.28.5",
|
|
4613
|
+
"@babel/types": "^7.28.5",
|
|
4614
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
4615
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
4616
|
+
"jsesc": "^3.0.2"
|
|
4617
|
+
},
|
|
4618
|
+
"engines": {
|
|
4619
|
+
"node": ">=6.9.0"
|
|
4620
|
+
}
|
|
4621
|
+
},
|
|
4622
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-validator-identifier": {
|
|
4623
|
+
"version": "7.27.1",
|
|
4624
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
4625
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
4626
|
+
"license": "MIT",
|
|
4627
|
+
"engines": {
|
|
4628
|
+
"node": ">=6.9.0"
|
|
4629
|
+
}
|
|
4630
|
+
},
|
|
4631
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/parser": {
|
|
4632
|
+
"version": "7.28.5",
|
|
4633
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
4634
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
4635
|
+
"license": "MIT",
|
|
4636
|
+
"dependencies": {
|
|
4637
|
+
"@babel/types": "^7.28.5"
|
|
4638
|
+
},
|
|
4639
|
+
"bin": {
|
|
4640
|
+
"parser": "bin/babel-parser.js"
|
|
4641
|
+
},
|
|
4642
|
+
"engines": {
|
|
4643
|
+
"node": ">=6.0.0"
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/template": {
|
|
4647
|
+
"version": "7.27.2",
|
|
4648
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
4649
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
4650
|
+
"license": "MIT",
|
|
4651
|
+
"dependencies": {
|
|
4652
|
+
"@babel/code-frame": "^7.27.1",
|
|
4653
|
+
"@babel/parser": "^7.27.2",
|
|
4654
|
+
"@babel/types": "^7.27.1"
|
|
4655
|
+
},
|
|
4656
|
+
"engines": {
|
|
4657
|
+
"node": ">=6.9.0"
|
|
4658
|
+
}
|
|
4659
|
+
},
|
|
4660
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/traverse": {
|
|
4661
|
+
"version": "7.28.5",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
4663
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
4664
|
+
"license": "MIT",
|
|
4665
|
+
"dependencies": {
|
|
4666
|
+
"@babel/code-frame": "^7.27.1",
|
|
4667
|
+
"@babel/generator": "^7.28.5",
|
|
4668
|
+
"@babel/helper-globals": "^7.28.0",
|
|
4669
|
+
"@babel/parser": "^7.28.5",
|
|
4670
|
+
"@babel/template": "^7.27.2",
|
|
4671
|
+
"@babel/types": "^7.28.5",
|
|
4672
|
+
"debug": "^4.3.1"
|
|
4673
|
+
},
|
|
4674
|
+
"engines": {
|
|
4675
|
+
"node": ">=6.9.0"
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4678
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/types": {
|
|
4679
|
+
"version": "7.28.5",
|
|
4680
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
4681
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
4682
|
+
"license": "MIT",
|
|
4683
|
+
"dependencies": {
|
|
4684
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
4685
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
4686
|
+
},
|
|
4687
|
+
"engines": {
|
|
4688
|
+
"node": ">=6.9.0"
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
4691
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
4692
|
+
"version": "7.28.5",
|
|
4693
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
4694
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
4695
|
+
"license": "MIT",
|
|
4696
|
+
"engines": {
|
|
4697
|
+
"node": ">=6.9.0"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers": {
|
|
4701
|
+
"version": "7.28.6",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
|
|
4703
|
+
"integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
|
|
4704
|
+
"license": "MIT",
|
|
4705
|
+
"dependencies": {
|
|
4706
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
4707
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
4708
|
+
"@babel/traverse": "^7.28.6"
|
|
4709
|
+
},
|
|
4710
|
+
"engines": {
|
|
4711
|
+
"node": ">=6.9.0"
|
|
4712
|
+
},
|
|
4713
|
+
"peerDependencies": {
|
|
4714
|
+
"@babel/core": "^7.0.0"
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
4717
|
+
"node_modules/@lwc/compiler/node_modules/@babel/helpers": {
|
|
4718
|
+
"version": "7.28.6",
|
|
4719
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
|
|
4720
|
+
"integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
|
|
4721
|
+
"license": "MIT",
|
|
4722
|
+
"dependencies": {
|
|
4723
|
+
"@babel/template": "^7.28.6",
|
|
4724
|
+
"@babel/types": "^7.28.6"
|
|
4725
|
+
},
|
|
4726
|
+
"engines": {
|
|
4727
|
+
"node": ">=6.9.0"
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
"node_modules/@lwc/compiler/node_modules/@babel/parser": {
|
|
4731
|
+
"version": "7.28.6",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
|
|
4733
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
4734
|
+
"license": "MIT",
|
|
4735
|
+
"dependencies": {
|
|
4736
|
+
"@babel/types": "^7.28.6"
|
|
4737
|
+
},
|
|
4738
|
+
"bin": {
|
|
4739
|
+
"parser": "bin/babel-parser.js"
|
|
4740
|
+
},
|
|
4741
|
+
"engines": {
|
|
4742
|
+
"node": ">=6.0.0"
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
4746
|
+
"version": "7.28.6",
|
|
4747
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.6.tgz",
|
|
4748
|
+
"integrity": "sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==",
|
|
4749
|
+
"license": "MIT",
|
|
4750
|
+
"dependencies": {
|
|
4751
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
4752
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
4753
|
+
"@babel/traverse": "^7.28.6"
|
|
4754
|
+
},
|
|
4755
|
+
"engines": {
|
|
4756
|
+
"node": ">=6.9.0"
|
|
4757
|
+
},
|
|
4758
|
+
"peerDependencies": {
|
|
4759
|
+
"@babel/core": "^7.0.0-0"
|
|
4760
|
+
}
|
|
4761
|
+
},
|
|
4762
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-to-generator": {
|
|
4763
|
+
"version": "7.28.6",
|
|
4764
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
|
|
4765
|
+
"integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
|
|
4766
|
+
"license": "MIT",
|
|
4767
|
+
"dependencies": {
|
|
4768
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
4769
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
4770
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
4771
|
+
},
|
|
4772
|
+
"engines": {
|
|
4773
|
+
"node": ">=6.9.0"
|
|
4774
|
+
},
|
|
4775
|
+
"peerDependencies": {
|
|
4776
|
+
"@babel/core": "^7.0.0-0"
|
|
4777
|
+
}
|
|
4778
|
+
},
|
|
4779
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-class-properties": {
|
|
4780
|
+
"version": "7.28.6",
|
|
4781
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
|
|
4782
|
+
"integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
|
|
4783
|
+
"license": "MIT",
|
|
4784
|
+
"dependencies": {
|
|
4785
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
4786
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
4787
|
+
},
|
|
4788
|
+
"engines": {
|
|
4789
|
+
"node": ">=6.9.0"
|
|
4790
|
+
},
|
|
4791
|
+
"peerDependencies": {
|
|
4792
|
+
"@babel/core": "^7.0.0-0"
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4795
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring": {
|
|
4796
|
+
"version": "7.28.5",
|
|
4797
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
|
|
4798
|
+
"integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
|
|
4799
|
+
"license": "MIT",
|
|
4800
|
+
"dependencies": {
|
|
4801
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
4802
|
+
"@babel/traverse": "^7.28.5"
|
|
4803
|
+
},
|
|
4804
|
+
"engines": {
|
|
4805
|
+
"node": ">=6.9.0"
|
|
4806
|
+
},
|
|
4807
|
+
"peerDependencies": {
|
|
4808
|
+
"@babel/core": "^7.0.0-0"
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/code-frame": {
|
|
4812
|
+
"version": "7.27.1",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
4814
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
4815
|
+
"license": "MIT",
|
|
4816
|
+
"dependencies": {
|
|
4817
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
4818
|
+
"js-tokens": "^4.0.0",
|
|
4819
|
+
"picocolors": "^1.1.1"
|
|
4820
|
+
},
|
|
4821
|
+
"engines": {
|
|
4822
|
+
"node": ">=6.9.0"
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/generator": {
|
|
4826
|
+
"version": "7.28.5",
|
|
4827
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
4828
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
4829
|
+
"license": "MIT",
|
|
4830
|
+
"dependencies": {
|
|
4831
|
+
"@babel/parser": "^7.28.5",
|
|
4832
|
+
"@babel/types": "^7.28.5",
|
|
4833
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
4834
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
4835
|
+
"jsesc": "^3.0.2"
|
|
4836
|
+
},
|
|
4837
|
+
"engines": {
|
|
4838
|
+
"node": ">=6.9.0"
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4841
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/helper-plugin-utils": {
|
|
4842
|
+
"version": "7.27.1",
|
|
4843
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
4844
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
4845
|
+
"license": "MIT",
|
|
4846
|
+
"engines": {
|
|
4847
|
+
"node": ">=6.9.0"
|
|
4848
|
+
}
|
|
4849
|
+
},
|
|
4850
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/helper-validator-identifier": {
|
|
4851
|
+
"version": "7.27.1",
|
|
4852
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
4853
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
4854
|
+
"license": "MIT",
|
|
4855
|
+
"engines": {
|
|
4856
|
+
"node": ">=6.9.0"
|
|
4314
4857
|
}
|
|
4315
4858
|
},
|
|
4316
|
-
"node_modules/@
|
|
4317
|
-
"version": "
|
|
4318
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4319
|
-
"integrity": "sha512-
|
|
4859
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/parser": {
|
|
4860
|
+
"version": "7.28.5",
|
|
4861
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
4862
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
4320
4863
|
"license": "MIT",
|
|
4321
4864
|
"dependencies": {
|
|
4322
|
-
"@babel/
|
|
4323
|
-
|
|
4865
|
+
"@babel/types": "^7.28.5"
|
|
4866
|
+
},
|
|
4867
|
+
"bin": {
|
|
4868
|
+
"parser": "bin/babel-parser.js"
|
|
4869
|
+
},
|
|
4870
|
+
"engines": {
|
|
4871
|
+
"node": ">=6.0.0"
|
|
4324
4872
|
}
|
|
4325
4873
|
},
|
|
4326
|
-
"node_modules/@
|
|
4327
|
-
"version": "7.
|
|
4328
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
4329
|
-
"integrity": "sha512-
|
|
4874
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/template": {
|
|
4875
|
+
"version": "7.27.2",
|
|
4876
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
4877
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
4330
4878
|
"license": "MIT",
|
|
4331
4879
|
"dependencies": {
|
|
4332
|
-
"@babel/
|
|
4333
|
-
"@
|
|
4334
|
-
"@
|
|
4335
|
-
"jsesc": "^2.5.1"
|
|
4880
|
+
"@babel/code-frame": "^7.27.1",
|
|
4881
|
+
"@babel/parser": "^7.27.2",
|
|
4882
|
+
"@babel/types": "^7.27.1"
|
|
4336
4883
|
},
|
|
4337
4884
|
"engines": {
|
|
4338
4885
|
"node": ">=6.9.0"
|
|
4339
4886
|
}
|
|
4340
4887
|
},
|
|
4341
|
-
"node_modules/@
|
|
4342
|
-
"version": "
|
|
4343
|
-
"resolved": "https://registry.npmjs.org/
|
|
4344
|
-
"integrity": "sha512-
|
|
4888
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/traverse": {
|
|
4889
|
+
"version": "7.28.5",
|
|
4890
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
4891
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
4345
4892
|
"license": "MIT",
|
|
4346
|
-
"
|
|
4347
|
-
"
|
|
4893
|
+
"dependencies": {
|
|
4894
|
+
"@babel/code-frame": "^7.27.1",
|
|
4895
|
+
"@babel/generator": "^7.28.5",
|
|
4896
|
+
"@babel/helper-globals": "^7.28.0",
|
|
4897
|
+
"@babel/parser": "^7.28.5",
|
|
4898
|
+
"@babel/template": "^7.27.2",
|
|
4899
|
+
"@babel/types": "^7.28.5",
|
|
4900
|
+
"debug": "^4.3.1"
|
|
4348
4901
|
},
|
|
4349
4902
|
"engines": {
|
|
4350
|
-
"node": ">=
|
|
4903
|
+
"node": ">=6.9.0"
|
|
4351
4904
|
}
|
|
4352
4905
|
},
|
|
4353
|
-
"node_modules/@
|
|
4354
|
-
"version": "
|
|
4355
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4356
|
-
"integrity": "sha512
|
|
4357
|
-
"license": "
|
|
4906
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/types": {
|
|
4907
|
+
"version": "7.28.5",
|
|
4908
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
4909
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
4910
|
+
"license": "MIT",
|
|
4358
4911
|
"dependencies": {
|
|
4359
|
-
"@
|
|
4360
|
-
"@
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
"
|
|
4364
|
-
"@locker/trusted-types": "0.26.2"
|
|
4912
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
4913
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
4914
|
+
},
|
|
4915
|
+
"engines": {
|
|
4916
|
+
"node": ">=6.9.0"
|
|
4365
4917
|
}
|
|
4366
4918
|
},
|
|
4367
|
-
"node_modules/@
|
|
4368
|
-
"version": "
|
|
4369
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4370
|
-
"integrity": "sha512-
|
|
4371
|
-
"license": "
|
|
4372
|
-
"
|
|
4373
|
-
"
|
|
4374
|
-
"@locker/shared-dom": "0.26.2",
|
|
4375
|
-
"@locker/shared-url": "0.26.2",
|
|
4376
|
-
"@locker/trusted-types": "0.26.2",
|
|
4377
|
-
"dompurify": "3.2.4"
|
|
4919
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-destructuring/node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
4920
|
+
"version": "7.28.5",
|
|
4921
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
4922
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
4923
|
+
"license": "MIT",
|
|
4924
|
+
"engines": {
|
|
4925
|
+
"node": ">=6.9.0"
|
|
4378
4926
|
}
|
|
4379
4927
|
},
|
|
4380
|
-
"node_modules/@
|
|
4381
|
-
"version": "
|
|
4382
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4383
|
-
"integrity": "sha512-
|
|
4384
|
-
"license": "
|
|
4928
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
4929
|
+
"version": "7.28.6",
|
|
4930
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz",
|
|
4931
|
+
"integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
|
|
4932
|
+
"license": "MIT",
|
|
4385
4933
|
"dependencies": {
|
|
4386
|
-
"@
|
|
4387
|
-
"@
|
|
4388
|
-
"@
|
|
4389
|
-
"@
|
|
4390
|
-
"@
|
|
4934
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
4935
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
4936
|
+
"@babel/plugin-transform-destructuring": "^7.28.5",
|
|
4937
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
4938
|
+
"@babel/traverse": "^7.28.6"
|
|
4939
|
+
},
|
|
4940
|
+
"engines": {
|
|
4941
|
+
"node": ">=6.9.0"
|
|
4942
|
+
},
|
|
4943
|
+
"peerDependencies": {
|
|
4944
|
+
"@babel/core": "^7.0.0-0"
|
|
4391
4945
|
}
|
|
4392
4946
|
},
|
|
4393
|
-
"node_modules/@
|
|
4394
|
-
"version": "
|
|
4395
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4396
|
-
"integrity": "sha512-
|
|
4397
|
-
"license": "
|
|
4947
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-parameters": {
|
|
4948
|
+
"version": "7.27.7",
|
|
4949
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
4950
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
4951
|
+
"license": "MIT",
|
|
4398
4952
|
"dependencies": {
|
|
4399
|
-
"@
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
"
|
|
4403
|
-
|
|
4404
|
-
|
|
4953
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
4954
|
+
},
|
|
4955
|
+
"engines": {
|
|
4956
|
+
"node": ">=6.9.0"
|
|
4957
|
+
},
|
|
4958
|
+
"peerDependencies": {
|
|
4959
|
+
"@babel/core": "^7.0.0-0"
|
|
4405
4960
|
}
|
|
4406
4961
|
},
|
|
4407
|
-
"node_modules/@
|
|
4408
|
-
"version": "
|
|
4409
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4410
|
-
"integrity": "sha512-
|
|
4411
|
-
"license": "
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
"version": "0.26.2",
|
|
4415
|
-
"resolved": "https://registry.npmjs.org/@locker/shared-dom/-/shared-dom-0.26.2.tgz",
|
|
4416
|
-
"integrity": "sha512-ZVHfkrxkVx1MkiSJPs+cm6WzmkUNPnXv38MBrE+EkshSv6oCRu4kU+VCGdL56aPbEdyVMqIB6NBYgEDV3h+DpA==",
|
|
4417
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4418
|
-
"dependencies": {
|
|
4419
|
-
"@locker/shared": "0.26.2"
|
|
4962
|
+
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-parameters/node_modules/@babel/helper-plugin-utils": {
|
|
4963
|
+
"version": "7.27.1",
|
|
4964
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
4965
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
4966
|
+
"license": "MIT",
|
|
4967
|
+
"engines": {
|
|
4968
|
+
"node": ">=6.9.0"
|
|
4420
4969
|
}
|
|
4421
4970
|
},
|
|
4422
|
-
"node_modules/@
|
|
4423
|
-
"version": "
|
|
4424
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4425
|
-
"integrity": "sha512-
|
|
4426
|
-
"license": "
|
|
4971
|
+
"node_modules/@lwc/compiler/node_modules/@babel/template": {
|
|
4972
|
+
"version": "7.28.6",
|
|
4973
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
4974
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
4975
|
+
"license": "MIT",
|
|
4427
4976
|
"dependencies": {
|
|
4428
|
-
"@
|
|
4429
|
-
"@
|
|
4977
|
+
"@babel/code-frame": "^7.28.6",
|
|
4978
|
+
"@babel/parser": "^7.28.6",
|
|
4979
|
+
"@babel/types": "^7.28.6"
|
|
4980
|
+
},
|
|
4981
|
+
"engines": {
|
|
4982
|
+
"node": ">=6.9.0"
|
|
4430
4983
|
}
|
|
4431
4984
|
},
|
|
4432
|
-
"node_modules/@
|
|
4433
|
-
"version": "
|
|
4434
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4435
|
-
"integrity": "sha512-
|
|
4436
|
-
"license": "
|
|
4985
|
+
"node_modules/@lwc/compiler/node_modules/@babel/traverse": {
|
|
4986
|
+
"version": "7.28.6",
|
|
4987
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
|
|
4988
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
4989
|
+
"license": "MIT",
|
|
4437
4990
|
"dependencies": {
|
|
4438
|
-
"@
|
|
4991
|
+
"@babel/code-frame": "^7.28.6",
|
|
4992
|
+
"@babel/generator": "^7.28.6",
|
|
4993
|
+
"@babel/helper-globals": "^7.28.0",
|
|
4994
|
+
"@babel/parser": "^7.28.6",
|
|
4995
|
+
"@babel/template": "^7.28.6",
|
|
4996
|
+
"@babel/types": "^7.28.6",
|
|
4997
|
+
"debug": "^4.3.1"
|
|
4998
|
+
},
|
|
4999
|
+
"engines": {
|
|
5000
|
+
"node": ">=6.9.0"
|
|
4439
5001
|
}
|
|
4440
5002
|
},
|
|
4441
|
-
"node_modules/@lwc/
|
|
4442
|
-
"version": "
|
|
4443
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4444
|
-
"integrity": "sha512-
|
|
4445
|
-
"license": "MIT"
|
|
4446
|
-
},
|
|
4447
|
-
"node_modules/@lwc/babel-plugin-component": {
|
|
4448
|
-
"version": "8.28.0",
|
|
4449
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.28.0.tgz",
|
|
4450
|
-
"integrity": "sha512-8zwwwqoq3es4mxpssJnVHCbDxDrJ6kcvVqmpqUKwh9hx/3LNk5SFyiQDiPHIbXcyXB+bDLOoX5mPaqtdNu5icQ==",
|
|
5003
|
+
"node_modules/@lwc/compiler/node_modules/@babel/types": {
|
|
5004
|
+
"version": "7.28.6",
|
|
5005
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
|
|
5006
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
4451
5007
|
"license": "MIT",
|
|
4452
5008
|
"dependencies": {
|
|
4453
|
-
"@babel/helper-
|
|
4454
|
-
"@
|
|
4455
|
-
"@lwc/shared": "8.28.0",
|
|
4456
|
-
"line-column": "~1.0.2"
|
|
5009
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
5010
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
4457
5011
|
},
|
|
4458
|
-
"
|
|
4459
|
-
"
|
|
5012
|
+
"engines": {
|
|
5013
|
+
"node": ">=6.9.0"
|
|
4460
5014
|
}
|
|
4461
5015
|
},
|
|
4462
|
-
"node_modules/@lwc/compiler": {
|
|
4463
|
-
"version": "
|
|
4464
|
-
"resolved": "https://registry.npmjs.org
|
|
4465
|
-
"integrity": "sha512-
|
|
4466
|
-
"license": "
|
|
4467
|
-
"peer": true,
|
|
5016
|
+
"node_modules/@lwc/compiler/node_modules/lru-cache": {
|
|
5017
|
+
"version": "5.1.1",
|
|
5018
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
5019
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
5020
|
+
"license": "ISC",
|
|
4468
5021
|
"dependencies": {
|
|
4469
|
-
"
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
"
|
|
4479
|
-
"@lwc/style-compiler": "8.28.0",
|
|
4480
|
-
"@lwc/template-compiler": "8.28.0"
|
|
5022
|
+
"yallist": "^3.0.2"
|
|
5023
|
+
}
|
|
5024
|
+
},
|
|
5025
|
+
"node_modules/@lwc/compiler/node_modules/semver": {
|
|
5026
|
+
"version": "6.3.1",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
5028
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
5029
|
+
"license": "ISC",
|
|
5030
|
+
"bin": {
|
|
5031
|
+
"semver": "bin/semver.js"
|
|
4481
5032
|
}
|
|
4482
5033
|
},
|
|
4483
5034
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4484
|
-
"version": "13.3.
|
|
4485
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.
|
|
4486
|
-
"integrity": "sha512-
|
|
5035
|
+
"version": "13.3.14",
|
|
5036
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.14.tgz",
|
|
5037
|
+
"integrity": "sha512-wRE2jiS3EQJvv7zgzaj1wgFqvOVG9debzWhGMUJ4tVw56+LgofdSiTsSvPLitVEWN3Zaf1Xf36NvqfyryLEo8g==",
|
|
4487
5038
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4488
5039
|
"dependencies": {
|
|
4489
5040
|
"magic-string": "~0.30.21"
|
|
@@ -4494,33 +5045,33 @@
|
|
|
4494
5045
|
}
|
|
4495
5046
|
},
|
|
4496
5047
|
"node_modules/@lwc/engine-core": {
|
|
4497
|
-
"version": "8.28.
|
|
4498
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.28.
|
|
4499
|
-
"integrity": "sha512-
|
|
5048
|
+
"version": "8.28.2",
|
|
5049
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.28.2.tgz",
|
|
5050
|
+
"integrity": "sha512-WDfNok9ViJVrqJCBTD3Qe2F+oHj59EIGCUCcF3r5DMrEgxXBid7zXBwQ+XLsuS0TsAqgxcZ98IGGDw05H9n1uw==",
|
|
4500
5051
|
"license": "MIT",
|
|
4501
5052
|
"dependencies": {
|
|
4502
|
-
"@lwc/features": "8.28.
|
|
4503
|
-
"@lwc/shared": "8.28.
|
|
4504
|
-
"@lwc/signals": "8.28.
|
|
5053
|
+
"@lwc/features": "8.28.2",
|
|
5054
|
+
"@lwc/shared": "8.28.2",
|
|
5055
|
+
"@lwc/signals": "8.28.2"
|
|
4505
5056
|
}
|
|
4506
5057
|
},
|
|
4507
5058
|
"node_modules/@lwc/engine-dom": {
|
|
4508
|
-
"version": "8.28.
|
|
4509
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.28.
|
|
4510
|
-
"integrity": "sha512-
|
|
5059
|
+
"version": "8.28.2",
|
|
5060
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.28.2.tgz",
|
|
5061
|
+
"integrity": "sha512-8rwINiI85DcK7TYzhXLKAhSs77MpREV52wwhsIfpqz3Bo/m3rNHwjz6zeneK0UgqsSom90VFmGpke9Yf7plqSw==",
|
|
4511
5062
|
"license": "MIT",
|
|
4512
5063
|
"peer": true
|
|
4513
5064
|
},
|
|
4514
5065
|
"node_modules/@lwc/engine-server": {
|
|
4515
|
-
"version": "8.28.
|
|
4516
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.28.
|
|
4517
|
-
"integrity": "sha512-
|
|
5066
|
+
"version": "8.28.2",
|
|
5067
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.28.2.tgz",
|
|
5068
|
+
"integrity": "sha512-tqyRX2b2wGjqwkILafnrs9WmKcCzo8Jlioyavmu4WVwJm3Rw0fqW8HyNACFY42t6A/Uop8CzFdXo2jDPLwJS9g==",
|
|
4518
5069
|
"license": "MIT"
|
|
4519
5070
|
},
|
|
4520
5071
|
"node_modules/@lwc/errors": {
|
|
4521
|
-
"version": "8.28.
|
|
4522
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.28.
|
|
4523
|
-
"integrity": "sha512-
|
|
5072
|
+
"version": "8.28.2",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.28.2.tgz",
|
|
5074
|
+
"integrity": "sha512-zf4Z1JCILrpwi1BGrtm0iiDrtD0mlNxWpPZZrVY8rCycvKP8DQvw4sXQdATiwu9IJAMWsYckFj84xxod6jITxA==",
|
|
4524
5075
|
"license": "MIT"
|
|
4525
5076
|
},
|
|
4526
5077
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
@@ -5237,22 +5788,22 @@
|
|
|
5237
5788
|
"license": "MIT"
|
|
5238
5789
|
},
|
|
5239
5790
|
"node_modules/@lwc/features": {
|
|
5240
|
-
"version": "8.28.
|
|
5241
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.28.
|
|
5242
|
-
"integrity": "sha512-
|
|
5791
|
+
"version": "8.28.2",
|
|
5792
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.28.2.tgz",
|
|
5793
|
+
"integrity": "sha512-sGqPcg7yYWSQDVAspljavT/NUzEE7qkzcfLfSbGoVvZzqpqzqVg8YS3/fqhbcMH/6owIJUMASgPvUIg5SqsFRg==",
|
|
5243
5794
|
"license": "MIT",
|
|
5244
5795
|
"dependencies": {
|
|
5245
|
-
"@lwc/shared": "8.28.
|
|
5796
|
+
"@lwc/shared": "8.28.2"
|
|
5246
5797
|
}
|
|
5247
5798
|
},
|
|
5248
5799
|
"node_modules/@lwc/lwc-dev-server": {
|
|
5249
|
-
"version": "13.3.
|
|
5250
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.
|
|
5251
|
-
"integrity": "sha512-
|
|
5800
|
+
"version": "13.3.14",
|
|
5801
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.14.tgz",
|
|
5802
|
+
"integrity": "sha512-udTC+Ls/I1efnxkv6ghfxp0yhi5Q8L4ozLG4quhtQbT0nIOpyKtmMIwF9vApC3GTiTi2azLw6FP9DDaRNtPmIQ==",
|
|
5252
5803
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5253
5804
|
"dependencies": {
|
|
5254
|
-
"@lwc/lwc-dev-server-types": "13.3.
|
|
5255
|
-
"@lwc/sfdc-lwc-compiler": "13.3.
|
|
5805
|
+
"@lwc/lwc-dev-server-types": "13.3.14",
|
|
5806
|
+
"@lwc/sfdc-lwc-compiler": "13.3.14",
|
|
5256
5807
|
"chalk": "~5.6.2",
|
|
5257
5808
|
"chokidar": "~3.6.0",
|
|
5258
5809
|
"commander": "~14.0.2",
|
|
@@ -5269,9 +5820,9 @@
|
|
|
5269
5820
|
}
|
|
5270
5821
|
},
|
|
5271
5822
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5272
|
-
"version": "13.3.
|
|
5273
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.
|
|
5274
|
-
"integrity": "sha512-
|
|
5823
|
+
"version": "13.3.14",
|
|
5824
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.14.tgz",
|
|
5825
|
+
"integrity": "sha512-dC9tg58EZ/q/F52KyajFudXax4OVaUbJR906uO8b5a7kEtytWj9Xtf74BTSrNQmYZ6ij5qVDFvnetjaLQANs7A==",
|
|
5275
5826
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5276
5827
|
"peerDependencies": {
|
|
5277
5828
|
"@lwc/compiler": ">=8"
|
|
@@ -5374,16 +5925,16 @@
|
|
|
5374
5925
|
}
|
|
5375
5926
|
},
|
|
5376
5927
|
"node_modules/@lwc/metadata": {
|
|
5377
|
-
"version": "13.3.
|
|
5378
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.3.
|
|
5379
|
-
"integrity": "sha512-
|
|
5928
|
+
"version": "13.3.14",
|
|
5929
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.3.14.tgz",
|
|
5930
|
+
"integrity": "sha512-7/+/5DAGw9gKuNQbJyM0R6jWf7oe1GWk87m+XqE8cimvr//PbthfGnXtMv4rg4rdRgqMwsEKWKSJIBUNtgWmdA==",
|
|
5380
5931
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5381
5932
|
"peer": true,
|
|
5382
5933
|
"dependencies": {
|
|
5383
5934
|
"@babel/parser": "~7.28.5",
|
|
5384
5935
|
"@babel/traverse": "~7.28.5",
|
|
5385
5936
|
"@babel/types": "~7.28.5",
|
|
5386
|
-
"@lwc/sfdc-compiler-utils": "13.3.
|
|
5937
|
+
"@lwc/sfdc-compiler-utils": "13.3.14",
|
|
5387
5938
|
"postcss": "~8.5.6",
|
|
5388
5939
|
"postcss-selector-parser": "~7.1.0",
|
|
5389
5940
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5397,9 +5948,9 @@
|
|
|
5397
5948
|
}
|
|
5398
5949
|
},
|
|
5399
5950
|
"node_modules/@lwc/module-resolver": {
|
|
5400
|
-
"version": "8.28.
|
|
5401
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.28.
|
|
5402
|
-
"integrity": "sha512-
|
|
5951
|
+
"version": "8.28.2",
|
|
5952
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.28.2.tgz",
|
|
5953
|
+
"integrity": "sha512-VN0ewQqMGv9d1WFDfagEx96+yN4sLCiIdUyRsbEQwd15h7U8kg3c6/iT+VY93QdaLZeCZx7VSDtjkrSN3k4Thg==",
|
|
5403
5954
|
"license": "MIT",
|
|
5404
5955
|
"peer": true,
|
|
5405
5956
|
"dependencies": {
|
|
@@ -5427,14 +5978,14 @@
|
|
|
5427
5978
|
}
|
|
5428
5979
|
},
|
|
5429
5980
|
"node_modules/@lwc/rollup-plugin": {
|
|
5430
|
-
"version": "8.28.
|
|
5431
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.28.
|
|
5432
|
-
"integrity": "sha512-
|
|
5981
|
+
"version": "8.28.2",
|
|
5982
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.28.2.tgz",
|
|
5983
|
+
"integrity": "sha512-fJN28z8kHP7toAXfSggqrqOYa7iy1cXrJcPKehE50o68+TnZ2P1Yx0VhR1id4wLcUDhNohP8g1LNPg34hpwqfA==",
|
|
5433
5984
|
"license": "MIT",
|
|
5434
5985
|
"dependencies": {
|
|
5435
|
-
"@lwc/compiler": "8.28.
|
|
5436
|
-
"@lwc/module-resolver": "8.28.
|
|
5437
|
-
"@lwc/shared": "8.28.
|
|
5986
|
+
"@lwc/compiler": "8.28.2",
|
|
5987
|
+
"@lwc/module-resolver": "8.28.2",
|
|
5988
|
+
"@lwc/shared": "8.28.2",
|
|
5438
5989
|
"@rollup/pluginutils": "~5.3.0"
|
|
5439
5990
|
},
|
|
5440
5991
|
"peerDependencies": {
|
|
@@ -5470,9 +6021,9 @@
|
|
|
5470
6021
|
"license": "MIT"
|
|
5471
6022
|
},
|
|
5472
6023
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5473
|
-
"version": "13.3.
|
|
5474
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.
|
|
5475
|
-
"integrity": "sha512-
|
|
6024
|
+
"version": "13.3.14",
|
|
6025
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.14.tgz",
|
|
6026
|
+
"integrity": "sha512-QygUT5Juf4Z4NJ3upmwwWkzRHteCO78aGhYKnb9sDaQQgNBMuhLqdQ2V7GxToTZ/aGJJXFjW0CTEtobPXOiLKw==",
|
|
5476
6027
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5477
6028
|
"peer": true,
|
|
5478
6029
|
"engines": {
|
|
@@ -5480,9 +6031,9 @@
|
|
|
5480
6031
|
}
|
|
5481
6032
|
},
|
|
5482
6033
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5483
|
-
"version": "13.3.
|
|
5484
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.
|
|
5485
|
-
"integrity": "sha512-
|
|
6034
|
+
"version": "13.3.14",
|
|
6035
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.14.tgz",
|
|
6036
|
+
"integrity": "sha512-wFnKvdmv+es6KNlh32jRZ8h8kziiyf7FTIo5YO1Zpd2oG+jPoegEeDKQz/6+c/yMpDTZyRth8P/+TbOlIFBLwQ==",
|
|
5486
6037
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5487
6038
|
"dependencies": {
|
|
5488
6039
|
"@babel/core": "7.28.5",
|
|
@@ -5492,11 +6043,11 @@
|
|
|
5492
6043
|
"@babel/traverse": "7.28.5",
|
|
5493
6044
|
"@babel/types": "7.28.5",
|
|
5494
6045
|
"@komaci/esm-generator": "260.31.0",
|
|
5495
|
-
"@lwc/dev-server-plugin-lex": "13.3.
|
|
6046
|
+
"@lwc/dev-server-plugin-lex": "13.3.14",
|
|
5496
6047
|
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5497
6048
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5498
|
-
"@lwc/metadata": "13.3.
|
|
5499
|
-
"@lwc/sfdc-compiler-utils": "13.3.
|
|
6049
|
+
"@lwc/metadata": "13.3.14",
|
|
6050
|
+
"@lwc/sfdc-compiler-utils": "13.3.14",
|
|
5500
6051
|
"@rollup/plugin-babel": "^6.1.0",
|
|
5501
6052
|
"@rollup/plugin-replace": "^6.0.3",
|
|
5502
6053
|
"@rollup/wasm-node": "4.52.5",
|
|
@@ -5788,27 +6339,27 @@
|
|
|
5788
6339
|
}
|
|
5789
6340
|
},
|
|
5790
6341
|
"node_modules/@lwc/shared": {
|
|
5791
|
-
"version": "8.28.
|
|
5792
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.28.
|
|
5793
|
-
"integrity": "sha512-
|
|
6342
|
+
"version": "8.28.2",
|
|
6343
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.28.2.tgz",
|
|
6344
|
+
"integrity": "sha512-o3mic+/tl5blFVIhp/GES+mccm2NSBY2GNSZxcjDYfpWoBD8w8ePM3eLNQIoV7ts1gEq4VcCu2WhM9+Es21jxA==",
|
|
5794
6345
|
"license": "MIT"
|
|
5795
6346
|
},
|
|
5796
6347
|
"node_modules/@lwc/signals": {
|
|
5797
|
-
"version": "8.28.
|
|
5798
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.28.
|
|
5799
|
-
"integrity": "sha512-
|
|
6348
|
+
"version": "8.28.2",
|
|
6349
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.28.2.tgz",
|
|
6350
|
+
"integrity": "sha512-tl9SGcn8nz3HV6DwYGQfmuINPS/tOW/C4Qm6b9b6h8/VNBWud29HfsQmGV2vI/ZUR9nETbW7jj2jPhDkpt9ifw==",
|
|
5800
6351
|
"license": "MIT"
|
|
5801
6352
|
},
|
|
5802
6353
|
"node_modules/@lwc/ssr-compiler": {
|
|
5803
|
-
"version": "8.28.
|
|
5804
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.28.
|
|
5805
|
-
"integrity": "sha512-
|
|
6354
|
+
"version": "8.28.2",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.28.2.tgz",
|
|
6356
|
+
"integrity": "sha512-Si7ow/ANFk3RofHc8Kfkyl4k0Ji6NHO1+2xc20XgyuAp2Q74zn3BQO/HJ0PbnTKFu8THeWia4c4+tpvl6nyF1g==",
|
|
5806
6357
|
"license": "MIT",
|
|
5807
6358
|
"dependencies": {
|
|
5808
|
-
"@babel/types": "7.28.
|
|
5809
|
-
"@lwc/errors": "8.28.
|
|
5810
|
-
"@lwc/shared": "8.28.
|
|
5811
|
-
"@lwc/template-compiler": "8.28.
|
|
6359
|
+
"@babel/types": "7.28.6",
|
|
6360
|
+
"@lwc/errors": "8.28.2",
|
|
6361
|
+
"@lwc/shared": "8.28.2",
|
|
6362
|
+
"@lwc/template-compiler": "8.28.2",
|
|
5812
6363
|
"acorn": "8.15.0",
|
|
5813
6364
|
"astring": "^1.9.0",
|
|
5814
6365
|
"estree-toolkit": "^1.7.13",
|
|
@@ -5816,19 +6367,32 @@
|
|
|
5816
6367
|
"meriyah": "^5.0.0"
|
|
5817
6368
|
}
|
|
5818
6369
|
},
|
|
6370
|
+
"node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
|
|
6371
|
+
"version": "7.28.6",
|
|
6372
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
|
|
6373
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
6374
|
+
"license": "MIT",
|
|
6375
|
+
"dependencies": {
|
|
6376
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
6377
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
6378
|
+
},
|
|
6379
|
+
"engines": {
|
|
6380
|
+
"node": ">=6.9.0"
|
|
6381
|
+
}
|
|
6382
|
+
},
|
|
5819
6383
|
"node_modules/@lwc/ssr-runtime": {
|
|
5820
|
-
"version": "8.28.
|
|
5821
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.28.
|
|
5822
|
-
"integrity": "sha512-
|
|
6384
|
+
"version": "8.28.2",
|
|
6385
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.28.2.tgz",
|
|
6386
|
+
"integrity": "sha512-Wr0MTk1S7LoqxnIhsrIXGk9vf3Lspt/c1/Noo8bh7cWJDFN8rN8XxKeaPLB8JShjuP9j4SH1jIWuPqV3+1Qnfw==",
|
|
5823
6387
|
"license": "MIT"
|
|
5824
6388
|
},
|
|
5825
6389
|
"node_modules/@lwc/style-compiler": {
|
|
5826
|
-
"version": "8.28.
|
|
5827
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.28.
|
|
5828
|
-
"integrity": "sha512-
|
|
6390
|
+
"version": "8.28.2",
|
|
6391
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.28.2.tgz",
|
|
6392
|
+
"integrity": "sha512-MWKX6h78bVl/vruZnDJoxgsU88bqm6StzStF+ovoYPk79Bo22yzM/5U0ZwuVEdmDb2AOhnu+xnVEYEopW27izA==",
|
|
5829
6393
|
"license": "MIT",
|
|
5830
6394
|
"dependencies": {
|
|
5831
|
-
"@lwc/shared": "8.28.
|
|
6395
|
+
"@lwc/shared": "8.28.2",
|
|
5832
6396
|
"postcss": "~8.5.6",
|
|
5833
6397
|
"postcss-selector-parser": "~7.1.1",
|
|
5834
6398
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5848,38 +6412,38 @@
|
|
|
5848
6412
|
}
|
|
5849
6413
|
},
|
|
5850
6414
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5851
|
-
"version": "8.28.
|
|
5852
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.28.
|
|
5853
|
-
"integrity": "sha512-
|
|
6415
|
+
"version": "8.28.2",
|
|
6416
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.28.2.tgz",
|
|
6417
|
+
"integrity": "sha512-RZZBUHQ8TdG+foC2sS8qx9rUL8A7trttlglOQlTqPaoBKWb92TjQP7FLmOG5By4w4lSCBFxjedfrtDMT7zIdFQ==",
|
|
5854
6418
|
"license": "MIT",
|
|
5855
6419
|
"peer": true
|
|
5856
6420
|
},
|
|
5857
6421
|
"node_modules/@lwc/template-compiler": {
|
|
5858
|
-
"version": "8.28.
|
|
5859
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.28.
|
|
5860
|
-
"integrity": "sha512-
|
|
6422
|
+
"version": "8.28.2",
|
|
6423
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.28.2.tgz",
|
|
6424
|
+
"integrity": "sha512-w9BjKBb/QBYSnoRr/DmIU0Hj++podwX3tqSwBLY9WFxwqyNu28Bz2ejqUEG8I2aY8eakPqFUxvySM5dOEdWXqQ==",
|
|
5861
6425
|
"license": "MIT",
|
|
5862
6426
|
"dependencies": {
|
|
5863
|
-
"@lwc/errors": "8.28.
|
|
5864
|
-
"@lwc/shared": "8.28.
|
|
6427
|
+
"@lwc/errors": "8.28.2",
|
|
6428
|
+
"@lwc/shared": "8.28.2",
|
|
5865
6429
|
"acorn": "~8.15.0",
|
|
5866
6430
|
"astring": "~1.9.0",
|
|
5867
6431
|
"he": "~1.2.0"
|
|
5868
6432
|
}
|
|
5869
6433
|
},
|
|
5870
6434
|
"node_modules/@lwc/types": {
|
|
5871
|
-
"version": "8.28.
|
|
5872
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.28.
|
|
5873
|
-
"integrity": "sha512-
|
|
6435
|
+
"version": "8.28.2",
|
|
6436
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.28.2.tgz",
|
|
6437
|
+
"integrity": "sha512-kEEnM8q5i6KLhg/egD1Z5CTDM0P1eo5GiM87F+YLrsibmHtu7c9fwATfNL2Qa6FxSCTp/pmIr/891JJUO+TwUQ==",
|
|
5874
6438
|
"license": "MIT",
|
|
5875
6439
|
"dependencies": {
|
|
5876
|
-
"@lwc/engine-core": "8.28.
|
|
6440
|
+
"@lwc/engine-core": "8.28.2"
|
|
5877
6441
|
}
|
|
5878
6442
|
},
|
|
5879
6443
|
"node_modules/@lwc/wire-service": {
|
|
5880
|
-
"version": "8.28.
|
|
5881
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.28.
|
|
5882
|
-
"integrity": "sha512-
|
|
6444
|
+
"version": "8.28.2",
|
|
6445
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.28.2.tgz",
|
|
6446
|
+
"integrity": "sha512-oq0lcnx2WwRCR8WzYW1thSbV4iWGRd2p5nBJQXWy26pfUVzv3UD/FOH5v+zAPRLgi27iPa0Ccbo8Qv88ih9wCA==",
|
|
5883
6447
|
"license": "MIT"
|
|
5884
6448
|
},
|
|
5885
6449
|
"node_modules/@lwrjs/api": {
|
|
@@ -7902,6 +8466,19 @@
|
|
|
7902
8466
|
}
|
|
7903
8467
|
}
|
|
7904
8468
|
},
|
|
8469
|
+
"node_modules/@rollup/plugin-babel/node_modules/@babel/helper-module-imports": {
|
|
8470
|
+
"version": "7.27.1",
|
|
8471
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
8472
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
8473
|
+
"license": "MIT",
|
|
8474
|
+
"dependencies": {
|
|
8475
|
+
"@babel/traverse": "^7.27.1",
|
|
8476
|
+
"@babel/types": "^7.27.1"
|
|
8477
|
+
},
|
|
8478
|
+
"engines": {
|
|
8479
|
+
"node": ">=6.9.0"
|
|
8480
|
+
}
|
|
8481
|
+
},
|
|
7905
8482
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
7906
8483
|
"version": "15.3.1",
|
|
7907
8484
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -8157,9 +8734,9 @@
|
|
|
8157
8734
|
}
|
|
8158
8735
|
},
|
|
8159
8736
|
"node_modules/@salesforce/core": {
|
|
8160
|
-
"version": "8.
|
|
8161
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
8162
|
-
"integrity": "sha512-
|
|
8737
|
+
"version": "8.25.0",
|
|
8738
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8739
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8163
8740
|
"license": "BSD-3-Clause",
|
|
8164
8741
|
"peer": true,
|
|
8165
8742
|
"dependencies": {
|
|
@@ -14545,6 +15122,16 @@
|
|
|
14545
15122
|
"eslint": ">=8.56.0"
|
|
14546
15123
|
}
|
|
14547
15124
|
},
|
|
15125
|
+
"node_modules/eslint-plugin-unicorn/node_modules/@babel/helper-validator-identifier": {
|
|
15126
|
+
"version": "7.27.1",
|
|
15127
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
15128
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
15129
|
+
"dev": true,
|
|
15130
|
+
"license": "MIT",
|
|
15131
|
+
"engines": {
|
|
15132
|
+
"node": ">=6.9.0"
|
|
15133
|
+
}
|
|
15134
|
+
},
|
|
14548
15135
|
"node_modules/eslint-restricted-globals": {
|
|
14549
15136
|
"version": "0.2.0",
|
|
14550
15137
|
"resolved": "https://registry.npmjs.org/eslint-restricted-globals/-/eslint-restricted-globals-0.2.0.tgz",
|
|
@@ -18737,30 +19324,30 @@
|
|
|
18737
19324
|
"license": "MIT"
|
|
18738
19325
|
},
|
|
18739
19326
|
"node_modules/lwc": {
|
|
18740
|
-
"version": "8.28.
|
|
18741
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.28.
|
|
18742
|
-
"integrity": "sha512-
|
|
19327
|
+
"version": "8.28.2",
|
|
19328
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.28.2.tgz",
|
|
19329
|
+
"integrity": "sha512-4pe7cVtGtOt+Y7838cv5fVKsaZUtiEfeye2m//zAwi6HmzpT6u1nSnV23pUNzW8GbfcCnU9PTTsODErOou5PmQ==",
|
|
18743
19330
|
"license": "MIT",
|
|
18744
19331
|
"peer": true,
|
|
18745
19332
|
"dependencies": {
|
|
18746
|
-
"@lwc/aria-reflection": "8.28.
|
|
18747
|
-
"@lwc/babel-plugin-component": "8.28.
|
|
18748
|
-
"@lwc/compiler": "8.28.
|
|
18749
|
-
"@lwc/engine-core": "8.28.
|
|
18750
|
-
"@lwc/engine-dom": "8.28.
|
|
18751
|
-
"@lwc/engine-server": "8.28.
|
|
18752
|
-
"@lwc/errors": "8.28.
|
|
18753
|
-
"@lwc/features": "8.28.
|
|
18754
|
-
"@lwc/module-resolver": "8.28.
|
|
18755
|
-
"@lwc/rollup-plugin": "8.28.
|
|
18756
|
-
"@lwc/shared": "8.28.
|
|
18757
|
-
"@lwc/ssr-compiler": "8.28.
|
|
18758
|
-
"@lwc/ssr-runtime": "8.28.
|
|
18759
|
-
"@lwc/style-compiler": "8.28.
|
|
18760
|
-
"@lwc/synthetic-shadow": "8.28.
|
|
18761
|
-
"@lwc/template-compiler": "8.28.
|
|
18762
|
-
"@lwc/types": "8.28.
|
|
18763
|
-
"@lwc/wire-service": "8.28.
|
|
19333
|
+
"@lwc/aria-reflection": "8.28.2",
|
|
19334
|
+
"@lwc/babel-plugin-component": "8.28.2",
|
|
19335
|
+
"@lwc/compiler": "8.28.2",
|
|
19336
|
+
"@lwc/engine-core": "8.28.2",
|
|
19337
|
+
"@lwc/engine-dom": "8.28.2",
|
|
19338
|
+
"@lwc/engine-server": "8.28.2",
|
|
19339
|
+
"@lwc/errors": "8.28.2",
|
|
19340
|
+
"@lwc/features": "8.28.2",
|
|
19341
|
+
"@lwc/module-resolver": "8.28.2",
|
|
19342
|
+
"@lwc/rollup-plugin": "8.28.2",
|
|
19343
|
+
"@lwc/shared": "8.28.2",
|
|
19344
|
+
"@lwc/ssr-compiler": "8.28.2",
|
|
19345
|
+
"@lwc/ssr-runtime": "8.28.2",
|
|
19346
|
+
"@lwc/style-compiler": "8.28.2",
|
|
19347
|
+
"@lwc/synthetic-shadow": "8.28.2",
|
|
19348
|
+
"@lwc/template-compiler": "8.28.2",
|
|
19349
|
+
"@lwc/types": "8.28.2",
|
|
19350
|
+
"@lwc/wire-service": "8.28.2"
|
|
18764
19351
|
}
|
|
18765
19352
|
},
|
|
18766
19353
|
"node_modules/magic-string": {
|
|
@@ -22963,6 +23550,15 @@
|
|
|
22963
23550
|
"node": ">=8"
|
|
22964
23551
|
}
|
|
22965
23552
|
},
|
|
23553
|
+
"node_modules/tar/node_modules/yallist": {
|
|
23554
|
+
"version": "5.0.0",
|
|
23555
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
23556
|
+
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
23557
|
+
"license": "BlueOak-1.0.0",
|
|
23558
|
+
"engines": {
|
|
23559
|
+
"node": ">=18"
|
|
23560
|
+
}
|
|
23561
|
+
},
|
|
22966
23562
|
"node_modules/terminal-link": {
|
|
22967
23563
|
"version": "3.0.0",
|
|
22968
23564
|
"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
|
|
@@ -24474,13 +25070,10 @@
|
|
|
24474
25070
|
}
|
|
24475
25071
|
},
|
|
24476
25072
|
"node_modules/yallist": {
|
|
24477
|
-
"version": "
|
|
24478
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-
|
|
24479
|
-
"integrity": "sha512-
|
|
24480
|
-
"license": "
|
|
24481
|
-
"engines": {
|
|
24482
|
-
"node": ">=18"
|
|
24483
|
-
}
|
|
25073
|
+
"version": "3.1.1",
|
|
25074
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
25075
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
25076
|
+
"license": "ISC"
|
|
24484
25077
|
},
|
|
24485
25078
|
"node_modules/yaml": {
|
|
24486
25079
|
"version": "2.5.0",
|