sfdx-git-delta 6.44.0 → 6.44.1
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 +1 -1
- package/lib/service/customLabelHandler.d.ts +1 -1
- package/lib/service/customLabelHandler.js +2 -1
- package/lib/service/customLabelHandler.js.map +1 -1
- package/lib/service/inFileHandler.d.ts +1 -1
- package/lib/service/inFileHandler.js +16 -12
- package/lib/service/inFileHandler.js.map +1 -1
- package/lib/utils/metadataDiff/index.d.ts +1 -2
- package/lib/utils/metadataDiff/index.js +2 -3
- package/lib/utils/metadataDiff/index.js.map +1 -1
- package/lib/utils/metadataDiff/streamingDiff.d.ts +3 -3
- package/lib/utils/metadataDiff/streamingDiff.js +50 -11
- package/lib/utils/metadataDiff/streamingDiff.js.map +1 -1
- package/npm-shrinkwrap.json +592 -405
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.44.
|
|
3
|
+
"version": "6.44.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-git-delta",
|
|
9
|
-
"version": "6.44.
|
|
9
|
+
"version": "6.44.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^4.
|
|
13
|
-
"@salesforce/core": "^8.
|
|
14
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^12.35.
|
|
12
|
+
"@oclif/core": "^4.11.1",
|
|
13
|
+
"@salesforce/core": "^8.29.0",
|
|
14
|
+
"@salesforce/sf-plugins-core": "^12.2.13",
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^12.35.3",
|
|
16
16
|
"async": "^3.2.6",
|
|
17
17
|
"fast-equals": "^6.0.0",
|
|
18
|
-
"fs-extra": "^11.3.
|
|
18
|
+
"fs-extra": "^11.3.5",
|
|
19
19
|
"ignore": "^7.0.5",
|
|
20
20
|
"simple-git": "^3.36.0",
|
|
21
|
-
"tar-stream": "3.
|
|
21
|
+
"tar-stream": "3.2.0",
|
|
22
22
|
"tslib": "^2.8.1",
|
|
23
23
|
"txml": "^5.2.1",
|
|
24
|
-
"zod": "^4.3
|
|
24
|
+
"zod": "^4.4.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@biomejs/biome": "2.4.
|
|
28
|
-
"@commitlint/cli": "^20.5.
|
|
29
|
-
"@commitlint/config-conventional": "^20.5.
|
|
27
|
+
"@biomejs/biome": "2.4.14",
|
|
28
|
+
"@commitlint/cli": "^20.5.3",
|
|
29
|
+
"@commitlint/config-conventional": "^20.5.3",
|
|
30
30
|
"@ls-lint/ls-lint": "^2.3.1",
|
|
31
|
-
"@oclif/plugin-help": "^6.2.
|
|
32
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
31
|
+
"@oclif/plugin-help": "^6.2.46",
|
|
32
|
+
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
33
33
|
"@salesforce/dev-config": "^4.3.3",
|
|
34
34
|
"@stryker-mutator/core": "^9.6.1",
|
|
35
35
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@types/tar-stream": "^3.1.4",
|
|
40
40
|
"@vitest/coverage-v8": "^4.1.5",
|
|
41
41
|
"husky": "^9.1.7",
|
|
42
|
-
"knip": "^6.
|
|
43
|
-
"lint-staged": "^
|
|
42
|
+
"knip": "^6.12.0",
|
|
43
|
+
"lint-staged": "^17.0.2",
|
|
44
44
|
"oclif": "^4.23.0",
|
|
45
45
|
"shx": "^0.4.0",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
@@ -1555,9 +1555,9 @@
|
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
1557
|
"node_modules/@biomejs/biome": {
|
|
1558
|
-
"version": "2.4.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
1560
|
-
"integrity": "sha512-
|
|
1558
|
+
"version": "2.4.14",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.14.tgz",
|
|
1560
|
+
"integrity": "sha512-TmAvxOEgrpLypzVGJ8FulIZnlyA9TxrO1hyqYrCz9r+bwma9xXxuLA5IuYnj55XQneFx460KjRbx6SWGLkg3bQ==",
|
|
1561
1561
|
"dev": true,
|
|
1562
1562
|
"license": "MIT OR Apache-2.0",
|
|
1563
1563
|
"bin": {
|
|
@@ -1571,20 +1571,20 @@
|
|
|
1571
1571
|
"url": "https://opencollective.com/biome"
|
|
1572
1572
|
},
|
|
1573
1573
|
"optionalDependencies": {
|
|
1574
|
-
"@biomejs/cli-darwin-arm64": "2.4.
|
|
1575
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
1576
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
1577
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
1578
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
1579
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
1580
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
1581
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
1574
|
+
"@biomejs/cli-darwin-arm64": "2.4.14",
|
|
1575
|
+
"@biomejs/cli-darwin-x64": "2.4.14",
|
|
1576
|
+
"@biomejs/cli-linux-arm64": "2.4.14",
|
|
1577
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.14",
|
|
1578
|
+
"@biomejs/cli-linux-x64": "2.4.14",
|
|
1579
|
+
"@biomejs/cli-linux-x64-musl": "2.4.14",
|
|
1580
|
+
"@biomejs/cli-win32-arm64": "2.4.14",
|
|
1581
|
+
"@biomejs/cli-win32-x64": "2.4.14"
|
|
1582
1582
|
}
|
|
1583
1583
|
},
|
|
1584
1584
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
1585
|
-
"version": "2.4.
|
|
1586
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
1587
|
-
"integrity": "sha512-
|
|
1585
|
+
"version": "2.4.14",
|
|
1586
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.14.tgz",
|
|
1587
|
+
"integrity": "sha512-XvgoE9XOawUOQPdmvs4J7wPhi/DLwSCGks3AlPJDmh34O0awRTqCED1HRcRDdpf1Zrp4us4MGOOdIxNpbqNF5Q==",
|
|
1588
1588
|
"cpu": [
|
|
1589
1589
|
"arm64"
|
|
1590
1590
|
],
|
|
@@ -1599,9 +1599,9 @@
|
|
|
1599
1599
|
}
|
|
1600
1600
|
},
|
|
1601
1601
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
1602
|
-
"version": "2.4.
|
|
1603
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
1604
|
-
"integrity": "sha512-
|
|
1602
|
+
"version": "2.4.14",
|
|
1603
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.14.tgz",
|
|
1604
|
+
"integrity": "sha512-jE7hKBCFhOx3uUh+ZkWBfOHxAcILPfhFplNkuID/eZeSTLHzfZzoZxW8fbqY9xXRnPi7jGNAf1iPVR+0yWsM/Q==",
|
|
1605
1605
|
"cpu": [
|
|
1606
1606
|
"x64"
|
|
1607
1607
|
],
|
|
@@ -1616,13 +1616,16 @@
|
|
|
1616
1616
|
}
|
|
1617
1617
|
},
|
|
1618
1618
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
1619
|
-
"version": "2.4.
|
|
1620
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
1621
|
-
"integrity": "sha512-
|
|
1619
|
+
"version": "2.4.14",
|
|
1620
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.14.tgz",
|
|
1621
|
+
"integrity": "sha512-2TELhZnW5RSLL063l9rc5xLpA0ZIw0Ccwy/0q384rvNAgFw3yI76bd59547yxowdQr5MNPET/xDLrLuvgSeeWQ==",
|
|
1622
1622
|
"cpu": [
|
|
1623
1623
|
"arm64"
|
|
1624
1624
|
],
|
|
1625
1625
|
"dev": true,
|
|
1626
|
+
"libc": [
|
|
1627
|
+
"glibc"
|
|
1628
|
+
],
|
|
1626
1629
|
"license": "MIT OR Apache-2.0",
|
|
1627
1630
|
"optional": true,
|
|
1628
1631
|
"os": [
|
|
@@ -1633,13 +1636,16 @@
|
|
|
1633
1636
|
}
|
|
1634
1637
|
},
|
|
1635
1638
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
1636
|
-
"version": "2.4.
|
|
1637
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
1638
|
-
"integrity": "sha512
|
|
1639
|
+
"version": "2.4.14",
|
|
1640
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.14.tgz",
|
|
1641
|
+
"integrity": "sha512-/z+6gqAqqUQTHazwStxSXKHg9b8UvqBmDFRp+c4wYbq2KXhELQDon9EoC9RpmQ8JWkqQx/lIUy/cs+MhzDZp6A==",
|
|
1639
1642
|
"cpu": [
|
|
1640
1643
|
"arm64"
|
|
1641
1644
|
],
|
|
1642
1645
|
"dev": true,
|
|
1646
|
+
"libc": [
|
|
1647
|
+
"musl"
|
|
1648
|
+
],
|
|
1643
1649
|
"license": "MIT OR Apache-2.0",
|
|
1644
1650
|
"optional": true,
|
|
1645
1651
|
"os": [
|
|
@@ -1650,13 +1656,16 @@
|
|
|
1650
1656
|
}
|
|
1651
1657
|
},
|
|
1652
1658
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
1653
|
-
"version": "2.4.
|
|
1654
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
1655
|
-
"integrity": "sha512-
|
|
1659
|
+
"version": "2.4.14",
|
|
1660
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.14.tgz",
|
|
1661
|
+
"integrity": "sha512-zHrlQZDBDUz4OLAraYpWKcnLS6HOewBFWYOzY91d1ZjdqZwibOyb6BEu6WuWLugyo0P3riCmsbV9UqV1cSXwQg==",
|
|
1656
1662
|
"cpu": [
|
|
1657
1663
|
"x64"
|
|
1658
1664
|
],
|
|
1659
1665
|
"dev": true,
|
|
1666
|
+
"libc": [
|
|
1667
|
+
"glibc"
|
|
1668
|
+
],
|
|
1660
1669
|
"license": "MIT OR Apache-2.0",
|
|
1661
1670
|
"optional": true,
|
|
1662
1671
|
"os": [
|
|
@@ -1667,13 +1676,16 @@
|
|
|
1667
1676
|
}
|
|
1668
1677
|
},
|
|
1669
1678
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
1670
|
-
"version": "2.4.
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
1672
|
-
"integrity": "sha512-
|
|
1679
|
+
"version": "2.4.14",
|
|
1680
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.14.tgz",
|
|
1681
|
+
"integrity": "sha512-R6BWgJdQOwW9ulJatuTVrQkjnODjqHZkKNOqb1sz++3Noe5LYd0i3PchnOBUCYAPHoPWHhjJqbdZlHEu0hpjdA==",
|
|
1673
1682
|
"cpu": [
|
|
1674
1683
|
"x64"
|
|
1675
1684
|
],
|
|
1676
1685
|
"dev": true,
|
|
1686
|
+
"libc": [
|
|
1687
|
+
"musl"
|
|
1688
|
+
],
|
|
1677
1689
|
"license": "MIT OR Apache-2.0",
|
|
1678
1690
|
"optional": true,
|
|
1679
1691
|
"os": [
|
|
@@ -1684,9 +1696,9 @@
|
|
|
1684
1696
|
}
|
|
1685
1697
|
},
|
|
1686
1698
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
1687
|
-
"version": "2.4.
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
1689
|
-
"integrity": "sha512-
|
|
1699
|
+
"version": "2.4.14",
|
|
1700
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.14.tgz",
|
|
1701
|
+
"integrity": "sha512-M3EH5hqOI/F/FUA2u4xcLoUgmxd218mvuj/6JL7Hv2toQvr2/AdOvKSpGkoRuWFCtQPVa+ZqkEV3Q5xBA9+XSA==",
|
|
1690
1702
|
"cpu": [
|
|
1691
1703
|
"arm64"
|
|
1692
1704
|
],
|
|
@@ -1701,9 +1713,9 @@
|
|
|
1701
1713
|
}
|
|
1702
1714
|
},
|
|
1703
1715
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
1704
|
-
"version": "2.4.
|
|
1705
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
1706
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "2.4.14",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.14.tgz",
|
|
1718
|
+
"integrity": "sha512-WL0EG5qE+EAKomGXbf2g6VnSKJhTL3tXC0QRzWRwA5VpjxNYa6H4P7ZWfymbGE4IhZZQi1KXQ2R0YjwInmz2fA==",
|
|
1707
1719
|
"cpu": [
|
|
1708
1720
|
"x64"
|
|
1709
1721
|
],
|
|
@@ -1718,15 +1730,15 @@
|
|
|
1718
1730
|
}
|
|
1719
1731
|
},
|
|
1720
1732
|
"node_modules/@commitlint/cli": {
|
|
1721
|
-
"version": "20.5.
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.
|
|
1723
|
-
"integrity": "sha512-
|
|
1733
|
+
"version": "20.5.3",
|
|
1734
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.3.tgz",
|
|
1735
|
+
"integrity": "sha512-OJdL0EXWD5y9LPa0nr/geOwzaS8BsdaybKkcloB0JgsguGxNv2R+hC2FTPqrAcprg35zF33KOQerY0x8W1aesA==",
|
|
1724
1736
|
"dev": true,
|
|
1725
1737
|
"license": "MIT",
|
|
1726
1738
|
"dependencies": {
|
|
1727
1739
|
"@commitlint/format": "^20.5.0",
|
|
1728
|
-
"@commitlint/lint": "^20.5.
|
|
1729
|
-
"@commitlint/load": "^20.5.
|
|
1740
|
+
"@commitlint/lint": "^20.5.3",
|
|
1741
|
+
"@commitlint/load": "^20.5.3",
|
|
1730
1742
|
"@commitlint/read": "^20.5.0",
|
|
1731
1743
|
"@commitlint/types": "^20.5.0",
|
|
1732
1744
|
"tinyexec": "^1.0.0",
|
|
@@ -1740,9 +1752,9 @@
|
|
|
1740
1752
|
}
|
|
1741
1753
|
},
|
|
1742
1754
|
"node_modules/@commitlint/config-conventional": {
|
|
1743
|
-
"version": "20.5.
|
|
1744
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.
|
|
1745
|
-
"integrity": "sha512-
|
|
1755
|
+
"version": "20.5.3",
|
|
1756
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz",
|
|
1757
|
+
"integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==",
|
|
1746
1758
|
"dev": true,
|
|
1747
1759
|
"license": "MIT",
|
|
1748
1760
|
"dependencies": {
|
|
@@ -1768,18 +1780,14 @@
|
|
|
1768
1780
|
}
|
|
1769
1781
|
},
|
|
1770
1782
|
"node_modules/@commitlint/ensure": {
|
|
1771
|
-
"version": "20.5.
|
|
1772
|
-
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.
|
|
1773
|
-
"integrity": "sha512-
|
|
1783
|
+
"version": "20.5.3",
|
|
1784
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.3.tgz",
|
|
1785
|
+
"integrity": "sha512-4i4AgNvH62owG9MwSiWKrle7HGNpBHHdLnWFIp5fTsHUYe5kRuh15t08L/0pdbbrRk8JKXQxxN4hZQcn+szkrw==",
|
|
1774
1786
|
"dev": true,
|
|
1775
1787
|
"license": "MIT",
|
|
1776
1788
|
"dependencies": {
|
|
1777
1789
|
"@commitlint/types": "^20.5.0",
|
|
1778
|
-
"
|
|
1779
|
-
"lodash.kebabcase": "^4.1.1",
|
|
1780
|
-
"lodash.snakecase": "^4.1.1",
|
|
1781
|
-
"lodash.startcase": "^4.4.0",
|
|
1782
|
-
"lodash.upperfirst": "^4.3.1"
|
|
1790
|
+
"es-toolkit": "^1.46.0"
|
|
1783
1791
|
},
|
|
1784
1792
|
"engines": {
|
|
1785
1793
|
"node": ">=v18"
|
|
@@ -1824,15 +1832,15 @@
|
|
|
1824
1832
|
}
|
|
1825
1833
|
},
|
|
1826
1834
|
"node_modules/@commitlint/lint": {
|
|
1827
|
-
"version": "20.5.
|
|
1828
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.
|
|
1829
|
-
"integrity": "sha512-
|
|
1835
|
+
"version": "20.5.3",
|
|
1836
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.3.tgz",
|
|
1837
|
+
"integrity": "sha512-M7JbWBNr2gXKaPc4i/KipsuW1gkDHpj35KPjWtKy3Z+2AQw5wu1gBi1LIO0uoaij67CqY4K8PxPZSGens4evCw==",
|
|
1830
1838
|
"dev": true,
|
|
1831
1839
|
"license": "MIT",
|
|
1832
1840
|
"dependencies": {
|
|
1833
1841
|
"@commitlint/is-ignored": "^20.5.0",
|
|
1834
1842
|
"@commitlint/parse": "^20.5.0",
|
|
1835
|
-
"@commitlint/rules": "^20.5.
|
|
1843
|
+
"@commitlint/rules": "^20.5.3",
|
|
1836
1844
|
"@commitlint/types": "^20.5.0"
|
|
1837
1845
|
},
|
|
1838
1846
|
"engines": {
|
|
@@ -1840,20 +1848,20 @@
|
|
|
1840
1848
|
}
|
|
1841
1849
|
},
|
|
1842
1850
|
"node_modules/@commitlint/load": {
|
|
1843
|
-
"version": "20.5.
|
|
1844
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.
|
|
1845
|
-
"integrity": "sha512-
|
|
1851
|
+
"version": "20.5.3",
|
|
1852
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.3.tgz",
|
|
1853
|
+
"integrity": "sha512-1FDZWuKyu98Myb8i7Tp31jPU2rZpOwAdYRyJcy2KoGg7Xk2A+bgHN8smhMaaNSNkmE8fwt53BokywZq8Gv/5XQ==",
|
|
1846
1854
|
"dev": true,
|
|
1847
1855
|
"license": "MIT",
|
|
1848
1856
|
"dependencies": {
|
|
1849
1857
|
"@commitlint/config-validator": "^20.5.0",
|
|
1850
1858
|
"@commitlint/execute-rule": "^20.0.0",
|
|
1851
|
-
"@commitlint/resolve-extends": "^20.5.
|
|
1859
|
+
"@commitlint/resolve-extends": "^20.5.3",
|
|
1852
1860
|
"@commitlint/types": "^20.5.0",
|
|
1853
1861
|
"cosmiconfig": "^9.0.1",
|
|
1854
1862
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
1863
|
+
"es-toolkit": "^1.46.0",
|
|
1855
1864
|
"is-plain-obj": "^4.1.0",
|
|
1856
|
-
"lodash.mergewith": "^4.6.2",
|
|
1857
1865
|
"picocolors": "^1.1.1"
|
|
1858
1866
|
},
|
|
1859
1867
|
"engines": {
|
|
@@ -1903,17 +1911,17 @@
|
|
|
1903
1911
|
}
|
|
1904
1912
|
},
|
|
1905
1913
|
"node_modules/@commitlint/resolve-extends": {
|
|
1906
|
-
"version": "20.5.
|
|
1907
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.
|
|
1908
|
-
"integrity": "sha512
|
|
1914
|
+
"version": "20.5.3",
|
|
1915
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.3.tgz",
|
|
1916
|
+
"integrity": "sha512-+ogW9v/u9JqpvAgTrLra/YTFo0KkjU6iNblF89pPsj4NebNc+DAWctsludwezI8YnsjBmfHpApSwcXprN/f/ew==",
|
|
1909
1917
|
"dev": true,
|
|
1910
1918
|
"license": "MIT",
|
|
1911
1919
|
"dependencies": {
|
|
1912
1920
|
"@commitlint/config-validator": "^20.5.0",
|
|
1913
1921
|
"@commitlint/types": "^20.5.0",
|
|
1922
|
+
"es-toolkit": "^1.46.0",
|
|
1914
1923
|
"global-directory": "^5.0.0",
|
|
1915
1924
|
"import-meta-resolve": "^4.0.0",
|
|
1916
|
-
"lodash.mergewith": "^4.6.2",
|
|
1917
1925
|
"resolve-from": "^5.0.0"
|
|
1918
1926
|
},
|
|
1919
1927
|
"engines": {
|
|
@@ -1921,13 +1929,13 @@
|
|
|
1921
1929
|
}
|
|
1922
1930
|
},
|
|
1923
1931
|
"node_modules/@commitlint/rules": {
|
|
1924
|
-
"version": "20.5.
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.
|
|
1926
|
-
"integrity": "sha512-
|
|
1932
|
+
"version": "20.5.3",
|
|
1933
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.3.tgz",
|
|
1934
|
+
"integrity": "sha512-MPlMnb9D3wbszYMp+1hPtuhtPJndRo6I6yfkZVA4+jR8w7Kqp0u2u/Y+gzbaItx5Lltq5rw7FSZQWJMoXUC4NQ==",
|
|
1927
1935
|
"dev": true,
|
|
1928
1936
|
"license": "MIT",
|
|
1929
1937
|
"dependencies": {
|
|
1930
|
-
"@commitlint/ensure": "^20.5.
|
|
1938
|
+
"@commitlint/ensure": "^20.5.3",
|
|
1931
1939
|
"@commitlint/message": "^20.4.3",
|
|
1932
1940
|
"@commitlint/to-lines": "^20.0.0",
|
|
1933
1941
|
"@commitlint/types": "^20.5.0"
|
|
@@ -2059,10 +2067,9 @@
|
|
|
2059
2067
|
}
|
|
2060
2068
|
},
|
|
2061
2069
|
"node_modules/@inquirer/ansi": {
|
|
2062
|
-
"version": "2.0.
|
|
2063
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
2064
|
-
"integrity": "sha512-
|
|
2065
|
-
"dev": true,
|
|
2070
|
+
"version": "2.0.5",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
|
|
2072
|
+
"integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
|
|
2066
2073
|
"license": "MIT",
|
|
2067
2074
|
"engines": {
|
|
2068
2075
|
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
@@ -2226,6 +2233,7 @@
|
|
|
2226
2233
|
"version": "3.2.0",
|
|
2227
2234
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
2228
2235
|
"integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
|
|
2236
|
+
"dev": true,
|
|
2229
2237
|
"license": "MIT",
|
|
2230
2238
|
"dependencies": {
|
|
2231
2239
|
"@inquirer/core": "^9.1.0",
|
|
@@ -2239,6 +2247,7 @@
|
|
|
2239
2247
|
"version": "9.2.1",
|
|
2240
2248
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
|
|
2241
2249
|
"integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
|
|
2250
|
+
"dev": true,
|
|
2242
2251
|
"license": "MIT",
|
|
2243
2252
|
"dependencies": {
|
|
2244
2253
|
"@inquirer/figures": "^1.0.6",
|
|
@@ -2262,6 +2271,7 @@
|
|
|
2262
2271
|
"version": "2.0.0",
|
|
2263
2272
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
|
|
2264
2273
|
"integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
|
|
2274
|
+
"dev": true,
|
|
2265
2275
|
"license": "MIT",
|
|
2266
2276
|
"dependencies": {
|
|
2267
2277
|
"mute-stream": "^1.0.0"
|
|
@@ -2274,6 +2284,7 @@
|
|
|
2274
2284
|
"version": "22.19.17",
|
|
2275
2285
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
|
|
2276
2286
|
"integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
|
|
2287
|
+
"dev": true,
|
|
2277
2288
|
"license": "MIT",
|
|
2278
2289
|
"dependencies": {
|
|
2279
2290
|
"undici-types": "~6.21.0"
|
|
@@ -2283,6 +2294,7 @@
|
|
|
2283
2294
|
"version": "4.3.0",
|
|
2284
2295
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2285
2296
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2297
|
+
"dev": true,
|
|
2286
2298
|
"license": "MIT",
|
|
2287
2299
|
"dependencies": {
|
|
2288
2300
|
"color-convert": "^2.0.1"
|
|
@@ -2298,12 +2310,14 @@
|
|
|
2298
2310
|
"version": "6.21.0",
|
|
2299
2311
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
2300
2312
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2313
|
+
"dev": true,
|
|
2301
2314
|
"license": "MIT"
|
|
2302
2315
|
},
|
|
2303
2316
|
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2304
2317
|
"version": "6.2.0",
|
|
2305
2318
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2306
2319
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2320
|
+
"dev": true,
|
|
2307
2321
|
"license": "MIT",
|
|
2308
2322
|
"dependencies": {
|
|
2309
2323
|
"ansi-styles": "^4.0.0",
|
|
@@ -2645,6 +2659,7 @@
|
|
|
2645
2659
|
"version": "1.0.15",
|
|
2646
2660
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
2647
2661
|
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
2662
|
+
"dev": true,
|
|
2648
2663
|
"license": "MIT",
|
|
2649
2664
|
"engines": {
|
|
2650
2665
|
"node": ">=18"
|
|
@@ -2955,17 +2970,86 @@
|
|
|
2955
2970
|
}
|
|
2956
2971
|
},
|
|
2957
2972
|
"node_modules/@inquirer/password": {
|
|
2958
|
-
"version": "
|
|
2959
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-
|
|
2960
|
-
"integrity": "sha512-
|
|
2973
|
+
"version": "5.0.12",
|
|
2974
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.12.tgz",
|
|
2975
|
+
"integrity": "sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==",
|
|
2961
2976
|
"license": "MIT",
|
|
2962
2977
|
"dependencies": {
|
|
2963
|
-
"@inquirer/
|
|
2964
|
-
"@inquirer/
|
|
2965
|
-
"
|
|
2978
|
+
"@inquirer/ansi": "^2.0.5",
|
|
2979
|
+
"@inquirer/core": "^11.1.9",
|
|
2980
|
+
"@inquirer/type": "^4.0.5"
|
|
2966
2981
|
},
|
|
2967
2982
|
"engines": {
|
|
2968
|
-
"node": ">=
|
|
2983
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2984
|
+
},
|
|
2985
|
+
"peerDependencies": {
|
|
2986
|
+
"@types/node": ">=18"
|
|
2987
|
+
},
|
|
2988
|
+
"peerDependenciesMeta": {
|
|
2989
|
+
"@types/node": {
|
|
2990
|
+
"optional": true
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
2995
|
+
"version": "11.1.9",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
|
|
2997
|
+
"integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
|
|
2998
|
+
"license": "MIT",
|
|
2999
|
+
"dependencies": {
|
|
3000
|
+
"@inquirer/ansi": "^2.0.5",
|
|
3001
|
+
"@inquirer/figures": "^2.0.5",
|
|
3002
|
+
"@inquirer/type": "^4.0.5",
|
|
3003
|
+
"cli-width": "^4.1.0",
|
|
3004
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
3005
|
+
"mute-stream": "^3.0.0",
|
|
3006
|
+
"signal-exit": "^4.1.0"
|
|
3007
|
+
},
|
|
3008
|
+
"engines": {
|
|
3009
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
3010
|
+
},
|
|
3011
|
+
"peerDependencies": {
|
|
3012
|
+
"@types/node": ">=18"
|
|
3013
|
+
},
|
|
3014
|
+
"peerDependenciesMeta": {
|
|
3015
|
+
"@types/node": {
|
|
3016
|
+
"optional": true
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
3021
|
+
"version": "2.0.5",
|
|
3022
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
|
|
3023
|
+
"integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
|
|
3024
|
+
"license": "MIT",
|
|
3025
|
+
"engines": {
|
|
3026
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
3030
|
+
"version": "4.0.5",
|
|
3031
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
|
|
3032
|
+
"integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
|
|
3033
|
+
"license": "MIT",
|
|
3034
|
+
"engines": {
|
|
3035
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
3036
|
+
},
|
|
3037
|
+
"peerDependencies": {
|
|
3038
|
+
"@types/node": ">=18"
|
|
3039
|
+
},
|
|
3040
|
+
"peerDependenciesMeta": {
|
|
3041
|
+
"@types/node": {
|
|
3042
|
+
"optional": true
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
3046
|
+
"node_modules/@inquirer/password/node_modules/mute-stream": {
|
|
3047
|
+
"version": "3.0.0",
|
|
3048
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
3049
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
3050
|
+
"license": "ISC",
|
|
3051
|
+
"engines": {
|
|
3052
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
2969
3053
|
}
|
|
2970
3054
|
},
|
|
2971
3055
|
"node_modules/@inquirer/prompts": {
|
|
@@ -3057,29 +3141,6 @@
|
|
|
3057
3141
|
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
3058
3142
|
}
|
|
3059
3143
|
},
|
|
3060
|
-
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
3061
|
-
"version": "5.0.2",
|
|
3062
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.2.tgz",
|
|
3063
|
-
"integrity": "sha512-oSDziMKiw4G2e4zS+0JRfxuPFFGh6N/9yUaluMgEHp2/Yyj2JGwfDO7XbwtOrxVrz+XsP/iaGyWXdQb9d8A0+g==",
|
|
3064
|
-
"dev": true,
|
|
3065
|
-
"license": "MIT",
|
|
3066
|
-
"dependencies": {
|
|
3067
|
-
"@inquirer/ansi": "^2.0.2",
|
|
3068
|
-
"@inquirer/core": "^11.0.2",
|
|
3069
|
-
"@inquirer/type": "^4.0.2"
|
|
3070
|
-
},
|
|
3071
|
-
"engines": {
|
|
3072
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
3073
|
-
},
|
|
3074
|
-
"peerDependencies": {
|
|
3075
|
-
"@types/node": ">=18"
|
|
3076
|
-
},
|
|
3077
|
-
"peerDependenciesMeta": {
|
|
3078
|
-
"@types/node": {
|
|
3079
|
-
"optional": true
|
|
3080
|
-
}
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
3144
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/type": {
|
|
3084
3145
|
"version": "4.0.2",
|
|
3085
3146
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.2.tgz",
|
|
@@ -3636,6 +3697,7 @@
|
|
|
3636
3697
|
"version": "1.5.5",
|
|
3637
3698
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
3638
3699
|
"integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
|
|
3700
|
+
"dev": true,
|
|
3639
3701
|
"license": "MIT",
|
|
3640
3702
|
"dependencies": {
|
|
3641
3703
|
"mute-stream": "^1.0.0"
|
|
@@ -3941,9 +4003,9 @@
|
|
|
3941
4003
|
}
|
|
3942
4004
|
},
|
|
3943
4005
|
"node_modules/@oclif/core": {
|
|
3944
|
-
"version": "4.
|
|
3945
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3946
|
-
"integrity": "sha512
|
|
4006
|
+
"version": "4.11.1",
|
|
4007
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz",
|
|
4008
|
+
"integrity": "sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==",
|
|
3947
4009
|
"license": "MIT",
|
|
3948
4010
|
"dependencies": {
|
|
3949
4011
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4006,9 +4068,9 @@
|
|
|
4006
4068
|
}
|
|
4007
4069
|
},
|
|
4008
4070
|
"node_modules/@oclif/plugin-help": {
|
|
4009
|
-
"version": "6.2.
|
|
4010
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4011
|
-
"integrity": "sha512-
|
|
4071
|
+
"version": "6.2.46",
|
|
4072
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.46.tgz",
|
|
4073
|
+
"integrity": "sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==",
|
|
4012
4074
|
"dev": true,
|
|
4013
4075
|
"license": "MIT",
|
|
4014
4076
|
"dependencies": {
|
|
@@ -4434,9 +4496,9 @@
|
|
|
4434
4496
|
}
|
|
4435
4497
|
},
|
|
4436
4498
|
"node_modules/@oclif/table": {
|
|
4437
|
-
"version": "0.5.
|
|
4438
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
4439
|
-
"integrity": "sha512-
|
|
4499
|
+
"version": "0.5.6",
|
|
4500
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.6.tgz",
|
|
4501
|
+
"integrity": "sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==",
|
|
4440
4502
|
"license": "MIT",
|
|
4441
4503
|
"dependencies": {
|
|
4442
4504
|
"@types/react": "^18.3.12",
|
|
@@ -4446,6 +4508,7 @@
|
|
|
4446
4508
|
"natural-orderby": "^3.0.2",
|
|
4447
4509
|
"object-hash": "^3.0.0",
|
|
4448
4510
|
"react": "^18.3.1",
|
|
4511
|
+
"string-width": "^8.2.1",
|
|
4449
4512
|
"strip-ansi": "^7.1.2",
|
|
4450
4513
|
"wrap-ansi": "^9.0.2"
|
|
4451
4514
|
},
|
|
@@ -4472,29 +4535,28 @@
|
|
|
4472
4535
|
"license": "MIT"
|
|
4473
4536
|
},
|
|
4474
4537
|
"node_modules/@oclif/table/node_modules/string-width": {
|
|
4475
|
-
"version": "
|
|
4476
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
4477
|
-
"integrity": "sha512-
|
|
4538
|
+
"version": "8.2.1",
|
|
4539
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
4540
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
4478
4541
|
"license": "MIT",
|
|
4479
4542
|
"dependencies": {
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4482
|
-
"strip-ansi": "^7.1.0"
|
|
4543
|
+
"get-east-asian-width": "^1.5.0",
|
|
4544
|
+
"strip-ansi": "^7.1.2"
|
|
4483
4545
|
},
|
|
4484
4546
|
"engines": {
|
|
4485
|
-
"node": ">=
|
|
4547
|
+
"node": ">=20"
|
|
4486
4548
|
},
|
|
4487
4549
|
"funding": {
|
|
4488
4550
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4489
4551
|
}
|
|
4490
4552
|
},
|
|
4491
4553
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
4492
|
-
"version": "7.
|
|
4493
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
4494
|
-
"integrity": "sha512-
|
|
4554
|
+
"version": "7.2.0",
|
|
4555
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
4556
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
4495
4557
|
"license": "MIT",
|
|
4496
4558
|
"dependencies": {
|
|
4497
|
-
"ansi-regex": "^6.
|
|
4559
|
+
"ansi-regex": "^6.2.2"
|
|
4498
4560
|
},
|
|
4499
4561
|
"engines": {
|
|
4500
4562
|
"node": ">=12"
|
|
@@ -4520,10 +4582,27 @@
|
|
|
4520
4582
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4521
4583
|
}
|
|
4522
4584
|
},
|
|
4585
|
+
"node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
|
|
4586
|
+
"version": "7.2.0",
|
|
4587
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4588
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4589
|
+
"license": "MIT",
|
|
4590
|
+
"dependencies": {
|
|
4591
|
+
"emoji-regex": "^10.3.0",
|
|
4592
|
+
"get-east-asian-width": "^1.0.0",
|
|
4593
|
+
"strip-ansi": "^7.1.0"
|
|
4594
|
+
},
|
|
4595
|
+
"engines": {
|
|
4596
|
+
"node": ">=18"
|
|
4597
|
+
},
|
|
4598
|
+
"funding": {
|
|
4599
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4600
|
+
}
|
|
4601
|
+
},
|
|
4523
4602
|
"node_modules/@oxc-parser/binding-android-arm-eabi": {
|
|
4524
|
-
"version": "0.
|
|
4525
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.
|
|
4526
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "0.128.0",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.128.0.tgz",
|
|
4605
|
+
"integrity": "sha512-aca6ZvzmCBUGOANQRiRQRZuRKYI3ENhcit6GisnknOOmcezfQc7xJ4dxlPU7MV7mOvrC7RNR1u3LAD7xyaiCxA==",
|
|
4527
4606
|
"cpu": [
|
|
4528
4607
|
"arm"
|
|
4529
4608
|
],
|
|
@@ -4538,9 +4617,9 @@
|
|
|
4538
4617
|
}
|
|
4539
4618
|
},
|
|
4540
4619
|
"node_modules/@oxc-parser/binding-android-arm64": {
|
|
4541
|
-
"version": "0.
|
|
4542
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.
|
|
4543
|
-
"integrity": "sha512-
|
|
4620
|
+
"version": "0.128.0",
|
|
4621
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.128.0.tgz",
|
|
4622
|
+
"integrity": "sha512-BbeDmuohoJ7Rz/it5wnkj69i/OsCPS3Z51nLEzwO/Y6YshtC4JU+15oNwhY8v4LRKRYclRc7ggOikwrsJ/eOEQ==",
|
|
4544
4623
|
"cpu": [
|
|
4545
4624
|
"arm64"
|
|
4546
4625
|
],
|
|
@@ -4555,9 +4634,9 @@
|
|
|
4555
4634
|
}
|
|
4556
4635
|
},
|
|
4557
4636
|
"node_modules/@oxc-parser/binding-darwin-arm64": {
|
|
4558
|
-
"version": "0.
|
|
4559
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.
|
|
4560
|
-
"integrity": "sha512-
|
|
4637
|
+
"version": "0.128.0",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.128.0.tgz",
|
|
4639
|
+
"integrity": "sha512-tRUHPt80417QmvNpoSslJT1VY8NUbWdrWR+L14Zn+RbOTcaqB8E6PYE/ZGN8jjWBzqporiA/H4MfO50ew/NCNA==",
|
|
4561
4640
|
"cpu": [
|
|
4562
4641
|
"arm64"
|
|
4563
4642
|
],
|
|
@@ -4572,9 +4651,9 @@
|
|
|
4572
4651
|
}
|
|
4573
4652
|
},
|
|
4574
4653
|
"node_modules/@oxc-parser/binding-darwin-x64": {
|
|
4575
|
-
"version": "0.
|
|
4576
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.
|
|
4577
|
-
"integrity": "sha512-
|
|
4654
|
+
"version": "0.128.0",
|
|
4655
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.128.0.tgz",
|
|
4656
|
+
"integrity": "sha512-rWI2Hb1Nt3U/vKsjyNvZzDC8i/l144U20DKjhzaTmwIhIiSRGeroPWWiImwypmKLqrw8GuIixbWJkpGWLbkzrQ==",
|
|
4578
4657
|
"cpu": [
|
|
4579
4658
|
"x64"
|
|
4580
4659
|
],
|
|
@@ -4589,9 +4668,9 @@
|
|
|
4589
4668
|
}
|
|
4590
4669
|
},
|
|
4591
4670
|
"node_modules/@oxc-parser/binding-freebsd-x64": {
|
|
4592
|
-
"version": "0.
|
|
4593
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.
|
|
4594
|
-
"integrity": "sha512-
|
|
4671
|
+
"version": "0.128.0",
|
|
4672
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.128.0.tgz",
|
|
4673
|
+
"integrity": "sha512-hhpdVMaNCLgQxjgNPeeFzSeJMmZPc5lKfv0NGSI3egZq9EdnEGqeC8JsYsQjK7PoQgbvZ17xlj0SO5ziH5Obkg==",
|
|
4595
4674
|
"cpu": [
|
|
4596
4675
|
"x64"
|
|
4597
4676
|
],
|
|
@@ -4606,9 +4685,9 @@
|
|
|
4606
4685
|
}
|
|
4607
4686
|
},
|
|
4608
4687
|
"node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
|
|
4609
|
-
"version": "0.
|
|
4610
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.
|
|
4611
|
-
"integrity": "sha512-
|
|
4688
|
+
"version": "0.128.0",
|
|
4689
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.128.0.tgz",
|
|
4690
|
+
"integrity": "sha512-093zNw0zZ/e/obML+rhlSdmnzR0mVZluPcAkxunEc5E3F0yBVsFn24Y1ILfsEte11Ud041qn/gp2OJ1jxNqUng==",
|
|
4612
4691
|
"cpu": [
|
|
4613
4692
|
"arm"
|
|
4614
4693
|
],
|
|
@@ -4623,9 +4702,9 @@
|
|
|
4623
4702
|
}
|
|
4624
4703
|
},
|
|
4625
4704
|
"node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
|
|
4626
|
-
"version": "0.
|
|
4627
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.
|
|
4628
|
-
"integrity": "sha512-
|
|
4705
|
+
"version": "0.128.0",
|
|
4706
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.128.0.tgz",
|
|
4707
|
+
"integrity": "sha512-fq7DmKmfC+dvD97IXrgbph6Jzwe0EDu+PYMofmzZ6fv5X1k9vtaqLpDGMuICO9MmUnyKAQmVl+wIv2RNy4Dz8g==",
|
|
4629
4708
|
"cpu": [
|
|
4630
4709
|
"arm"
|
|
4631
4710
|
],
|
|
@@ -4640,13 +4719,16 @@
|
|
|
4640
4719
|
}
|
|
4641
4720
|
},
|
|
4642
4721
|
"node_modules/@oxc-parser/binding-linux-arm64-gnu": {
|
|
4643
|
-
"version": "0.
|
|
4644
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.
|
|
4645
|
-
"integrity": "sha512-
|
|
4722
|
+
"version": "0.128.0",
|
|
4723
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.128.0.tgz",
|
|
4724
|
+
"integrity": "sha512-Xvm48jJah8TlIrURIjNOP/gNiGe6aKvCB+r06VliflFo8Kq7VOLE8PxtgShJzZIqubrgdMdYfvuPPozn7F6MbQ==",
|
|
4646
4725
|
"cpu": [
|
|
4647
4726
|
"arm64"
|
|
4648
4727
|
],
|
|
4649
4728
|
"dev": true,
|
|
4729
|
+
"libc": [
|
|
4730
|
+
"glibc"
|
|
4731
|
+
],
|
|
4650
4732
|
"license": "MIT",
|
|
4651
4733
|
"optional": true,
|
|
4652
4734
|
"os": [
|
|
@@ -4657,13 +4739,16 @@
|
|
|
4657
4739
|
}
|
|
4658
4740
|
},
|
|
4659
4741
|
"node_modules/@oxc-parser/binding-linux-arm64-musl": {
|
|
4660
|
-
"version": "0.
|
|
4661
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.
|
|
4662
|
-
"integrity": "sha512-
|
|
4742
|
+
"version": "0.128.0",
|
|
4743
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.128.0.tgz",
|
|
4744
|
+
"integrity": "sha512-M7iwBGmYJTx+pKOYFjI0buop4gJvlmcVzFGaXPt21DKpQkbQZG1f63Yg7LloIYT/t9yLxCw0Lhfx/RFlAlMSjA==",
|
|
4663
4745
|
"cpu": [
|
|
4664
4746
|
"arm64"
|
|
4665
4747
|
],
|
|
4666
4748
|
"dev": true,
|
|
4749
|
+
"libc": [
|
|
4750
|
+
"musl"
|
|
4751
|
+
],
|
|
4667
4752
|
"license": "MIT",
|
|
4668
4753
|
"optional": true,
|
|
4669
4754
|
"os": [
|
|
@@ -4674,13 +4759,16 @@
|
|
|
4674
4759
|
}
|
|
4675
4760
|
},
|
|
4676
4761
|
"node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
|
|
4677
|
-
"version": "0.
|
|
4678
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.
|
|
4679
|
-
"integrity": "sha512-
|
|
4762
|
+
"version": "0.128.0",
|
|
4763
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.128.0.tgz",
|
|
4764
|
+
"integrity": "sha512-21LGNIZb1Pcfk5/EGsqabrxv4yqQOWis1407JJrClS7XpFCrbvr74YAB1V+m54cYbwvO6UWwQqS4WecxiyfCRg==",
|
|
4680
4765
|
"cpu": [
|
|
4681
4766
|
"ppc64"
|
|
4682
4767
|
],
|
|
4683
4768
|
"dev": true,
|
|
4769
|
+
"libc": [
|
|
4770
|
+
"glibc"
|
|
4771
|
+
],
|
|
4684
4772
|
"license": "MIT",
|
|
4685
4773
|
"optional": true,
|
|
4686
4774
|
"os": [
|
|
@@ -4691,13 +4779,16 @@
|
|
|
4691
4779
|
}
|
|
4692
4780
|
},
|
|
4693
4781
|
"node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
|
|
4694
|
-
"version": "0.
|
|
4695
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.
|
|
4696
|
-
"integrity": "sha512-
|
|
4782
|
+
"version": "0.128.0",
|
|
4783
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.128.0.tgz",
|
|
4784
|
+
"integrity": "sha512-gyHjOTFpg9bTTYjxPmQirvufb89+VdZwVfcMtAUyPr6F5H8ZswvCQshK4qOW+Q+2Xyb33hduRgY/eFHJQjU/vQ==",
|
|
4697
4785
|
"cpu": [
|
|
4698
4786
|
"riscv64"
|
|
4699
4787
|
],
|
|
4700
4788
|
"dev": true,
|
|
4789
|
+
"libc": [
|
|
4790
|
+
"glibc"
|
|
4791
|
+
],
|
|
4701
4792
|
"license": "MIT",
|
|
4702
4793
|
"optional": true,
|
|
4703
4794
|
"os": [
|
|
@@ -4708,13 +4799,16 @@
|
|
|
4708
4799
|
}
|
|
4709
4800
|
},
|
|
4710
4801
|
"node_modules/@oxc-parser/binding-linux-riscv64-musl": {
|
|
4711
|
-
"version": "0.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.
|
|
4713
|
-
"integrity": "sha512-
|
|
4802
|
+
"version": "0.128.0",
|
|
4803
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.128.0.tgz",
|
|
4804
|
+
"integrity": "sha512-X6Q2oKUrP5GyDd2xniuEBLk6aFQCZ97W2+aVXGgJXdjx5t4/oFuA9ri0wLOUrBIX+qdSuK581snMBio4z910eA==",
|
|
4714
4805
|
"cpu": [
|
|
4715
4806
|
"riscv64"
|
|
4716
4807
|
],
|
|
4717
4808
|
"dev": true,
|
|
4809
|
+
"libc": [
|
|
4810
|
+
"musl"
|
|
4811
|
+
],
|
|
4718
4812
|
"license": "MIT",
|
|
4719
4813
|
"optional": true,
|
|
4720
4814
|
"os": [
|
|
@@ -4725,13 +4819,16 @@
|
|
|
4725
4819
|
}
|
|
4726
4820
|
},
|
|
4727
4821
|
"node_modules/@oxc-parser/binding-linux-s390x-gnu": {
|
|
4728
|
-
"version": "0.
|
|
4729
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.
|
|
4730
|
-
"integrity": "sha512-
|
|
4822
|
+
"version": "0.128.0",
|
|
4823
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.128.0.tgz",
|
|
4824
|
+
"integrity": "sha512-BdzTmqxfxoYkpgokoLaSnOX6T+R3/goL42klre2tnG+kHbG2TXS0VN+P5BPofH1axdKOHy5ei4ENZrjmCOt2lA==",
|
|
4731
4825
|
"cpu": [
|
|
4732
4826
|
"s390x"
|
|
4733
4827
|
],
|
|
4734
4828
|
"dev": true,
|
|
4829
|
+
"libc": [
|
|
4830
|
+
"glibc"
|
|
4831
|
+
],
|
|
4735
4832
|
"license": "MIT",
|
|
4736
4833
|
"optional": true,
|
|
4737
4834
|
"os": [
|
|
@@ -4742,13 +4839,16 @@
|
|
|
4742
4839
|
}
|
|
4743
4840
|
},
|
|
4744
4841
|
"node_modules/@oxc-parser/binding-linux-x64-gnu": {
|
|
4745
|
-
"version": "0.
|
|
4746
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.
|
|
4747
|
-
"integrity": "sha512-
|
|
4842
|
+
"version": "0.128.0",
|
|
4843
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.128.0.tgz",
|
|
4844
|
+
"integrity": "sha512-OO1nW2Q7sSYYvJZpDHdvyFSdRaVcQqRijZSSmWVMqFxPYy8cEF45zJ9fcdIYuzIT3jYq6YRhEFm/VMWNWhE22Q==",
|
|
4748
4845
|
"cpu": [
|
|
4749
4846
|
"x64"
|
|
4750
4847
|
],
|
|
4751
4848
|
"dev": true,
|
|
4849
|
+
"libc": [
|
|
4850
|
+
"glibc"
|
|
4851
|
+
],
|
|
4752
4852
|
"license": "MIT",
|
|
4753
4853
|
"optional": true,
|
|
4754
4854
|
"os": [
|
|
@@ -4759,13 +4859,16 @@
|
|
|
4759
4859
|
}
|
|
4760
4860
|
},
|
|
4761
4861
|
"node_modules/@oxc-parser/binding-linux-x64-musl": {
|
|
4762
|
-
"version": "0.
|
|
4763
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.
|
|
4764
|
-
"integrity": "sha512-
|
|
4862
|
+
"version": "0.128.0",
|
|
4863
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.128.0.tgz",
|
|
4864
|
+
"integrity": "sha512-4NehAe404MRdoZVS9DW8C5XbJwbXIc/KfVlYdpi5vE4081zc9Y0YzKVqyOYj/Puye7/Do+ohaONBFWlEHYl9hw==",
|
|
4765
4865
|
"cpu": [
|
|
4766
4866
|
"x64"
|
|
4767
4867
|
],
|
|
4768
4868
|
"dev": true,
|
|
4869
|
+
"libc": [
|
|
4870
|
+
"musl"
|
|
4871
|
+
],
|
|
4769
4872
|
"license": "MIT",
|
|
4770
4873
|
"optional": true,
|
|
4771
4874
|
"os": [
|
|
@@ -4776,9 +4879,9 @@
|
|
|
4776
4879
|
}
|
|
4777
4880
|
},
|
|
4778
4881
|
"node_modules/@oxc-parser/binding-openharmony-arm64": {
|
|
4779
|
-
"version": "0.
|
|
4780
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.
|
|
4781
|
-
"integrity": "sha512-
|
|
4882
|
+
"version": "0.128.0",
|
|
4883
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.128.0.tgz",
|
|
4884
|
+
"integrity": "sha512-kVbqgW9xLL8bh8oc7aYOJilRKXE5G33+tE0jan+duo/9OriaFRpijcCwT2waWs2oqYROYq0GlE7/p3ywoshVeg==",
|
|
4782
4885
|
"cpu": [
|
|
4783
4886
|
"arm64"
|
|
4784
4887
|
],
|
|
@@ -4793,9 +4896,9 @@
|
|
|
4793
4896
|
}
|
|
4794
4897
|
},
|
|
4795
4898
|
"node_modules/@oxc-parser/binding-wasm32-wasi": {
|
|
4796
|
-
"version": "0.
|
|
4797
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.
|
|
4798
|
-
"integrity": "sha512-
|
|
4899
|
+
"version": "0.128.0",
|
|
4900
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.128.0.tgz",
|
|
4901
|
+
"integrity": "sha512-L38ojghJYHmgiz6fJd7jwLB/ESDBpB02NdFxh+smqVM6P2anCEvHn0jhaSrt5eVNR1Ak8+moOeftUlofeyvniA==",
|
|
4799
4902
|
"cpu": [
|
|
4800
4903
|
"wasm32"
|
|
4801
4904
|
],
|
|
@@ -4803,18 +4906,41 @@
|
|
|
4803
4906
|
"license": "MIT",
|
|
4804
4907
|
"optional": true,
|
|
4805
4908
|
"dependencies": {
|
|
4806
|
-
"@emnapi/core": "1.
|
|
4807
|
-
"@emnapi/runtime": "1.
|
|
4909
|
+
"@emnapi/core": "1.10.0",
|
|
4910
|
+
"@emnapi/runtime": "1.10.0",
|
|
4808
4911
|
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
4809
4912
|
},
|
|
4810
4913
|
"engines": {
|
|
4811
4914
|
"node": "^20.19.0 || >=22.12.0"
|
|
4812
4915
|
}
|
|
4813
4916
|
},
|
|
4917
|
+
"node_modules/@oxc-parser/binding-wasm32-wasi/node_modules/@emnapi/core": {
|
|
4918
|
+
"version": "1.10.0",
|
|
4919
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
4920
|
+
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
4921
|
+
"dev": true,
|
|
4922
|
+
"license": "MIT",
|
|
4923
|
+
"optional": true,
|
|
4924
|
+
"dependencies": {
|
|
4925
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
4926
|
+
"tslib": "^2.4.0"
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4929
|
+
"node_modules/@oxc-parser/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
4930
|
+
"version": "1.10.0",
|
|
4931
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
4932
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
4933
|
+
"dev": true,
|
|
4934
|
+
"license": "MIT",
|
|
4935
|
+
"optional": true,
|
|
4936
|
+
"dependencies": {
|
|
4937
|
+
"tslib": "^2.4.0"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4814
4940
|
"node_modules/@oxc-parser/binding-win32-arm64-msvc": {
|
|
4815
|
-
"version": "0.
|
|
4816
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.
|
|
4817
|
-
"integrity": "sha512-
|
|
4941
|
+
"version": "0.128.0",
|
|
4942
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.128.0.tgz",
|
|
4943
|
+
"integrity": "sha512-xgvO35GyHBtjlQ5AEpaYr7Rll1rvY7zqIhT6ty8E3ezBW2J1SFLjIDEvI/tcgDg6oaseDAqVcM+jU1HuCekgZw==",
|
|
4818
4944
|
"cpu": [
|
|
4819
4945
|
"arm64"
|
|
4820
4946
|
],
|
|
@@ -4829,9 +4955,9 @@
|
|
|
4829
4955
|
}
|
|
4830
4956
|
},
|
|
4831
4957
|
"node_modules/@oxc-parser/binding-win32-ia32-msvc": {
|
|
4832
|
-
"version": "0.
|
|
4833
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.
|
|
4834
|
-
"integrity": "sha512-
|
|
4958
|
+
"version": "0.128.0",
|
|
4959
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.128.0.tgz",
|
|
4960
|
+
"integrity": "sha512-OY+3eM2SN72prHKRB22mPz8o5A/7dJ+f5DFLBVvggyZhEaNDAH9IB+ElMjmOkOIwf5MDCUAowCK7pAncNxzpBA==",
|
|
4835
4961
|
"cpu": [
|
|
4836
4962
|
"ia32"
|
|
4837
4963
|
],
|
|
@@ -4846,9 +4972,9 @@
|
|
|
4846
4972
|
}
|
|
4847
4973
|
},
|
|
4848
4974
|
"node_modules/@oxc-parser/binding-win32-x64-msvc": {
|
|
4849
|
-
"version": "0.
|
|
4850
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.
|
|
4851
|
-
"integrity": "sha512-
|
|
4975
|
+
"version": "0.128.0",
|
|
4976
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.128.0.tgz",
|
|
4977
|
+
"integrity": "sha512-NE9ny+cPUCCObXa0IKLfj0tCdPd7pe/dz9ZpkxpUOymB3miNeMPybdlYYTBSGJUalMWeBM85/4JcCErCNTqOXw==",
|
|
4852
4978
|
"cpu": [
|
|
4853
4979
|
"x64"
|
|
4854
4980
|
],
|
|
@@ -5471,13 +5597,13 @@
|
|
|
5471
5597
|
"license": "MIT"
|
|
5472
5598
|
},
|
|
5473
5599
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5474
|
-
"version": "5.3.
|
|
5475
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5476
|
-
"integrity": "sha512-
|
|
5600
|
+
"version": "5.3.55",
|
|
5601
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.55.tgz",
|
|
5602
|
+
"integrity": "sha512-NzV5WWHJDoybEtHVeTOQt/P/VizWsYwhiyAMU98NG+xAdQVBYyTx/2NhRTgnatxqHyNkYKwPMIJJQ9FLvHpU1A==",
|
|
5477
5603
|
"dev": true,
|
|
5478
5604
|
"license": "Apache-2.0",
|
|
5479
5605
|
"dependencies": {
|
|
5480
|
-
"@salesforce/core": "^8.
|
|
5606
|
+
"@salesforce/core": "^8.29.0",
|
|
5481
5607
|
"@salesforce/kit": "^3.2.6",
|
|
5482
5608
|
"@salesforce/ts-types": "^2.0.11",
|
|
5483
5609
|
"@types/shelljs": "^0.10.0",
|
|
@@ -5546,9 +5672,9 @@
|
|
|
5546
5672
|
}
|
|
5547
5673
|
},
|
|
5548
5674
|
"node_modules/@salesforce/core": {
|
|
5549
|
-
"version": "8.
|
|
5550
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
5551
|
-
"integrity": "sha512-
|
|
5675
|
+
"version": "8.29.0",
|
|
5676
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.29.0.tgz",
|
|
5677
|
+
"integrity": "sha512-q6xDNLPbbZW1n4X4YK1iM8jZvwvJRiwbJxdeF5iHuETxmMka16FoCVi+WziK/Rh5EP0yW08FYyiynwPlgz5RBw==",
|
|
5552
5678
|
"license": "BSD-3-Clause",
|
|
5553
5679
|
"dependencies": {
|
|
5554
5680
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -5592,16 +5718,16 @@
|
|
|
5592
5718
|
}
|
|
5593
5719
|
},
|
|
5594
5720
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5595
|
-
"version": "12.2.
|
|
5596
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5597
|
-
"integrity": "sha512-
|
|
5721
|
+
"version": "12.2.13",
|
|
5722
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.13.tgz",
|
|
5723
|
+
"integrity": "sha512-Ug+CIQ7yLZVqdmSlgFPCnkzFXz5gzCR/l5hnMoVDrgNdI/PmCHAx2ZS0WsM3xkebkkOHtWFIZQ9ARip7wAbROw==",
|
|
5598
5724
|
"license": "Apache-2.0",
|
|
5599
5725
|
"dependencies": {
|
|
5600
|
-
"@inquirer/confirm": "^
|
|
5601
|
-
"@inquirer/password": "^
|
|
5602
|
-
"@oclif/core": "^4.
|
|
5603
|
-
"@oclif/table": "^0.5.
|
|
5604
|
-
"@salesforce/core": "^8.
|
|
5726
|
+
"@inquirer/confirm": "^6.0.12",
|
|
5727
|
+
"@inquirer/password": "^5.0.12",
|
|
5728
|
+
"@oclif/core": "^4.11.0",
|
|
5729
|
+
"@oclif/table": "^0.5.6",
|
|
5730
|
+
"@salesforce/core": "^8.29.0",
|
|
5605
5731
|
"@salesforce/kit": "^3.2.3",
|
|
5606
5732
|
"@salesforce/ts-types": "^2.0.12",
|
|
5607
5733
|
"ansis": "^3.3.2",
|
|
@@ -5612,13 +5738,95 @@
|
|
|
5612
5738
|
"node": ">=18.0.0"
|
|
5613
5739
|
}
|
|
5614
5740
|
},
|
|
5741
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
5742
|
+
"version": "6.0.12",
|
|
5743
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
|
|
5744
|
+
"integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
|
|
5745
|
+
"license": "MIT",
|
|
5746
|
+
"dependencies": {
|
|
5747
|
+
"@inquirer/core": "^11.1.9",
|
|
5748
|
+
"@inquirer/type": "^4.0.5"
|
|
5749
|
+
},
|
|
5750
|
+
"engines": {
|
|
5751
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5752
|
+
},
|
|
5753
|
+
"peerDependencies": {
|
|
5754
|
+
"@types/node": ">=18"
|
|
5755
|
+
},
|
|
5756
|
+
"peerDependenciesMeta": {
|
|
5757
|
+
"@types/node": {
|
|
5758
|
+
"optional": true
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
5763
|
+
"version": "11.1.9",
|
|
5764
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
|
|
5765
|
+
"integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
|
|
5766
|
+
"license": "MIT",
|
|
5767
|
+
"dependencies": {
|
|
5768
|
+
"@inquirer/ansi": "^2.0.5",
|
|
5769
|
+
"@inquirer/figures": "^2.0.5",
|
|
5770
|
+
"@inquirer/type": "^4.0.5",
|
|
5771
|
+
"cli-width": "^4.1.0",
|
|
5772
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
5773
|
+
"mute-stream": "^3.0.0",
|
|
5774
|
+
"signal-exit": "^4.1.0"
|
|
5775
|
+
},
|
|
5776
|
+
"engines": {
|
|
5777
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5778
|
+
},
|
|
5779
|
+
"peerDependencies": {
|
|
5780
|
+
"@types/node": ">=18"
|
|
5781
|
+
},
|
|
5782
|
+
"peerDependenciesMeta": {
|
|
5783
|
+
"@types/node": {
|
|
5784
|
+
"optional": true
|
|
5785
|
+
}
|
|
5786
|
+
}
|
|
5787
|
+
},
|
|
5788
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/figures": {
|
|
5789
|
+
"version": "2.0.5",
|
|
5790
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
|
|
5791
|
+
"integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
|
|
5792
|
+
"license": "MIT",
|
|
5793
|
+
"engines": {
|
|
5794
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5795
|
+
}
|
|
5796
|
+
},
|
|
5797
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
5798
|
+
"version": "4.0.5",
|
|
5799
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
|
|
5800
|
+
"integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
|
|
5801
|
+
"license": "MIT",
|
|
5802
|
+
"engines": {
|
|
5803
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5804
|
+
},
|
|
5805
|
+
"peerDependencies": {
|
|
5806
|
+
"@types/node": ">=18"
|
|
5807
|
+
},
|
|
5808
|
+
"peerDependenciesMeta": {
|
|
5809
|
+
"@types/node": {
|
|
5810
|
+
"optional": true
|
|
5811
|
+
}
|
|
5812
|
+
}
|
|
5813
|
+
},
|
|
5814
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/mute-stream": {
|
|
5815
|
+
"version": "3.0.0",
|
|
5816
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
5817
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
5818
|
+
"license": "ISC",
|
|
5819
|
+
"engines": {
|
|
5820
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
5821
|
+
}
|
|
5822
|
+
},
|
|
5615
5823
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5616
|
-
"version": "12.35.
|
|
5617
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.
|
|
5618
|
-
"integrity": "sha512-
|
|
5824
|
+
"version": "12.35.3",
|
|
5825
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.3.tgz",
|
|
5826
|
+
"integrity": "sha512-Mf5As7bQytwf+zdzHKEFUJrcbyOcMNHZX9cYrt5lLn59pciH814Nzq7kwmtIdXesbxsx95cLQD7OX0MImpe18g==",
|
|
5619
5827
|
"license": "Apache-2.0",
|
|
5620
5828
|
"dependencies": {
|
|
5621
|
-
"@salesforce/core": "^8.
|
|
5829
|
+
"@salesforce/core": "^8.29.0",
|
|
5622
5830
|
"@salesforce/kit": "^3.2.4",
|
|
5623
5831
|
"@salesforce/ts-types": "^2.0.12",
|
|
5624
5832
|
"@salesforce/types": "^1.6.0",
|
|
@@ -7013,6 +7221,7 @@
|
|
|
7013
7221
|
"version": "0.0.4",
|
|
7014
7222
|
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
|
|
7015
7223
|
"integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
|
|
7224
|
+
"dev": true,
|
|
7016
7225
|
"license": "MIT",
|
|
7017
7226
|
"dependencies": {
|
|
7018
7227
|
"@types/node": "*"
|
|
@@ -7034,9 +7243,9 @@
|
|
|
7034
7243
|
"license": "MIT"
|
|
7035
7244
|
},
|
|
7036
7245
|
"node_modules/@types/react": {
|
|
7037
|
-
"version": "18.3.
|
|
7038
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.
|
|
7039
|
-
"integrity": "sha512-
|
|
7246
|
+
"version": "18.3.28",
|
|
7247
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz",
|
|
7248
|
+
"integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
|
|
7040
7249
|
"license": "MIT",
|
|
7041
7250
|
"dependencies": {
|
|
7042
7251
|
"@types/prop-types": "*",
|
|
@@ -7077,6 +7286,7 @@
|
|
|
7077
7286
|
"version": "3.0.0",
|
|
7078
7287
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
7079
7288
|
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
7289
|
+
"dev": true,
|
|
7080
7290
|
"license": "MIT"
|
|
7081
7291
|
},
|
|
7082
7292
|
"node_modules/@vitest/coverage-v8": {
|
|
@@ -7619,9 +7829,9 @@
|
|
|
7619
7829
|
}
|
|
7620
7830
|
},
|
|
7621
7831
|
"node_modules/basic-ftp": {
|
|
7622
|
-
"version": "5.3.
|
|
7623
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.
|
|
7624
|
-
"integrity": "sha512-
|
|
7832
|
+
"version": "5.3.1",
|
|
7833
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
|
|
7834
|
+
"integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
|
|
7625
7835
|
"license": "MIT",
|
|
7626
7836
|
"engines": {
|
|
7627
7837
|
"node": ">=10.0.0"
|
|
@@ -8018,12 +8228,12 @@
|
|
|
8018
8228
|
}
|
|
8019
8229
|
},
|
|
8020
8230
|
"node_modules/cli-truncate/node_modules/strip-ansi": {
|
|
8021
|
-
"version": "7.
|
|
8022
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
8023
|
-
"integrity": "sha512-
|
|
8231
|
+
"version": "7.2.0",
|
|
8232
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
8233
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
8024
8234
|
"license": "MIT",
|
|
8025
8235
|
"dependencies": {
|
|
8026
|
-
"ansi-regex": "^6.
|
|
8236
|
+
"ansi-regex": "^6.2.2"
|
|
8027
8237
|
},
|
|
8028
8238
|
"engines": {
|
|
8029
8239
|
"node": ">=12"
|
|
@@ -8649,6 +8859,17 @@
|
|
|
8649
8859
|
"node": ">= 0.4"
|
|
8650
8860
|
}
|
|
8651
8861
|
},
|
|
8862
|
+
"node_modules/es-toolkit": {
|
|
8863
|
+
"version": "1.46.1",
|
|
8864
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.46.1.tgz",
|
|
8865
|
+
"integrity": "sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==",
|
|
8866
|
+
"dev": true,
|
|
8867
|
+
"license": "MIT",
|
|
8868
|
+
"workspaces": [
|
|
8869
|
+
"docs",
|
|
8870
|
+
"benchmarks"
|
|
8871
|
+
]
|
|
8872
|
+
},
|
|
8652
8873
|
"node_modules/escalade": {
|
|
8653
8874
|
"version": "3.2.0",
|
|
8654
8875
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -8753,9 +8974,9 @@
|
|
|
8753
8974
|
}
|
|
8754
8975
|
},
|
|
8755
8976
|
"node_modules/eventemitter3": {
|
|
8756
|
-
"version": "5.0.
|
|
8757
|
-
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.
|
|
8758
|
-
"integrity": "sha512-
|
|
8977
|
+
"version": "5.0.4",
|
|
8978
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
8979
|
+
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
8759
8980
|
"dev": true,
|
|
8760
8981
|
"license": "MIT"
|
|
8761
8982
|
},
|
|
@@ -8873,6 +9094,21 @@
|
|
|
8873
9094
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
|
8874
9095
|
"license": "MIT"
|
|
8875
9096
|
},
|
|
9097
|
+
"node_modules/fast-string-truncated-width": {
|
|
9098
|
+
"version": "3.0.3",
|
|
9099
|
+
"resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
|
|
9100
|
+
"integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
|
|
9101
|
+
"license": "MIT"
|
|
9102
|
+
},
|
|
9103
|
+
"node_modules/fast-string-width": {
|
|
9104
|
+
"version": "3.0.2",
|
|
9105
|
+
"resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
|
|
9106
|
+
"integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
|
|
9107
|
+
"license": "MIT",
|
|
9108
|
+
"dependencies": {
|
|
9109
|
+
"fast-string-truncated-width": "^3.0.2"
|
|
9110
|
+
}
|
|
9111
|
+
},
|
|
8876
9112
|
"node_modules/fast-uri": {
|
|
8877
9113
|
"version": "3.1.0",
|
|
8878
9114
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
@@ -8889,6 +9125,15 @@
|
|
|
8889
9125
|
],
|
|
8890
9126
|
"license": "BSD-3-Clause"
|
|
8891
9127
|
},
|
|
9128
|
+
"node_modules/fast-wrap-ansi": {
|
|
9129
|
+
"version": "0.2.0",
|
|
9130
|
+
"resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
|
|
9131
|
+
"integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
|
|
9132
|
+
"license": "MIT",
|
|
9133
|
+
"dependencies": {
|
|
9134
|
+
"fast-string-width": "^3.0.2"
|
|
9135
|
+
}
|
|
9136
|
+
},
|
|
8892
9137
|
"node_modules/fast-xml-builder": {
|
|
8893
9138
|
"version": "1.1.5",
|
|
8894
9139
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
|
|
@@ -9087,9 +9332,9 @@
|
|
|
9087
9332
|
}
|
|
9088
9333
|
},
|
|
9089
9334
|
"node_modules/fs-extra": {
|
|
9090
|
-
"version": "11.3.
|
|
9091
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
9092
|
-
"integrity": "sha512-
|
|
9335
|
+
"version": "11.3.5",
|
|
9336
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
|
|
9337
|
+
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
9093
9338
|
"license": "MIT",
|
|
9094
9339
|
"dependencies": {
|
|
9095
9340
|
"graceful-fs": "^4.2.0",
|
|
@@ -9145,9 +9390,9 @@
|
|
|
9145
9390
|
}
|
|
9146
9391
|
},
|
|
9147
9392
|
"node_modules/get-east-asian-width": {
|
|
9148
|
-
"version": "1.
|
|
9149
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
9150
|
-
"integrity": "sha512-
|
|
9393
|
+
"version": "1.5.0",
|
|
9394
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
9395
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
9151
9396
|
"license": "MIT",
|
|
9152
9397
|
"engines": {
|
|
9153
9398
|
"node": ">=18"
|
|
@@ -9824,9 +10069,9 @@
|
|
|
9824
10069
|
}
|
|
9825
10070
|
},
|
|
9826
10071
|
"node_modules/ink/node_modules/ansi-escapes": {
|
|
9827
|
-
"version": "7.
|
|
9828
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.
|
|
9829
|
-
"integrity": "sha512-
|
|
10072
|
+
"version": "7.3.0",
|
|
10073
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
|
|
10074
|
+
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
9830
10075
|
"license": "MIT",
|
|
9831
10076
|
"dependencies": {
|
|
9832
10077
|
"environment": "^1.0.0"
|
|
@@ -9917,12 +10162,12 @@
|
|
|
9917
10162
|
}
|
|
9918
10163
|
},
|
|
9919
10164
|
"node_modules/ink/node_modules/strip-ansi": {
|
|
9920
|
-
"version": "7.
|
|
9921
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
9922
|
-
"integrity": "sha512-
|
|
10165
|
+
"version": "7.2.0",
|
|
10166
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
10167
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
9923
10168
|
"license": "MIT",
|
|
9924
10169
|
"dependencies": {
|
|
9925
|
-
"ansi-regex": "^6.
|
|
10170
|
+
"ansi-regex": "^6.2.2"
|
|
9926
10171
|
},
|
|
9927
10172
|
"engines": {
|
|
9928
10173
|
"node": ">=12"
|
|
@@ -9986,9 +10231,9 @@
|
|
|
9986
10231
|
}
|
|
9987
10232
|
},
|
|
9988
10233
|
"node_modules/ip-address": {
|
|
9989
|
-
"version": "10.0
|
|
9990
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.
|
|
9991
|
-
"integrity": "sha512
|
|
10234
|
+
"version": "10.2.0",
|
|
10235
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
|
|
10236
|
+
"integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
|
|
9992
10237
|
"license": "MIT",
|
|
9993
10238
|
"engines": {
|
|
9994
10239
|
"node": ">= 12"
|
|
@@ -10462,9 +10707,9 @@
|
|
|
10462
10707
|
}
|
|
10463
10708
|
},
|
|
10464
10709
|
"node_modules/knip": {
|
|
10465
|
-
"version": "6.
|
|
10466
|
-
"resolved": "https://registry.npmjs.org/knip/-/knip-6.
|
|
10467
|
-
"integrity": "sha512-
|
|
10710
|
+
"version": "6.12.0",
|
|
10711
|
+
"resolved": "https://registry.npmjs.org/knip/-/knip-6.12.0.tgz",
|
|
10712
|
+
"integrity": "sha512-nRg8+DOFcfBD6NjmNzu9+3D35QnEmMsnojJGOHQUqv+70r1aOx99wpSUXvEV7syQVOL5E6tNXXkoyG1Fuz8BWg==",
|
|
10468
10713
|
"dev": true,
|
|
10469
10714
|
"funding": [
|
|
10470
10715
|
{
|
|
@@ -10483,7 +10728,7 @@
|
|
|
10483
10728
|
"get-tsconfig": "4.14.0",
|
|
10484
10729
|
"jiti": "^2.6.0",
|
|
10485
10730
|
"minimist": "^1.2.8",
|
|
10486
|
-
"oxc-parser": "^0.
|
|
10731
|
+
"oxc-parser": "^0.128.0",
|
|
10487
10732
|
"oxc-resolver": "^11.19.1",
|
|
10488
10733
|
"picomatch": "^4.0.4",
|
|
10489
10734
|
"smol-toml": "^1.6.1",
|
|
@@ -10835,27 +11080,28 @@
|
|
|
10835
11080
|
"license": "MIT"
|
|
10836
11081
|
},
|
|
10837
11082
|
"node_modules/lint-staged": {
|
|
10838
|
-
"version": "
|
|
10839
|
-
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-
|
|
10840
|
-
"integrity": "sha512-
|
|
11083
|
+
"version": "17.0.2",
|
|
11084
|
+
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.2.tgz",
|
|
11085
|
+
"integrity": "sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==",
|
|
10841
11086
|
"dev": true,
|
|
10842
11087
|
"license": "MIT",
|
|
10843
11088
|
"dependencies": {
|
|
10844
|
-
"
|
|
10845
|
-
"
|
|
10846
|
-
"picomatch": "^4.0.3",
|
|
11089
|
+
"listr2": "^10.2.1",
|
|
11090
|
+
"picomatch": "^4.0.4",
|
|
10847
11091
|
"string-argv": "^0.3.2",
|
|
10848
|
-
"tinyexec": "^1.
|
|
10849
|
-
"yaml": "^2.8.2"
|
|
11092
|
+
"tinyexec": "^1.1.2"
|
|
10850
11093
|
},
|
|
10851
11094
|
"bin": {
|
|
10852
11095
|
"lint-staged": "bin/lint-staged.js"
|
|
10853
11096
|
},
|
|
10854
11097
|
"engines": {
|
|
10855
|
-
"node": ">=
|
|
11098
|
+
"node": ">=22.22.1"
|
|
10856
11099
|
},
|
|
10857
11100
|
"funding": {
|
|
10858
11101
|
"url": "https://opencollective.com/lint-staged"
|
|
11102
|
+
},
|
|
11103
|
+
"optionalDependencies": {
|
|
11104
|
+
"yaml": "^2.8.4"
|
|
10859
11105
|
}
|
|
10860
11106
|
},
|
|
10861
11107
|
"node_modules/lint-staged/node_modules/picomatch": {
|
|
@@ -10872,21 +11118,20 @@
|
|
|
10872
11118
|
}
|
|
10873
11119
|
},
|
|
10874
11120
|
"node_modules/listr2": {
|
|
10875
|
-
"version": "
|
|
10876
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-
|
|
10877
|
-
"integrity": "sha512-
|
|
11121
|
+
"version": "10.2.1",
|
|
11122
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-10.2.1.tgz",
|
|
11123
|
+
"integrity": "sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==",
|
|
10878
11124
|
"dev": true,
|
|
10879
11125
|
"license": "MIT",
|
|
10880
11126
|
"dependencies": {
|
|
10881
|
-
"cli-truncate": "^5.
|
|
10882
|
-
"
|
|
10883
|
-
"eventemitter3": "^5.0.1",
|
|
11127
|
+
"cli-truncate": "^5.2.0",
|
|
11128
|
+
"eventemitter3": "^5.0.4",
|
|
10884
11129
|
"log-update": "^6.1.0",
|
|
10885
11130
|
"rfdc": "^1.4.1",
|
|
10886
|
-
"wrap-ansi": "^
|
|
11131
|
+
"wrap-ansi": "^10.0.0"
|
|
10887
11132
|
},
|
|
10888
11133
|
"engines": {
|
|
10889
|
-
"node": ">=
|
|
11134
|
+
"node": ">=22.13.0"
|
|
10890
11135
|
}
|
|
10891
11136
|
},
|
|
10892
11137
|
"node_modules/listr2/node_modules/ansi-regex": {
|
|
@@ -10903,14 +11148,14 @@
|
|
|
10903
11148
|
}
|
|
10904
11149
|
},
|
|
10905
11150
|
"node_modules/listr2/node_modules/cli-truncate": {
|
|
10906
|
-
"version": "5.
|
|
10907
|
-
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.
|
|
10908
|
-
"integrity": "sha512-
|
|
11151
|
+
"version": "5.2.0",
|
|
11152
|
+
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.2.0.tgz",
|
|
11153
|
+
"integrity": "sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==",
|
|
10909
11154
|
"dev": true,
|
|
10910
11155
|
"license": "MIT",
|
|
10911
11156
|
"dependencies": {
|
|
10912
|
-
"slice-ansi": "^
|
|
10913
|
-
"string-width": "^8.
|
|
11157
|
+
"slice-ansi": "^8.0.0",
|
|
11158
|
+
"string-width": "^8.2.0"
|
|
10914
11159
|
},
|
|
10915
11160
|
"engines": {
|
|
10916
11161
|
"node": ">=20"
|
|
@@ -10936,31 +11181,31 @@
|
|
|
10936
11181
|
}
|
|
10937
11182
|
},
|
|
10938
11183
|
"node_modules/listr2/node_modules/slice-ansi": {
|
|
10939
|
-
"version": "
|
|
10940
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
10941
|
-
"integrity": "sha512-
|
|
11184
|
+
"version": "8.0.0",
|
|
11185
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
|
|
11186
|
+
"integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
|
|
10942
11187
|
"dev": true,
|
|
10943
11188
|
"license": "MIT",
|
|
10944
11189
|
"dependencies": {
|
|
10945
|
-
"ansi-styles": "^6.2.
|
|
10946
|
-
"is-fullwidth-code-point": "^5.
|
|
11190
|
+
"ansi-styles": "^6.2.3",
|
|
11191
|
+
"is-fullwidth-code-point": "^5.1.0"
|
|
10947
11192
|
},
|
|
10948
11193
|
"engines": {
|
|
10949
|
-
"node": ">=
|
|
11194
|
+
"node": ">=20"
|
|
10950
11195
|
},
|
|
10951
11196
|
"funding": {
|
|
10952
11197
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
10953
11198
|
}
|
|
10954
11199
|
},
|
|
10955
11200
|
"node_modules/listr2/node_modules/string-width": {
|
|
10956
|
-
"version": "8.1
|
|
10957
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.
|
|
10958
|
-
"integrity": "sha512-
|
|
11201
|
+
"version": "8.2.1",
|
|
11202
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
11203
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
10959
11204
|
"dev": true,
|
|
10960
11205
|
"license": "MIT",
|
|
10961
11206
|
"dependencies": {
|
|
10962
|
-
"get-east-asian-width": "^1.
|
|
10963
|
-
"strip-ansi": "^7.1.
|
|
11207
|
+
"get-east-asian-width": "^1.5.0",
|
|
11208
|
+
"strip-ansi": "^7.1.2"
|
|
10964
11209
|
},
|
|
10965
11210
|
"engines": {
|
|
10966
11211
|
"node": ">=20"
|
|
@@ -10970,13 +11215,13 @@
|
|
|
10970
11215
|
}
|
|
10971
11216
|
},
|
|
10972
11217
|
"node_modules/listr2/node_modules/strip-ansi": {
|
|
10973
|
-
"version": "7.
|
|
10974
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
10975
|
-
"integrity": "sha512-
|
|
11218
|
+
"version": "7.2.0",
|
|
11219
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
11220
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
10976
11221
|
"dev": true,
|
|
10977
11222
|
"license": "MIT",
|
|
10978
11223
|
"dependencies": {
|
|
10979
|
-
"ansi-regex": "^6.
|
|
11224
|
+
"ansi-regex": "^6.2.2"
|
|
10980
11225
|
},
|
|
10981
11226
|
"engines": {
|
|
10982
11227
|
"node": ">=12"
|
|
@@ -10986,54 +11231,29 @@
|
|
|
10986
11231
|
}
|
|
10987
11232
|
},
|
|
10988
11233
|
"node_modules/listr2/node_modules/wrap-ansi": {
|
|
10989
|
-
"version": "
|
|
10990
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
10991
|
-
"integrity": "sha512-
|
|
11234
|
+
"version": "10.0.0",
|
|
11235
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-10.0.0.tgz",
|
|
11236
|
+
"integrity": "sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==",
|
|
10992
11237
|
"dev": true,
|
|
10993
11238
|
"license": "MIT",
|
|
10994
11239
|
"dependencies": {
|
|
10995
|
-
"ansi-styles": "^6.2.
|
|
10996
|
-
"string-width": "^
|
|
10997
|
-
"strip-ansi": "^7.1.
|
|
11240
|
+
"ansi-styles": "^6.2.3",
|
|
11241
|
+
"string-width": "^8.2.0",
|
|
11242
|
+
"strip-ansi": "^7.1.2"
|
|
10998
11243
|
},
|
|
10999
11244
|
"engines": {
|
|
11000
|
-
"node": ">=
|
|
11245
|
+
"node": ">=20"
|
|
11001
11246
|
},
|
|
11002
11247
|
"funding": {
|
|
11003
11248
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11004
11249
|
}
|
|
11005
11250
|
},
|
|
11006
|
-
"node_modules/listr2/node_modules/wrap-ansi/node_modules/string-width": {
|
|
11007
|
-
"version": "7.2.0",
|
|
11008
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
11009
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
11010
|
-
"dev": true,
|
|
11011
|
-
"license": "MIT",
|
|
11012
|
-
"dependencies": {
|
|
11013
|
-
"emoji-regex": "^10.3.0",
|
|
11014
|
-
"get-east-asian-width": "^1.0.0",
|
|
11015
|
-
"strip-ansi": "^7.1.0"
|
|
11016
|
-
},
|
|
11017
|
-
"engines": {
|
|
11018
|
-
"node": ">=18"
|
|
11019
|
-
},
|
|
11020
|
-
"funding": {
|
|
11021
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11022
|
-
}
|
|
11023
|
-
},
|
|
11024
11251
|
"node_modules/lodash": {
|
|
11025
11252
|
"version": "4.18.1",
|
|
11026
11253
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
11027
11254
|
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
11028
11255
|
"license": "MIT"
|
|
11029
11256
|
},
|
|
11030
|
-
"node_modules/lodash.camelcase": {
|
|
11031
|
-
"version": "4.3.0",
|
|
11032
|
-
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
11033
|
-
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
|
11034
|
-
"dev": true,
|
|
11035
|
-
"license": "MIT"
|
|
11036
|
-
},
|
|
11037
11257
|
"node_modules/lodash.groupby": {
|
|
11038
11258
|
"version": "4.6.0",
|
|
11039
11259
|
"resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
|
|
@@ -11077,47 +11297,12 @@
|
|
|
11077
11297
|
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
11078
11298
|
"license": "MIT"
|
|
11079
11299
|
},
|
|
11080
|
-
"node_modules/lodash.kebabcase": {
|
|
11081
|
-
"version": "4.1.1",
|
|
11082
|
-
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
|
|
11083
|
-
"integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
|
|
11084
|
-
"dev": true,
|
|
11085
|
-
"license": "MIT"
|
|
11086
|
-
},
|
|
11087
|
-
"node_modules/lodash.mergewith": {
|
|
11088
|
-
"version": "4.6.2",
|
|
11089
|
-
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
|
|
11090
|
-
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==",
|
|
11091
|
-
"dev": true,
|
|
11092
|
-
"license": "MIT"
|
|
11093
|
-
},
|
|
11094
11300
|
"node_modules/lodash.once": {
|
|
11095
11301
|
"version": "4.1.1",
|
|
11096
11302
|
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
11097
11303
|
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
11098
11304
|
"license": "MIT"
|
|
11099
11305
|
},
|
|
11100
|
-
"node_modules/lodash.snakecase": {
|
|
11101
|
-
"version": "4.1.1",
|
|
11102
|
-
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
|
|
11103
|
-
"integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==",
|
|
11104
|
-
"dev": true,
|
|
11105
|
-
"license": "MIT"
|
|
11106
|
-
},
|
|
11107
|
-
"node_modules/lodash.startcase": {
|
|
11108
|
-
"version": "4.4.0",
|
|
11109
|
-
"resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz",
|
|
11110
|
-
"integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==",
|
|
11111
|
-
"dev": true,
|
|
11112
|
-
"license": "MIT"
|
|
11113
|
-
},
|
|
11114
|
-
"node_modules/lodash.upperfirst": {
|
|
11115
|
-
"version": "4.3.1",
|
|
11116
|
-
"resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
|
|
11117
|
-
"integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==",
|
|
11118
|
-
"dev": true,
|
|
11119
|
-
"license": "MIT"
|
|
11120
|
-
},
|
|
11121
11306
|
"node_modules/log-update": {
|
|
11122
11307
|
"version": "6.1.0",
|
|
11123
11308
|
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
|
|
@@ -11139,9 +11324,9 @@
|
|
|
11139
11324
|
}
|
|
11140
11325
|
},
|
|
11141
11326
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
11142
|
-
"version": "7.
|
|
11143
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.
|
|
11144
|
-
"integrity": "sha512-
|
|
11327
|
+
"version": "7.3.0",
|
|
11328
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
|
|
11329
|
+
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
11145
11330
|
"dev": true,
|
|
11146
11331
|
"license": "MIT",
|
|
11147
11332
|
"dependencies": {
|
|
@@ -11268,13 +11453,13 @@
|
|
|
11268
11453
|
}
|
|
11269
11454
|
},
|
|
11270
11455
|
"node_modules/log-update/node_modules/strip-ansi": {
|
|
11271
|
-
"version": "7.
|
|
11272
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
11273
|
-
"integrity": "sha512-
|
|
11456
|
+
"version": "7.2.0",
|
|
11457
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
11458
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
11274
11459
|
"dev": true,
|
|
11275
11460
|
"license": "MIT",
|
|
11276
11461
|
"dependencies": {
|
|
11277
|
-
"ansi-regex": "^6.
|
|
11462
|
+
"ansi-regex": "^6.2.2"
|
|
11278
11463
|
},
|
|
11279
11464
|
"engines": {
|
|
11280
11465
|
"node": ">=12"
|
|
@@ -11634,6 +11819,7 @@
|
|
|
11634
11819
|
"version": "1.0.0",
|
|
11635
11820
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
|
|
11636
11821
|
"integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
|
|
11822
|
+
"dev": true,
|
|
11637
11823
|
"license": "ISC",
|
|
11638
11824
|
"engines": {
|
|
11639
11825
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -12066,13 +12252,13 @@
|
|
|
12066
12252
|
}
|
|
12067
12253
|
},
|
|
12068
12254
|
"node_modules/oxc-parser": {
|
|
12069
|
-
"version": "0.
|
|
12070
|
-
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.
|
|
12071
|
-
"integrity": "sha512-
|
|
12255
|
+
"version": "0.128.0",
|
|
12256
|
+
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.128.0.tgz",
|
|
12257
|
+
"integrity": "sha512-XkOw3eiIxAgQ19WRew/Bq9wc5Ga/guaWIzDBzq80z1PyuDNGvWBpPby9k6YGwV8A8uMw+Nlq3xqlzuDYmUFYUw==",
|
|
12072
12258
|
"dev": true,
|
|
12073
12259
|
"license": "MIT",
|
|
12074
12260
|
"dependencies": {
|
|
12075
|
-
"@oxc-project/types": "^0.
|
|
12261
|
+
"@oxc-project/types": "^0.128.0"
|
|
12076
12262
|
},
|
|
12077
12263
|
"engines": {
|
|
12078
12264
|
"node": "^20.19.0 || >=22.12.0"
|
|
@@ -12081,32 +12267,32 @@
|
|
|
12081
12267
|
"url": "https://github.com/sponsors/Boshen"
|
|
12082
12268
|
},
|
|
12083
12269
|
"optionalDependencies": {
|
|
12084
|
-
"@oxc-parser/binding-android-arm-eabi": "0.
|
|
12085
|
-
"@oxc-parser/binding-android-arm64": "0.
|
|
12086
|
-
"@oxc-parser/binding-darwin-arm64": "0.
|
|
12087
|
-
"@oxc-parser/binding-darwin-x64": "0.
|
|
12088
|
-
"@oxc-parser/binding-freebsd-x64": "0.
|
|
12089
|
-
"@oxc-parser/binding-linux-arm-gnueabihf": "0.
|
|
12090
|
-
"@oxc-parser/binding-linux-arm-musleabihf": "0.
|
|
12091
|
-
"@oxc-parser/binding-linux-arm64-gnu": "0.
|
|
12092
|
-
"@oxc-parser/binding-linux-arm64-musl": "0.
|
|
12093
|
-
"@oxc-parser/binding-linux-ppc64-gnu": "0.
|
|
12094
|
-
"@oxc-parser/binding-linux-riscv64-gnu": "0.
|
|
12095
|
-
"@oxc-parser/binding-linux-riscv64-musl": "0.
|
|
12096
|
-
"@oxc-parser/binding-linux-s390x-gnu": "0.
|
|
12097
|
-
"@oxc-parser/binding-linux-x64-gnu": "0.
|
|
12098
|
-
"@oxc-parser/binding-linux-x64-musl": "0.
|
|
12099
|
-
"@oxc-parser/binding-openharmony-arm64": "0.
|
|
12100
|
-
"@oxc-parser/binding-wasm32-wasi": "0.
|
|
12101
|
-
"@oxc-parser/binding-win32-arm64-msvc": "0.
|
|
12102
|
-
"@oxc-parser/binding-win32-ia32-msvc": "0.
|
|
12103
|
-
"@oxc-parser/binding-win32-x64-msvc": "0.
|
|
12270
|
+
"@oxc-parser/binding-android-arm-eabi": "0.128.0",
|
|
12271
|
+
"@oxc-parser/binding-android-arm64": "0.128.0",
|
|
12272
|
+
"@oxc-parser/binding-darwin-arm64": "0.128.0",
|
|
12273
|
+
"@oxc-parser/binding-darwin-x64": "0.128.0",
|
|
12274
|
+
"@oxc-parser/binding-freebsd-x64": "0.128.0",
|
|
12275
|
+
"@oxc-parser/binding-linux-arm-gnueabihf": "0.128.0",
|
|
12276
|
+
"@oxc-parser/binding-linux-arm-musleabihf": "0.128.0",
|
|
12277
|
+
"@oxc-parser/binding-linux-arm64-gnu": "0.128.0",
|
|
12278
|
+
"@oxc-parser/binding-linux-arm64-musl": "0.128.0",
|
|
12279
|
+
"@oxc-parser/binding-linux-ppc64-gnu": "0.128.0",
|
|
12280
|
+
"@oxc-parser/binding-linux-riscv64-gnu": "0.128.0",
|
|
12281
|
+
"@oxc-parser/binding-linux-riscv64-musl": "0.128.0",
|
|
12282
|
+
"@oxc-parser/binding-linux-s390x-gnu": "0.128.0",
|
|
12283
|
+
"@oxc-parser/binding-linux-x64-gnu": "0.128.0",
|
|
12284
|
+
"@oxc-parser/binding-linux-x64-musl": "0.128.0",
|
|
12285
|
+
"@oxc-parser/binding-openharmony-arm64": "0.128.0",
|
|
12286
|
+
"@oxc-parser/binding-wasm32-wasi": "0.128.0",
|
|
12287
|
+
"@oxc-parser/binding-win32-arm64-msvc": "0.128.0",
|
|
12288
|
+
"@oxc-parser/binding-win32-ia32-msvc": "0.128.0",
|
|
12289
|
+
"@oxc-parser/binding-win32-x64-msvc": "0.128.0"
|
|
12104
12290
|
}
|
|
12105
12291
|
},
|
|
12106
12292
|
"node_modules/oxc-parser/node_modules/@oxc-project/types": {
|
|
12107
|
-
"version": "0.
|
|
12108
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
12109
|
-
"integrity": "sha512-
|
|
12293
|
+
"version": "0.128.0",
|
|
12294
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.128.0.tgz",
|
|
12295
|
+
"integrity": "sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==",
|
|
12110
12296
|
"dev": true,
|
|
12111
12297
|
"license": "MIT",
|
|
12112
12298
|
"funding": {
|
|
@@ -13959,9 +14145,9 @@
|
|
|
13959
14145
|
}
|
|
13960
14146
|
},
|
|
13961
14147
|
"node_modules/tar-stream": {
|
|
13962
|
-
"version": "3.
|
|
13963
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.
|
|
13964
|
-
"integrity": "sha512-
|
|
14148
|
+
"version": "3.2.0",
|
|
14149
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
|
|
14150
|
+
"integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
|
|
13965
14151
|
"license": "MIT",
|
|
13966
14152
|
"dependencies": {
|
|
13967
14153
|
"b4a": "^1.6.4",
|
|
@@ -14109,9 +14295,9 @@
|
|
|
14109
14295
|
"license": "MIT"
|
|
14110
14296
|
},
|
|
14111
14297
|
"node_modules/tinyexec": {
|
|
14112
|
-
"version": "1.
|
|
14113
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.
|
|
14114
|
-
"integrity": "sha512-
|
|
14298
|
+
"version": "1.1.2",
|
|
14299
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
|
|
14300
|
+
"integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
|
|
14115
14301
|
"dev": true,
|
|
14116
14302
|
"license": "MIT",
|
|
14117
14303
|
"engines": {
|
|
@@ -15003,9 +15189,9 @@
|
|
|
15003
15189
|
"license": "ISC"
|
|
15004
15190
|
},
|
|
15005
15191
|
"node_modules/ws": {
|
|
15006
|
-
"version": "8.
|
|
15007
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
15008
|
-
"integrity": "sha512-
|
|
15192
|
+
"version": "8.20.0",
|
|
15193
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
15194
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
15009
15195
|
"license": "MIT",
|
|
15010
15196
|
"engines": {
|
|
15011
15197
|
"node": ">=10.0.0"
|
|
@@ -15069,9 +15255,9 @@
|
|
|
15069
15255
|
"license": "ISC"
|
|
15070
15256
|
},
|
|
15071
15257
|
"node_modules/yaml": {
|
|
15072
|
-
"version": "2.8.
|
|
15073
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
15074
|
-
"integrity": "sha512-
|
|
15258
|
+
"version": "2.8.4",
|
|
15259
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
|
|
15260
|
+
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
15075
15261
|
"license": "ISC",
|
|
15076
15262
|
"bin": {
|
|
15077
15263
|
"yaml": "bin.mjs"
|
|
@@ -15139,6 +15325,7 @@
|
|
|
15139
15325
|
"version": "2.1.3",
|
|
15140
15326
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
15141
15327
|
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
15328
|
+
"dev": true,
|
|
15142
15329
|
"license": "MIT",
|
|
15143
15330
|
"engines": {
|
|
15144
15331
|
"node": ">=18"
|
|
@@ -15154,9 +15341,9 @@
|
|
|
15154
15341
|
"license": "MIT"
|
|
15155
15342
|
},
|
|
15156
15343
|
"node_modules/zod": {
|
|
15157
|
-
"version": "4.3
|
|
15158
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.
|
|
15159
|
-
"integrity": "sha512-
|
|
15344
|
+
"version": "4.4.3",
|
|
15345
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
15346
|
+
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
15160
15347
|
"license": "MIT",
|
|
15161
15348
|
"funding": {
|
|
15162
15349
|
"url": "https://github.com/sponsors/colinhacks"
|