sfdx-git-delta 6.44.4 → 6.44.5
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/constant/metadataConstants.d.ts +1 -0
- package/lib/constant/metadataConstants.js +10 -0
- package/lib/constant/metadataConstants.js.map +1 -1
- package/lib/metadata/MetadataRepositoryImpl.d.ts +1 -0
- package/lib/metadata/MetadataRepositoryImpl.js +15 -2
- package/lib/metadata/MetadataRepositoryImpl.js.map +1 -1
- package/lib/utils/treeIndexScope.js +5 -2
- package/lib/utils/treeIndexScope.js.map +1 -1
- package/npm-shrinkwrap.json +491 -490
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.44.
|
|
3
|
+
"version": "6.44.5",
|
|
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.5",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "4.11.4",
|
|
13
13
|
"@salesforce/core": "8.31.0",
|
|
14
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "12.36.
|
|
14
|
+
"@salesforce/sf-plugins-core": "12.2.24",
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "12.36.2",
|
|
16
16
|
"ignore": "7.0.5",
|
|
17
17
|
"tar-stream": "3.2.0",
|
|
18
18
|
"txml": "6.0.0",
|
|
19
19
|
"zod": "4.4.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.4.
|
|
23
|
-
"@commitlint/cli": "21.0.
|
|
24
|
-
"@commitlint/config-conventional": "21.0.
|
|
22
|
+
"@biomejs/biome": "2.4.16",
|
|
23
|
+
"@commitlint/cli": "21.0.2",
|
|
24
|
+
"@commitlint/config-conventional": "21.0.2",
|
|
25
25
|
"@ls-lint/ls-lint": "2.3.1",
|
|
26
|
-
"@oclif/plugin-help": "6.2.
|
|
26
|
+
"@oclif/plugin-help": "6.2.50",
|
|
27
27
|
"@salesforce/cli-plugins-testkit": "5.3.58",
|
|
28
28
|
"@salesforce/dev-config": "4.3.3",
|
|
29
29
|
"@stryker-mutator/core": "9.6.1",
|
|
30
30
|
"@stryker-mutator/vitest-runner": "9.6.1",
|
|
31
31
|
"@types/node": "25.9.1",
|
|
32
32
|
"@types/tar-stream": "3.1.4",
|
|
33
|
-
"@vitest/coverage-v8": "4.1.
|
|
33
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
34
34
|
"husky": "9.1.7",
|
|
35
|
-
"knip": "6.
|
|
36
|
-
"lint-staged": "17.0.
|
|
37
|
-
"oclif": "4.23.
|
|
35
|
+
"knip": "6.15.0",
|
|
36
|
+
"lint-staged": "17.0.7",
|
|
37
|
+
"oclif": "4.23.10",
|
|
38
38
|
"shx": "0.4.0",
|
|
39
39
|
"ts-node": "10.9.2",
|
|
40
40
|
"typescript": "6.0.3",
|
|
41
41
|
"validate-branch-name": "1.3.2",
|
|
42
|
-
"vitest": "4.1.
|
|
42
|
+
"vitest": "4.1.8",
|
|
43
43
|
"wireit": "0.14.12"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
@@ -1440,9 +1440,9 @@
|
|
|
1440
1440
|
}
|
|
1441
1441
|
},
|
|
1442
1442
|
"node_modules/@biomejs/biome": {
|
|
1443
|
-
"version": "2.4.
|
|
1444
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
1445
|
-
"integrity": "sha512-
|
|
1443
|
+
"version": "2.4.16",
|
|
1444
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.16.tgz",
|
|
1445
|
+
"integrity": "sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==",
|
|
1446
1446
|
"dev": true,
|
|
1447
1447
|
"license": "MIT OR Apache-2.0",
|
|
1448
1448
|
"bin": {
|
|
@@ -1456,20 +1456,20 @@
|
|
|
1456
1456
|
"url": "https://opencollective.com/biome"
|
|
1457
1457
|
},
|
|
1458
1458
|
"optionalDependencies": {
|
|
1459
|
-
"@biomejs/cli-darwin-arm64": "2.4.
|
|
1460
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
1461
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
1462
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
1463
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
1464
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
1465
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
1466
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
1459
|
+
"@biomejs/cli-darwin-arm64": "2.4.16",
|
|
1460
|
+
"@biomejs/cli-darwin-x64": "2.4.16",
|
|
1461
|
+
"@biomejs/cli-linux-arm64": "2.4.16",
|
|
1462
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.16",
|
|
1463
|
+
"@biomejs/cli-linux-x64": "2.4.16",
|
|
1464
|
+
"@biomejs/cli-linux-x64-musl": "2.4.16",
|
|
1465
|
+
"@biomejs/cli-win32-arm64": "2.4.16",
|
|
1466
|
+
"@biomejs/cli-win32-x64": "2.4.16"
|
|
1467
1467
|
}
|
|
1468
1468
|
},
|
|
1469
1469
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
1470
|
-
"version": "2.4.
|
|
1471
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
1472
|
-
"integrity": "sha512-
|
|
1470
|
+
"version": "2.4.16",
|
|
1471
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.16.tgz",
|
|
1472
|
+
"integrity": "sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==",
|
|
1473
1473
|
"cpu": [
|
|
1474
1474
|
"arm64"
|
|
1475
1475
|
],
|
|
@@ -1484,9 +1484,9 @@
|
|
|
1484
1484
|
}
|
|
1485
1485
|
},
|
|
1486
1486
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
1487
|
-
"version": "2.4.
|
|
1488
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
1489
|
-
"integrity": "sha512
|
|
1487
|
+
"version": "2.4.16",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.16.tgz",
|
|
1489
|
+
"integrity": "sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==",
|
|
1490
1490
|
"cpu": [
|
|
1491
1491
|
"x64"
|
|
1492
1492
|
],
|
|
@@ -1501,9 +1501,9 @@
|
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
1503
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
1504
|
-
"version": "2.4.
|
|
1505
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
1506
|
-
"integrity": "sha512-
|
|
1504
|
+
"version": "2.4.16",
|
|
1505
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.16.tgz",
|
|
1506
|
+
"integrity": "sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==",
|
|
1507
1507
|
"cpu": [
|
|
1508
1508
|
"arm64"
|
|
1509
1509
|
],
|
|
@@ -1521,9 +1521,9 @@
|
|
|
1521
1521
|
}
|
|
1522
1522
|
},
|
|
1523
1523
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
1524
|
-
"version": "2.4.
|
|
1525
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
1526
|
-
"integrity": "sha512-
|
|
1524
|
+
"version": "2.4.16",
|
|
1525
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.16.tgz",
|
|
1526
|
+
"integrity": "sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==",
|
|
1527
1527
|
"cpu": [
|
|
1528
1528
|
"arm64"
|
|
1529
1529
|
],
|
|
@@ -1541,9 +1541,9 @@
|
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
1544
|
-
"version": "2.4.
|
|
1545
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
1546
|
-
"integrity": "sha512-
|
|
1544
|
+
"version": "2.4.16",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.16.tgz",
|
|
1546
|
+
"integrity": "sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==",
|
|
1547
1547
|
"cpu": [
|
|
1548
1548
|
"x64"
|
|
1549
1549
|
],
|
|
@@ -1561,9 +1561,9 @@
|
|
|
1561
1561
|
}
|
|
1562
1562
|
},
|
|
1563
1563
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
1564
|
-
"version": "2.4.
|
|
1565
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
1566
|
-
"integrity": "sha512-
|
|
1564
|
+
"version": "2.4.16",
|
|
1565
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.16.tgz",
|
|
1566
|
+
"integrity": "sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==",
|
|
1567
1567
|
"cpu": [
|
|
1568
1568
|
"x64"
|
|
1569
1569
|
],
|
|
@@ -1581,9 +1581,9 @@
|
|
|
1581
1581
|
}
|
|
1582
1582
|
},
|
|
1583
1583
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
1584
|
-
"version": "2.4.
|
|
1585
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
1586
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "2.4.16",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.16.tgz",
|
|
1586
|
+
"integrity": "sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==",
|
|
1587
1587
|
"cpu": [
|
|
1588
1588
|
"arm64"
|
|
1589
1589
|
],
|
|
@@ -1598,9 +1598,9 @@
|
|
|
1598
1598
|
}
|
|
1599
1599
|
},
|
|
1600
1600
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
1601
|
-
"version": "2.4.
|
|
1602
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
1603
|
-
"integrity": "sha512-
|
|
1601
|
+
"version": "2.4.16",
|
|
1602
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.16.tgz",
|
|
1603
|
+
"integrity": "sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==",
|
|
1604
1604
|
"cpu": [
|
|
1605
1605
|
"x64"
|
|
1606
1606
|
],
|
|
@@ -1615,16 +1615,16 @@
|
|
|
1615
1615
|
}
|
|
1616
1616
|
},
|
|
1617
1617
|
"node_modules/@commitlint/cli": {
|
|
1618
|
-
"version": "21.0.
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.
|
|
1620
|
-
"integrity": "sha512-
|
|
1618
|
+
"version": "21.0.2",
|
|
1619
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.2.tgz",
|
|
1620
|
+
"integrity": "sha512-YMmfLbqBg+ZRvvmPhc+cilSQFrh/AgzVgCT1U/OifmUZEwPbvCtA8rN//YNaF9d5eoZphxVMGYtmwA2QgQORgg==",
|
|
1621
1621
|
"dev": true,
|
|
1622
1622
|
"license": "MIT",
|
|
1623
1623
|
"dependencies": {
|
|
1624
1624
|
"@commitlint/format": "^21.0.1",
|
|
1625
|
-
"@commitlint/lint": "^21.0.
|
|
1626
|
-
"@commitlint/load": "^21.0.
|
|
1627
|
-
"@commitlint/read": "^21.0.
|
|
1625
|
+
"@commitlint/lint": "^21.0.2",
|
|
1626
|
+
"@commitlint/load": "^21.0.2",
|
|
1627
|
+
"@commitlint/read": "^21.0.2",
|
|
1628
1628
|
"@commitlint/types": "^21.0.1",
|
|
1629
1629
|
"tinyexec": "^1.0.0",
|
|
1630
1630
|
"yargs": "^18.0.0"
|
|
@@ -1637,9 +1637,9 @@
|
|
|
1637
1637
|
}
|
|
1638
1638
|
},
|
|
1639
1639
|
"node_modules/@commitlint/config-conventional": {
|
|
1640
|
-
"version": "21.0.
|
|
1641
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.
|
|
1642
|
-
"integrity": "sha512-
|
|
1640
|
+
"version": "21.0.2",
|
|
1641
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.2.tgz",
|
|
1642
|
+
"integrity": "sha512-P/ZRhryQmkj0Z0dY9FOoRwe3xkwJyyAdtXwt01NT2kuZttcG2CNYp1q5Ci3u+nDT2jcbJRw2kt13Czl1qKNPfg==",
|
|
1643
1643
|
"dev": true,
|
|
1644
1644
|
"license": "MIT",
|
|
1645
1645
|
"dependencies": {
|
|
@@ -1703,9 +1703,9 @@
|
|
|
1703
1703
|
}
|
|
1704
1704
|
},
|
|
1705
1705
|
"node_modules/@commitlint/is-ignored": {
|
|
1706
|
-
"version": "21.0.
|
|
1707
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.0.
|
|
1708
|
-
"integrity": "sha512-
|
|
1706
|
+
"version": "21.0.2",
|
|
1707
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.0.2.tgz",
|
|
1708
|
+
"integrity": "sha512-H5z4t8PC9tUsmZ/o+EptM3Nq8sTFtskAShdcqxCoyzklW5eaVT5xbrDAET2uypzir9Vsj4ZZmBtyKjYe2XqgeQ==",
|
|
1709
1709
|
"dev": true,
|
|
1710
1710
|
"license": "MIT",
|
|
1711
1711
|
"dependencies": {
|
|
@@ -1717,15 +1717,15 @@
|
|
|
1717
1717
|
}
|
|
1718
1718
|
},
|
|
1719
1719
|
"node_modules/@commitlint/lint": {
|
|
1720
|
-
"version": "21.0.
|
|
1721
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.0.
|
|
1722
|
-
"integrity": "sha512-
|
|
1720
|
+
"version": "21.0.2",
|
|
1721
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.0.2.tgz",
|
|
1722
|
+
"integrity": "sha512-PnUmLYGeGLfW8oVatR9KpNxSHYAnJOEWlMZzfdeFOUq6WUrFx1fGQaWCWJqMoIll/xPM+GdfJV+tKHZVHhl0Fg==",
|
|
1723
1723
|
"dev": true,
|
|
1724
1724
|
"license": "MIT",
|
|
1725
1725
|
"dependencies": {
|
|
1726
|
-
"@commitlint/is-ignored": "^21.0.
|
|
1727
|
-
"@commitlint/parse": "^21.0.
|
|
1728
|
-
"@commitlint/rules": "^21.0.
|
|
1726
|
+
"@commitlint/is-ignored": "^21.0.2",
|
|
1727
|
+
"@commitlint/parse": "^21.0.2",
|
|
1728
|
+
"@commitlint/rules": "^21.0.2",
|
|
1729
1729
|
"@commitlint/types": "^21.0.1"
|
|
1730
1730
|
},
|
|
1731
1731
|
"engines": {
|
|
@@ -1733,9 +1733,9 @@
|
|
|
1733
1733
|
}
|
|
1734
1734
|
},
|
|
1735
1735
|
"node_modules/@commitlint/load": {
|
|
1736
|
-
"version": "21.0.
|
|
1737
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.0.
|
|
1738
|
-
"integrity": "sha512-
|
|
1736
|
+
"version": "21.0.2",
|
|
1737
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.0.2.tgz",
|
|
1738
|
+
"integrity": "sha512-lwUE70hN0/qE/ZRROhbaX65ly/FF12DrqfReLCESo37M0OQCFAf2jRS+2tSCSORq+bm4Kdju7qNDj46uc1QzTA==",
|
|
1739
1739
|
"dev": true,
|
|
1740
1740
|
"license": "MIT",
|
|
1741
1741
|
"dependencies": {
|
|
@@ -1754,9 +1754,9 @@
|
|
|
1754
1754
|
}
|
|
1755
1755
|
},
|
|
1756
1756
|
"node_modules/@commitlint/message": {
|
|
1757
|
-
"version": "21.0.
|
|
1758
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.0.
|
|
1759
|
-
"integrity": "sha512-
|
|
1757
|
+
"version": "21.0.2",
|
|
1758
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.0.2.tgz",
|
|
1759
|
+
"integrity": "sha512-5n4aqHGD/FNnom/D5L8i7cYtV+xjuXcBL832C3w9VglEsZzIsoHpJsvxzJ7cgiOsOdc/2jU4t5+7qMHh7GBX3g==",
|
|
1760
1760
|
"dev": true,
|
|
1761
1761
|
"license": "MIT",
|
|
1762
1762
|
"engines": {
|
|
@@ -1764,9 +1764,9 @@
|
|
|
1764
1764
|
}
|
|
1765
1765
|
},
|
|
1766
1766
|
"node_modules/@commitlint/parse": {
|
|
1767
|
-
"version": "21.0.
|
|
1768
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.0.
|
|
1769
|
-
"integrity": "sha512-
|
|
1767
|
+
"version": "21.0.2",
|
|
1768
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.0.2.tgz",
|
|
1769
|
+
"integrity": "sha512-QVZJhGHTm+oiuWyEKOCTQ0ZM3mfJ0eGWFeHuj7WzSKEth+UukcCHac9GD8pgdFlg/qGkFWOtyaNd1T8REgagaw==",
|
|
1770
1770
|
"dev": true,
|
|
1771
1771
|
"license": "MIT",
|
|
1772
1772
|
"dependencies": {
|
|
@@ -1779,13 +1779,13 @@
|
|
|
1779
1779
|
}
|
|
1780
1780
|
},
|
|
1781
1781
|
"node_modules/@commitlint/read": {
|
|
1782
|
-
"version": "21.0.
|
|
1783
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.0.
|
|
1784
|
-
"integrity": "sha512-
|
|
1782
|
+
"version": "21.0.2",
|
|
1783
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.0.2.tgz",
|
|
1784
|
+
"integrity": "sha512-BtsrnLVycSSKf4Q0gMch4giCj5NNlmcbhc8ra5vONgGtP2IjRDo33bEFtr5Pm+2N+5fXGWb2MksWPrspPfdhdw==",
|
|
1785
1785
|
"dev": true,
|
|
1786
1786
|
"license": "MIT",
|
|
1787
1787
|
"dependencies": {
|
|
1788
|
-
"@commitlint/top-level": "^21.0.
|
|
1788
|
+
"@commitlint/top-level": "^21.0.2",
|
|
1789
1789
|
"@commitlint/types": "^21.0.1",
|
|
1790
1790
|
"git-raw-commits": "^5.0.0",
|
|
1791
1791
|
"tinyexec": "^1.0.0"
|
|
@@ -1812,14 +1812,14 @@
|
|
|
1812
1812
|
}
|
|
1813
1813
|
},
|
|
1814
1814
|
"node_modules/@commitlint/rules": {
|
|
1815
|
-
"version": "21.0.
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.0.
|
|
1817
|
-
"integrity": "sha512-
|
|
1815
|
+
"version": "21.0.2",
|
|
1816
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.0.2.tgz",
|
|
1817
|
+
"integrity": "sha512-k6tQ69Td7t2qUSIbik8D3TL1q3ZJpkEbV+yLogDzCRAdOxJm4ndhtBNREsLA1/puRfWvzS9eioF2w43WT+hHgQ==",
|
|
1818
1818
|
"dev": true,
|
|
1819
1819
|
"license": "MIT",
|
|
1820
1820
|
"dependencies": {
|
|
1821
1821
|
"@commitlint/ensure": "^21.0.1",
|
|
1822
|
-
"@commitlint/message": "^21.0.
|
|
1822
|
+
"@commitlint/message": "^21.0.2",
|
|
1823
1823
|
"@commitlint/to-lines": "^21.0.1",
|
|
1824
1824
|
"@commitlint/types": "^21.0.1"
|
|
1825
1825
|
},
|
|
@@ -1838,9 +1838,9 @@
|
|
|
1838
1838
|
}
|
|
1839
1839
|
},
|
|
1840
1840
|
"node_modules/@commitlint/top-level": {
|
|
1841
|
-
"version": "21.0.
|
|
1842
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.0.
|
|
1843
|
-
"integrity": "sha512-
|
|
1841
|
+
"version": "21.0.2",
|
|
1842
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.0.2.tgz",
|
|
1843
|
+
"integrity": "sha512-s9KKM+e+mXgFeIh4n7KmOGAVT3mkJ3Fp1bBYHIK5pjeUwlEMzp/tZfb5u0Poa680AsQTXMEMRxZi1vQ9m2X5ug==",
|
|
1844
1844
|
"dev": true,
|
|
1845
1845
|
"license": "MIT",
|
|
1846
1846
|
"dependencies": {
|
|
@@ -1950,12 +1950,12 @@
|
|
|
1950
1950
|
}
|
|
1951
1951
|
},
|
|
1952
1952
|
"node_modules/@inquirer/ansi": {
|
|
1953
|
-
"version": "2.0.
|
|
1954
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
1955
|
-
"integrity": "sha512-
|
|
1953
|
+
"version": "2.0.7",
|
|
1954
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.7.tgz",
|
|
1955
|
+
"integrity": "sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==",
|
|
1956
1956
|
"license": "MIT",
|
|
1957
1957
|
"engines": {
|
|
1958
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
1958
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
1959
1959
|
}
|
|
1960
1960
|
},
|
|
1961
1961
|
"node_modules/@inquirer/checkbox": {
|
|
@@ -2853,17 +2853,17 @@
|
|
|
2853
2853
|
}
|
|
2854
2854
|
},
|
|
2855
2855
|
"node_modules/@inquirer/password": {
|
|
2856
|
-
"version": "5.
|
|
2857
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.
|
|
2858
|
-
"integrity": "sha512-
|
|
2856
|
+
"version": "5.1.1",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.1.1.tgz",
|
|
2858
|
+
"integrity": "sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==",
|
|
2859
2859
|
"license": "MIT",
|
|
2860
2860
|
"dependencies": {
|
|
2861
|
-
"@inquirer/ansi": "^2.0.
|
|
2862
|
-
"@inquirer/core": "^11.1
|
|
2863
|
-
"@inquirer/type": "^4.0.
|
|
2861
|
+
"@inquirer/ansi": "^2.0.7",
|
|
2862
|
+
"@inquirer/core": "^11.2.1",
|
|
2863
|
+
"@inquirer/type": "^4.0.7"
|
|
2864
2864
|
},
|
|
2865
2865
|
"engines": {
|
|
2866
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
2866
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
2867
2867
|
},
|
|
2868
2868
|
"peerDependencies": {
|
|
2869
2869
|
"@types/node": ">=18"
|
|
@@ -2875,21 +2875,21 @@
|
|
|
2875
2875
|
}
|
|
2876
2876
|
},
|
|
2877
2877
|
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
2878
|
-
"version": "11.1
|
|
2879
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.
|
|
2880
|
-
"integrity": "sha512-
|
|
2878
|
+
"version": "11.2.1",
|
|
2879
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz",
|
|
2880
|
+
"integrity": "sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==",
|
|
2881
2881
|
"license": "MIT",
|
|
2882
2882
|
"dependencies": {
|
|
2883
|
-
"@inquirer/ansi": "^2.0.
|
|
2884
|
-
"@inquirer/figures": "^2.0.
|
|
2885
|
-
"@inquirer/type": "^4.0.
|
|
2883
|
+
"@inquirer/ansi": "^2.0.7",
|
|
2884
|
+
"@inquirer/figures": "^2.0.7",
|
|
2885
|
+
"@inquirer/type": "^4.0.7",
|
|
2886
2886
|
"cli-width": "^4.1.0",
|
|
2887
2887
|
"fast-wrap-ansi": "^0.2.0",
|
|
2888
2888
|
"mute-stream": "^3.0.0",
|
|
2889
2889
|
"signal-exit": "^4.1.0"
|
|
2890
2890
|
},
|
|
2891
2891
|
"engines": {
|
|
2892
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
2892
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
2893
2893
|
},
|
|
2894
2894
|
"peerDependencies": {
|
|
2895
2895
|
"@types/node": ">=18"
|
|
@@ -2901,21 +2901,21 @@
|
|
|
2901
2901
|
}
|
|
2902
2902
|
},
|
|
2903
2903
|
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
2904
|
-
"version": "2.0.
|
|
2905
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
2906
|
-
"integrity": "sha512-
|
|
2904
|
+
"version": "2.0.7",
|
|
2905
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz",
|
|
2906
|
+
"integrity": "sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==",
|
|
2907
2907
|
"license": "MIT",
|
|
2908
2908
|
"engines": {
|
|
2909
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
2909
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
2910
2910
|
}
|
|
2911
2911
|
},
|
|
2912
2912
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2913
|
-
"version": "4.0.
|
|
2914
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
2915
|
-
"integrity": "sha512-
|
|
2913
|
+
"version": "4.0.7",
|
|
2914
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz",
|
|
2915
|
+
"integrity": "sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==",
|
|
2916
2916
|
"license": "MIT",
|
|
2917
2917
|
"engines": {
|
|
2918
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
2918
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
2919
2919
|
},
|
|
2920
2920
|
"peerDependencies": {
|
|
2921
2921
|
"@types/node": ">=18"
|
|
@@ -3927,9 +3927,9 @@
|
|
|
3927
3927
|
}
|
|
3928
3928
|
},
|
|
3929
3929
|
"node_modules/@oclif/plugin-help": {
|
|
3930
|
-
"version": "6.2.
|
|
3931
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3932
|
-
"integrity": "sha512-
|
|
3930
|
+
"version": "6.2.50",
|
|
3931
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.50.tgz",
|
|
3932
|
+
"integrity": "sha512-rNCG4hUm+kPXFbhJfAVk/fZ3OdWJYwBDASlyX8CqOLP0MssjIGl7iEgfZz7TMuZFa+KucupKU5NRSc0KWfPTQA==",
|
|
3933
3933
|
"dev": true,
|
|
3934
3934
|
"license": "MIT",
|
|
3935
3935
|
"dependencies": {
|
|
@@ -4337,9 +4337,9 @@
|
|
|
4337
4337
|
}
|
|
4338
4338
|
},
|
|
4339
4339
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4340
|
-
"version": "3.1.
|
|
4341
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4342
|
-
"integrity": "sha512-
|
|
4340
|
+
"version": "3.1.65",
|
|
4341
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz",
|
|
4342
|
+
"integrity": "sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==",
|
|
4343
4343
|
"dev": true,
|
|
4344
4344
|
"license": "MIT",
|
|
4345
4345
|
"dependencies": {
|
|
@@ -4347,7 +4347,7 @@
|
|
|
4347
4347
|
"ansis": "^3.17.0",
|
|
4348
4348
|
"debug": "^4.4.3",
|
|
4349
4349
|
"http-call": "^5.2.2",
|
|
4350
|
-
"lodash": "^4.
|
|
4350
|
+
"lodash": "^4.18.1",
|
|
4351
4351
|
"registry-auth-token": "^5.1.1"
|
|
4352
4352
|
},
|
|
4353
4353
|
"engines": {
|
|
@@ -4459,9 +4459,9 @@
|
|
|
4459
4459
|
}
|
|
4460
4460
|
},
|
|
4461
4461
|
"node_modules/@oxc-parser/binding-android-arm-eabi": {
|
|
4462
|
-
"version": "0.
|
|
4463
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.
|
|
4464
|
-
"integrity": "sha512-
|
|
4462
|
+
"version": "0.133.0",
|
|
4463
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.133.0.tgz",
|
|
4464
|
+
"integrity": "sha512-l/44caGse+VpnY9gx0yvvc5QnnG3yG1FO3KZgYvNL1GZrfK86zIwAOgGEVlxDyRymzrU/KHiblPFpevKOmJmUA==",
|
|
4465
4465
|
"cpu": [
|
|
4466
4466
|
"arm"
|
|
4467
4467
|
],
|
|
@@ -4476,9 +4476,9 @@
|
|
|
4476
4476
|
}
|
|
4477
4477
|
},
|
|
4478
4478
|
"node_modules/@oxc-parser/binding-android-arm64": {
|
|
4479
|
-
"version": "0.
|
|
4480
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.
|
|
4481
|
-
"integrity": "sha512-
|
|
4479
|
+
"version": "0.133.0",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.133.0.tgz",
|
|
4481
|
+
"integrity": "sha512-KUHmPMziLBp4u+zbrLdB7iWS7KshuZe+RAp7ELnY9SI9nNXBZ+dp8fiBqWOxhXqn+FQg3a4UcQhwmsJOKV8Jjg==",
|
|
4482
4482
|
"cpu": [
|
|
4483
4483
|
"arm64"
|
|
4484
4484
|
],
|
|
@@ -4493,9 +4493,9 @@
|
|
|
4493
4493
|
}
|
|
4494
4494
|
},
|
|
4495
4495
|
"node_modules/@oxc-parser/binding-darwin-arm64": {
|
|
4496
|
-
"version": "0.
|
|
4497
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.
|
|
4498
|
-
"integrity": "sha512-
|
|
4496
|
+
"version": "0.133.0",
|
|
4497
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.133.0.tgz",
|
|
4498
|
+
"integrity": "sha512-q8dWmnU/8ea2tga9w2f1PinQ5rcMPDUGkF64T189b65YMjUomET4oy5oRldOr4AwOQkneOG/Zttnz1Dvrc62wg==",
|
|
4499
4499
|
"cpu": [
|
|
4500
4500
|
"arm64"
|
|
4501
4501
|
],
|
|
@@ -4510,9 +4510,9 @@
|
|
|
4510
4510
|
}
|
|
4511
4511
|
},
|
|
4512
4512
|
"node_modules/@oxc-parser/binding-darwin-x64": {
|
|
4513
|
-
"version": "0.
|
|
4514
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.
|
|
4515
|
-
"integrity": "sha512-
|
|
4513
|
+
"version": "0.133.0",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.133.0.tgz",
|
|
4515
|
+
"integrity": "sha512-cOKeIELIB2bJnCKwqx4Rdj+1Lss/U6uCbLxRySZrhyOOQa1flKhwZFjEHRHxk8fU1NKmhK5OnTdPQ4CpjuFuVw==",
|
|
4516
4516
|
"cpu": [
|
|
4517
4517
|
"x64"
|
|
4518
4518
|
],
|
|
@@ -4527,9 +4527,9 @@
|
|
|
4527
4527
|
}
|
|
4528
4528
|
},
|
|
4529
4529
|
"node_modules/@oxc-parser/binding-freebsd-x64": {
|
|
4530
|
-
"version": "0.
|
|
4531
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.
|
|
4532
|
-
"integrity": "sha512-
|
|
4530
|
+
"version": "0.133.0",
|
|
4531
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.133.0.tgz",
|
|
4532
|
+
"integrity": "sha512-OpaSv4pW3KgFrMYQxTaS0aOE4T1DQF3qZE/4B6uqqv1KgPWWd4UQhJALi8PJPX1RRV5K7ThKXRfF7qGg2+3l1A==",
|
|
4533
4533
|
"cpu": [
|
|
4534
4534
|
"x64"
|
|
4535
4535
|
],
|
|
@@ -4544,9 +4544,9 @@
|
|
|
4544
4544
|
}
|
|
4545
4545
|
},
|
|
4546
4546
|
"node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
|
|
4547
|
-
"version": "0.
|
|
4548
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.
|
|
4549
|
-
"integrity": "sha512-
|
|
4547
|
+
"version": "0.133.0",
|
|
4548
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.133.0.tgz",
|
|
4549
|
+
"integrity": "sha512-JGK1wlGrGwxBIlVSF7KWTX1/ru6BEtf28fRROztDRkLfiW+Kxa4onnriezMIiogfn9hVw2KzYcKiLjkLR2ns8A==",
|
|
4550
4550
|
"cpu": [
|
|
4551
4551
|
"arm"
|
|
4552
4552
|
],
|
|
@@ -4561,9 +4561,9 @@
|
|
|
4561
4561
|
}
|
|
4562
4562
|
},
|
|
4563
4563
|
"node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
|
|
4564
|
-
"version": "0.
|
|
4565
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.
|
|
4566
|
-
"integrity": "sha512-
|
|
4564
|
+
"version": "0.133.0",
|
|
4565
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.133.0.tgz",
|
|
4566
|
+
"integrity": "sha512-yuZO533Ftonxn/iyoqQzURzLQHMspvsIyfiCSNi1t/ER4eIQaR0SsmUOUm5b/lmSig7IWIUa5/BrbEkAPwcilQ==",
|
|
4567
4567
|
"cpu": [
|
|
4568
4568
|
"arm"
|
|
4569
4569
|
],
|
|
@@ -4578,9 +4578,9 @@
|
|
|
4578
4578
|
}
|
|
4579
4579
|
},
|
|
4580
4580
|
"node_modules/@oxc-parser/binding-linux-arm64-gnu": {
|
|
4581
|
-
"version": "0.
|
|
4582
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.
|
|
4583
|
-
"integrity": "sha512-
|
|
4581
|
+
"version": "0.133.0",
|
|
4582
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.133.0.tgz",
|
|
4583
|
+
"integrity": "sha512-hvpbqT5pN2rR+3+xtWeizwfR/aZ0vGceg6TqYMl+ToxMpk9/tmnX7kSvQnfEUkoua8mhogzvIKsAkn0wxgblBA==",
|
|
4584
4584
|
"cpu": [
|
|
4585
4585
|
"arm64"
|
|
4586
4586
|
],
|
|
@@ -4598,9 +4598,9 @@
|
|
|
4598
4598
|
}
|
|
4599
4599
|
},
|
|
4600
4600
|
"node_modules/@oxc-parser/binding-linux-arm64-musl": {
|
|
4601
|
-
"version": "0.
|
|
4602
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.
|
|
4603
|
-
"integrity": "sha512-
|
|
4601
|
+
"version": "0.133.0",
|
|
4602
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.133.0.tgz",
|
|
4603
|
+
"integrity": "sha512-wJQGamIosQBoJHW9+S5XxrtKRo3eyJxsnS1XCPrqN0LHi8uw1pTqqTfn3t/NVuvbBg7Pumn4ez9Eidgcn0xbEg==",
|
|
4604
4604
|
"cpu": [
|
|
4605
4605
|
"arm64"
|
|
4606
4606
|
],
|
|
@@ -4618,9 +4618,9 @@
|
|
|
4618
4618
|
}
|
|
4619
4619
|
},
|
|
4620
4620
|
"node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
|
|
4621
|
-
"version": "0.
|
|
4622
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.
|
|
4623
|
-
"integrity": "sha512-
|
|
4621
|
+
"version": "0.133.0",
|
|
4622
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.133.0.tgz",
|
|
4623
|
+
"integrity": "sha512-Koaz32/O5+abIfrNGdyndgRvdOZ9jEf5/z3Ep9h3h2QWpdDiUQpVwgH0OcMXCs+l9aXxPLtkupqyVig9W6FDKw==",
|
|
4624
4624
|
"cpu": [
|
|
4625
4625
|
"ppc64"
|
|
4626
4626
|
],
|
|
@@ -4638,9 +4638,9 @@
|
|
|
4638
4638
|
}
|
|
4639
4639
|
},
|
|
4640
4640
|
"node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
|
|
4641
|
-
"version": "0.
|
|
4642
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.
|
|
4643
|
-
"integrity": "sha512-
|
|
4641
|
+
"version": "0.133.0",
|
|
4642
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.133.0.tgz",
|
|
4643
|
+
"integrity": "sha512-R4vOjWzxhnNWHnVLeiB6jNuIifdy9vcMXZGPc7StXcxBovI+U2zg1QhZ9o8OjV80oGivs1lX5NfPLzk4IPqlRA==",
|
|
4644
4644
|
"cpu": [
|
|
4645
4645
|
"riscv64"
|
|
4646
4646
|
],
|
|
@@ -4658,9 +4658,9 @@
|
|
|
4658
4658
|
}
|
|
4659
4659
|
},
|
|
4660
4660
|
"node_modules/@oxc-parser/binding-linux-riscv64-musl": {
|
|
4661
|
-
"version": "0.
|
|
4662
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.
|
|
4663
|
-
"integrity": "sha512-
|
|
4661
|
+
"version": "0.133.0",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.133.0.tgz",
|
|
4663
|
+
"integrity": "sha512-iwgBNUTHiMdxARLYuM0SBlnYeb19iw1Ea5M+4ERZupCsBMLArti6FyZ6UfFjJxIiTDr2oW2DGQFxlQVQ/dW9rA==",
|
|
4664
4664
|
"cpu": [
|
|
4665
4665
|
"riscv64"
|
|
4666
4666
|
],
|
|
@@ -4678,9 +4678,9 @@
|
|
|
4678
4678
|
}
|
|
4679
4679
|
},
|
|
4680
4680
|
"node_modules/@oxc-parser/binding-linux-s390x-gnu": {
|
|
4681
|
-
"version": "0.
|
|
4682
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.
|
|
4683
|
-
"integrity": "sha512-
|
|
4681
|
+
"version": "0.133.0",
|
|
4682
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.133.0.tgz",
|
|
4683
|
+
"integrity": "sha512-ZwZNo8FZmB/gVfboQl+wXilBigGl+6nQQs+nITOeAP/HcAOjiHl6XZJL9F/KXNEspODQcbjAiyjUbeCJd9a0fA==",
|
|
4684
4684
|
"cpu": [
|
|
4685
4685
|
"s390x"
|
|
4686
4686
|
],
|
|
@@ -4698,9 +4698,9 @@
|
|
|
4698
4698
|
}
|
|
4699
4699
|
},
|
|
4700
4700
|
"node_modules/@oxc-parser/binding-linux-x64-gnu": {
|
|
4701
|
-
"version": "0.
|
|
4702
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.
|
|
4703
|
-
"integrity": "sha512-
|
|
4701
|
+
"version": "0.133.0",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.133.0.tgz",
|
|
4703
|
+
"integrity": "sha512-govCvWx1dBlED3uu4qXctxpRcouu9I8Kn+DBktGCl760JtlGJzc9l/OmPJKlYWSbrRqKkMZehNeZ/4Wfma7uSA==",
|
|
4704
4704
|
"cpu": [
|
|
4705
4705
|
"x64"
|
|
4706
4706
|
],
|
|
@@ -4718,9 +4718,9 @@
|
|
|
4718
4718
|
}
|
|
4719
4719
|
},
|
|
4720
4720
|
"node_modules/@oxc-parser/binding-linux-x64-musl": {
|
|
4721
|
-
"version": "0.
|
|
4722
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.
|
|
4723
|
-
"integrity": "sha512-
|
|
4721
|
+
"version": "0.133.0",
|
|
4722
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.133.0.tgz",
|
|
4723
|
+
"integrity": "sha512-ssTlpXD5Mq9uCssDJPzlRWqBt4Y7Zzd9i+XZhWmK/9Y6KUIuAxVYTYiI8lxcGWi0+3/Cz4A8q9UrD4NK9Y2j7g==",
|
|
4724
4724
|
"cpu": [
|
|
4725
4725
|
"x64"
|
|
4726
4726
|
],
|
|
@@ -4738,9 +4738,9 @@
|
|
|
4738
4738
|
}
|
|
4739
4739
|
},
|
|
4740
4740
|
"node_modules/@oxc-parser/binding-openharmony-arm64": {
|
|
4741
|
-
"version": "0.
|
|
4742
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.
|
|
4743
|
-
"integrity": "sha512-
|
|
4741
|
+
"version": "0.133.0",
|
|
4742
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.133.0.tgz",
|
|
4743
|
+
"integrity": "sha512-51aByfXhPtLEdWG4a2Ihdw6cPWV1ei1AarALpFdDP8MLWDLE2NuUMgbo3DERR2Kt8fT/ok1GUvBiLxVGke9uUQ==",
|
|
4744
4744
|
"cpu": [
|
|
4745
4745
|
"arm64"
|
|
4746
4746
|
],
|
|
@@ -4755,9 +4755,9 @@
|
|
|
4755
4755
|
}
|
|
4756
4756
|
},
|
|
4757
4757
|
"node_modules/@oxc-parser/binding-wasm32-wasi": {
|
|
4758
|
-
"version": "0.
|
|
4759
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.
|
|
4760
|
-
"integrity": "sha512-
|
|
4758
|
+
"version": "0.133.0",
|
|
4759
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.133.0.tgz",
|
|
4760
|
+
"integrity": "sha512-2e16tkKp+wDO2GTAmXfxbBcCmGEaFPIJEIRBBmVKNVXSc8/fJsSIaBGyFTPHM9ST5GNWgJcYIt94rDTks+PLwA==",
|
|
4761
4761
|
"cpu": [
|
|
4762
4762
|
"wasm32"
|
|
4763
4763
|
],
|
|
@@ -4774,9 +4774,9 @@
|
|
|
4774
4774
|
}
|
|
4775
4775
|
},
|
|
4776
4776
|
"node_modules/@oxc-parser/binding-win32-arm64-msvc": {
|
|
4777
|
-
"version": "0.
|
|
4778
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.
|
|
4779
|
-
"integrity": "sha512-
|
|
4777
|
+
"version": "0.133.0",
|
|
4778
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.133.0.tgz",
|
|
4779
|
+
"integrity": "sha512-KPTNDKbxH1cglrqTyVeXHb4Pk4oksz8EcE1/v8zqU7N4UXbiHfA/IwtXZ2U77fnRAWBbgVkl/lZbL7o3hRdejg==",
|
|
4780
4780
|
"cpu": [
|
|
4781
4781
|
"arm64"
|
|
4782
4782
|
],
|
|
@@ -4791,9 +4791,9 @@
|
|
|
4791
4791
|
}
|
|
4792
4792
|
},
|
|
4793
4793
|
"node_modules/@oxc-parser/binding-win32-ia32-msvc": {
|
|
4794
|
-
"version": "0.
|
|
4795
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.
|
|
4796
|
-
"integrity": "sha512-
|
|
4794
|
+
"version": "0.133.0",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.133.0.tgz",
|
|
4796
|
+
"integrity": "sha512-Una1bNYv9zCavQrfnDR9wuZVB3itLjCEH4Oz7i6CwAJN/Xq9b+zbbcxmvdkKvvJt4Ngc/MBmIYlbLo3zS4TQ0A==",
|
|
4797
4797
|
"cpu": [
|
|
4798
4798
|
"ia32"
|
|
4799
4799
|
],
|
|
@@ -4808,9 +4808,9 @@
|
|
|
4808
4808
|
}
|
|
4809
4809
|
},
|
|
4810
4810
|
"node_modules/@oxc-parser/binding-win32-x64-msvc": {
|
|
4811
|
-
"version": "0.
|
|
4812
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.
|
|
4813
|
-
"integrity": "sha512-
|
|
4811
|
+
"version": "0.133.0",
|
|
4812
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.133.0.tgz",
|
|
4813
|
+
"integrity": "sha512-kjBhCiOGSYTwDJQuuZa7a94JbP8htWu7J0X1KwH74kV2K5eYf6eyJRYmkpCDvr0XEL8tMxYI4WU1VekblFCLgg==",
|
|
4814
4814
|
"cpu": [
|
|
4815
4815
|
"x64"
|
|
4816
4816
|
],
|
|
@@ -4825,9 +4825,9 @@
|
|
|
4825
4825
|
}
|
|
4826
4826
|
},
|
|
4827
4827
|
"node_modules/@oxc-project/types": {
|
|
4828
|
-
"version": "0.
|
|
4829
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
4830
|
-
"integrity": "sha512-
|
|
4828
|
+
"version": "0.133.0",
|
|
4829
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
|
|
4830
|
+
"integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
|
|
4831
4831
|
"dev": true,
|
|
4832
4832
|
"license": "MIT",
|
|
4833
4833
|
"funding": {
|
|
@@ -4835,9 +4835,9 @@
|
|
|
4835
4835
|
}
|
|
4836
4836
|
},
|
|
4837
4837
|
"node_modules/@oxc-resolver/binding-android-arm-eabi": {
|
|
4838
|
-
"version": "11.
|
|
4839
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.
|
|
4840
|
-
"integrity": "sha512-
|
|
4838
|
+
"version": "11.20.0",
|
|
4839
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.20.0.tgz",
|
|
4840
|
+
"integrity": "sha512-IjfWOXRgJFNdORDl+Uf1aibNgZY2guOD3zmOhx1BGVb/MIiqlFTdmjpQNplSN58lhWehnX4UNqC3QwpUo8pjJg==",
|
|
4841
4841
|
"cpu": [
|
|
4842
4842
|
"arm"
|
|
4843
4843
|
],
|
|
@@ -4849,9 +4849,9 @@
|
|
|
4849
4849
|
]
|
|
4850
4850
|
},
|
|
4851
4851
|
"node_modules/@oxc-resolver/binding-android-arm64": {
|
|
4852
|
-
"version": "11.
|
|
4853
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.
|
|
4854
|
-
"integrity": "sha512-
|
|
4852
|
+
"version": "11.20.0",
|
|
4853
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.20.0.tgz",
|
|
4854
|
+
"integrity": "sha512-QqslZAuFQG8Q9xm7JuIn8JUbvywhSBMVhuQHtYW+auirZJloS41oxUUaBXk7uUhZJgp44c5zQLeVvmFaDQB+2Q==",
|
|
4855
4855
|
"cpu": [
|
|
4856
4856
|
"arm64"
|
|
4857
4857
|
],
|
|
@@ -4863,9 +4863,9 @@
|
|
|
4863
4863
|
]
|
|
4864
4864
|
},
|
|
4865
4865
|
"node_modules/@oxc-resolver/binding-darwin-arm64": {
|
|
4866
|
-
"version": "11.
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.
|
|
4868
|
-
"integrity": "sha512-
|
|
4866
|
+
"version": "11.20.0",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.20.0.tgz",
|
|
4868
|
+
"integrity": "sha512-MUcavykj2ewlR+kc5arpg4tC2RvzJkUxWtNv74pf7lcNk00GpIpN43vXMj+j6r4eMmfZhlb8hueKoIb8e9kAGQ==",
|
|
4869
4869
|
"cpu": [
|
|
4870
4870
|
"arm64"
|
|
4871
4871
|
],
|
|
@@ -4877,9 +4877,9 @@
|
|
|
4877
4877
|
]
|
|
4878
4878
|
},
|
|
4879
4879
|
"node_modules/@oxc-resolver/binding-darwin-x64": {
|
|
4880
|
-
"version": "11.
|
|
4881
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.
|
|
4882
|
-
"integrity": "sha512-
|
|
4880
|
+
"version": "11.20.0",
|
|
4881
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.20.0.tgz",
|
|
4882
|
+
"integrity": "sha512-BGB16nRUK5Etiv//ihPyzj8Lj1px0mhh4YIfe0FDf045ywknfSm0GEbiRESpr6Q4K82AvnyaRIhhluHByvS4bg==",
|
|
4883
4883
|
"cpu": [
|
|
4884
4884
|
"x64"
|
|
4885
4885
|
],
|
|
@@ -4891,9 +4891,9 @@
|
|
|
4891
4891
|
]
|
|
4892
4892
|
},
|
|
4893
4893
|
"node_modules/@oxc-resolver/binding-freebsd-x64": {
|
|
4894
|
-
"version": "11.
|
|
4895
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.
|
|
4896
|
-
"integrity": "sha512-
|
|
4894
|
+
"version": "11.20.0",
|
|
4895
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.20.0.tgz",
|
|
4896
|
+
"integrity": "sha512-JZgtePaqj3qmD5XFHJaSLWzHRxQu0LaPkdoM1KJXYADvAaa83ijXHclV3ej3CueeW0wxfIAbGCZVP45J0CA7uQ==",
|
|
4897
4897
|
"cpu": [
|
|
4898
4898
|
"x64"
|
|
4899
4899
|
],
|
|
@@ -4905,9 +4905,9 @@
|
|
|
4905
4905
|
]
|
|
4906
4906
|
},
|
|
4907
4907
|
"node_modules/@oxc-resolver/binding-linux-arm-gnueabihf": {
|
|
4908
|
-
"version": "11.
|
|
4909
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.
|
|
4910
|
-
"integrity": "sha512-
|
|
4908
|
+
"version": "11.20.0",
|
|
4909
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.20.0.tgz",
|
|
4910
|
+
"integrity": "sha512-hOQ/p3ry3v3SchUBXicrrnszaI/UmYzM4wtS4RGfwgVUX7a+HbyQSzJ5aOzu+o6XZkFkS3ZXN4PZAzhOb77OSg==",
|
|
4911
4911
|
"cpu": [
|
|
4912
4912
|
"arm"
|
|
4913
4913
|
],
|
|
@@ -4919,9 +4919,9 @@
|
|
|
4919
4919
|
]
|
|
4920
4920
|
},
|
|
4921
4921
|
"node_modules/@oxc-resolver/binding-linux-arm-musleabihf": {
|
|
4922
|
-
"version": "11.
|
|
4923
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.
|
|
4924
|
-
"integrity": "sha512-
|
|
4922
|
+
"version": "11.20.0",
|
|
4923
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.20.0.tgz",
|
|
4924
|
+
"integrity": "sha512-2ArPksaw0AqeuGBfoS715VF+JvJQAhD2niWgjE5hVO+L+nAfikVQopvngCMX9x4BD8itWoQ3dnikrQyl5Ho5Jg==",
|
|
4925
4925
|
"cpu": [
|
|
4926
4926
|
"arm"
|
|
4927
4927
|
],
|
|
@@ -4933,13 +4933,16 @@
|
|
|
4933
4933
|
]
|
|
4934
4934
|
},
|
|
4935
4935
|
"node_modules/@oxc-resolver/binding-linux-arm64-gnu": {
|
|
4936
|
-
"version": "11.
|
|
4937
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.
|
|
4938
|
-
"integrity": "sha512-
|
|
4936
|
+
"version": "11.20.0",
|
|
4937
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.20.0.tgz",
|
|
4938
|
+
"integrity": "sha512-0bJnmYFp62JdZ4nVMDUZ/C58BCZOCcqgKtnUlp7L9Ojf/czIN+3j72YlLPeWLkzlr6SlYvIQA4SGV/HyO0d+qg==",
|
|
4939
4939
|
"cpu": [
|
|
4940
4940
|
"arm64"
|
|
4941
4941
|
],
|
|
4942
4942
|
"dev": true,
|
|
4943
|
+
"libc": [
|
|
4944
|
+
"glibc"
|
|
4945
|
+
],
|
|
4943
4946
|
"license": "MIT",
|
|
4944
4947
|
"optional": true,
|
|
4945
4948
|
"os": [
|
|
@@ -4947,13 +4950,16 @@
|
|
|
4947
4950
|
]
|
|
4948
4951
|
},
|
|
4949
4952
|
"node_modules/@oxc-resolver/binding-linux-arm64-musl": {
|
|
4950
|
-
"version": "11.
|
|
4951
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.
|
|
4952
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "11.20.0",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.20.0.tgz",
|
|
4955
|
+
"integrity": "sha512-wKHHzPKZo7Ufhv/Bt6yxT7FOgnIgW4gwXcJUipkShGp68W3wGVqvr1Sr0fY65lN0Oy6y41+g2kIDvkgZaMMUkw==",
|
|
4953
4956
|
"cpu": [
|
|
4954
4957
|
"arm64"
|
|
4955
4958
|
],
|
|
4956
4959
|
"dev": true,
|
|
4960
|
+
"libc": [
|
|
4961
|
+
"musl"
|
|
4962
|
+
],
|
|
4957
4963
|
"license": "MIT",
|
|
4958
4964
|
"optional": true,
|
|
4959
4965
|
"os": [
|
|
@@ -4961,13 +4967,16 @@
|
|
|
4961
4967
|
]
|
|
4962
4968
|
},
|
|
4963
4969
|
"node_modules/@oxc-resolver/binding-linux-ppc64-gnu": {
|
|
4964
|
-
"version": "11.
|
|
4965
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.
|
|
4966
|
-
"integrity": "sha512-
|
|
4970
|
+
"version": "11.20.0",
|
|
4971
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.20.0.tgz",
|
|
4972
|
+
"integrity": "sha512-RN8goF7Ie0B79L4i4G6OeBocTgSC56vJbQ65VJje+oXnldVpLnOU7j/AQ/dP94TcCS+Yh6WG8u3Qt4ETteXFNQ==",
|
|
4967
4973
|
"cpu": [
|
|
4968
4974
|
"ppc64"
|
|
4969
4975
|
],
|
|
4970
4976
|
"dev": true,
|
|
4977
|
+
"libc": [
|
|
4978
|
+
"glibc"
|
|
4979
|
+
],
|
|
4971
4980
|
"license": "MIT",
|
|
4972
4981
|
"optional": true,
|
|
4973
4982
|
"os": [
|
|
@@ -4975,13 +4984,16 @@
|
|
|
4975
4984
|
]
|
|
4976
4985
|
},
|
|
4977
4986
|
"node_modules/@oxc-resolver/binding-linux-riscv64-gnu": {
|
|
4978
|
-
"version": "11.
|
|
4979
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.
|
|
4980
|
-
"integrity": "sha512
|
|
4987
|
+
"version": "11.20.0",
|
|
4988
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.20.0.tgz",
|
|
4989
|
+
"integrity": "sha512-5l1yU6/xQEqLZRzxqmMxJfWPslpwCmBsdDGaBvABPehxquCXDC7dd7oraNdKSJUMDXSM7VvVj8H2D2FTjU7oWw==",
|
|
4981
4990
|
"cpu": [
|
|
4982
4991
|
"riscv64"
|
|
4983
4992
|
],
|
|
4984
4993
|
"dev": true,
|
|
4994
|
+
"libc": [
|
|
4995
|
+
"glibc"
|
|
4996
|
+
],
|
|
4985
4997
|
"license": "MIT",
|
|
4986
4998
|
"optional": true,
|
|
4987
4999
|
"os": [
|
|
@@ -4989,13 +5001,16 @@
|
|
|
4989
5001
|
]
|
|
4990
5002
|
},
|
|
4991
5003
|
"node_modules/@oxc-resolver/binding-linux-riscv64-musl": {
|
|
4992
|
-
"version": "11.
|
|
4993
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.
|
|
4994
|
-
"integrity": "sha512-
|
|
5004
|
+
"version": "11.20.0",
|
|
5005
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.20.0.tgz",
|
|
5006
|
+
"integrity": "sha512-xHEvkbgz6UC+A3JOyDQy76LkUaxsNSfIr3/GV8slwZsnuooJiIB34gzJfsyvR4JdCYNUUPsRJc/w/oWkODu+hg==",
|
|
4995
5007
|
"cpu": [
|
|
4996
5008
|
"riscv64"
|
|
4997
5009
|
],
|
|
4998
5010
|
"dev": true,
|
|
5011
|
+
"libc": [
|
|
5012
|
+
"musl"
|
|
5013
|
+
],
|
|
4999
5014
|
"license": "MIT",
|
|
5000
5015
|
"optional": true,
|
|
5001
5016
|
"os": [
|
|
@@ -5003,13 +5018,16 @@
|
|
|
5003
5018
|
]
|
|
5004
5019
|
},
|
|
5005
5020
|
"node_modules/@oxc-resolver/binding-linux-s390x-gnu": {
|
|
5006
|
-
"version": "11.
|
|
5007
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.
|
|
5008
|
-
"integrity": "sha512-
|
|
5021
|
+
"version": "11.20.0",
|
|
5022
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.20.0.tgz",
|
|
5023
|
+
"integrity": "sha512-aWPDUUmSeyHvlW+SoEUd+JIJsQhVhu6a5tBpDRMu058naPAchTgAVGCFy35zjbnFlt0i8hLWziff6HX0D3LU4g==",
|
|
5009
5024
|
"cpu": [
|
|
5010
5025
|
"s390x"
|
|
5011
5026
|
],
|
|
5012
5027
|
"dev": true,
|
|
5028
|
+
"libc": [
|
|
5029
|
+
"glibc"
|
|
5030
|
+
],
|
|
5013
5031
|
"license": "MIT",
|
|
5014
5032
|
"optional": true,
|
|
5015
5033
|
"os": [
|
|
@@ -5017,13 +5035,16 @@
|
|
|
5017
5035
|
]
|
|
5018
5036
|
},
|
|
5019
5037
|
"node_modules/@oxc-resolver/binding-linux-x64-gnu": {
|
|
5020
|
-
"version": "11.
|
|
5021
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.
|
|
5022
|
-
"integrity": "sha512-
|
|
5038
|
+
"version": "11.20.0",
|
|
5039
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.20.0.tgz",
|
|
5040
|
+
"integrity": "sha512-x2YeSimvhJjKLVD8KSu8f/rqU1potcdEMkApIPJqjZWN7c2Fpt4g2X32WDg1p+XDAmyT7nuQGe0vnhvXeLbH+g==",
|
|
5023
5041
|
"cpu": [
|
|
5024
5042
|
"x64"
|
|
5025
5043
|
],
|
|
5026
5044
|
"dev": true,
|
|
5045
|
+
"libc": [
|
|
5046
|
+
"glibc"
|
|
5047
|
+
],
|
|
5027
5048
|
"license": "MIT",
|
|
5028
5049
|
"optional": true,
|
|
5029
5050
|
"os": [
|
|
@@ -5031,13 +5052,16 @@
|
|
|
5031
5052
|
]
|
|
5032
5053
|
},
|
|
5033
5054
|
"node_modules/@oxc-resolver/binding-linux-x64-musl": {
|
|
5034
|
-
"version": "11.
|
|
5035
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.
|
|
5036
|
-
"integrity": "sha512-
|
|
5055
|
+
"version": "11.20.0",
|
|
5056
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.20.0.tgz",
|
|
5057
|
+
"integrity": "sha512-kcRLEIxpZefeYfLChjpgFf3ilBzRDZ+yobMrpRsQlSrxuFGtm3U6PMU7AaEpMqo3NfDGVyJJseAjnRLzMFHjwQ==",
|
|
5037
5058
|
"cpu": [
|
|
5038
5059
|
"x64"
|
|
5039
5060
|
],
|
|
5040
5061
|
"dev": true,
|
|
5062
|
+
"libc": [
|
|
5063
|
+
"musl"
|
|
5064
|
+
],
|
|
5041
5065
|
"license": "MIT",
|
|
5042
5066
|
"optional": true,
|
|
5043
5067
|
"os": [
|
|
@@ -5045,9 +5069,9 @@
|
|
|
5045
5069
|
]
|
|
5046
5070
|
},
|
|
5047
5071
|
"node_modules/@oxc-resolver/binding-openharmony-arm64": {
|
|
5048
|
-
"version": "11.
|
|
5049
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.
|
|
5050
|
-
"integrity": "sha512-
|
|
5072
|
+
"version": "11.20.0",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.20.0.tgz",
|
|
5074
|
+
"integrity": "sha512-HHcfnApSZGtKhTiHqe8OZruOZe5XuFQH5/E0Yhj3u8fnFvzkM4/k6WjacUf4SvA0SPEAbfbgYmVPuo0VX/fIBQ==",
|
|
5051
5075
|
"cpu": [
|
|
5052
5076
|
"arm64"
|
|
5053
5077
|
],
|
|
@@ -5059,9 +5083,9 @@
|
|
|
5059
5083
|
]
|
|
5060
5084
|
},
|
|
5061
5085
|
"node_modules/@oxc-resolver/binding-wasm32-wasi": {
|
|
5062
|
-
"version": "11.
|
|
5063
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.
|
|
5064
|
-
"integrity": "sha512-
|
|
5086
|
+
"version": "11.20.0",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.20.0.tgz",
|
|
5088
|
+
"integrity": "sha512-Tn0y1XOFYHNfK1wp1Z5QK8Rcld/bsOwRISQXfqAZ5IBpv8Gz1IvV39fUWNprqNdRizgcvFhOzWwFun2zkJsyBg==",
|
|
5065
5089
|
"cpu": [
|
|
5066
5090
|
"wasm32"
|
|
5067
5091
|
],
|
|
@@ -5069,16 +5093,18 @@
|
|
|
5069
5093
|
"license": "MIT",
|
|
5070
5094
|
"optional": true,
|
|
5071
5095
|
"dependencies": {
|
|
5072
|
-
"@
|
|
5096
|
+
"@emnapi/core": "1.10.0",
|
|
5097
|
+
"@emnapi/runtime": "1.10.0",
|
|
5098
|
+
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
5073
5099
|
},
|
|
5074
5100
|
"engines": {
|
|
5075
5101
|
"node": ">=14.0.0"
|
|
5076
5102
|
}
|
|
5077
5103
|
},
|
|
5078
5104
|
"node_modules/@oxc-resolver/binding-win32-arm64-msvc": {
|
|
5079
|
-
"version": "11.
|
|
5080
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.
|
|
5081
|
-
"integrity": "sha512-
|
|
5105
|
+
"version": "11.20.0",
|
|
5106
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.20.0.tgz",
|
|
5107
|
+
"integrity": "sha512-qPi25YNPe4YenS8MgsQU2+bIFHxxpLx1LVna2444cEHqNPhNjvWf9zqj4aWE43H9LpAsTmkkAlA3eL5ElBU3mA==",
|
|
5082
5108
|
"cpu": [
|
|
5083
5109
|
"arm64"
|
|
5084
5110
|
],
|
|
@@ -5089,24 +5115,10 @@
|
|
|
5089
5115
|
"win32"
|
|
5090
5116
|
]
|
|
5091
5117
|
},
|
|
5092
|
-
"node_modules/@oxc-resolver/binding-win32-ia32-msvc": {
|
|
5093
|
-
"version": "11.19.1",
|
|
5094
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.19.1.tgz",
|
|
5095
|
-
"integrity": "sha512-EW+ND5q2Tl+a3pH81l1QbfgbF3HmqgwLfDfVithRFheac8OTcnbXt/JxqD2GbDkb7xYEqy1zNaVFRr3oeG8npA==",
|
|
5096
|
-
"cpu": [
|
|
5097
|
-
"ia32"
|
|
5098
|
-
],
|
|
5099
|
-
"dev": true,
|
|
5100
|
-
"license": "MIT",
|
|
5101
|
-
"optional": true,
|
|
5102
|
-
"os": [
|
|
5103
|
-
"win32"
|
|
5104
|
-
]
|
|
5105
|
-
},
|
|
5106
5118
|
"node_modules/@oxc-resolver/binding-win32-x64-msvc": {
|
|
5107
|
-
"version": "11.
|
|
5108
|
-
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.
|
|
5109
|
-
"integrity": "sha512-
|
|
5119
|
+
"version": "11.20.0",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.20.0.tgz",
|
|
5121
|
+
"integrity": "sha512-Wb14jWEW8huH6It9F6sXd9vrYmIS7pMrgkU6sxpLxkP+9z+wRgs71hUEhRpcn8FOXAFa27FVWfY2tRpbfTzfLw==",
|
|
5110
5122
|
"cpu": [
|
|
5111
5123
|
"x64"
|
|
5112
5124
|
],
|
|
@@ -5169,9 +5181,9 @@
|
|
|
5169
5181
|
}
|
|
5170
5182
|
},
|
|
5171
5183
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
5172
|
-
"version": "1.0.
|
|
5173
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.
|
|
5174
|
-
"integrity": "sha512-
|
|
5184
|
+
"version": "1.0.3",
|
|
5185
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
|
|
5186
|
+
"integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
|
|
5175
5187
|
"cpu": [
|
|
5176
5188
|
"arm64"
|
|
5177
5189
|
],
|
|
@@ -5186,9 +5198,9 @@
|
|
|
5186
5198
|
}
|
|
5187
5199
|
},
|
|
5188
5200
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
5189
|
-
"version": "1.0.
|
|
5190
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.
|
|
5191
|
-
"integrity": "sha512-
|
|
5201
|
+
"version": "1.0.3",
|
|
5202
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
|
|
5203
|
+
"integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
|
|
5192
5204
|
"cpu": [
|
|
5193
5205
|
"arm64"
|
|
5194
5206
|
],
|
|
@@ -5203,9 +5215,9 @@
|
|
|
5203
5215
|
}
|
|
5204
5216
|
},
|
|
5205
5217
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
5206
|
-
"version": "1.0.
|
|
5207
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.
|
|
5208
|
-
"integrity": "sha512-
|
|
5218
|
+
"version": "1.0.3",
|
|
5219
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
|
|
5220
|
+
"integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
|
|
5209
5221
|
"cpu": [
|
|
5210
5222
|
"x64"
|
|
5211
5223
|
],
|
|
@@ -5220,9 +5232,9 @@
|
|
|
5220
5232
|
}
|
|
5221
5233
|
},
|
|
5222
5234
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
5223
|
-
"version": "1.0.
|
|
5224
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.
|
|
5225
|
-
"integrity": "sha512-
|
|
5235
|
+
"version": "1.0.3",
|
|
5236
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
|
|
5237
|
+
"integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
|
|
5226
5238
|
"cpu": [
|
|
5227
5239
|
"x64"
|
|
5228
5240
|
],
|
|
@@ -5237,9 +5249,9 @@
|
|
|
5237
5249
|
}
|
|
5238
5250
|
},
|
|
5239
5251
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
5240
|
-
"version": "1.0.
|
|
5241
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.
|
|
5242
|
-
"integrity": "sha512-
|
|
5252
|
+
"version": "1.0.3",
|
|
5253
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
|
|
5254
|
+
"integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
|
|
5243
5255
|
"cpu": [
|
|
5244
5256
|
"arm"
|
|
5245
5257
|
],
|
|
@@ -5254,9 +5266,9 @@
|
|
|
5254
5266
|
}
|
|
5255
5267
|
},
|
|
5256
5268
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
5257
|
-
"version": "1.0.
|
|
5258
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.
|
|
5259
|
-
"integrity": "sha512-
|
|
5269
|
+
"version": "1.0.3",
|
|
5270
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
|
|
5271
|
+
"integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
|
|
5260
5272
|
"cpu": [
|
|
5261
5273
|
"arm64"
|
|
5262
5274
|
],
|
|
@@ -5274,9 +5286,9 @@
|
|
|
5274
5286
|
}
|
|
5275
5287
|
},
|
|
5276
5288
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
5277
|
-
"version": "1.0.
|
|
5278
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.
|
|
5279
|
-
"integrity": "sha512-
|
|
5289
|
+
"version": "1.0.3",
|
|
5290
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
|
|
5291
|
+
"integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
|
|
5280
5292
|
"cpu": [
|
|
5281
5293
|
"arm64"
|
|
5282
5294
|
],
|
|
@@ -5294,9 +5306,9 @@
|
|
|
5294
5306
|
}
|
|
5295
5307
|
},
|
|
5296
5308
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
5297
|
-
"version": "1.0.
|
|
5298
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.
|
|
5299
|
-
"integrity": "sha512-
|
|
5309
|
+
"version": "1.0.3",
|
|
5310
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
|
|
5311
|
+
"integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
|
|
5300
5312
|
"cpu": [
|
|
5301
5313
|
"ppc64"
|
|
5302
5314
|
],
|
|
@@ -5314,9 +5326,9 @@
|
|
|
5314
5326
|
}
|
|
5315
5327
|
},
|
|
5316
5328
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
5317
|
-
"version": "1.0.
|
|
5318
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.
|
|
5319
|
-
"integrity": "sha512-
|
|
5329
|
+
"version": "1.0.3",
|
|
5330
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
|
|
5331
|
+
"integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
|
|
5320
5332
|
"cpu": [
|
|
5321
5333
|
"s390x"
|
|
5322
5334
|
],
|
|
@@ -5334,9 +5346,9 @@
|
|
|
5334
5346
|
}
|
|
5335
5347
|
},
|
|
5336
5348
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
5337
|
-
"version": "1.0.
|
|
5338
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.
|
|
5339
|
-
"integrity": "sha512-
|
|
5349
|
+
"version": "1.0.3",
|
|
5350
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
|
|
5351
|
+
"integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
|
|
5340
5352
|
"cpu": [
|
|
5341
5353
|
"x64"
|
|
5342
5354
|
],
|
|
@@ -5354,9 +5366,9 @@
|
|
|
5354
5366
|
}
|
|
5355
5367
|
},
|
|
5356
5368
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
5357
|
-
"version": "1.0.
|
|
5358
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.
|
|
5359
|
-
"integrity": "sha512-
|
|
5369
|
+
"version": "1.0.3",
|
|
5370
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
|
|
5371
|
+
"integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
|
|
5360
5372
|
"cpu": [
|
|
5361
5373
|
"x64"
|
|
5362
5374
|
],
|
|
@@ -5374,9 +5386,9 @@
|
|
|
5374
5386
|
}
|
|
5375
5387
|
},
|
|
5376
5388
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
5377
|
-
"version": "1.0.
|
|
5378
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.
|
|
5379
|
-
"integrity": "sha512-
|
|
5389
|
+
"version": "1.0.3",
|
|
5390
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
|
|
5391
|
+
"integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
|
|
5380
5392
|
"cpu": [
|
|
5381
5393
|
"arm64"
|
|
5382
5394
|
],
|
|
@@ -5391,9 +5403,9 @@
|
|
|
5391
5403
|
}
|
|
5392
5404
|
},
|
|
5393
5405
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
5394
|
-
"version": "1.0.
|
|
5395
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.
|
|
5396
|
-
"integrity": "sha512-
|
|
5406
|
+
"version": "1.0.3",
|
|
5407
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
5408
|
+
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
5397
5409
|
"cpu": [
|
|
5398
5410
|
"wasm32"
|
|
5399
5411
|
],
|
|
@@ -5410,9 +5422,9 @@
|
|
|
5410
5422
|
}
|
|
5411
5423
|
},
|
|
5412
5424
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
5413
|
-
"version": "1.0.
|
|
5414
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.
|
|
5415
|
-
"integrity": "sha512-
|
|
5425
|
+
"version": "1.0.3",
|
|
5426
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
|
|
5427
|
+
"integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
|
|
5416
5428
|
"cpu": [
|
|
5417
5429
|
"arm64"
|
|
5418
5430
|
],
|
|
@@ -5427,9 +5439,9 @@
|
|
|
5427
5439
|
}
|
|
5428
5440
|
},
|
|
5429
5441
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
5430
|
-
"version": "1.0.
|
|
5431
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.
|
|
5432
|
-
"integrity": "sha512-
|
|
5442
|
+
"version": "1.0.3",
|
|
5443
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
|
|
5444
|
+
"integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
|
|
5433
5445
|
"cpu": [
|
|
5434
5446
|
"x64"
|
|
5435
5447
|
],
|
|
@@ -5584,13 +5596,13 @@
|
|
|
5584
5596
|
}
|
|
5585
5597
|
},
|
|
5586
5598
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5587
|
-
"version": "12.2.
|
|
5588
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5589
|
-
"integrity": "sha512
|
|
5599
|
+
"version": "12.2.24",
|
|
5600
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz",
|
|
5601
|
+
"integrity": "sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==",
|
|
5590
5602
|
"license": "Apache-2.0",
|
|
5591
5603
|
"dependencies": {
|
|
5592
|
-
"@inquirer/confirm": "^6.
|
|
5593
|
-
"@inquirer/password": "^5.
|
|
5604
|
+
"@inquirer/confirm": "^6.1.1",
|
|
5605
|
+
"@inquirer/password": "^5.1.1",
|
|
5594
5606
|
"@oclif/core": "^4.11.4",
|
|
5595
5607
|
"@oclif/table": "^0.5.9",
|
|
5596
5608
|
"@salesforce/core": "^8.31.0",
|
|
@@ -5605,16 +5617,16 @@
|
|
|
5605
5617
|
}
|
|
5606
5618
|
},
|
|
5607
5619
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
5608
|
-
"version": "6.
|
|
5609
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.
|
|
5610
|
-
"integrity": "sha512-
|
|
5620
|
+
"version": "6.1.1",
|
|
5621
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.1.1.tgz",
|
|
5622
|
+
"integrity": "sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==",
|
|
5611
5623
|
"license": "MIT",
|
|
5612
5624
|
"dependencies": {
|
|
5613
|
-
"@inquirer/core": "^11.1
|
|
5614
|
-
"@inquirer/type": "^4.0.
|
|
5625
|
+
"@inquirer/core": "^11.2.1",
|
|
5626
|
+
"@inquirer/type": "^4.0.7"
|
|
5615
5627
|
},
|
|
5616
5628
|
"engines": {
|
|
5617
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
5629
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
5618
5630
|
},
|
|
5619
5631
|
"peerDependencies": {
|
|
5620
5632
|
"@types/node": ">=18"
|
|
@@ -5626,21 +5638,21 @@
|
|
|
5626
5638
|
}
|
|
5627
5639
|
},
|
|
5628
5640
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
5629
|
-
"version": "11.1
|
|
5630
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.
|
|
5631
|
-
"integrity": "sha512-
|
|
5641
|
+
"version": "11.2.1",
|
|
5642
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz",
|
|
5643
|
+
"integrity": "sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==",
|
|
5632
5644
|
"license": "MIT",
|
|
5633
5645
|
"dependencies": {
|
|
5634
|
-
"@inquirer/ansi": "^2.0.
|
|
5635
|
-
"@inquirer/figures": "^2.0.
|
|
5636
|
-
"@inquirer/type": "^4.0.
|
|
5646
|
+
"@inquirer/ansi": "^2.0.7",
|
|
5647
|
+
"@inquirer/figures": "^2.0.7",
|
|
5648
|
+
"@inquirer/type": "^4.0.7",
|
|
5637
5649
|
"cli-width": "^4.1.0",
|
|
5638
5650
|
"fast-wrap-ansi": "^0.2.0",
|
|
5639
5651
|
"mute-stream": "^3.0.0",
|
|
5640
5652
|
"signal-exit": "^4.1.0"
|
|
5641
5653
|
},
|
|
5642
5654
|
"engines": {
|
|
5643
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
5655
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
5644
5656
|
},
|
|
5645
5657
|
"peerDependencies": {
|
|
5646
5658
|
"@types/node": ">=18"
|
|
@@ -5652,21 +5664,21 @@
|
|
|
5652
5664
|
}
|
|
5653
5665
|
},
|
|
5654
5666
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/figures": {
|
|
5655
|
-
"version": "2.0.
|
|
5656
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
5657
|
-
"integrity": "sha512-
|
|
5667
|
+
"version": "2.0.7",
|
|
5668
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz",
|
|
5669
|
+
"integrity": "sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==",
|
|
5658
5670
|
"license": "MIT",
|
|
5659
5671
|
"engines": {
|
|
5660
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
5672
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
5661
5673
|
}
|
|
5662
5674
|
},
|
|
5663
5675
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
5664
|
-
"version": "4.0.
|
|
5665
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
5666
|
-
"integrity": "sha512-
|
|
5676
|
+
"version": "4.0.7",
|
|
5677
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz",
|
|
5678
|
+
"integrity": "sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==",
|
|
5667
5679
|
"license": "MIT",
|
|
5668
5680
|
"engines": {
|
|
5669
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
5681
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
5670
5682
|
},
|
|
5671
5683
|
"peerDependencies": {
|
|
5672
5684
|
"@types/node": ">=18"
|
|
@@ -5687,9 +5699,9 @@
|
|
|
5687
5699
|
}
|
|
5688
5700
|
},
|
|
5689
5701
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5690
|
-
"version": "12.36.
|
|
5691
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.
|
|
5692
|
-
"integrity": "sha512-
|
|
5702
|
+
"version": "12.36.2",
|
|
5703
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.2.tgz",
|
|
5704
|
+
"integrity": "sha512-N3+dnM2EBsviXbnzP89iuBbdSyzB5b3RqUPZwyCw99SF6x6u9GKQVL164kfWyozl4XtZnhTQvbU75qkriFYWoQ==",
|
|
5693
5705
|
"license": "Apache-2.0",
|
|
5694
5706
|
"dependencies": {
|
|
5695
5707
|
"@salesforce/core": "^8.31.0",
|
|
@@ -5705,7 +5717,7 @@
|
|
|
5705
5717
|
"mime": "2.6.0",
|
|
5706
5718
|
"minimatch": "^9.0.9",
|
|
5707
5719
|
"proxy-agent": "^6.5.0",
|
|
5708
|
-
"yaml": "^2.
|
|
5720
|
+
"yaml": "^2.9.0"
|
|
5709
5721
|
},
|
|
5710
5722
|
"engines": {
|
|
5711
5723
|
"node": ">=18.0.0"
|
|
@@ -6740,9 +6752,9 @@
|
|
|
6740
6752
|
"license": "MIT"
|
|
6741
6753
|
},
|
|
6742
6754
|
"node_modules/@tybys/wasm-util": {
|
|
6743
|
-
"version": "0.10.
|
|
6744
|
-
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.
|
|
6745
|
-
"integrity": "sha512-
|
|
6755
|
+
"version": "0.10.2",
|
|
6756
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
6757
|
+
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
6746
6758
|
"dev": true,
|
|
6747
6759
|
"license": "MIT",
|
|
6748
6760
|
"optional": true,
|
|
@@ -6875,14 +6887,14 @@
|
|
|
6875
6887
|
"license": "MIT"
|
|
6876
6888
|
},
|
|
6877
6889
|
"node_modules/@vitest/coverage-v8": {
|
|
6878
|
-
"version": "4.1.
|
|
6879
|
-
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.
|
|
6880
|
-
"integrity": "sha512-
|
|
6890
|
+
"version": "4.1.8",
|
|
6891
|
+
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.8.tgz",
|
|
6892
|
+
"integrity": "sha512-lt3kovsyHwYe00wq4D1ti0Z974fWj4NLp6siqiyEufUpyFwK9Yhi7rBhac9JL5aA0zoMrJqc4vYPZRUnI7l7nw==",
|
|
6881
6893
|
"dev": true,
|
|
6882
6894
|
"license": "MIT",
|
|
6883
6895
|
"dependencies": {
|
|
6884
6896
|
"@bcoe/v8-coverage": "^1.0.2",
|
|
6885
|
-
"@vitest/utils": "4.1.
|
|
6897
|
+
"@vitest/utils": "4.1.8",
|
|
6886
6898
|
"ast-v8-to-istanbul": "^1.0.0",
|
|
6887
6899
|
"istanbul-lib-coverage": "^3.2.2",
|
|
6888
6900
|
"istanbul-lib-report": "^3.0.1",
|
|
@@ -6896,8 +6908,8 @@
|
|
|
6896
6908
|
"url": "https://opencollective.com/vitest"
|
|
6897
6909
|
},
|
|
6898
6910
|
"peerDependencies": {
|
|
6899
|
-
"@vitest/browser": "4.1.
|
|
6900
|
-
"vitest": "4.1.
|
|
6911
|
+
"@vitest/browser": "4.1.8",
|
|
6912
|
+
"vitest": "4.1.8"
|
|
6901
6913
|
},
|
|
6902
6914
|
"peerDependenciesMeta": {
|
|
6903
6915
|
"@vitest/browser": {
|
|
@@ -6916,16 +6928,16 @@
|
|
|
6916
6928
|
}
|
|
6917
6929
|
},
|
|
6918
6930
|
"node_modules/@vitest/expect": {
|
|
6919
|
-
"version": "4.1.
|
|
6920
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
6921
|
-
"integrity": "sha512-
|
|
6931
|
+
"version": "4.1.8",
|
|
6932
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.8.tgz",
|
|
6933
|
+
"integrity": "sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==",
|
|
6922
6934
|
"dev": true,
|
|
6923
6935
|
"license": "MIT",
|
|
6924
6936
|
"dependencies": {
|
|
6925
6937
|
"@standard-schema/spec": "^1.1.0",
|
|
6926
6938
|
"@types/chai": "^5.2.2",
|
|
6927
|
-
"@vitest/spy": "4.1.
|
|
6928
|
-
"@vitest/utils": "4.1.
|
|
6939
|
+
"@vitest/spy": "4.1.8",
|
|
6940
|
+
"@vitest/utils": "4.1.8",
|
|
6929
6941
|
"chai": "^6.2.2",
|
|
6930
6942
|
"tinyrainbow": "^3.1.0"
|
|
6931
6943
|
},
|
|
@@ -6934,13 +6946,13 @@
|
|
|
6934
6946
|
}
|
|
6935
6947
|
},
|
|
6936
6948
|
"node_modules/@vitest/mocker": {
|
|
6937
|
-
"version": "4.1.
|
|
6938
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
6939
|
-
"integrity": "sha512-
|
|
6949
|
+
"version": "4.1.8",
|
|
6950
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.8.tgz",
|
|
6951
|
+
"integrity": "sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==",
|
|
6940
6952
|
"dev": true,
|
|
6941
6953
|
"license": "MIT",
|
|
6942
6954
|
"dependencies": {
|
|
6943
|
-
"@vitest/spy": "4.1.
|
|
6955
|
+
"@vitest/spy": "4.1.8",
|
|
6944
6956
|
"estree-walker": "^3.0.3",
|
|
6945
6957
|
"magic-string": "^0.30.21"
|
|
6946
6958
|
},
|
|
@@ -6961,9 +6973,9 @@
|
|
|
6961
6973
|
}
|
|
6962
6974
|
},
|
|
6963
6975
|
"node_modules/@vitest/pretty-format": {
|
|
6964
|
-
"version": "4.1.
|
|
6965
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
6966
|
-
"integrity": "sha512-
|
|
6976
|
+
"version": "4.1.8",
|
|
6977
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.8.tgz",
|
|
6978
|
+
"integrity": "sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==",
|
|
6967
6979
|
"dev": true,
|
|
6968
6980
|
"license": "MIT",
|
|
6969
6981
|
"dependencies": {
|
|
@@ -6974,13 +6986,13 @@
|
|
|
6974
6986
|
}
|
|
6975
6987
|
},
|
|
6976
6988
|
"node_modules/@vitest/runner": {
|
|
6977
|
-
"version": "4.1.
|
|
6978
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
6979
|
-
"integrity": "sha512-
|
|
6989
|
+
"version": "4.1.8",
|
|
6990
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.8.tgz",
|
|
6991
|
+
"integrity": "sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==",
|
|
6980
6992
|
"dev": true,
|
|
6981
6993
|
"license": "MIT",
|
|
6982
6994
|
"dependencies": {
|
|
6983
|
-
"@vitest/utils": "4.1.
|
|
6995
|
+
"@vitest/utils": "4.1.8",
|
|
6984
6996
|
"pathe": "^2.0.3"
|
|
6985
6997
|
},
|
|
6986
6998
|
"funding": {
|
|
@@ -6988,14 +7000,14 @@
|
|
|
6988
7000
|
}
|
|
6989
7001
|
},
|
|
6990
7002
|
"node_modules/@vitest/snapshot": {
|
|
6991
|
-
"version": "4.1.
|
|
6992
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
6993
|
-
"integrity": "sha512-
|
|
7003
|
+
"version": "4.1.8",
|
|
7004
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.8.tgz",
|
|
7005
|
+
"integrity": "sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==",
|
|
6994
7006
|
"dev": true,
|
|
6995
7007
|
"license": "MIT",
|
|
6996
7008
|
"dependencies": {
|
|
6997
|
-
"@vitest/pretty-format": "4.1.
|
|
6998
|
-
"@vitest/utils": "4.1.
|
|
7009
|
+
"@vitest/pretty-format": "4.1.8",
|
|
7010
|
+
"@vitest/utils": "4.1.8",
|
|
6999
7011
|
"magic-string": "^0.30.21",
|
|
7000
7012
|
"pathe": "^2.0.3"
|
|
7001
7013
|
},
|
|
@@ -7004,9 +7016,9 @@
|
|
|
7004
7016
|
}
|
|
7005
7017
|
},
|
|
7006
7018
|
"node_modules/@vitest/spy": {
|
|
7007
|
-
"version": "4.1.
|
|
7008
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
7009
|
-
"integrity": "sha512-
|
|
7019
|
+
"version": "4.1.8",
|
|
7020
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.8.tgz",
|
|
7021
|
+
"integrity": "sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==",
|
|
7010
7022
|
"dev": true,
|
|
7011
7023
|
"license": "MIT",
|
|
7012
7024
|
"funding": {
|
|
@@ -7014,13 +7026,13 @@
|
|
|
7014
7026
|
}
|
|
7015
7027
|
},
|
|
7016
7028
|
"node_modules/@vitest/utils": {
|
|
7017
|
-
"version": "4.1.
|
|
7018
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
7019
|
-
"integrity": "sha512-
|
|
7029
|
+
"version": "4.1.8",
|
|
7030
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.8.tgz",
|
|
7031
|
+
"integrity": "sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==",
|
|
7020
7032
|
"dev": true,
|
|
7021
7033
|
"license": "MIT",
|
|
7022
7034
|
"dependencies": {
|
|
7023
|
-
"@vitest/pretty-format": "4.1.
|
|
7035
|
+
"@vitest/pretty-format": "4.1.8",
|
|
7024
7036
|
"convert-source-map": "^2.0.0",
|
|
7025
7037
|
"tinyrainbow": "^3.1.0"
|
|
7026
7038
|
},
|
|
@@ -8516,9 +8528,9 @@
|
|
|
8516
8528
|
}
|
|
8517
8529
|
},
|
|
8518
8530
|
"node_modules/es-toolkit": {
|
|
8519
|
-
"version": "1.
|
|
8520
|
-
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.
|
|
8521
|
-
"integrity": "sha512-
|
|
8531
|
+
"version": "1.47.0",
|
|
8532
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.47.0.tgz",
|
|
8533
|
+
"integrity": "sha512-n1GuoD0WEQZMBk5tttoZSqwgyLx01oqa5XsBmCHwPyNe1S9jPBEmtR2pSgp2kJuWE3ciFZ6yRHmY4pM4C3OOkw==",
|
|
8522
8534
|
"dev": true,
|
|
8523
8535
|
"license": "MIT",
|
|
8524
8536
|
"workspaces": [
|
|
@@ -8773,9 +8785,9 @@
|
|
|
8773
8785
|
"license": "BSD-3-Clause"
|
|
8774
8786
|
},
|
|
8775
8787
|
"node_modules/fast-wrap-ansi": {
|
|
8776
|
-
"version": "0.2.
|
|
8777
|
-
"resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.
|
|
8778
|
-
"integrity": "sha512-
|
|
8788
|
+
"version": "0.2.2",
|
|
8789
|
+
"resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz",
|
|
8790
|
+
"integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==",
|
|
8779
8791
|
"license": "MIT",
|
|
8780
8792
|
"dependencies": {
|
|
8781
8793
|
"fast-string-width": "^3.0.2"
|
|
@@ -10332,9 +10344,9 @@
|
|
|
10332
10344
|
}
|
|
10333
10345
|
},
|
|
10334
10346
|
"node_modules/knip": {
|
|
10335
|
-
"version": "6.
|
|
10336
|
-
"resolved": "https://registry.npmjs.org/knip/-/knip-6.
|
|
10337
|
-
"integrity": "sha512-
|
|
10347
|
+
"version": "6.15.0",
|
|
10348
|
+
"resolved": "https://registry.npmjs.org/knip/-/knip-6.15.0.tgz",
|
|
10349
|
+
"integrity": "sha512-uBaKFEGcu/HG4EY2gWFBMr+fBF43Jftoc2riJX51TKME1Z46C8UQIbNEusenYbEWihphxe2PY0Kns0yPvPYz4A==",
|
|
10338
10350
|
"dev": true,
|
|
10339
10351
|
"funding": [
|
|
10340
10352
|
{
|
|
@@ -10353,8 +10365,8 @@
|
|
|
10353
10365
|
"get-tsconfig": "4.14.0",
|
|
10354
10366
|
"jiti": "^2.7.0",
|
|
10355
10367
|
"minimist": "^1.2.8",
|
|
10356
|
-
"oxc-parser": "^0.
|
|
10357
|
-
"oxc-resolver": "^11.
|
|
10368
|
+
"oxc-parser": "^0.133.0",
|
|
10369
|
+
"oxc-resolver": "^11.20.0",
|
|
10358
10370
|
"picomatch": "^4.0.4",
|
|
10359
10371
|
"smol-toml": "^1.6.1",
|
|
10360
10372
|
"strip-json-comments": "5.0.3",
|
|
@@ -10727,16 +10739,16 @@
|
|
|
10727
10739
|
"license": "MIT"
|
|
10728
10740
|
},
|
|
10729
10741
|
"node_modules/lint-staged": {
|
|
10730
|
-
"version": "17.0.
|
|
10731
|
-
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.
|
|
10732
|
-
"integrity": "sha512-
|
|
10742
|
+
"version": "17.0.7",
|
|
10743
|
+
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.7.tgz",
|
|
10744
|
+
"integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==",
|
|
10733
10745
|
"dev": true,
|
|
10734
10746
|
"license": "MIT",
|
|
10735
10747
|
"dependencies": {
|
|
10736
10748
|
"listr2": "^10.2.1",
|
|
10737
10749
|
"picomatch": "^4.0.4",
|
|
10738
10750
|
"string-argv": "^0.3.2",
|
|
10739
|
-
"tinyexec": "^1.
|
|
10751
|
+
"tinyexec": "^1.2.4"
|
|
10740
10752
|
},
|
|
10741
10753
|
"bin": {
|
|
10742
10754
|
"lint-staged": "bin/lint-staged.js"
|
|
@@ -10748,7 +10760,7 @@
|
|
|
10748
10760
|
"url": "https://opencollective.com/lint-staged"
|
|
10749
10761
|
},
|
|
10750
10762
|
"optionalDependencies": {
|
|
10751
|
-
"yaml": "^2.
|
|
10763
|
+
"yaml": "^2.9.0"
|
|
10752
10764
|
}
|
|
10753
10765
|
},
|
|
10754
10766
|
"node_modules/lint-staged/node_modules/picomatch": {
|
|
@@ -11707,9 +11719,9 @@
|
|
|
11707
11719
|
"license": "MIT"
|
|
11708
11720
|
},
|
|
11709
11721
|
"node_modules/oclif": {
|
|
11710
|
-
"version": "4.23.
|
|
11711
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
11712
|
-
"integrity": "sha512-
|
|
11722
|
+
"version": "4.23.10",
|
|
11723
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz",
|
|
11724
|
+
"integrity": "sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==",
|
|
11713
11725
|
"dev": true,
|
|
11714
11726
|
"license": "MIT",
|
|
11715
11727
|
"dependencies": {
|
|
@@ -11718,10 +11730,10 @@
|
|
|
11718
11730
|
"@inquirer/confirm": "^3.1.22",
|
|
11719
11731
|
"@inquirer/input": "^2.2.4",
|
|
11720
11732
|
"@inquirer/select": "^2.5.0",
|
|
11721
|
-
"@oclif/core": "^4.11.
|
|
11733
|
+
"@oclif/core": "^4.11.4",
|
|
11722
11734
|
"@oclif/plugin-help": "^6.2.49",
|
|
11723
11735
|
"@oclif/plugin-not-found": "^3.2.85",
|
|
11724
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
11736
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.65",
|
|
11725
11737
|
"ansis": "^3.16.0",
|
|
11726
11738
|
"async-retry": "^1.3.3",
|
|
11727
11739
|
"change-case": "^4",
|
|
@@ -11845,13 +11857,13 @@
|
|
|
11845
11857
|
}
|
|
11846
11858
|
},
|
|
11847
11859
|
"node_modules/oxc-parser": {
|
|
11848
|
-
"version": "0.
|
|
11849
|
-
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.
|
|
11850
|
-
"integrity": "sha512-
|
|
11860
|
+
"version": "0.133.0",
|
|
11861
|
+
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.133.0.tgz",
|
|
11862
|
+
"integrity": "sha512-661RSx+ZcjBmjBYid+Fpp/2F5EbtildpeoZh5HdgnGs+jZ03nqQEQW8yGkt4BGyOC3OMPDQQRl8M5kqD2/g6jw==",
|
|
11851
11863
|
"dev": true,
|
|
11852
11864
|
"license": "MIT",
|
|
11853
11865
|
"dependencies": {
|
|
11854
|
-
"@oxc-project/types": "^0.
|
|
11866
|
+
"@oxc-project/types": "^0.133.0"
|
|
11855
11867
|
},
|
|
11856
11868
|
"engines": {
|
|
11857
11869
|
"node": "^20.19.0 || >=22.12.0"
|
|
@@ -11860,68 +11872,57 @@
|
|
|
11860
11872
|
"url": "https://github.com/sponsors/Boshen"
|
|
11861
11873
|
},
|
|
11862
11874
|
"optionalDependencies": {
|
|
11863
|
-
"@oxc-parser/binding-android-arm-eabi": "0.
|
|
11864
|
-
"@oxc-parser/binding-android-arm64": "0.
|
|
11865
|
-
"@oxc-parser/binding-darwin-arm64": "0.
|
|
11866
|
-
"@oxc-parser/binding-darwin-x64": "0.
|
|
11867
|
-
"@oxc-parser/binding-freebsd-x64": "0.
|
|
11868
|
-
"@oxc-parser/binding-linux-arm-gnueabihf": "0.
|
|
11869
|
-
"@oxc-parser/binding-linux-arm-musleabihf": "0.
|
|
11870
|
-
"@oxc-parser/binding-linux-arm64-gnu": "0.
|
|
11871
|
-
"@oxc-parser/binding-linux-arm64-musl": "0.
|
|
11872
|
-
"@oxc-parser/binding-linux-ppc64-gnu": "0.
|
|
11873
|
-
"@oxc-parser/binding-linux-riscv64-gnu": "0.
|
|
11874
|
-
"@oxc-parser/binding-linux-riscv64-musl": "0.
|
|
11875
|
-
"@oxc-parser/binding-linux-s390x-gnu": "0.
|
|
11876
|
-
"@oxc-parser/binding-linux-x64-gnu": "0.
|
|
11877
|
-
"@oxc-parser/binding-linux-x64-musl": "0.
|
|
11878
|
-
"@oxc-parser/binding-openharmony-arm64": "0.
|
|
11879
|
-
"@oxc-parser/binding-wasm32-wasi": "0.
|
|
11880
|
-
"@oxc-parser/binding-win32-arm64-msvc": "0.
|
|
11881
|
-
"@oxc-parser/binding-win32-ia32-msvc": "0.
|
|
11882
|
-
"@oxc-parser/binding-win32-x64-msvc": "0.
|
|
11883
|
-
}
|
|
11884
|
-
},
|
|
11885
|
-
"node_modules/oxc-parser/node_modules/@oxc-project/types": {
|
|
11886
|
-
"version": "0.130.0",
|
|
11887
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
|
|
11888
|
-
"integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
|
|
11889
|
-
"dev": true,
|
|
11890
|
-
"license": "MIT",
|
|
11891
|
-
"funding": {
|
|
11892
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
11875
|
+
"@oxc-parser/binding-android-arm-eabi": "0.133.0",
|
|
11876
|
+
"@oxc-parser/binding-android-arm64": "0.133.0",
|
|
11877
|
+
"@oxc-parser/binding-darwin-arm64": "0.133.0",
|
|
11878
|
+
"@oxc-parser/binding-darwin-x64": "0.133.0",
|
|
11879
|
+
"@oxc-parser/binding-freebsd-x64": "0.133.0",
|
|
11880
|
+
"@oxc-parser/binding-linux-arm-gnueabihf": "0.133.0",
|
|
11881
|
+
"@oxc-parser/binding-linux-arm-musleabihf": "0.133.0",
|
|
11882
|
+
"@oxc-parser/binding-linux-arm64-gnu": "0.133.0",
|
|
11883
|
+
"@oxc-parser/binding-linux-arm64-musl": "0.133.0",
|
|
11884
|
+
"@oxc-parser/binding-linux-ppc64-gnu": "0.133.0",
|
|
11885
|
+
"@oxc-parser/binding-linux-riscv64-gnu": "0.133.0",
|
|
11886
|
+
"@oxc-parser/binding-linux-riscv64-musl": "0.133.0",
|
|
11887
|
+
"@oxc-parser/binding-linux-s390x-gnu": "0.133.0",
|
|
11888
|
+
"@oxc-parser/binding-linux-x64-gnu": "0.133.0",
|
|
11889
|
+
"@oxc-parser/binding-linux-x64-musl": "0.133.0",
|
|
11890
|
+
"@oxc-parser/binding-openharmony-arm64": "0.133.0",
|
|
11891
|
+
"@oxc-parser/binding-wasm32-wasi": "0.133.0",
|
|
11892
|
+
"@oxc-parser/binding-win32-arm64-msvc": "0.133.0",
|
|
11893
|
+
"@oxc-parser/binding-win32-ia32-msvc": "0.133.0",
|
|
11894
|
+
"@oxc-parser/binding-win32-x64-msvc": "0.133.0"
|
|
11893
11895
|
}
|
|
11894
11896
|
},
|
|
11895
11897
|
"node_modules/oxc-resolver": {
|
|
11896
|
-
"version": "11.
|
|
11897
|
-
"resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-11.
|
|
11898
|
-
"integrity": "sha512-
|
|
11898
|
+
"version": "11.20.0",
|
|
11899
|
+
"resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-11.20.0.tgz",
|
|
11900
|
+
"integrity": "sha512-CblytBiV/a/ZXY34dsVU2NxhIOxMXst8CvDCtyBelVITgd7PLrKzbEbA6oKLdPjvDKDzCiW48qzmzZ+mYaqn+g==",
|
|
11899
11901
|
"dev": true,
|
|
11900
11902
|
"license": "MIT",
|
|
11901
11903
|
"funding": {
|
|
11902
11904
|
"url": "https://github.com/sponsors/Boshen"
|
|
11903
11905
|
},
|
|
11904
11906
|
"optionalDependencies": {
|
|
11905
|
-
"@oxc-resolver/binding-android-arm-eabi": "11.
|
|
11906
|
-
"@oxc-resolver/binding-android-arm64": "11.
|
|
11907
|
-
"@oxc-resolver/binding-darwin-arm64": "11.
|
|
11908
|
-
"@oxc-resolver/binding-darwin-x64": "11.
|
|
11909
|
-
"@oxc-resolver/binding-freebsd-x64": "11.
|
|
11910
|
-
"@oxc-resolver/binding-linux-arm-gnueabihf": "11.
|
|
11911
|
-
"@oxc-resolver/binding-linux-arm-musleabihf": "11.
|
|
11912
|
-
"@oxc-resolver/binding-linux-arm64-gnu": "11.
|
|
11913
|
-
"@oxc-resolver/binding-linux-arm64-musl": "11.
|
|
11914
|
-
"@oxc-resolver/binding-linux-ppc64-gnu": "11.
|
|
11915
|
-
"@oxc-resolver/binding-linux-riscv64-gnu": "11.
|
|
11916
|
-
"@oxc-resolver/binding-linux-riscv64-musl": "11.
|
|
11917
|
-
"@oxc-resolver/binding-linux-s390x-gnu": "11.
|
|
11918
|
-
"@oxc-resolver/binding-linux-x64-gnu": "11.
|
|
11919
|
-
"@oxc-resolver/binding-linux-x64-musl": "11.
|
|
11920
|
-
"@oxc-resolver/binding-openharmony-arm64": "11.
|
|
11921
|
-
"@oxc-resolver/binding-wasm32-wasi": "11.
|
|
11922
|
-
"@oxc-resolver/binding-win32-arm64-msvc": "11.
|
|
11923
|
-
"@oxc-resolver/binding-win32-
|
|
11924
|
-
"@oxc-resolver/binding-win32-x64-msvc": "11.19.1"
|
|
11907
|
+
"@oxc-resolver/binding-android-arm-eabi": "11.20.0",
|
|
11908
|
+
"@oxc-resolver/binding-android-arm64": "11.20.0",
|
|
11909
|
+
"@oxc-resolver/binding-darwin-arm64": "11.20.0",
|
|
11910
|
+
"@oxc-resolver/binding-darwin-x64": "11.20.0",
|
|
11911
|
+
"@oxc-resolver/binding-freebsd-x64": "11.20.0",
|
|
11912
|
+
"@oxc-resolver/binding-linux-arm-gnueabihf": "11.20.0",
|
|
11913
|
+
"@oxc-resolver/binding-linux-arm-musleabihf": "11.20.0",
|
|
11914
|
+
"@oxc-resolver/binding-linux-arm64-gnu": "11.20.0",
|
|
11915
|
+
"@oxc-resolver/binding-linux-arm64-musl": "11.20.0",
|
|
11916
|
+
"@oxc-resolver/binding-linux-ppc64-gnu": "11.20.0",
|
|
11917
|
+
"@oxc-resolver/binding-linux-riscv64-gnu": "11.20.0",
|
|
11918
|
+
"@oxc-resolver/binding-linux-riscv64-musl": "11.20.0",
|
|
11919
|
+
"@oxc-resolver/binding-linux-s390x-gnu": "11.20.0",
|
|
11920
|
+
"@oxc-resolver/binding-linux-x64-gnu": "11.20.0",
|
|
11921
|
+
"@oxc-resolver/binding-linux-x64-musl": "11.20.0",
|
|
11922
|
+
"@oxc-resolver/binding-openharmony-arm64": "11.20.0",
|
|
11923
|
+
"@oxc-resolver/binding-wasm32-wasi": "11.20.0",
|
|
11924
|
+
"@oxc-resolver/binding-win32-arm64-msvc": "11.20.0",
|
|
11925
|
+
"@oxc-resolver/binding-win32-x64-msvc": "11.20.0"
|
|
11925
11926
|
}
|
|
11926
11927
|
},
|
|
11927
11928
|
"node_modules/p-cancelable": {
|
|
@@ -12740,13 +12741,13 @@
|
|
|
12740
12741
|
"license": "MIT"
|
|
12741
12742
|
},
|
|
12742
12743
|
"node_modules/rolldown": {
|
|
12743
|
-
"version": "1.0.
|
|
12744
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.
|
|
12745
|
-
"integrity": "sha512-
|
|
12744
|
+
"version": "1.0.3",
|
|
12745
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.3.tgz",
|
|
12746
|
+
"integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
|
|
12746
12747
|
"dev": true,
|
|
12747
12748
|
"license": "MIT",
|
|
12748
12749
|
"dependencies": {
|
|
12749
|
-
"@oxc-project/types": "=0.
|
|
12750
|
+
"@oxc-project/types": "=0.133.0",
|
|
12750
12751
|
"@rolldown/pluginutils": "^1.0.0"
|
|
12751
12752
|
},
|
|
12752
12753
|
"bin": {
|
|
@@ -12756,21 +12757,21 @@
|
|
|
12756
12757
|
"node": "^20.19.0 || >=22.12.0"
|
|
12757
12758
|
},
|
|
12758
12759
|
"optionalDependencies": {
|
|
12759
|
-
"@rolldown/binding-android-arm64": "1.0.
|
|
12760
|
-
"@rolldown/binding-darwin-arm64": "1.0.
|
|
12761
|
-
"@rolldown/binding-darwin-x64": "1.0.
|
|
12762
|
-
"@rolldown/binding-freebsd-x64": "1.0.
|
|
12763
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.
|
|
12764
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.
|
|
12765
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.
|
|
12766
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.
|
|
12767
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.
|
|
12768
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.
|
|
12769
|
-
"@rolldown/binding-linux-x64-musl": "1.0.
|
|
12770
|
-
"@rolldown/binding-openharmony-arm64": "1.0.
|
|
12771
|
-
"@rolldown/binding-wasm32-wasi": "1.0.
|
|
12772
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.
|
|
12773
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.
|
|
12760
|
+
"@rolldown/binding-android-arm64": "1.0.3",
|
|
12761
|
+
"@rolldown/binding-darwin-arm64": "1.0.3",
|
|
12762
|
+
"@rolldown/binding-darwin-x64": "1.0.3",
|
|
12763
|
+
"@rolldown/binding-freebsd-x64": "1.0.3",
|
|
12764
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
|
|
12765
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.3",
|
|
12766
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.3",
|
|
12767
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.3",
|
|
12768
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.3",
|
|
12769
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.3",
|
|
12770
|
+
"@rolldown/binding-linux-x64-musl": "1.0.3",
|
|
12771
|
+
"@rolldown/binding-openharmony-arm64": "1.0.3",
|
|
12772
|
+
"@rolldown/binding-wasm32-wasi": "1.0.3",
|
|
12773
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.3",
|
|
12774
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.3"
|
|
12774
12775
|
}
|
|
12775
12776
|
},
|
|
12776
12777
|
"node_modules/run-parallel": {
|
|
@@ -13851,9 +13852,9 @@
|
|
|
13851
13852
|
"license": "MIT"
|
|
13852
13853
|
},
|
|
13853
13854
|
"node_modules/tinyexec": {
|
|
13854
|
-
"version": "1.
|
|
13855
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.
|
|
13856
|
-
"integrity": "sha512-
|
|
13855
|
+
"version": "1.2.4",
|
|
13856
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",
|
|
13857
|
+
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==",
|
|
13857
13858
|
"dev": true,
|
|
13858
13859
|
"license": "MIT",
|
|
13859
13860
|
"engines": {
|
|
@@ -13861,9 +13862,9 @@
|
|
|
13861
13862
|
}
|
|
13862
13863
|
},
|
|
13863
13864
|
"node_modules/tinyglobby": {
|
|
13864
|
-
"version": "0.2.
|
|
13865
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
13866
|
-
"integrity": "sha512-
|
|
13865
|
+
"version": "0.2.17",
|
|
13866
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
13867
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
13867
13868
|
"license": "MIT",
|
|
13868
13869
|
"dependencies": {
|
|
13869
13870
|
"fdir": "^6.5.0",
|
|
@@ -14312,17 +14313,17 @@
|
|
|
14312
14313
|
}
|
|
14313
14314
|
},
|
|
14314
14315
|
"node_modules/vite": {
|
|
14315
|
-
"version": "8.0.
|
|
14316
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
14317
|
-
"integrity": "sha512-
|
|
14316
|
+
"version": "8.0.16",
|
|
14317
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz",
|
|
14318
|
+
"integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
|
|
14318
14319
|
"dev": true,
|
|
14319
14320
|
"license": "MIT",
|
|
14320
14321
|
"dependencies": {
|
|
14321
14322
|
"lightningcss": "^1.32.0",
|
|
14322
14323
|
"picomatch": "^4.0.4",
|
|
14323
14324
|
"postcss": "^8.5.15",
|
|
14324
|
-
"rolldown": "1.0.
|
|
14325
|
-
"tinyglobby": "^0.2.
|
|
14325
|
+
"rolldown": "1.0.3",
|
|
14326
|
+
"tinyglobby": "^0.2.17"
|
|
14326
14327
|
},
|
|
14327
14328
|
"bin": {
|
|
14328
14329
|
"vite": "bin/vite.js"
|
|
@@ -14403,19 +14404,19 @@
|
|
|
14403
14404
|
}
|
|
14404
14405
|
},
|
|
14405
14406
|
"node_modules/vitest": {
|
|
14406
|
-
"version": "4.1.
|
|
14407
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
14408
|
-
"integrity": "sha512-
|
|
14407
|
+
"version": "4.1.8",
|
|
14408
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.8.tgz",
|
|
14409
|
+
"integrity": "sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==",
|
|
14409
14410
|
"dev": true,
|
|
14410
14411
|
"license": "MIT",
|
|
14411
14412
|
"dependencies": {
|
|
14412
|
-
"@vitest/expect": "4.1.
|
|
14413
|
-
"@vitest/mocker": "4.1.
|
|
14414
|
-
"@vitest/pretty-format": "4.1.
|
|
14415
|
-
"@vitest/runner": "4.1.
|
|
14416
|
-
"@vitest/snapshot": "4.1.
|
|
14417
|
-
"@vitest/spy": "4.1.
|
|
14418
|
-
"@vitest/utils": "4.1.
|
|
14413
|
+
"@vitest/expect": "4.1.8",
|
|
14414
|
+
"@vitest/mocker": "4.1.8",
|
|
14415
|
+
"@vitest/pretty-format": "4.1.8",
|
|
14416
|
+
"@vitest/runner": "4.1.8",
|
|
14417
|
+
"@vitest/snapshot": "4.1.8",
|
|
14418
|
+
"@vitest/spy": "4.1.8",
|
|
14419
|
+
"@vitest/utils": "4.1.8",
|
|
14419
14420
|
"es-module-lexer": "^2.0.0",
|
|
14420
14421
|
"expect-type": "^1.3.0",
|
|
14421
14422
|
"magic-string": "^0.30.21",
|
|
@@ -14443,12 +14444,12 @@
|
|
|
14443
14444
|
"@edge-runtime/vm": "*",
|
|
14444
14445
|
"@opentelemetry/api": "^1.9.0",
|
|
14445
14446
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
14446
|
-
"@vitest/browser-playwright": "4.1.
|
|
14447
|
-
"@vitest/browser-preview": "4.1.
|
|
14448
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
14449
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
14450
|
-
"@vitest/coverage-v8": "4.1.
|
|
14451
|
-
"@vitest/ui": "4.1.
|
|
14447
|
+
"@vitest/browser-playwright": "4.1.8",
|
|
14448
|
+
"@vitest/browser-preview": "4.1.8",
|
|
14449
|
+
"@vitest/browser-webdriverio": "4.1.8",
|
|
14450
|
+
"@vitest/coverage-istanbul": "4.1.8",
|
|
14451
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
14452
|
+
"@vitest/ui": "4.1.8",
|
|
14452
14453
|
"happy-dom": "*",
|
|
14453
14454
|
"jsdom": "*",
|
|
14454
14455
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|