sfdx-git-delta 6.41.0 → 6.41.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 +3 -3
- package/lib/utils/packageHelper.js +27 -16
- package/lib/utils/packageHelper.js.map +1 -1
- package/lib/utils/xmlHelper.d.ts +0 -4
- package/lib/utils/xmlHelper.js +29 -9
- package/lib/utils/xmlHelper.js.map +1 -1
- package/npm-shrinkwrap.json +386 -339
- package/oclif.manifest.json +1 -1
- package/package.json +29 -25
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.41.
|
|
3
|
+
"version": "6.41.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-git-delta",
|
|
9
|
-
"version": "6.41.
|
|
9
|
+
"version": "6.41.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@
|
|
13
|
-
"@
|
|
12
|
+
"@nodable/flexible-xml-parser": "^1.0.0",
|
|
13
|
+
"@oclif/core": "^4.10.5",
|
|
14
|
+
"@salesforce/core": "^8.28.1",
|
|
14
15
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
16
|
+
"@salesforce/source-deploy-retrieve": "^12.32.3",
|
|
16
17
|
"async": "^3.2.6",
|
|
17
18
|
"fast-equals": "^6.0.0",
|
|
18
|
-
"fast-xml-parser": "^5.5.
|
|
19
|
+
"fast-xml-parser": "^5.5.11",
|
|
19
20
|
"fs-extra": "^11.3.4",
|
|
20
21
|
"ignore": "^7.0.5",
|
|
21
|
-
"lodash-es": "^4.
|
|
22
|
-
"simple-git": "^3.
|
|
22
|
+
"lodash-es": "^4.18.1",
|
|
23
|
+
"simple-git": "^3.35.2",
|
|
23
24
|
"tslib": "^2.8.1",
|
|
24
|
-
"xmlbuilder2": "^4.0.3",
|
|
25
25
|
"zod": "^4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@biomejs/biome": "2.4.
|
|
28
|
+
"@biomejs/biome": "2.4.11",
|
|
29
29
|
"@commitlint/cli": "^20.5.0",
|
|
30
30
|
"@commitlint/config-conventional": "^20.5.0",
|
|
31
31
|
"@ls-lint/ls-lint": "^2.3.1",
|
|
32
|
-
"@oclif/plugin-help": "^6.2.
|
|
33
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
32
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
33
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
34
34
|
"@salesforce/dev-config": "^4.3.3",
|
|
35
35
|
"@stryker-mutator/core": "^9.6.0",
|
|
36
36
|
"@stryker-mutator/vitest-runner": "^9.6.0",
|
|
@@ -38,19 +38,18 @@
|
|
|
38
38
|
"@types/fs-extra": "^11.0.4",
|
|
39
39
|
"@types/lodash": "^4.17.24",
|
|
40
40
|
"@types/lodash-es": "^4.17.12",
|
|
41
|
-
"@types/node": "^25.5.
|
|
42
|
-
"@vitest/coverage-v8": "^4.1.
|
|
43
|
-
"benchmark": "^2.1.4",
|
|
41
|
+
"@types/node": "^25.5.2",
|
|
42
|
+
"@vitest/coverage-v8": "^4.1.4",
|
|
44
43
|
"husky": "^9.1.7",
|
|
45
|
-
"knip": "^6.1
|
|
44
|
+
"knip": "^6.3.1",
|
|
46
45
|
"lint-staged": "^16.4.0",
|
|
47
|
-
"lodash": "^4.
|
|
48
|
-
"oclif": "^4.
|
|
46
|
+
"lodash": "^4.18.1",
|
|
47
|
+
"oclif": "^4.23.0",
|
|
49
48
|
"shx": "^0.4.0",
|
|
50
49
|
"ts-node": "^10.9.2",
|
|
51
50
|
"typescript": "^6.0.2",
|
|
52
51
|
"validate-branch-name": "^1.3.2",
|
|
53
|
-
"vitest": "^4.1.
|
|
52
|
+
"vitest": "^4.1.4",
|
|
54
53
|
"wireit": "^0.14.12"
|
|
55
54
|
},
|
|
56
55
|
"engines": {
|
|
@@ -1580,9 +1579,9 @@
|
|
|
1580
1579
|
}
|
|
1581
1580
|
},
|
|
1582
1581
|
"node_modules/@biomejs/biome": {
|
|
1583
|
-
"version": "2.4.
|
|
1584
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
1585
|
-
"integrity": "sha512-
|
|
1582
|
+
"version": "2.4.11",
|
|
1583
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.11.tgz",
|
|
1584
|
+
"integrity": "sha512-nWxHX8tf3Opb/qRgZpBbsTOqOodkbrkJ7S+JxJAruxOReaDPPmPuLBAGQ8vigyUgo0QBB+oQltNEAvalLcjggA==",
|
|
1586
1585
|
"dev": true,
|
|
1587
1586
|
"license": "MIT OR Apache-2.0",
|
|
1588
1587
|
"bin": {
|
|
@@ -1596,20 +1595,20 @@
|
|
|
1596
1595
|
"url": "https://opencollective.com/biome"
|
|
1597
1596
|
},
|
|
1598
1597
|
"optionalDependencies": {
|
|
1599
|
-
"@biomejs/cli-darwin-arm64": "2.4.
|
|
1600
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
1601
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
1602
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
1603
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
1604
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
1605
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
1606
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
1598
|
+
"@biomejs/cli-darwin-arm64": "2.4.11",
|
|
1599
|
+
"@biomejs/cli-darwin-x64": "2.4.11",
|
|
1600
|
+
"@biomejs/cli-linux-arm64": "2.4.11",
|
|
1601
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.11",
|
|
1602
|
+
"@biomejs/cli-linux-x64": "2.4.11",
|
|
1603
|
+
"@biomejs/cli-linux-x64-musl": "2.4.11",
|
|
1604
|
+
"@biomejs/cli-win32-arm64": "2.4.11",
|
|
1605
|
+
"@biomejs/cli-win32-x64": "2.4.11"
|
|
1607
1606
|
}
|
|
1608
1607
|
},
|
|
1609
1608
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
1610
|
-
"version": "2.4.
|
|
1611
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
1612
|
-
"integrity": "sha512-
|
|
1609
|
+
"version": "2.4.11",
|
|
1610
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.11.tgz",
|
|
1611
|
+
"integrity": "sha512-wOt+ed+L2dgZanWyL6i29qlXMc088N11optzpo10peayObBaAshbTcxKUchzEMp9QSY8rh5h6VfAFE3WTS1rqg==",
|
|
1613
1612
|
"cpu": [
|
|
1614
1613
|
"arm64"
|
|
1615
1614
|
],
|
|
@@ -1624,9 +1623,9 @@
|
|
|
1624
1623
|
}
|
|
1625
1624
|
},
|
|
1626
1625
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
1627
|
-
"version": "2.4.
|
|
1628
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
1629
|
-
"integrity": "sha512-
|
|
1626
|
+
"version": "2.4.11",
|
|
1627
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.11.tgz",
|
|
1628
|
+
"integrity": "sha512-gZ6zR8XmZlExfi/Pz/PffmdpWOQ8Qhy7oBztgkR8/ylSRyLwfRPSadmiVCV8WQ8PoJ2MWUy2fgID9zmtgUUJmw==",
|
|
1630
1629
|
"cpu": [
|
|
1631
1630
|
"x64"
|
|
1632
1631
|
],
|
|
@@ -1641,13 +1640,16 @@
|
|
|
1641
1640
|
}
|
|
1642
1641
|
},
|
|
1643
1642
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
1644
|
-
"version": "2.4.
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
1646
|
-
"integrity": "sha512-
|
|
1643
|
+
"version": "2.4.11",
|
|
1644
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.11.tgz",
|
|
1645
|
+
"integrity": "sha512-avdJaEElXrKceK0va9FkJ4P5ci3N01TGkc6ni3P8l3BElqbOz42Wg2IyX3gbh0ZLEd4HVKEIrmuVu/AMuSeFFA==",
|
|
1647
1646
|
"cpu": [
|
|
1648
1647
|
"arm64"
|
|
1649
1648
|
],
|
|
1650
1649
|
"dev": true,
|
|
1650
|
+
"libc": [
|
|
1651
|
+
"glibc"
|
|
1652
|
+
],
|
|
1651
1653
|
"license": "MIT OR Apache-2.0",
|
|
1652
1654
|
"optional": true,
|
|
1653
1655
|
"os": [
|
|
@@ -1658,13 +1660,16 @@
|
|
|
1658
1660
|
}
|
|
1659
1661
|
},
|
|
1660
1662
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
1661
|
-
"version": "2.4.
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
1663
|
-
"integrity": "sha512
|
|
1663
|
+
"version": "2.4.11",
|
|
1664
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.11.tgz",
|
|
1665
|
+
"integrity": "sha512-+Sbo1OAmlegtdwqFE8iOxFIWLh1B3OEgsuZfBpyyN/kWuqZ8dx9ZEes6zVnDMo+zRHF2wLynRVhoQmV7ohxl2Q==",
|
|
1664
1666
|
"cpu": [
|
|
1665
1667
|
"arm64"
|
|
1666
1668
|
],
|
|
1667
1669
|
"dev": true,
|
|
1670
|
+
"libc": [
|
|
1671
|
+
"musl"
|
|
1672
|
+
],
|
|
1668
1673
|
"license": "MIT OR Apache-2.0",
|
|
1669
1674
|
"optional": true,
|
|
1670
1675
|
"os": [
|
|
@@ -1675,13 +1680,16 @@
|
|
|
1675
1680
|
}
|
|
1676
1681
|
},
|
|
1677
1682
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
1678
|
-
"version": "2.4.
|
|
1679
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
1680
|
-
"integrity": "sha512-
|
|
1683
|
+
"version": "2.4.11",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.11.tgz",
|
|
1685
|
+
"integrity": "sha512-TagWV0iomp5LnEnxWFg4nQO+e52Fow349vaX0Q/PIcX6Zhk4GGBgp3qqZ8PVkpC+cuehRctMf3+6+FgQ8jCEFQ==",
|
|
1681
1686
|
"cpu": [
|
|
1682
1687
|
"x64"
|
|
1683
1688
|
],
|
|
1684
1689
|
"dev": true,
|
|
1690
|
+
"libc": [
|
|
1691
|
+
"glibc"
|
|
1692
|
+
],
|
|
1685
1693
|
"license": "MIT OR Apache-2.0",
|
|
1686
1694
|
"optional": true,
|
|
1687
1695
|
"os": [
|
|
@@ -1692,13 +1700,16 @@
|
|
|
1692
1700
|
}
|
|
1693
1701
|
},
|
|
1694
1702
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
1695
|
-
"version": "2.4.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
1697
|
-
"integrity": "sha512-
|
|
1703
|
+
"version": "2.4.11",
|
|
1704
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.11.tgz",
|
|
1705
|
+
"integrity": "sha512-bexd2IklK7ZgPhrz6jXzpIL6dEAH9MlJU1xGTrypx+FICxrXUp4CqtwfiuoDKse+UlgAlWtzML3jrMqeEAHEhA==",
|
|
1698
1706
|
"cpu": [
|
|
1699
1707
|
"x64"
|
|
1700
1708
|
],
|
|
1701
1709
|
"dev": true,
|
|
1710
|
+
"libc": [
|
|
1711
|
+
"musl"
|
|
1712
|
+
],
|
|
1702
1713
|
"license": "MIT OR Apache-2.0",
|
|
1703
1714
|
"optional": true,
|
|
1704
1715
|
"os": [
|
|
@@ -1709,9 +1720,9 @@
|
|
|
1709
1720
|
}
|
|
1710
1721
|
},
|
|
1711
1722
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
1712
|
-
"version": "2.4.
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
1714
|
-
"integrity": "sha512-
|
|
1723
|
+
"version": "2.4.11",
|
|
1724
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.11.tgz",
|
|
1725
|
+
"integrity": "sha512-RJhaTnY8byzxDt4bDVb7AFPHkPcjOPK3xBip4ZRTrN3TEfyhjLRm3r3mqknqydgVTB74XG8l4jMLwEACEeihVg==",
|
|
1715
1726
|
"cpu": [
|
|
1716
1727
|
"arm64"
|
|
1717
1728
|
],
|
|
@@ -1726,9 +1737,9 @@
|
|
|
1726
1737
|
}
|
|
1727
1738
|
},
|
|
1728
1739
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
1729
|
-
"version": "2.4.
|
|
1730
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
1731
|
-
"integrity": "sha512-
|
|
1740
|
+
"version": "2.4.11",
|
|
1741
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.11.tgz",
|
|
1742
|
+
"integrity": "sha512-A8D3JM/00C2KQgUV3oj8Ba15EHEYwebAGCy5Sf9GAjr5Y3+kJIYOiESoqRDeuRZueuMdCsbLZIUqmPhpYXJE9A==",
|
|
1732
1743
|
"cpu": [
|
|
1733
1744
|
"x64"
|
|
1734
1745
|
],
|
|
@@ -2050,21 +2061,21 @@
|
|
|
2050
2061
|
}
|
|
2051
2062
|
},
|
|
2052
2063
|
"node_modules/@emnapi/core": {
|
|
2053
|
-
"version": "1.
|
|
2054
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.
|
|
2055
|
-
"integrity": "sha512-
|
|
2064
|
+
"version": "1.9.2",
|
|
2065
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
|
|
2066
|
+
"integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
|
|
2056
2067
|
"dev": true,
|
|
2057
2068
|
"license": "MIT",
|
|
2058
2069
|
"optional": true,
|
|
2059
2070
|
"dependencies": {
|
|
2060
|
-
"@emnapi/wasi-threads": "1.1
|
|
2071
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
2061
2072
|
"tslib": "^2.4.0"
|
|
2062
2073
|
}
|
|
2063
2074
|
},
|
|
2064
2075
|
"node_modules/@emnapi/runtime": {
|
|
2065
|
-
"version": "1.
|
|
2066
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
2067
|
-
"integrity": "sha512-
|
|
2076
|
+
"version": "1.9.2",
|
|
2077
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
|
|
2078
|
+
"integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
|
|
2068
2079
|
"dev": true,
|
|
2069
2080
|
"license": "MIT",
|
|
2070
2081
|
"optional": true,
|
|
@@ -2073,9 +2084,9 @@
|
|
|
2073
2084
|
}
|
|
2074
2085
|
},
|
|
2075
2086
|
"node_modules/@emnapi/wasi-threads": {
|
|
2076
|
-
"version": "1.1
|
|
2077
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.
|
|
2078
|
-
"integrity": "sha512-
|
|
2087
|
+
"version": "1.2.1",
|
|
2088
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
2089
|
+
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
2079
2090
|
"dev": true,
|
|
2080
2091
|
"license": "MIT",
|
|
2081
2092
|
"optional": true,
|
|
@@ -2296,9 +2307,9 @@
|
|
|
2296
2307
|
}
|
|
2297
2308
|
},
|
|
2298
2309
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
2299
|
-
"version": "22.
|
|
2300
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
2301
|
-
"integrity": "sha512-
|
|
2310
|
+
"version": "22.19.17",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
|
|
2312
|
+
"integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
|
|
2302
2313
|
"license": "MIT",
|
|
2303
2314
|
"dependencies": {
|
|
2304
2315
|
"undici-types": "~6.21.0"
|
|
@@ -3891,20 +3902,78 @@
|
|
|
3891
3902
|
}
|
|
3892
3903
|
},
|
|
3893
3904
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
3894
|
-
"version": "1.1.
|
|
3895
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.
|
|
3896
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "1.1.3",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
|
|
3907
|
+
"integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
|
|
3897
3908
|
"dev": true,
|
|
3898
3909
|
"license": "MIT",
|
|
3899
3910
|
"optional": true,
|
|
3900
3911
|
"dependencies": {
|
|
3901
|
-
"@emnapi/core": "^1.7.1",
|
|
3902
|
-
"@emnapi/runtime": "^1.7.1",
|
|
3903
3912
|
"@tybys/wasm-util": "^0.10.1"
|
|
3904
3913
|
},
|
|
3905
3914
|
"funding": {
|
|
3906
3915
|
"type": "github",
|
|
3907
3916
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
3917
|
+
},
|
|
3918
|
+
"peerDependencies": {
|
|
3919
|
+
"@emnapi/core": "^1.7.1",
|
|
3920
|
+
"@emnapi/runtime": "^1.7.1"
|
|
3921
|
+
}
|
|
3922
|
+
},
|
|
3923
|
+
"node_modules/@nodable/base-output-builder": {
|
|
3924
|
+
"version": "1.0.2",
|
|
3925
|
+
"resolved": "https://registry.npmjs.org/@nodable/base-output-builder/-/base-output-builder-1.0.2.tgz",
|
|
3926
|
+
"integrity": "sha512-1x2w1pixv+KiGB2jzBYZUCdInmu0oIjqtvXmoqu8uThfVyUQCJfMMN53KLo6F0teXUK/WkIsrj2xJr2HGG/77g==",
|
|
3927
|
+
"funding": [
|
|
3928
|
+
{
|
|
3929
|
+
"type": "github",
|
|
3930
|
+
"url": "https://github.com/sponsors/nodable"
|
|
3931
|
+
}
|
|
3932
|
+
],
|
|
3933
|
+
"license": "MIT",
|
|
3934
|
+
"dependencies": {
|
|
3935
|
+
"path-expression-matcher": "^1.4.0",
|
|
3936
|
+
"strnum": "^2.2.2"
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
"node_modules/@nodable/compact-builder": {
|
|
3940
|
+
"version": "1.0.2",
|
|
3941
|
+
"resolved": "https://registry.npmjs.org/@nodable/compact-builder/-/compact-builder-1.0.2.tgz",
|
|
3942
|
+
"integrity": "sha512-p6EdBI/t7AhHVgtlbyzVCHEyqWv0qGfDugkC4DZr3SHeQRxwFqYLkOTnpSCp8IJAnsH8CNBWAtgcxwLtBLtUhA==",
|
|
3943
|
+
"funding": [
|
|
3944
|
+
{
|
|
3945
|
+
"type": "github",
|
|
3946
|
+
"url": "https://github.com/sponsors/nodable"
|
|
3947
|
+
}
|
|
3948
|
+
],
|
|
3949
|
+
"license": "MIT",
|
|
3950
|
+
"dependencies": {
|
|
3951
|
+
"@nodable/base-output-builder": "^1.0.2",
|
|
3952
|
+
"path-expression-matcher": "^1.4.0"
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
"node_modules/@nodable/flex-output-builders/base-output-builder": {
|
|
3956
|
+
"extraneous": true
|
|
3957
|
+
},
|
|
3958
|
+
"node_modules/@nodable/flex-output-builders/compact-builder": {
|
|
3959
|
+
"extraneous": true
|
|
3960
|
+
},
|
|
3961
|
+
"node_modules/@nodable/flexible-xml-parser": {
|
|
3962
|
+
"version": "1.0.1",
|
|
3963
|
+
"resolved": "https://registry.npmjs.org/@nodable/flexible-xml-parser/-/flexible-xml-parser-1.0.1.tgz",
|
|
3964
|
+
"integrity": "sha512-jOBD3yv/+MGHmIWKkRVzuUD5OLPAwfof0v8GbnFwntHvRt0Lm5fCXUm33oTMPJdGfew9JWItUoqq3sY8MworSQ==",
|
|
3965
|
+
"funding": [
|
|
3966
|
+
{
|
|
3967
|
+
"type": "github",
|
|
3968
|
+
"url": "https://github.com/sponsors/nodable"
|
|
3969
|
+
}
|
|
3970
|
+
],
|
|
3971
|
+
"license": "MIT",
|
|
3972
|
+
"dependencies": {
|
|
3973
|
+
"@nodable/base-output-builder": "^1.0.2",
|
|
3974
|
+
"@nodable/compact-builder": "^1.0.2",
|
|
3975
|
+
"path-expression-matcher": "^1.5.0",
|
|
3976
|
+
"strnum": "^2.2.2"
|
|
3908
3977
|
}
|
|
3909
3978
|
},
|
|
3910
3979
|
"node_modules/@nodelib/fs.scandir": {
|
|
@@ -3946,9 +4015,9 @@
|
|
|
3946
4015
|
}
|
|
3947
4016
|
},
|
|
3948
4017
|
"node_modules/@oclif/core": {
|
|
3949
|
-
"version": "4.10.
|
|
3950
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3951
|
-
"integrity": "sha512-
|
|
4018
|
+
"version": "4.10.5",
|
|
4019
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
4020
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
3952
4021
|
"license": "MIT",
|
|
3953
4022
|
"dependencies": {
|
|
3954
4023
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3961,7 +4030,7 @@
|
|
|
3961
4030
|
"indent-string": "^4.0.0",
|
|
3962
4031
|
"is-wsl": "^2.2.0",
|
|
3963
4032
|
"lilconfig": "^3.1.3",
|
|
3964
|
-
"minimatch": "^10.2.
|
|
4033
|
+
"minimatch": "^10.2.5",
|
|
3965
4034
|
"semver": "^7.7.3",
|
|
3966
4035
|
"string-width": "^4.2.3",
|
|
3967
4036
|
"supports-color": "^8",
|
|
@@ -3996,12 +4065,12 @@
|
|
|
3996
4065
|
}
|
|
3997
4066
|
},
|
|
3998
4067
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3999
|
-
"version": "10.2.
|
|
4000
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
4001
|
-
"integrity": "sha512-
|
|
4068
|
+
"version": "10.2.5",
|
|
4069
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
4070
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
4002
4071
|
"license": "BlueOak-1.0.0",
|
|
4003
4072
|
"dependencies": {
|
|
4004
|
-
"brace-expansion": "^5.0.
|
|
4073
|
+
"brace-expansion": "^5.0.5"
|
|
4005
4074
|
},
|
|
4006
4075
|
"engines": {
|
|
4007
4076
|
"node": "18 || 20 || >=22"
|
|
@@ -4011,9 +4080,9 @@
|
|
|
4011
4080
|
}
|
|
4012
4081
|
},
|
|
4013
4082
|
"node_modules/@oclif/plugin-help": {
|
|
4014
|
-
"version": "6.2.
|
|
4015
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4016
|
-
"integrity": "sha512-
|
|
4083
|
+
"version": "6.2.43",
|
|
4084
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz",
|
|
4085
|
+
"integrity": "sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==",
|
|
4017
4086
|
"dev": true,
|
|
4018
4087
|
"license": "MIT",
|
|
4019
4088
|
"dependencies": {
|
|
@@ -4525,54 +4594,6 @@
|
|
|
4525
4594
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4526
4595
|
}
|
|
4527
4596
|
},
|
|
4528
|
-
"node_modules/@oozcitak/dom": {
|
|
4529
|
-
"version": "2.0.2",
|
|
4530
|
-
"resolved": "https://registry.npmjs.org/@oozcitak/dom/-/dom-2.0.2.tgz",
|
|
4531
|
-
"integrity": "sha512-GjpKhkSYC3Mj4+lfwEyI1dqnsKTgwGy48ytZEhm4A/xnH/8z9M3ZVXKr/YGQi3uCLs1AEBS+x5T2JPiueEDW8w==",
|
|
4532
|
-
"license": "MIT",
|
|
4533
|
-
"dependencies": {
|
|
4534
|
-
"@oozcitak/infra": "^2.0.2",
|
|
4535
|
-
"@oozcitak/url": "^3.0.0",
|
|
4536
|
-
"@oozcitak/util": "^10.0.0"
|
|
4537
|
-
},
|
|
4538
|
-
"engines": {
|
|
4539
|
-
"node": ">=20.0"
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
|
-
"node_modules/@oozcitak/infra": {
|
|
4543
|
-
"version": "2.0.2",
|
|
4544
|
-
"resolved": "https://registry.npmjs.org/@oozcitak/infra/-/infra-2.0.2.tgz",
|
|
4545
|
-
"integrity": "sha512-2g+E7hoE2dgCz/APPOEK5s3rMhJvNxSMBrP+U+j1OWsIbtSpWxxlUjq1lU8RIsFJNYv7NMlnVsCuHcUzJW+8vA==",
|
|
4546
|
-
"license": "MIT",
|
|
4547
|
-
"dependencies": {
|
|
4548
|
-
"@oozcitak/util": "^10.0.0"
|
|
4549
|
-
},
|
|
4550
|
-
"engines": {
|
|
4551
|
-
"node": ">=20.0"
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
|
-
"node_modules/@oozcitak/url": {
|
|
4555
|
-
"version": "3.0.0",
|
|
4556
|
-
"resolved": "https://registry.npmjs.org/@oozcitak/url/-/url-3.0.0.tgz",
|
|
4557
|
-
"integrity": "sha512-ZKfET8Ak1wsLAiLWNfFkZc/BraDccuTJKR6svTYc7sVjbR+Iu0vtXdiDMY4o6jaFl5TW2TlS7jbLl4VovtAJWQ==",
|
|
4558
|
-
"license": "MIT",
|
|
4559
|
-
"dependencies": {
|
|
4560
|
-
"@oozcitak/infra": "^2.0.2",
|
|
4561
|
-
"@oozcitak/util": "^10.0.0"
|
|
4562
|
-
},
|
|
4563
|
-
"engines": {
|
|
4564
|
-
"node": ">=20.0"
|
|
4565
|
-
}
|
|
4566
|
-
},
|
|
4567
|
-
"node_modules/@oozcitak/util": {
|
|
4568
|
-
"version": "10.0.0",
|
|
4569
|
-
"resolved": "https://registry.npmjs.org/@oozcitak/util/-/util-10.0.0.tgz",
|
|
4570
|
-
"integrity": "sha512-hAX0pT/73190NLqBPPWSdBVGtbY6VOhWYK3qqHqtXQ1gK7kS2yz4+ivsN07hpJ6I3aeMtKP6J6npsEKOAzuTLA==",
|
|
4571
|
-
"license": "MIT",
|
|
4572
|
-
"engines": {
|
|
4573
|
-
"node": ">=20.0"
|
|
4574
|
-
}
|
|
4575
|
-
},
|
|
4576
4597
|
"node_modules/@oxc-parser/binding-android-arm-eabi": {
|
|
4577
4598
|
"version": "0.121.0",
|
|
4578
4599
|
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.121.0.tgz",
|
|
@@ -5258,9 +5279,9 @@
|
|
|
5258
5279
|
}
|
|
5259
5280
|
},
|
|
5260
5281
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
5261
|
-
"version": "1.0.0-rc.
|
|
5262
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.
|
|
5263
|
-
"integrity": "sha512-
|
|
5282
|
+
"version": "1.0.0-rc.15",
|
|
5283
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
|
|
5284
|
+
"integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
|
|
5264
5285
|
"cpu": [
|
|
5265
5286
|
"arm64"
|
|
5266
5287
|
],
|
|
@@ -5275,9 +5296,9 @@
|
|
|
5275
5296
|
}
|
|
5276
5297
|
},
|
|
5277
5298
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
5278
|
-
"version": "1.0.0-rc.
|
|
5279
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.
|
|
5280
|
-
"integrity": "sha512-
|
|
5299
|
+
"version": "1.0.0-rc.15",
|
|
5300
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
|
|
5301
|
+
"integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
|
|
5281
5302
|
"cpu": [
|
|
5282
5303
|
"arm64"
|
|
5283
5304
|
],
|
|
@@ -5292,9 +5313,9 @@
|
|
|
5292
5313
|
}
|
|
5293
5314
|
},
|
|
5294
5315
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
5295
|
-
"version": "1.0.0-rc.
|
|
5296
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.
|
|
5297
|
-
"integrity": "sha512-
|
|
5316
|
+
"version": "1.0.0-rc.15",
|
|
5317
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
|
|
5318
|
+
"integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
|
|
5298
5319
|
"cpu": [
|
|
5299
5320
|
"x64"
|
|
5300
5321
|
],
|
|
@@ -5309,9 +5330,9 @@
|
|
|
5309
5330
|
}
|
|
5310
5331
|
},
|
|
5311
5332
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
5312
|
-
"version": "1.0.0-rc.
|
|
5313
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.
|
|
5314
|
-
"integrity": "sha512-
|
|
5333
|
+
"version": "1.0.0-rc.15",
|
|
5334
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
|
|
5335
|
+
"integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
|
|
5315
5336
|
"cpu": [
|
|
5316
5337
|
"x64"
|
|
5317
5338
|
],
|
|
@@ -5326,9 +5347,9 @@
|
|
|
5326
5347
|
}
|
|
5327
5348
|
},
|
|
5328
5349
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
5329
|
-
"version": "1.0.0-rc.
|
|
5330
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.
|
|
5331
|
-
"integrity": "sha512-
|
|
5350
|
+
"version": "1.0.0-rc.15",
|
|
5351
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
|
|
5352
|
+
"integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
|
|
5332
5353
|
"cpu": [
|
|
5333
5354
|
"arm"
|
|
5334
5355
|
],
|
|
@@ -5343,13 +5364,16 @@
|
|
|
5343
5364
|
}
|
|
5344
5365
|
},
|
|
5345
5366
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
5346
|
-
"version": "1.0.0-rc.
|
|
5347
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.
|
|
5348
|
-
"integrity": "sha512
|
|
5367
|
+
"version": "1.0.0-rc.15",
|
|
5368
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
|
|
5369
|
+
"integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
|
|
5349
5370
|
"cpu": [
|
|
5350
5371
|
"arm64"
|
|
5351
5372
|
],
|
|
5352
5373
|
"dev": true,
|
|
5374
|
+
"libc": [
|
|
5375
|
+
"glibc"
|
|
5376
|
+
],
|
|
5353
5377
|
"license": "MIT",
|
|
5354
5378
|
"optional": true,
|
|
5355
5379
|
"os": [
|
|
@@ -5360,13 +5384,16 @@
|
|
|
5360
5384
|
}
|
|
5361
5385
|
},
|
|
5362
5386
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
5363
|
-
"version": "1.0.0-rc.
|
|
5364
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.
|
|
5365
|
-
"integrity": "sha512-
|
|
5387
|
+
"version": "1.0.0-rc.15",
|
|
5388
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
|
|
5389
|
+
"integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
|
|
5366
5390
|
"cpu": [
|
|
5367
5391
|
"arm64"
|
|
5368
5392
|
],
|
|
5369
5393
|
"dev": true,
|
|
5394
|
+
"libc": [
|
|
5395
|
+
"musl"
|
|
5396
|
+
],
|
|
5370
5397
|
"license": "MIT",
|
|
5371
5398
|
"optional": true,
|
|
5372
5399
|
"os": [
|
|
@@ -5377,13 +5404,16 @@
|
|
|
5377
5404
|
}
|
|
5378
5405
|
},
|
|
5379
5406
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
5380
|
-
"version": "1.0.0-rc.
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.
|
|
5382
|
-
"integrity": "sha512-
|
|
5407
|
+
"version": "1.0.0-rc.15",
|
|
5408
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
|
|
5409
|
+
"integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
|
|
5383
5410
|
"cpu": [
|
|
5384
5411
|
"ppc64"
|
|
5385
5412
|
],
|
|
5386
5413
|
"dev": true,
|
|
5414
|
+
"libc": [
|
|
5415
|
+
"glibc"
|
|
5416
|
+
],
|
|
5387
5417
|
"license": "MIT",
|
|
5388
5418
|
"optional": true,
|
|
5389
5419
|
"os": [
|
|
@@ -5394,13 +5424,16 @@
|
|
|
5394
5424
|
}
|
|
5395
5425
|
},
|
|
5396
5426
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
5397
|
-
"version": "1.0.0-rc.
|
|
5398
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.
|
|
5399
|
-
"integrity": "sha512-
|
|
5427
|
+
"version": "1.0.0-rc.15",
|
|
5428
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
|
|
5429
|
+
"integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
|
|
5400
5430
|
"cpu": [
|
|
5401
5431
|
"s390x"
|
|
5402
5432
|
],
|
|
5403
5433
|
"dev": true,
|
|
5434
|
+
"libc": [
|
|
5435
|
+
"glibc"
|
|
5436
|
+
],
|
|
5404
5437
|
"license": "MIT",
|
|
5405
5438
|
"optional": true,
|
|
5406
5439
|
"os": [
|
|
@@ -5411,13 +5444,16 @@
|
|
|
5411
5444
|
}
|
|
5412
5445
|
},
|
|
5413
5446
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
5414
|
-
"version": "1.0.0-rc.
|
|
5415
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.
|
|
5416
|
-
"integrity": "sha512-
|
|
5447
|
+
"version": "1.0.0-rc.15",
|
|
5448
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz",
|
|
5449
|
+
"integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==",
|
|
5417
5450
|
"cpu": [
|
|
5418
5451
|
"x64"
|
|
5419
5452
|
],
|
|
5420
5453
|
"dev": true,
|
|
5454
|
+
"libc": [
|
|
5455
|
+
"glibc"
|
|
5456
|
+
],
|
|
5421
5457
|
"license": "MIT",
|
|
5422
5458
|
"optional": true,
|
|
5423
5459
|
"os": [
|
|
@@ -5428,13 +5464,16 @@
|
|
|
5428
5464
|
}
|
|
5429
5465
|
},
|
|
5430
5466
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
5431
|
-
"version": "1.0.0-rc.
|
|
5432
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.
|
|
5433
|
-
"integrity": "sha512-
|
|
5467
|
+
"version": "1.0.0-rc.15",
|
|
5468
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
|
|
5469
|
+
"integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
|
|
5434
5470
|
"cpu": [
|
|
5435
5471
|
"x64"
|
|
5436
5472
|
],
|
|
5437
5473
|
"dev": true,
|
|
5474
|
+
"libc": [
|
|
5475
|
+
"musl"
|
|
5476
|
+
],
|
|
5438
5477
|
"license": "MIT",
|
|
5439
5478
|
"optional": true,
|
|
5440
5479
|
"os": [
|
|
@@ -5445,9 +5484,9 @@
|
|
|
5445
5484
|
}
|
|
5446
5485
|
},
|
|
5447
5486
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
5448
|
-
"version": "1.0.0-rc.
|
|
5449
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.
|
|
5450
|
-
"integrity": "sha512-
|
|
5487
|
+
"version": "1.0.0-rc.15",
|
|
5488
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
|
|
5489
|
+
"integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
|
|
5451
5490
|
"cpu": [
|
|
5452
5491
|
"arm64"
|
|
5453
5492
|
],
|
|
@@ -5462,9 +5501,9 @@
|
|
|
5462
5501
|
}
|
|
5463
5502
|
},
|
|
5464
5503
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
5465
|
-
"version": "1.0.0-rc.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.
|
|
5467
|
-
"integrity": "sha512-
|
|
5504
|
+
"version": "1.0.0-rc.15",
|
|
5505
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
|
|
5506
|
+
"integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
|
|
5468
5507
|
"cpu": [
|
|
5469
5508
|
"wasm32"
|
|
5470
5509
|
],
|
|
@@ -5472,16 +5511,18 @@
|
|
|
5472
5511
|
"license": "MIT",
|
|
5473
5512
|
"optional": true,
|
|
5474
5513
|
"dependencies": {
|
|
5475
|
-
"@
|
|
5514
|
+
"@emnapi/core": "1.9.2",
|
|
5515
|
+
"@emnapi/runtime": "1.9.2",
|
|
5516
|
+
"@napi-rs/wasm-runtime": "^1.1.3"
|
|
5476
5517
|
},
|
|
5477
5518
|
"engines": {
|
|
5478
5519
|
"node": ">=14.0.0"
|
|
5479
5520
|
}
|
|
5480
5521
|
},
|
|
5481
5522
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
5482
|
-
"version": "1.0.0-rc.
|
|
5483
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.
|
|
5484
|
-
"integrity": "sha512-
|
|
5523
|
+
"version": "1.0.0-rc.15",
|
|
5524
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
|
|
5525
|
+
"integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
|
|
5485
5526
|
"cpu": [
|
|
5486
5527
|
"arm64"
|
|
5487
5528
|
],
|
|
@@ -5496,9 +5537,9 @@
|
|
|
5496
5537
|
}
|
|
5497
5538
|
},
|
|
5498
5539
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
5499
|
-
"version": "1.0.0-rc.
|
|
5500
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.
|
|
5501
|
-
"integrity": "sha512-
|
|
5540
|
+
"version": "1.0.0-rc.15",
|
|
5541
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
|
|
5542
|
+
"integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
|
|
5502
5543
|
"cpu": [
|
|
5503
5544
|
"x64"
|
|
5504
5545
|
],
|
|
@@ -5513,20 +5554,20 @@
|
|
|
5513
5554
|
}
|
|
5514
5555
|
},
|
|
5515
5556
|
"node_modules/@rolldown/pluginutils": {
|
|
5516
|
-
"version": "1.0.0-rc.
|
|
5517
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.
|
|
5518
|
-
"integrity": "sha512-
|
|
5557
|
+
"version": "1.0.0-rc.15",
|
|
5558
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz",
|
|
5559
|
+
"integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==",
|
|
5519
5560
|
"dev": true,
|
|
5520
5561
|
"license": "MIT"
|
|
5521
5562
|
},
|
|
5522
5563
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5523
|
-
"version": "5.3.
|
|
5524
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5525
|
-
"integrity": "sha512-
|
|
5564
|
+
"version": "5.3.52",
|
|
5565
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
|
|
5566
|
+
"integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
|
|
5526
5567
|
"dev": true,
|
|
5527
5568
|
"license": "Apache-2.0",
|
|
5528
5569
|
"dependencies": {
|
|
5529
|
-
"@salesforce/core": "^8.
|
|
5570
|
+
"@salesforce/core": "^8.28.1",
|
|
5530
5571
|
"@salesforce/kit": "^3.2.6",
|
|
5531
5572
|
"@salesforce/ts-types": "^2.0.11",
|
|
5532
5573
|
"@types/shelljs": "^0.10.0",
|
|
@@ -5595,9 +5636,9 @@
|
|
|
5595
5636
|
}
|
|
5596
5637
|
},
|
|
5597
5638
|
"node_modules/@salesforce/core": {
|
|
5598
|
-
"version": "8.
|
|
5599
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
5600
|
-
"integrity": "sha512-
|
|
5639
|
+
"version": "8.28.1",
|
|
5640
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
|
|
5641
|
+
"integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
|
|
5601
5642
|
"license": "BSD-3-Clause",
|
|
5602
5643
|
"dependencies": {
|
|
5603
5644
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -5662,9 +5703,9 @@
|
|
|
5662
5703
|
}
|
|
5663
5704
|
},
|
|
5664
5705
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5665
|
-
"version": "12.32.
|
|
5666
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
5667
|
-
"integrity": "sha512-
|
|
5706
|
+
"version": "12.32.3",
|
|
5707
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.3.tgz",
|
|
5708
|
+
"integrity": "sha512-fHB4SAelLJPim4GA/xI0ob9aXVosIISGM3nkyxVif3zj9XAa6F5xzof1SbtM2QQ4PUXl+xkr6dwcRMcVuH26kQ==",
|
|
5668
5709
|
"license": "Apache-2.0",
|
|
5669
5710
|
"dependencies": {
|
|
5670
5711
|
"@salesforce/core": "^8.27.1",
|
|
@@ -5854,6 +5895,21 @@
|
|
|
5854
5895
|
"dev": true,
|
|
5855
5896
|
"license": "MIT"
|
|
5856
5897
|
},
|
|
5898
|
+
"node_modules/@simple-git/args-pathspec": {
|
|
5899
|
+
"version": "1.0.2",
|
|
5900
|
+
"resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.2.tgz",
|
|
5901
|
+
"integrity": "sha512-nEFVejViHUoL8wU8GTcwqrvqfUG40S5ts6S4fr1u1Ki5CklXlRDYThPVA/qurTmCYFGnaX3XpVUmICLHdvhLaA==",
|
|
5902
|
+
"license": "MIT"
|
|
5903
|
+
},
|
|
5904
|
+
"node_modules/@simple-git/argv-parser": {
|
|
5905
|
+
"version": "1.0.3",
|
|
5906
|
+
"resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.0.3.tgz",
|
|
5907
|
+
"integrity": "sha512-NMKv9sJcSN2VvnPT9Ja7eKfGy8Q8mMFLwPTCcuZMtv3+mYcLIZflg31S/tp2XCCyiY7YAx6cgBHQ0fwA2fWHpQ==",
|
|
5908
|
+
"license": "MIT",
|
|
5909
|
+
"dependencies": {
|
|
5910
|
+
"@simple-git/args-pathspec": "^1.0.2"
|
|
5911
|
+
}
|
|
5912
|
+
},
|
|
5857
5913
|
"node_modules/@simple-libs/child-process-utils": {
|
|
5858
5914
|
"version": "1.0.2",
|
|
5859
5915
|
"resolved": "https://registry.npmjs.org/@simple-libs/child-process-utils/-/child-process-utils-1.0.2.tgz",
|
|
@@ -7048,12 +7104,12 @@
|
|
|
7048
7104
|
}
|
|
7049
7105
|
},
|
|
7050
7106
|
"node_modules/@types/node": {
|
|
7051
|
-
"version": "25.
|
|
7052
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.
|
|
7053
|
-
"integrity": "sha512
|
|
7107
|
+
"version": "25.6.0",
|
|
7108
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
|
|
7109
|
+
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
|
|
7054
7110
|
"license": "MIT",
|
|
7055
7111
|
"dependencies": {
|
|
7056
|
-
"undici-types": "~7.
|
|
7112
|
+
"undici-types": "~7.19.0"
|
|
7057
7113
|
}
|
|
7058
7114
|
},
|
|
7059
7115
|
"node_modules/@types/prop-types": {
|
|
@@ -7099,14 +7155,14 @@
|
|
|
7099
7155
|
"license": "MIT"
|
|
7100
7156
|
},
|
|
7101
7157
|
"node_modules/@vitest/coverage-v8": {
|
|
7102
|
-
"version": "4.1.
|
|
7103
|
-
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.
|
|
7104
|
-
"integrity": "sha512-
|
|
7158
|
+
"version": "4.1.4",
|
|
7159
|
+
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.4.tgz",
|
|
7160
|
+
"integrity": "sha512-x7FptB5oDruxNPDNY2+S8tCh0pcq7ymCe1gTHcsp733jYjrJl8V1gMUlVysuCD9Kz46Xz9t1akkv08dPcYDs1w==",
|
|
7105
7161
|
"dev": true,
|
|
7106
7162
|
"license": "MIT",
|
|
7107
7163
|
"dependencies": {
|
|
7108
7164
|
"@bcoe/v8-coverage": "^1.0.2",
|
|
7109
|
-
"@vitest/utils": "4.1.
|
|
7165
|
+
"@vitest/utils": "4.1.4",
|
|
7110
7166
|
"ast-v8-to-istanbul": "^1.0.0",
|
|
7111
7167
|
"istanbul-lib-coverage": "^3.2.2",
|
|
7112
7168
|
"istanbul-lib-report": "^3.0.1",
|
|
@@ -7120,8 +7176,8 @@
|
|
|
7120
7176
|
"url": "https://opencollective.com/vitest"
|
|
7121
7177
|
},
|
|
7122
7178
|
"peerDependencies": {
|
|
7123
|
-
"@vitest/browser": "4.1.
|
|
7124
|
-
"vitest": "4.1.
|
|
7179
|
+
"@vitest/browser": "4.1.4",
|
|
7180
|
+
"vitest": "4.1.4"
|
|
7125
7181
|
},
|
|
7126
7182
|
"peerDependenciesMeta": {
|
|
7127
7183
|
"@vitest/browser": {
|
|
@@ -7140,16 +7196,16 @@
|
|
|
7140
7196
|
}
|
|
7141
7197
|
},
|
|
7142
7198
|
"node_modules/@vitest/expect": {
|
|
7143
|
-
"version": "4.1.
|
|
7144
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
7145
|
-
"integrity": "sha512-
|
|
7199
|
+
"version": "4.1.4",
|
|
7200
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.4.tgz",
|
|
7201
|
+
"integrity": "sha512-iPBpra+VDuXmBFI3FMKHSFXp3Gx5HfmSCE8X67Dn+bwephCnQCaB7qWK2ldHa+8ncN8hJU8VTMcxjPpyMkUjww==",
|
|
7146
7202
|
"dev": true,
|
|
7147
7203
|
"license": "MIT",
|
|
7148
7204
|
"dependencies": {
|
|
7149
7205
|
"@standard-schema/spec": "^1.1.0",
|
|
7150
7206
|
"@types/chai": "^5.2.2",
|
|
7151
|
-
"@vitest/spy": "4.1.
|
|
7152
|
-
"@vitest/utils": "4.1.
|
|
7207
|
+
"@vitest/spy": "4.1.4",
|
|
7208
|
+
"@vitest/utils": "4.1.4",
|
|
7153
7209
|
"chai": "^6.2.2",
|
|
7154
7210
|
"tinyrainbow": "^3.1.0"
|
|
7155
7211
|
},
|
|
@@ -7158,13 +7214,13 @@
|
|
|
7158
7214
|
}
|
|
7159
7215
|
},
|
|
7160
7216
|
"node_modules/@vitest/mocker": {
|
|
7161
|
-
"version": "4.1.
|
|
7162
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
7163
|
-
"integrity": "sha512-
|
|
7217
|
+
"version": "4.1.4",
|
|
7218
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.4.tgz",
|
|
7219
|
+
"integrity": "sha512-R9HTZBhW6yCSGbGQnDnH3QHfJxokKN4KB+Yvk9Q1le7eQNYwiCyKxmLmurSpFy6BzJanSLuEUDrD+j97Q+ZLPg==",
|
|
7164
7220
|
"dev": true,
|
|
7165
7221
|
"license": "MIT",
|
|
7166
7222
|
"dependencies": {
|
|
7167
|
-
"@vitest/spy": "4.1.
|
|
7223
|
+
"@vitest/spy": "4.1.4",
|
|
7168
7224
|
"estree-walker": "^3.0.3",
|
|
7169
7225
|
"magic-string": "^0.30.21"
|
|
7170
7226
|
},
|
|
@@ -7185,9 +7241,9 @@
|
|
|
7185
7241
|
}
|
|
7186
7242
|
},
|
|
7187
7243
|
"node_modules/@vitest/pretty-format": {
|
|
7188
|
-
"version": "4.1.
|
|
7189
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
7190
|
-
"integrity": "sha512-
|
|
7244
|
+
"version": "4.1.4",
|
|
7245
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.4.tgz",
|
|
7246
|
+
"integrity": "sha512-ddmDHU0gjEUyEVLxtZa7xamrpIefdEETu3nZjWtHeZX4QxqJ7tRxSteHVXJOcr8jhiLoGAhkK4WJ3WqBpjx42A==",
|
|
7191
7247
|
"dev": true,
|
|
7192
7248
|
"license": "MIT",
|
|
7193
7249
|
"dependencies": {
|
|
@@ -7198,13 +7254,13 @@
|
|
|
7198
7254
|
}
|
|
7199
7255
|
},
|
|
7200
7256
|
"node_modules/@vitest/runner": {
|
|
7201
|
-
"version": "4.1.
|
|
7202
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
7203
|
-
"integrity": "sha512-
|
|
7257
|
+
"version": "4.1.4",
|
|
7258
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.4.tgz",
|
|
7259
|
+
"integrity": "sha512-xTp7VZ5aXP5ZJrn15UtJUWlx6qXLnGtF6jNxHepdPHpMfz/aVPx+htHtgcAL2mDXJgKhpoo2e9/hVJsIeFbytQ==",
|
|
7204
7260
|
"dev": true,
|
|
7205
7261
|
"license": "MIT",
|
|
7206
7262
|
"dependencies": {
|
|
7207
|
-
"@vitest/utils": "4.1.
|
|
7263
|
+
"@vitest/utils": "4.1.4",
|
|
7208
7264
|
"pathe": "^2.0.3"
|
|
7209
7265
|
},
|
|
7210
7266
|
"funding": {
|
|
@@ -7212,14 +7268,14 @@
|
|
|
7212
7268
|
}
|
|
7213
7269
|
},
|
|
7214
7270
|
"node_modules/@vitest/snapshot": {
|
|
7215
|
-
"version": "4.1.
|
|
7216
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
7217
|
-
"integrity": "sha512-
|
|
7271
|
+
"version": "4.1.4",
|
|
7272
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.4.tgz",
|
|
7273
|
+
"integrity": "sha512-MCjCFgaS8aZz+m5nTcEcgk/xhWv0rEH4Yl53PPlMXOZ1/Ka2VcZU6CJ+MgYCZbcJvzGhQRjVrGQNZqkGPttIKw==",
|
|
7218
7274
|
"dev": true,
|
|
7219
7275
|
"license": "MIT",
|
|
7220
7276
|
"dependencies": {
|
|
7221
|
-
"@vitest/pretty-format": "4.1.
|
|
7222
|
-
"@vitest/utils": "4.1.
|
|
7277
|
+
"@vitest/pretty-format": "4.1.4",
|
|
7278
|
+
"@vitest/utils": "4.1.4",
|
|
7223
7279
|
"magic-string": "^0.30.21",
|
|
7224
7280
|
"pathe": "^2.0.3"
|
|
7225
7281
|
},
|
|
@@ -7228,9 +7284,9 @@
|
|
|
7228
7284
|
}
|
|
7229
7285
|
},
|
|
7230
7286
|
"node_modules/@vitest/spy": {
|
|
7231
|
-
"version": "4.1.
|
|
7232
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
7233
|
-
"integrity": "sha512-
|
|
7287
|
+
"version": "4.1.4",
|
|
7288
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.4.tgz",
|
|
7289
|
+
"integrity": "sha512-XxNdAsKW7C+FLydqFJLb5KhJtl3PGCMmYwFRfhvIgxJvLSXhhVI1zM8f1qD3Zg7RCjTSzDVyct6sghs9UEgBEQ==",
|
|
7234
7290
|
"dev": true,
|
|
7235
7291
|
"license": "MIT",
|
|
7236
7292
|
"funding": {
|
|
@@ -7238,13 +7294,13 @@
|
|
|
7238
7294
|
}
|
|
7239
7295
|
},
|
|
7240
7296
|
"node_modules/@vitest/utils": {
|
|
7241
|
-
"version": "4.1.
|
|
7242
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
7243
|
-
"integrity": "sha512-
|
|
7297
|
+
"version": "4.1.4",
|
|
7298
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.4.tgz",
|
|
7299
|
+
"integrity": "sha512-13QMT+eysM5uVGa1rG4kegGYNp6cnQcsTc67ELFbhNLQO+vgsygtYJx2khvdt4gVQqSSpC/KT5FZZxUpP3Oatw==",
|
|
7244
7300
|
"dev": true,
|
|
7245
7301
|
"license": "MIT",
|
|
7246
7302
|
"dependencies": {
|
|
7247
|
-
"@vitest/pretty-format": "4.1.
|
|
7303
|
+
"@vitest/pretty-format": "4.1.4",
|
|
7248
7304
|
"convert-source-map": "^2.0.0",
|
|
7249
7305
|
"tinyrainbow": "^3.1.0"
|
|
7250
7306
|
},
|
|
@@ -7398,6 +7454,7 @@
|
|
|
7398
7454
|
"version": "2.0.1",
|
|
7399
7455
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7400
7456
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7457
|
+
"dev": true,
|
|
7401
7458
|
"license": "Python-2.0"
|
|
7402
7459
|
},
|
|
7403
7460
|
"node_modules/array-ify": {
|
|
@@ -7546,25 +7603,14 @@
|
|
|
7546
7603
|
}
|
|
7547
7604
|
},
|
|
7548
7605
|
"node_modules/basic-ftp": {
|
|
7549
|
-
"version": "5.2.
|
|
7550
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
7551
|
-
"integrity": "sha512-
|
|
7606
|
+
"version": "5.2.2",
|
|
7607
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz",
|
|
7608
|
+
"integrity": "sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==",
|
|
7552
7609
|
"license": "MIT",
|
|
7553
7610
|
"engines": {
|
|
7554
7611
|
"node": ">=10.0.0"
|
|
7555
7612
|
}
|
|
7556
7613
|
},
|
|
7557
|
-
"node_modules/benchmark": {
|
|
7558
|
-
"version": "2.1.4",
|
|
7559
|
-
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
|
|
7560
|
-
"integrity": "sha512-l9MlfN4M1K/H2fbhfMy3B7vJd6AGKJVQn2h6Sg/Yx+KckoUA7ewS5Vv6TjSq18ooE1kS9hhAlQRH3AkXIh/aOQ==",
|
|
7561
|
-
"dev": true,
|
|
7562
|
-
"license": "MIT",
|
|
7563
|
-
"dependencies": {
|
|
7564
|
-
"lodash": "^4.17.4",
|
|
7565
|
-
"platform": "^1.3.3"
|
|
7566
|
-
}
|
|
7567
|
-
},
|
|
7568
7614
|
"node_modules/binary-extensions": {
|
|
7569
7615
|
"version": "2.3.0",
|
|
7570
7616
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
@@ -8828,9 +8874,9 @@
|
|
|
8828
8874
|
}
|
|
8829
8875
|
},
|
|
8830
8876
|
"node_modules/fast-xml-parser": {
|
|
8831
|
-
"version": "5.5.
|
|
8832
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
8833
|
-
"integrity": "sha512-
|
|
8877
|
+
"version": "5.5.11",
|
|
8878
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
|
|
8879
|
+
"integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
|
|
8834
8880
|
"funding": [
|
|
8835
8881
|
{
|
|
8836
8882
|
"type": "github",
|
|
@@ -8840,8 +8886,8 @@
|
|
|
8840
8886
|
"license": "MIT",
|
|
8841
8887
|
"dependencies": {
|
|
8842
8888
|
"fast-xml-builder": "^1.1.4",
|
|
8843
|
-
"path-expression-matcher": "^1.
|
|
8844
|
-
"strnum": "^2.2.
|
|
8889
|
+
"path-expression-matcher": "^1.4.0",
|
|
8890
|
+
"strnum": "^2.2.3"
|
|
8845
8891
|
},
|
|
8846
8892
|
"bin": {
|
|
8847
8893
|
"fxparser": "src/cli/cli.js"
|
|
@@ -10215,6 +10261,7 @@
|
|
|
10215
10261
|
"version": "4.1.1",
|
|
10216
10262
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
10217
10263
|
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
10264
|
+
"dev": true,
|
|
10218
10265
|
"license": "MIT",
|
|
10219
10266
|
"dependencies": {
|
|
10220
10267
|
"argparse": "^2.0.1"
|
|
@@ -10382,9 +10429,9 @@
|
|
|
10382
10429
|
}
|
|
10383
10430
|
},
|
|
10384
10431
|
"node_modules/knip": {
|
|
10385
|
-
"version": "6.1
|
|
10386
|
-
"resolved": "https://registry.npmjs.org/knip/-/knip-6.1.
|
|
10387
|
-
"integrity": "sha512-
|
|
10432
|
+
"version": "6.3.1",
|
|
10433
|
+
"resolved": "https://registry.npmjs.org/knip/-/knip-6.3.1.tgz",
|
|
10434
|
+
"integrity": "sha512-22kLJloVcOVOAudCxlFOC0ICAMme7dKsS7pVTEnrmyKGpswb8ieznvAiSKUeFVDJhb01ect6dkDc1Ha1g1sPpg==",
|
|
10388
10435
|
"dev": true,
|
|
10389
10436
|
"funding": [
|
|
10390
10437
|
{
|
|
@@ -10600,6 +10647,9 @@
|
|
|
10600
10647
|
"arm64"
|
|
10601
10648
|
],
|
|
10602
10649
|
"dev": true,
|
|
10650
|
+
"libc": [
|
|
10651
|
+
"glibc"
|
|
10652
|
+
],
|
|
10603
10653
|
"license": "MPL-2.0",
|
|
10604
10654
|
"optional": true,
|
|
10605
10655
|
"os": [
|
|
@@ -10621,6 +10671,9 @@
|
|
|
10621
10671
|
"arm64"
|
|
10622
10672
|
],
|
|
10623
10673
|
"dev": true,
|
|
10674
|
+
"libc": [
|
|
10675
|
+
"musl"
|
|
10676
|
+
],
|
|
10624
10677
|
"license": "MPL-2.0",
|
|
10625
10678
|
"optional": true,
|
|
10626
10679
|
"os": [
|
|
@@ -10642,6 +10695,9 @@
|
|
|
10642
10695
|
"x64"
|
|
10643
10696
|
],
|
|
10644
10697
|
"dev": true,
|
|
10698
|
+
"libc": [
|
|
10699
|
+
"glibc"
|
|
10700
|
+
],
|
|
10645
10701
|
"license": "MPL-2.0",
|
|
10646
10702
|
"optional": true,
|
|
10647
10703
|
"os": [
|
|
@@ -10663,6 +10719,9 @@
|
|
|
10663
10719
|
"x64"
|
|
10664
10720
|
],
|
|
10665
10721
|
"dev": true,
|
|
10722
|
+
"libc": [
|
|
10723
|
+
"musl"
|
|
10724
|
+
],
|
|
10666
10725
|
"license": "MPL-2.0",
|
|
10667
10726
|
"optional": true,
|
|
10668
10727
|
"os": [
|
|
@@ -10925,15 +10984,15 @@
|
|
|
10925
10984
|
}
|
|
10926
10985
|
},
|
|
10927
10986
|
"node_modules/lodash": {
|
|
10928
|
-
"version": "4.
|
|
10929
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
10930
|
-
"integrity": "sha512-
|
|
10987
|
+
"version": "4.18.1",
|
|
10988
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
10989
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
10931
10990
|
"license": "MIT"
|
|
10932
10991
|
},
|
|
10933
10992
|
"node_modules/lodash-es": {
|
|
10934
|
-
"version": "4.
|
|
10935
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.
|
|
10936
|
-
"integrity": "sha512-
|
|
10993
|
+
"version": "4.18.1",
|
|
10994
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
|
|
10995
|
+
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
|
|
10937
10996
|
"license": "MIT"
|
|
10938
10997
|
},
|
|
10939
10998
|
"node_modules/lodash.camelcase": {
|
|
@@ -11789,9 +11848,9 @@
|
|
|
11789
11848
|
"license": "MIT"
|
|
11790
11849
|
},
|
|
11791
11850
|
"node_modules/oclif": {
|
|
11792
|
-
"version": "4.
|
|
11793
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11794
|
-
"integrity": "sha512-
|
|
11851
|
+
"version": "4.23.0",
|
|
11852
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
11853
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
11795
11854
|
"dev": true,
|
|
11796
11855
|
"license": "MIT",
|
|
11797
11856
|
"dependencies": {
|
|
@@ -11813,7 +11872,7 @@
|
|
|
11813
11872
|
"fs-extra": "^8.1",
|
|
11814
11873
|
"github-slugger": "^2",
|
|
11815
11874
|
"got": "^13",
|
|
11816
|
-
"lodash": "^4.
|
|
11875
|
+
"lodash": "^4.18.1",
|
|
11817
11876
|
"normalize-package-data": "^6",
|
|
11818
11877
|
"semver": "^7.7.4",
|
|
11819
11878
|
"sort-package-json": "^2.15.1",
|
|
@@ -12230,9 +12289,9 @@
|
|
|
12230
12289
|
}
|
|
12231
12290
|
},
|
|
12232
12291
|
"node_modules/path-expression-matcher": {
|
|
12233
|
-
"version": "1.
|
|
12234
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
12235
|
-
"integrity": "sha512-
|
|
12292
|
+
"version": "1.5.0",
|
|
12293
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
12294
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
12236
12295
|
"funding": [
|
|
12237
12296
|
{
|
|
12238
12297
|
"type": "github",
|
|
@@ -12435,17 +12494,10 @@
|
|
|
12435
12494
|
"split2": "^4.0.0"
|
|
12436
12495
|
}
|
|
12437
12496
|
},
|
|
12438
|
-
"node_modules/platform": {
|
|
12439
|
-
"version": "1.3.6",
|
|
12440
|
-
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
|
|
12441
|
-
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
|
|
12442
|
-
"dev": true,
|
|
12443
|
-
"license": "MIT"
|
|
12444
|
-
},
|
|
12445
12497
|
"node_modules/postcss": {
|
|
12446
|
-
"version": "8.5.
|
|
12447
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
12448
|
-
"integrity": "sha512-
|
|
12498
|
+
"version": "8.5.9",
|
|
12499
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
|
|
12500
|
+
"integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
|
|
12449
12501
|
"dev": true,
|
|
12450
12502
|
"funding": [
|
|
12451
12503
|
{
|
|
@@ -12898,14 +12950,14 @@
|
|
|
12898
12950
|
"license": "MIT"
|
|
12899
12951
|
},
|
|
12900
12952
|
"node_modules/rolldown": {
|
|
12901
|
-
"version": "1.0.0-rc.
|
|
12902
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.
|
|
12903
|
-
"integrity": "sha512-
|
|
12953
|
+
"version": "1.0.0-rc.15",
|
|
12954
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz",
|
|
12955
|
+
"integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==",
|
|
12904
12956
|
"dev": true,
|
|
12905
12957
|
"license": "MIT",
|
|
12906
12958
|
"dependencies": {
|
|
12907
|
-
"@oxc-project/types": "=0.
|
|
12908
|
-
"@rolldown/pluginutils": "1.0.0-rc.
|
|
12959
|
+
"@oxc-project/types": "=0.124.0",
|
|
12960
|
+
"@rolldown/pluginutils": "1.0.0-rc.15"
|
|
12909
12961
|
},
|
|
12910
12962
|
"bin": {
|
|
12911
12963
|
"rolldown": "bin/cli.mjs"
|
|
@@ -12914,27 +12966,27 @@
|
|
|
12914
12966
|
"node": "^20.19.0 || >=22.12.0"
|
|
12915
12967
|
},
|
|
12916
12968
|
"optionalDependencies": {
|
|
12917
|
-
"@rolldown/binding-android-arm64": "1.0.0-rc.
|
|
12918
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-rc.
|
|
12919
|
-
"@rolldown/binding-darwin-x64": "1.0.0-rc.
|
|
12920
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-rc.
|
|
12921
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.
|
|
12922
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.
|
|
12923
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.
|
|
12924
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.
|
|
12925
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.
|
|
12926
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.
|
|
12927
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.
|
|
12928
|
-
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.
|
|
12929
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.
|
|
12930
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.
|
|
12931
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.
|
|
12969
|
+
"@rolldown/binding-android-arm64": "1.0.0-rc.15",
|
|
12970
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
|
|
12971
|
+
"@rolldown/binding-darwin-x64": "1.0.0-rc.15",
|
|
12972
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
|
|
12973
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
|
|
12974
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
|
|
12975
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
|
|
12976
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
|
|
12977
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
|
|
12978
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
|
|
12979
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
|
|
12980
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
|
|
12981
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
|
|
12982
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
|
|
12983
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
|
|
12932
12984
|
}
|
|
12933
12985
|
},
|
|
12934
12986
|
"node_modules/rolldown/node_modules/@oxc-project/types": {
|
|
12935
|
-
"version": "0.
|
|
12936
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
12937
|
-
"integrity": "sha512-
|
|
12987
|
+
"version": "0.124.0",
|
|
12988
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz",
|
|
12989
|
+
"integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==",
|
|
12938
12990
|
"dev": true,
|
|
12939
12991
|
"license": "MIT",
|
|
12940
12992
|
"funding": {
|
|
@@ -13467,13 +13519,15 @@
|
|
|
13467
13519
|
}
|
|
13468
13520
|
},
|
|
13469
13521
|
"node_modules/simple-git": {
|
|
13470
|
-
"version": "3.
|
|
13471
|
-
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.
|
|
13472
|
-
"integrity": "sha512-
|
|
13522
|
+
"version": "3.35.2",
|
|
13523
|
+
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.35.2.tgz",
|
|
13524
|
+
"integrity": "sha512-ZMjl06lzTm1EScxEGuM6+mEX+NQd14h/B3x0vWU+YOXAMF8sicyi1K4cjTfj5is+35ChJEHDl1EjypzYFWH2FA==",
|
|
13473
13525
|
"license": "MIT",
|
|
13474
13526
|
"dependencies": {
|
|
13475
13527
|
"@kwsites/file-exists": "^1.1.1",
|
|
13476
13528
|
"@kwsites/promise-deferred": "^1.1.1",
|
|
13529
|
+
"@simple-git/args-pathspec": "^1.0.2",
|
|
13530
|
+
"@simple-git/argv-parser": "^1.0.3",
|
|
13477
13531
|
"debug": "^4.4.0"
|
|
13478
13532
|
},
|
|
13479
13533
|
"funding": {
|
|
@@ -13818,9 +13872,9 @@
|
|
|
13818
13872
|
}
|
|
13819
13873
|
},
|
|
13820
13874
|
"node_modules/strnum": {
|
|
13821
|
-
"version": "2.2.
|
|
13822
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
13823
|
-
"integrity": "sha512-
|
|
13875
|
+
"version": "2.2.3",
|
|
13876
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
|
|
13877
|
+
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
|
|
13824
13878
|
"funding": [
|
|
13825
13879
|
{
|
|
13826
13880
|
"type": "github",
|
|
@@ -14276,9 +14330,9 @@
|
|
|
14276
14330
|
"license": "MIT"
|
|
14277
14331
|
},
|
|
14278
14332
|
"node_modules/undici-types": {
|
|
14279
|
-
"version": "7.
|
|
14280
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
14281
|
-
"integrity": "sha512-
|
|
14333
|
+
"version": "7.19.2",
|
|
14334
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
|
|
14335
|
+
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
|
|
14282
14336
|
"license": "MIT"
|
|
14283
14337
|
},
|
|
14284
14338
|
"node_modules/universalify": {
|
|
@@ -14426,16 +14480,16 @@
|
|
|
14426
14480
|
}
|
|
14427
14481
|
},
|
|
14428
14482
|
"node_modules/vite": {
|
|
14429
|
-
"version": "8.0.
|
|
14430
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
14431
|
-
"integrity": "sha512-
|
|
14483
|
+
"version": "8.0.8",
|
|
14484
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz",
|
|
14485
|
+
"integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==",
|
|
14432
14486
|
"dev": true,
|
|
14433
14487
|
"license": "MIT",
|
|
14434
14488
|
"dependencies": {
|
|
14435
14489
|
"lightningcss": "^1.32.0",
|
|
14436
14490
|
"picomatch": "^4.0.4",
|
|
14437
14491
|
"postcss": "^8.5.8",
|
|
14438
|
-
"rolldown": "1.0.0-rc.
|
|
14492
|
+
"rolldown": "1.0.0-rc.15",
|
|
14439
14493
|
"tinyglobby": "^0.2.15"
|
|
14440
14494
|
},
|
|
14441
14495
|
"bin": {
|
|
@@ -14453,7 +14507,7 @@
|
|
|
14453
14507
|
"peerDependencies": {
|
|
14454
14508
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
14455
14509
|
"@vitejs/devtools": "^0.1.0",
|
|
14456
|
-
"esbuild": "^0.27.0",
|
|
14510
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
14457
14511
|
"jiti": ">=1.21.0",
|
|
14458
14512
|
"less": "^4.0.0",
|
|
14459
14513
|
"sass": "^1.70.0",
|
|
@@ -14517,19 +14571,19 @@
|
|
|
14517
14571
|
}
|
|
14518
14572
|
},
|
|
14519
14573
|
"node_modules/vitest": {
|
|
14520
|
-
"version": "4.1.
|
|
14521
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
14522
|
-
"integrity": "sha512-
|
|
14574
|
+
"version": "4.1.4",
|
|
14575
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.4.tgz",
|
|
14576
|
+
"integrity": "sha512-tFuJqTxKb8AvfyqMfnavXdzfy3h3sWZRWwfluGbkeR7n0HUev+FmNgZ8SDrRBTVrVCjgH5cA21qGbCffMNtWvg==",
|
|
14523
14577
|
"dev": true,
|
|
14524
14578
|
"license": "MIT",
|
|
14525
14579
|
"dependencies": {
|
|
14526
|
-
"@vitest/expect": "4.1.
|
|
14527
|
-
"@vitest/mocker": "4.1.
|
|
14528
|
-
"@vitest/pretty-format": "4.1.
|
|
14529
|
-
"@vitest/runner": "4.1.
|
|
14530
|
-
"@vitest/snapshot": "4.1.
|
|
14531
|
-
"@vitest/spy": "4.1.
|
|
14532
|
-
"@vitest/utils": "4.1.
|
|
14580
|
+
"@vitest/expect": "4.1.4",
|
|
14581
|
+
"@vitest/mocker": "4.1.4",
|
|
14582
|
+
"@vitest/pretty-format": "4.1.4",
|
|
14583
|
+
"@vitest/runner": "4.1.4",
|
|
14584
|
+
"@vitest/snapshot": "4.1.4",
|
|
14585
|
+
"@vitest/spy": "4.1.4",
|
|
14586
|
+
"@vitest/utils": "4.1.4",
|
|
14533
14587
|
"es-module-lexer": "^2.0.0",
|
|
14534
14588
|
"expect-type": "^1.3.0",
|
|
14535
14589
|
"magic-string": "^0.30.21",
|
|
@@ -14557,10 +14611,12 @@
|
|
|
14557
14611
|
"@edge-runtime/vm": "*",
|
|
14558
14612
|
"@opentelemetry/api": "^1.9.0",
|
|
14559
14613
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
14560
|
-
"@vitest/browser-playwright": "4.1.
|
|
14561
|
-
"@vitest/browser-preview": "4.1.
|
|
14562
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
14563
|
-
"@vitest/
|
|
14614
|
+
"@vitest/browser-playwright": "4.1.4",
|
|
14615
|
+
"@vitest/browser-preview": "4.1.4",
|
|
14616
|
+
"@vitest/browser-webdriverio": "4.1.4",
|
|
14617
|
+
"@vitest/coverage-istanbul": "4.1.4",
|
|
14618
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
14619
|
+
"@vitest/ui": "4.1.4",
|
|
14564
14620
|
"happy-dom": "*",
|
|
14565
14621
|
"jsdom": "*",
|
|
14566
14622
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -14584,6 +14640,12 @@
|
|
|
14584
14640
|
"@vitest/browser-webdriverio": {
|
|
14585
14641
|
"optional": true
|
|
14586
14642
|
},
|
|
14643
|
+
"@vitest/coverage-istanbul": {
|
|
14644
|
+
"optional": true
|
|
14645
|
+
},
|
|
14646
|
+
"@vitest/coverage-v8": {
|
|
14647
|
+
"optional": true
|
|
14648
|
+
},
|
|
14587
14649
|
"@vitest/ui": {
|
|
14588
14650
|
"optional": true
|
|
14589
14651
|
},
|
|
@@ -14884,21 +14946,6 @@
|
|
|
14884
14946
|
"node": ">=4.0"
|
|
14885
14947
|
}
|
|
14886
14948
|
},
|
|
14887
|
-
"node_modules/xmlbuilder2": {
|
|
14888
|
-
"version": "4.0.3",
|
|
14889
|
-
"resolved": "https://registry.npmjs.org/xmlbuilder2/-/xmlbuilder2-4.0.3.tgz",
|
|
14890
|
-
"integrity": "sha512-bx8Q1STctnNaaDymWnkfQLKofs0mGNN7rLLapJlGuV3VlvegD7Ls4ggMjE3aUSWItCCzU0PEv45lI87iSigiCA==",
|
|
14891
|
-
"license": "MIT",
|
|
14892
|
-
"dependencies": {
|
|
14893
|
-
"@oozcitak/dom": "^2.0.2",
|
|
14894
|
-
"@oozcitak/infra": "^2.0.2",
|
|
14895
|
-
"@oozcitak/util": "^10.0.0",
|
|
14896
|
-
"js-yaml": "^4.1.1"
|
|
14897
|
-
},
|
|
14898
|
-
"engines": {
|
|
14899
|
-
"node": ">=20.0"
|
|
14900
|
-
}
|
|
14901
|
-
},
|
|
14902
14949
|
"node_modules/xmlcreate": {
|
|
14903
14950
|
"version": "2.0.4",
|
|
14904
14951
|
"resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz",
|