sfdx-git-delta 6.44.1 → 6.44.2
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/adapter/GitAdapter.js +42 -2
- package/lib/adapter/GitAdapter.js.map +1 -1
- package/lib/adapter/gitBatchCatFile.js +16 -0
- package/lib/adapter/gitBatchCatFile.js.map +1 -1
- package/lib/adapter/ioExecutor.js +12 -3
- package/lib/adapter/ioExecutor.js.map +1 -1
- package/lib/constant/metadataConstants.d.ts +2 -0
- package/lib/constant/metadataConstants.js +2 -0
- package/lib/constant/metadataConstants.js.map +1 -1
- package/lib/main.js +5 -0
- package/lib/main.js.map +1 -1
- package/lib/metadata/MetadataRepositoryImpl.js +4 -0
- package/lib/metadata/MetadataRepositoryImpl.js.map +1 -1
- package/lib/metadata/metadataDefinitionMerger.js +1 -0
- package/lib/metadata/metadataDefinitionMerger.js.map +1 -1
- package/lib/metadata/metadataManager.js +11 -1
- package/lib/metadata/metadataManager.js.map +1 -1
- package/lib/metadata/sdrMetadataAdapter.js +14 -1
- package/lib/metadata/sdrMetadataAdapter.js.map +1 -1
- package/lib/post-processor/bundleRollupProcessor.d.ts +7 -0
- package/lib/post-processor/bundleRollupProcessor.js +76 -0
- package/lib/post-processor/bundleRollupProcessor.js.map +1 -0
- package/lib/post-processor/flowTranslationProcessor.js +16 -2
- package/lib/post-processor/flowTranslationProcessor.js.map +1 -1
- package/lib/post-processor/includeProcessor.js +2 -0
- package/lib/post-processor/includeProcessor.js.map +1 -1
- package/lib/post-processor/postProcessorManager.js +9 -0
- package/lib/post-processor/postProcessorManager.js.map +1 -1
- package/lib/service/customObjectHandler.js +1 -0
- package/lib/service/customObjectHandler.js.map +1 -1
- package/lib/service/inBundleHandler.d.ts +9 -0
- package/lib/service/inBundleHandler.js +82 -2
- package/lib/service/inBundleHandler.js.map +1 -1
- package/lib/service/inFolderHandler.js +3 -1
- package/lib/service/inFolderHandler.js.map +1 -1
- package/lib/service/inResourceHandler.js +5 -1
- package/lib/service/inResourceHandler.js.map +1 -1
- package/lib/service/reportingFolderHandler.js +3 -1
- package/lib/service/reportingFolderHandler.js.map +1 -1
- package/lib/service/sharedFolderHandler.js +4 -1
- package/lib/service/sharedFolderHandler.js.map +1 -1
- package/lib/service/standardHandler.js +5 -1
- package/lib/service/standardHandler.js.map +1 -1
- package/lib/service/typeHandlerFactory.js +18 -1
- package/lib/service/typeHandlerFactory.js.map +1 -1
- package/lib/utils/LoggingDecorator.js +9 -0
- package/lib/utils/LoggingDecorator.js.map +1 -1
- package/lib/utils/LoggingService.js +1 -0
- package/lib/utils/LoggingService.js.map +1 -1
- package/lib/utils/changeSet.d.ts +5 -1
- package/lib/utils/changeSet.js +62 -9
- package/lib/utils/changeSet.js.map +1 -1
- package/lib/utils/configValidator.js +10 -2
- package/lib/utils/configValidator.js.map +1 -1
- package/lib/utils/fsHelper.js +3 -1
- package/lib/utils/fsHelper.js.map +1 -1
- package/lib/utils/fsUtils.js +3 -1
- package/lib/utils/fsUtils.js.map +1 -1
- package/lib/utils/gitLfsHelper.js +3 -1
- package/lib/utils/gitLfsHelper.js.map +1 -1
- package/lib/utils/ignoreHelper.js +11 -1
- package/lib/utils/ignoreHelper.js.map +1 -1
- package/lib/utils/metadataBoundaryResolver.js +3 -0
- package/lib/utils/metadataBoundaryResolver.js.map +1 -1
- package/lib/utils/metadataDiff/streamingDiff.js +1 -1
- package/lib/utils/metadataDiff/streamingDiff.js.map +1 -1
- package/lib/utils/metadataDiff/xmlEventReader.js +38 -5
- package/lib/utils/metadataDiff/xmlEventReader.js.map +1 -1
- package/lib/utils/metadataDiff/xmlWriter.js +11 -0
- package/lib/utils/metadataDiff/xmlWriter.js.map +1 -1
- package/lib/utils/metadataElement.js +6 -1
- package/lib/utils/metadataElement.js.map +1 -1
- package/lib/utils/renameResolver.js +4 -1
- package/lib/utils/renameResolver.js.map +1 -1
- package/lib/utils/repoGitDiff.js +5 -0
- package/lib/utils/repoGitDiff.js.map +1 -1
- package/lib/utils/treeIndexScope.js +5 -0
- package/lib/utils/treeIndexScope.js.map +1 -1
- package/lib/utils/txmlAdapter.js +14 -5
- package/lib/utils/txmlAdapter.js.map +1 -1
- package/messages/delta.md +5 -1
- package/npm-shrinkwrap.json +646 -591
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.44.
|
|
3
|
+
"version": "6.44.2",
|
|
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.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^4.11.
|
|
13
|
-
"@salesforce/core": "^8.
|
|
14
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^12.35.
|
|
12
|
+
"@oclif/core": "^4.11.2",
|
|
13
|
+
"@salesforce/core": "^8.30.0",
|
|
14
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^12.35.9",
|
|
16
16
|
"async": "^3.2.6",
|
|
17
17
|
"fast-equals": "^6.0.0",
|
|
18
18
|
"fs-extra": "^11.3.5",
|
|
@@ -20,33 +20,33 @@
|
|
|
20
20
|
"simple-git": "^3.36.0",
|
|
21
21
|
"tar-stream": "3.2.0",
|
|
22
22
|
"tslib": "^2.8.1",
|
|
23
|
-
"txml": "^
|
|
23
|
+
"txml": "^6.0.0",
|
|
24
24
|
"zod": "^4.4.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@biomejs/biome": "2.4.
|
|
28
|
-
"@commitlint/cli": "^
|
|
29
|
-
"@commitlint/config-conventional": "^
|
|
27
|
+
"@biomejs/biome": "2.4.15",
|
|
28
|
+
"@commitlint/cli": "^21.0.1",
|
|
29
|
+
"@commitlint/config-conventional": "^21.0.1",
|
|
30
30
|
"@ls-lint/ls-lint": "^2.3.1",
|
|
31
|
-
"@oclif/plugin-help": "^6.2.
|
|
32
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
31
|
+
"@oclif/plugin-help": "^6.2.48",
|
|
32
|
+
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
33
33
|
"@salesforce/dev-config": "^4.3.3",
|
|
34
34
|
"@stryker-mutator/core": "^9.6.1",
|
|
35
35
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
36
36
|
"@types/async": "^3.2.25",
|
|
37
37
|
"@types/fs-extra": "^11.0.4",
|
|
38
|
-
"@types/node": "^25.
|
|
38
|
+
"@types/node": "^25.8.0",
|
|
39
39
|
"@types/tar-stream": "^3.1.4",
|
|
40
|
-
"@vitest/coverage-v8": "^4.1.
|
|
40
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
41
41
|
"husky": "^9.1.7",
|
|
42
|
-
"knip": "^6.
|
|
43
|
-
"lint-staged": "^17.0.
|
|
44
|
-
"oclif": "^4.23.
|
|
42
|
+
"knip": "^6.13.1",
|
|
43
|
+
"lint-staged": "^17.0.4",
|
|
44
|
+
"oclif": "^4.23.1",
|
|
45
45
|
"shx": "^0.4.0",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^6.0.3",
|
|
48
48
|
"validate-branch-name": "^1.3.2",
|
|
49
|
-
"vitest": "^4.1.
|
|
49
|
+
"vitest": "^4.1.6",
|
|
50
50
|
"wireit": "^0.14.12"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
@@ -1555,9 +1555,9 @@
|
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
1557
|
"node_modules/@biomejs/biome": {
|
|
1558
|
-
"version": "2.4.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
1560
|
-
"integrity": "sha512-
|
|
1558
|
+
"version": "2.4.15",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.15.tgz",
|
|
1560
|
+
"integrity": "sha512-j5VH3a/h/HXTKBM50MDMxRCzkeLv9S2XJcW2WgnZT1+xyisi+0bISrXR82gCX+8S9lvK0skEvHJRN+3Ktr2hlw==",
|
|
1561
1561
|
"dev": true,
|
|
1562
1562
|
"license": "MIT OR Apache-2.0",
|
|
1563
1563
|
"bin": {
|
|
@@ -1571,20 +1571,20 @@
|
|
|
1571
1571
|
"url": "https://opencollective.com/biome"
|
|
1572
1572
|
},
|
|
1573
1573
|
"optionalDependencies": {
|
|
1574
|
-
"@biomejs/cli-darwin-arm64": "2.4.
|
|
1575
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
1576
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
1577
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
1578
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
1579
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
1580
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
1581
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
1574
|
+
"@biomejs/cli-darwin-arm64": "2.4.15",
|
|
1575
|
+
"@biomejs/cli-darwin-x64": "2.4.15",
|
|
1576
|
+
"@biomejs/cli-linux-arm64": "2.4.15",
|
|
1577
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.15",
|
|
1578
|
+
"@biomejs/cli-linux-x64": "2.4.15",
|
|
1579
|
+
"@biomejs/cli-linux-x64-musl": "2.4.15",
|
|
1580
|
+
"@biomejs/cli-win32-arm64": "2.4.15",
|
|
1581
|
+
"@biomejs/cli-win32-x64": "2.4.15"
|
|
1582
1582
|
}
|
|
1583
1583
|
},
|
|
1584
1584
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
1585
|
-
"version": "2.4.
|
|
1586
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
1587
|
-
"integrity": "sha512-
|
|
1585
|
+
"version": "2.4.15",
|
|
1586
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.15.tgz",
|
|
1587
|
+
"integrity": "sha512-rF3PPqLq1yoST79zaQbDjVJwsuIeci/O+9bgNmC5QpgOqz6aqYuzA4abyAGx+mgyiDXn4A049xAN8gijbuR1Qg==",
|
|
1588
1588
|
"cpu": [
|
|
1589
1589
|
"arm64"
|
|
1590
1590
|
],
|
|
@@ -1599,9 +1599,9 @@
|
|
|
1599
1599
|
}
|
|
1600
1600
|
},
|
|
1601
1601
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
1602
|
-
"version": "2.4.
|
|
1603
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
1604
|
-
"integrity": "sha512
|
|
1602
|
+
"version": "2.4.15",
|
|
1603
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.15.tgz",
|
|
1604
|
+
"integrity": "sha512-/5KHXYMfSJs1fNXiX30xFtI8JcCFV6zaVVLxOa0M2sfqBKHkpQhRTv94yxQWxeTY2lzo2OuTlNvPC+hDQt2wcQ==",
|
|
1605
1605
|
"cpu": [
|
|
1606
1606
|
"x64"
|
|
1607
1607
|
],
|
|
@@ -1616,9 +1616,9 @@
|
|
|
1616
1616
|
}
|
|
1617
1617
|
},
|
|
1618
1618
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
1619
|
-
"version": "2.4.
|
|
1620
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
1621
|
-
"integrity": "sha512-
|
|
1619
|
+
"version": "2.4.15",
|
|
1620
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.15.tgz",
|
|
1621
|
+
"integrity": "sha512-owaAMZD/T4LrD0ELNCk0Km3qrRHuM0X6EAyVE1FSqGY0rbLoiDLrO4Us2tllm6cAeB2Ioa9C2C08NZPdr8+0Ug==",
|
|
1622
1622
|
"cpu": [
|
|
1623
1623
|
"arm64"
|
|
1624
1624
|
],
|
|
@@ -1636,9 +1636,9 @@
|
|
|
1636
1636
|
}
|
|
1637
1637
|
},
|
|
1638
1638
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
1639
|
-
"version": "2.4.
|
|
1640
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
1641
|
-
"integrity": "sha512
|
|
1639
|
+
"version": "2.4.15",
|
|
1640
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.15.tgz",
|
|
1641
|
+
"integrity": "sha512-ZPcxznxm0pogHBLZhYntyR3sR+MrZjqJIKEr7ZqVen0Rl+P/4upVmfYXjftizi9RoqZntg33fv/1fbdhbYXpEQ==",
|
|
1642
1642
|
"cpu": [
|
|
1643
1643
|
"arm64"
|
|
1644
1644
|
],
|
|
@@ -1656,9 +1656,9 @@
|
|
|
1656
1656
|
}
|
|
1657
1657
|
},
|
|
1658
1658
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
1659
|
-
"version": "2.4.
|
|
1660
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
1661
|
-
"integrity": "sha512-
|
|
1659
|
+
"version": "2.4.15",
|
|
1660
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.15.tgz",
|
|
1661
|
+
"integrity": "sha512-0jj7THz12GbUOLmMibktK6DZjqz2zV64KFxyBtcFTKPiiOIY0a7vns1elpO1dERvxpsZ5ik0oFfz0oGwFde1+g==",
|
|
1662
1662
|
"cpu": [
|
|
1663
1663
|
"x64"
|
|
1664
1664
|
],
|
|
@@ -1676,9 +1676,9 @@
|
|
|
1676
1676
|
}
|
|
1677
1677
|
},
|
|
1678
1678
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
1679
|
-
"version": "2.4.
|
|
1680
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
1681
|
-
"integrity": "sha512-
|
|
1679
|
+
"version": "2.4.15",
|
|
1680
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.15.tgz",
|
|
1681
|
+
"integrity": "sha512-CNq/9W38SYSH023lfcQ4KKU8K0YX8T//FZUhcgtMMRABDojx5XsMV7jlweAvGSl389wJQB29Qo6Zb/a+jdvt+w==",
|
|
1682
1682
|
"cpu": [
|
|
1683
1683
|
"x64"
|
|
1684
1684
|
],
|
|
@@ -1696,9 +1696,9 @@
|
|
|
1696
1696
|
}
|
|
1697
1697
|
},
|
|
1698
1698
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
1699
|
-
"version": "2.4.
|
|
1700
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
1701
|
-
"integrity": "sha512-
|
|
1699
|
+
"version": "2.4.15",
|
|
1700
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.15.tgz",
|
|
1701
|
+
"integrity": "sha512-ouhkYdlhp/1GghEJPdWwD/Vi3gQ1nFxuSpMolWsbq3Lsq3QUR4jl6UdhhscdCugKU5vOEuMiJhvKj66O0OCq+w==",
|
|
1702
1702
|
"cpu": [
|
|
1703
1703
|
"arm64"
|
|
1704
1704
|
],
|
|
@@ -1713,9 +1713,9 @@
|
|
|
1713
1713
|
}
|
|
1714
1714
|
},
|
|
1715
1715
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
1716
|
-
"version": "2.4.
|
|
1717
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
1718
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "2.4.15",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.15.tgz",
|
|
1718
|
+
"integrity": "sha512-zBrGq5mx5wwpnow4+2BxUvleDM+GNd4sLbPaMapsSLQLD0NGRCquqPBTgN+7XkUteHvj7M+BstuI8tmnV7+HgQ==",
|
|
1719
1719
|
"cpu": [
|
|
1720
1720
|
"x64"
|
|
1721
1721
|
],
|
|
@@ -1730,134 +1730,134 @@
|
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
"node_modules/@commitlint/cli": {
|
|
1733
|
-
"version": "
|
|
1734
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-
|
|
1735
|
-
"integrity": "sha512-
|
|
1733
|
+
"version": "21.0.1",
|
|
1734
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.1.tgz",
|
|
1735
|
+
"integrity": "sha512-8vq10krmbJwBkvzXKhbs4o4JQEVscd3pqOlWuDUaDBwbeL694/P33UC29tZQFTAgPU9fVJ2+f2m3zw16yKWxHg==",
|
|
1736
1736
|
"dev": true,
|
|
1737
1737
|
"license": "MIT",
|
|
1738
1738
|
"dependencies": {
|
|
1739
|
-
"@commitlint/format": "^
|
|
1740
|
-
"@commitlint/lint": "^
|
|
1741
|
-
"@commitlint/load": "^
|
|
1742
|
-
"@commitlint/read": "^
|
|
1743
|
-
"@commitlint/types": "^
|
|
1739
|
+
"@commitlint/format": "^21.0.1",
|
|
1740
|
+
"@commitlint/lint": "^21.0.1",
|
|
1741
|
+
"@commitlint/load": "^21.0.1",
|
|
1742
|
+
"@commitlint/read": "^21.0.1",
|
|
1743
|
+
"@commitlint/types": "^21.0.1",
|
|
1744
1744
|
"tinyexec": "^1.0.0",
|
|
1745
|
-
"yargs": "^
|
|
1745
|
+
"yargs": "^18.0.0"
|
|
1746
1746
|
},
|
|
1747
1747
|
"bin": {
|
|
1748
1748
|
"commitlint": "cli.js"
|
|
1749
1749
|
},
|
|
1750
1750
|
"engines": {
|
|
1751
|
-
"node": ">=
|
|
1751
|
+
"node": ">=22.12.0"
|
|
1752
1752
|
}
|
|
1753
1753
|
},
|
|
1754
1754
|
"node_modules/@commitlint/config-conventional": {
|
|
1755
|
-
"version": "
|
|
1756
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-
|
|
1757
|
-
"integrity": "sha512-
|
|
1755
|
+
"version": "21.0.1",
|
|
1756
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz",
|
|
1757
|
+
"integrity": "sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==",
|
|
1758
1758
|
"dev": true,
|
|
1759
1759
|
"license": "MIT",
|
|
1760
1760
|
"dependencies": {
|
|
1761
|
-
"@commitlint/types": "^
|
|
1761
|
+
"@commitlint/types": "^21.0.1",
|
|
1762
1762
|
"conventional-changelog-conventionalcommits": "^9.2.0"
|
|
1763
1763
|
},
|
|
1764
1764
|
"engines": {
|
|
1765
|
-
"node": ">=
|
|
1765
|
+
"node": ">=22.12.0"
|
|
1766
1766
|
}
|
|
1767
1767
|
},
|
|
1768
1768
|
"node_modules/@commitlint/config-validator": {
|
|
1769
|
-
"version": "
|
|
1770
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-
|
|
1771
|
-
"integrity": "sha512-
|
|
1769
|
+
"version": "21.0.1",
|
|
1770
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.0.1.tgz",
|
|
1771
|
+
"integrity": "sha512-Zd2UFdndeMMaW2O96HK0tdfT4gOImUvidMpAd/pws2zZ4m1nrAZ/9b/v2JYuE8fs86GpXv9F7LNaIuCIWhY+pA==",
|
|
1772
1772
|
"dev": true,
|
|
1773
1773
|
"license": "MIT",
|
|
1774
1774
|
"dependencies": {
|
|
1775
|
-
"@commitlint/types": "^
|
|
1775
|
+
"@commitlint/types": "^21.0.1",
|
|
1776
1776
|
"ajv": "^8.11.0"
|
|
1777
1777
|
},
|
|
1778
1778
|
"engines": {
|
|
1779
|
-
"node": ">=
|
|
1779
|
+
"node": ">=22.12.0"
|
|
1780
1780
|
}
|
|
1781
1781
|
},
|
|
1782
1782
|
"node_modules/@commitlint/ensure": {
|
|
1783
|
-
"version": "
|
|
1784
|
-
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-
|
|
1785
|
-
"integrity": "sha512-
|
|
1783
|
+
"version": "21.0.1",
|
|
1784
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-21.0.1.tgz",
|
|
1785
|
+
"integrity": "sha512-jJ1037967wU7YN/xkv+iRlOBlmaOXPhPO5KQSqya6GyXzBlwuLzELBFao16DVg9dZyqmNrhewzwZ3SAibetHBQ==",
|
|
1786
1786
|
"dev": true,
|
|
1787
1787
|
"license": "MIT",
|
|
1788
1788
|
"dependencies": {
|
|
1789
|
-
"@commitlint/types": "^
|
|
1789
|
+
"@commitlint/types": "^21.0.1",
|
|
1790
1790
|
"es-toolkit": "^1.46.0"
|
|
1791
1791
|
},
|
|
1792
1792
|
"engines": {
|
|
1793
|
-
"node": ">=
|
|
1793
|
+
"node": ">=22.12.0"
|
|
1794
1794
|
}
|
|
1795
1795
|
},
|
|
1796
1796
|
"node_modules/@commitlint/execute-rule": {
|
|
1797
|
-
"version": "
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-
|
|
1799
|
-
"integrity": "sha512-
|
|
1797
|
+
"version": "21.0.1",
|
|
1798
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-21.0.1.tgz",
|
|
1799
|
+
"integrity": "sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==",
|
|
1800
1800
|
"dev": true,
|
|
1801
1801
|
"license": "MIT",
|
|
1802
1802
|
"engines": {
|
|
1803
|
-
"node": ">=
|
|
1803
|
+
"node": ">=22.12.0"
|
|
1804
1804
|
}
|
|
1805
1805
|
},
|
|
1806
1806
|
"node_modules/@commitlint/format": {
|
|
1807
|
-
"version": "
|
|
1808
|
-
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-
|
|
1809
|
-
"integrity": "sha512-
|
|
1807
|
+
"version": "21.0.1",
|
|
1808
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-21.0.1.tgz",
|
|
1809
|
+
"integrity": "sha512-ksmG2+cHGtuDPQQbhBbC4unwm444+6TiPw0d1bKf67hntgZqZ8E0g1MuYKUuyT5IH4IMmXZhKq22/Z3jBvtQIw==",
|
|
1810
1810
|
"dev": true,
|
|
1811
1811
|
"license": "MIT",
|
|
1812
1812
|
"dependencies": {
|
|
1813
|
-
"@commitlint/types": "^
|
|
1813
|
+
"@commitlint/types": "^21.0.1",
|
|
1814
1814
|
"picocolors": "^1.1.1"
|
|
1815
1815
|
},
|
|
1816
1816
|
"engines": {
|
|
1817
|
-
"node": ">=
|
|
1817
|
+
"node": ">=22.12.0"
|
|
1818
1818
|
}
|
|
1819
1819
|
},
|
|
1820
1820
|
"node_modules/@commitlint/is-ignored": {
|
|
1821
|
-
"version": "
|
|
1822
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-
|
|
1823
|
-
"integrity": "sha512-
|
|
1821
|
+
"version": "21.0.1",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.0.1.tgz",
|
|
1823
|
+
"integrity": "sha512-iNDP8SFdw8JEkM0CHZ2XFnhTN4Zg5jKUY2d8kBOSFrI2aA+3YJI7fcqVpfgbpJ9xtxFVYpi+DBATU5AvhoTq8g==",
|
|
1824
1824
|
"dev": true,
|
|
1825
1825
|
"license": "MIT",
|
|
1826
1826
|
"dependencies": {
|
|
1827
|
-
"@commitlint/types": "^
|
|
1827
|
+
"@commitlint/types": "^21.0.1",
|
|
1828
1828
|
"semver": "^7.6.0"
|
|
1829
1829
|
},
|
|
1830
1830
|
"engines": {
|
|
1831
|
-
"node": ">=
|
|
1831
|
+
"node": ">=22.12.0"
|
|
1832
1832
|
}
|
|
1833
1833
|
},
|
|
1834
1834
|
"node_modules/@commitlint/lint": {
|
|
1835
|
-
"version": "
|
|
1836
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-
|
|
1837
|
-
"integrity": "sha512-
|
|
1835
|
+
"version": "21.0.1",
|
|
1836
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.0.1.tgz",
|
|
1837
|
+
"integrity": "sha512-gF+iYtUw1gBG3HUH9z3VxwUjGg2R2G5j+nmvPs8aIeYkiB7TtneBu3wO85I0bUl93bYNsvsCNI9Nte2fmDUMww==",
|
|
1838
1838
|
"dev": true,
|
|
1839
1839
|
"license": "MIT",
|
|
1840
1840
|
"dependencies": {
|
|
1841
|
-
"@commitlint/is-ignored": "^
|
|
1842
|
-
"@commitlint/parse": "^
|
|
1843
|
-
"@commitlint/rules": "^
|
|
1844
|
-
"@commitlint/types": "^
|
|
1841
|
+
"@commitlint/is-ignored": "^21.0.1",
|
|
1842
|
+
"@commitlint/parse": "^21.0.1",
|
|
1843
|
+
"@commitlint/rules": "^21.0.1",
|
|
1844
|
+
"@commitlint/types": "^21.0.1"
|
|
1845
1845
|
},
|
|
1846
1846
|
"engines": {
|
|
1847
|
-
"node": ">=
|
|
1847
|
+
"node": ">=22.12.0"
|
|
1848
1848
|
}
|
|
1849
1849
|
},
|
|
1850
1850
|
"node_modules/@commitlint/load": {
|
|
1851
|
-
"version": "
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-
|
|
1853
|
-
"integrity": "sha512-
|
|
1851
|
+
"version": "21.0.1",
|
|
1852
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.0.1.tgz",
|
|
1853
|
+
"integrity": "sha512-Btg1q1mKmiihN4W3x0EsPDrJMOQfMa9NIqlzlJyXAfxvsOGdGXOW5p3R3RcSxDCaY7JabY9flIl+Om1af3PSrw==",
|
|
1854
1854
|
"dev": true,
|
|
1855
1855
|
"license": "MIT",
|
|
1856
1856
|
"dependencies": {
|
|
1857
|
-
"@commitlint/config-validator": "^
|
|
1858
|
-
"@commitlint/execute-rule": "^
|
|
1859
|
-
"@commitlint/resolve-extends": "^
|
|
1860
|
-
"@commitlint/types": "^
|
|
1857
|
+
"@commitlint/config-validator": "^21.0.1",
|
|
1858
|
+
"@commitlint/execute-rule": "^21.0.1",
|
|
1859
|
+
"@commitlint/resolve-extends": "^21.0.1",
|
|
1860
|
+
"@commitlint/types": "^21.0.1",
|
|
1861
1861
|
"cosmiconfig": "^9.0.1",
|
|
1862
1862
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
1863
1863
|
"es-toolkit": "^1.46.0",
|
|
@@ -1865,112 +1865,110 @@
|
|
|
1865
1865
|
"picocolors": "^1.1.1"
|
|
1866
1866
|
},
|
|
1867
1867
|
"engines": {
|
|
1868
|
-
"node": ">=
|
|
1868
|
+
"node": ">=22.12.0"
|
|
1869
1869
|
}
|
|
1870
1870
|
},
|
|
1871
1871
|
"node_modules/@commitlint/message": {
|
|
1872
|
-
"version": "
|
|
1873
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-
|
|
1874
|
-
"integrity": "sha512-
|
|
1872
|
+
"version": "21.0.1",
|
|
1873
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.0.1.tgz",
|
|
1874
|
+
"integrity": "sha512-R3dVQeJQ0B6yqrZEjkUHD4r7UJYLV9Lvk2xs3PTOmtWk2G3mI6Xgc+YdRxL1PwcDfBiUjv2SkIkW4AUc976w1w==",
|
|
1875
1875
|
"dev": true,
|
|
1876
1876
|
"license": "MIT",
|
|
1877
1877
|
"engines": {
|
|
1878
|
-
"node": ">=
|
|
1878
|
+
"node": ">=22.12.0"
|
|
1879
1879
|
}
|
|
1880
1880
|
},
|
|
1881
1881
|
"node_modules/@commitlint/parse": {
|
|
1882
|
-
"version": "
|
|
1883
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-
|
|
1884
|
-
"integrity": "sha512-
|
|
1882
|
+
"version": "21.0.1",
|
|
1883
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.0.1.tgz",
|
|
1884
|
+
"integrity": "sha512-oh/nCSOqdoeQNA1tO8aAmxkq5EBo8/NzcFQRvv66AWc9HpED28sL2iSicCKU6hPintWuscL6BJEWi77Wq1LPMQ==",
|
|
1885
1885
|
"dev": true,
|
|
1886
1886
|
"license": "MIT",
|
|
1887
1887
|
"dependencies": {
|
|
1888
|
-
"@commitlint/types": "^
|
|
1888
|
+
"@commitlint/types": "^21.0.1",
|
|
1889
1889
|
"conventional-changelog-angular": "^8.2.0",
|
|
1890
1890
|
"conventional-commits-parser": "^6.3.0"
|
|
1891
1891
|
},
|
|
1892
1892
|
"engines": {
|
|
1893
|
-
"node": ">=
|
|
1893
|
+
"node": ">=22.12.0"
|
|
1894
1894
|
}
|
|
1895
1895
|
},
|
|
1896
1896
|
"node_modules/@commitlint/read": {
|
|
1897
|
-
"version": "
|
|
1898
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-
|
|
1899
|
-
"integrity": "sha512-
|
|
1897
|
+
"version": "21.0.1",
|
|
1898
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.0.1.tgz",
|
|
1899
|
+
"integrity": "sha512-pMEu4lbpC8W0ZgKJj2U6WaobXIZWdFlULpIEewYhkPXx+WZcnoO53YrVPc7QErQuNolq2Me8dP58Wu7YAVXVOA==",
|
|
1900
1900
|
"dev": true,
|
|
1901
1901
|
"license": "MIT",
|
|
1902
1902
|
"dependencies": {
|
|
1903
|
-
"@commitlint/top-level": "^
|
|
1904
|
-
"@commitlint/types": "^
|
|
1903
|
+
"@commitlint/top-level": "^21.0.1",
|
|
1904
|
+
"@commitlint/types": "^21.0.1",
|
|
1905
1905
|
"git-raw-commits": "^5.0.0",
|
|
1906
|
-
"minimist": "^1.2.8",
|
|
1907
1906
|
"tinyexec": "^1.0.0"
|
|
1908
1907
|
},
|
|
1909
1908
|
"engines": {
|
|
1910
|
-
"node": ">=
|
|
1909
|
+
"node": ">=22.12.0"
|
|
1911
1910
|
}
|
|
1912
1911
|
},
|
|
1913
1912
|
"node_modules/@commitlint/resolve-extends": {
|
|
1914
|
-
"version": "
|
|
1915
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-
|
|
1916
|
-
"integrity": "sha512
|
|
1913
|
+
"version": "21.0.1",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-21.0.1.tgz",
|
|
1915
|
+
"integrity": "sha512-0DhjYWL6uYrY16Efa032fYk3woGJDU4AGWiG1XXltT9AMUNYKyb5cIZU2ivbaMZ3+kKFqUjikD2cjh66Sbh/Sg==",
|
|
1917
1916
|
"dev": true,
|
|
1918
1917
|
"license": "MIT",
|
|
1919
1918
|
"dependencies": {
|
|
1920
|
-
"@commitlint/config-validator": "^
|
|
1921
|
-
"@commitlint/types": "^
|
|
1919
|
+
"@commitlint/config-validator": "^21.0.1",
|
|
1920
|
+
"@commitlint/types": "^21.0.1",
|
|
1922
1921
|
"es-toolkit": "^1.46.0",
|
|
1923
1922
|
"global-directory": "^5.0.0",
|
|
1924
|
-
"import-meta-resolve": "^4.0.0",
|
|
1925
1923
|
"resolve-from": "^5.0.0"
|
|
1926
1924
|
},
|
|
1927
1925
|
"engines": {
|
|
1928
|
-
"node": ">=
|
|
1926
|
+
"node": ">=22.12.0"
|
|
1929
1927
|
}
|
|
1930
1928
|
},
|
|
1931
1929
|
"node_modules/@commitlint/rules": {
|
|
1932
|
-
"version": "
|
|
1933
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-
|
|
1934
|
-
"integrity": "sha512-
|
|
1930
|
+
"version": "21.0.1",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.0.1.tgz",
|
|
1932
|
+
"integrity": "sha512-VMooYpz4nJg7xlaUso6CCOWEz8D/ChkvsvZUMARcoJ1ZpfKPyFCGrHNha2tbsETNAb6ErgiRuCr2DvghrvPDYQ==",
|
|
1935
1933
|
"dev": true,
|
|
1936
1934
|
"license": "MIT",
|
|
1937
1935
|
"dependencies": {
|
|
1938
|
-
"@commitlint/ensure": "^
|
|
1939
|
-
"@commitlint/message": "^
|
|
1940
|
-
"@commitlint/to-lines": "^
|
|
1941
|
-
"@commitlint/types": "^
|
|
1936
|
+
"@commitlint/ensure": "^21.0.1",
|
|
1937
|
+
"@commitlint/message": "^21.0.1",
|
|
1938
|
+
"@commitlint/to-lines": "^21.0.1",
|
|
1939
|
+
"@commitlint/types": "^21.0.1"
|
|
1942
1940
|
},
|
|
1943
1941
|
"engines": {
|
|
1944
|
-
"node": ">=
|
|
1942
|
+
"node": ">=22.12.0"
|
|
1945
1943
|
}
|
|
1946
1944
|
},
|
|
1947
1945
|
"node_modules/@commitlint/to-lines": {
|
|
1948
|
-
"version": "
|
|
1949
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-
|
|
1950
|
-
"integrity": "sha512-
|
|
1946
|
+
"version": "21.0.1",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-21.0.1.tgz",
|
|
1948
|
+
"integrity": "sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==",
|
|
1951
1949
|
"dev": true,
|
|
1952
1950
|
"license": "MIT",
|
|
1953
1951
|
"engines": {
|
|
1954
|
-
"node": ">=
|
|
1952
|
+
"node": ">=22.12.0"
|
|
1955
1953
|
}
|
|
1956
1954
|
},
|
|
1957
1955
|
"node_modules/@commitlint/top-level": {
|
|
1958
|
-
"version": "
|
|
1959
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-
|
|
1960
|
-
"integrity": "sha512-
|
|
1956
|
+
"version": "21.0.1",
|
|
1957
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.0.1.tgz",
|
|
1958
|
+
"integrity": "sha512-4esUYqzY7K0FCgcJ/1xWEZekV7Ch4yZT1+xjEb7KzqbJ05XEkxHVsTfC8ADKNNtlCE2pj98KEbPGZWw9WwEnVw==",
|
|
1961
1959
|
"dev": true,
|
|
1962
1960
|
"license": "MIT",
|
|
1963
1961
|
"dependencies": {
|
|
1964
1962
|
"escalade": "^3.2.0"
|
|
1965
1963
|
},
|
|
1966
1964
|
"engines": {
|
|
1967
|
-
"node": ">=
|
|
1965
|
+
"node": ">=22.12.0"
|
|
1968
1966
|
}
|
|
1969
1967
|
},
|
|
1970
1968
|
"node_modules/@commitlint/types": {
|
|
1971
|
-
"version": "
|
|
1972
|
-
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-
|
|
1973
|
-
"integrity": "sha512-
|
|
1969
|
+
"version": "21.0.1",
|
|
1970
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.1.tgz",
|
|
1971
|
+
"integrity": "sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==",
|
|
1974
1972
|
"dev": true,
|
|
1975
1973
|
"license": "MIT",
|
|
1976
1974
|
"dependencies": {
|
|
@@ -1978,13 +1976,13 @@
|
|
|
1978
1976
|
"picocolors": "^1.1.1"
|
|
1979
1977
|
},
|
|
1980
1978
|
"engines": {
|
|
1981
|
-
"node": ">=
|
|
1979
|
+
"node": ">=22.12.0"
|
|
1982
1980
|
}
|
|
1983
1981
|
},
|
|
1984
1982
|
"node_modules/@conventional-changelog/git-client": {
|
|
1985
|
-
"version": "2.
|
|
1986
|
-
"resolved": "https://registry.npmjs.org/@conventional-changelog/git-client/-/git-client-2.
|
|
1987
|
-
"integrity": "sha512-
|
|
1983
|
+
"version": "2.7.0",
|
|
1984
|
+
"resolved": "https://registry.npmjs.org/@conventional-changelog/git-client/-/git-client-2.7.0.tgz",
|
|
1985
|
+
"integrity": "sha512-j7A8/LBEQ+3rugMzPXoKYzyUPpw/0CBQCyvtTR7Lmu4olG4yRC/Tfkq79Mr3yuPs0SUitlO2HwGP3gitMJnRFw==",
|
|
1988
1986
|
"dev": true,
|
|
1989
1987
|
"license": "MIT",
|
|
1990
1988
|
"dependencies": {
|
|
@@ -1997,7 +1995,7 @@
|
|
|
1997
1995
|
},
|
|
1998
1996
|
"peerDependencies": {
|
|
1999
1997
|
"conventional-commits-filter": "^5.0.0",
|
|
2000
|
-
"conventional-commits-parser": "^6.
|
|
1998
|
+
"conventional-commits-parser": "^6.4.0"
|
|
2001
1999
|
},
|
|
2002
2000
|
"peerDependenciesMeta": {
|
|
2003
2001
|
"conventional-commits-filter": {
|
|
@@ -2033,9 +2031,9 @@
|
|
|
2033
2031
|
}
|
|
2034
2032
|
},
|
|
2035
2033
|
"node_modules/@emnapi/core": {
|
|
2036
|
-
"version": "1.
|
|
2037
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.
|
|
2038
|
-
"integrity": "sha512-
|
|
2034
|
+
"version": "1.10.0",
|
|
2035
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
2036
|
+
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
2039
2037
|
"dev": true,
|
|
2040
2038
|
"license": "MIT",
|
|
2041
2039
|
"optional": true,
|
|
@@ -2045,9 +2043,9 @@
|
|
|
2045
2043
|
}
|
|
2046
2044
|
},
|
|
2047
2045
|
"node_modules/@emnapi/runtime": {
|
|
2048
|
-
"version": "1.
|
|
2049
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
2050
|
-
"integrity": "sha512-
|
|
2046
|
+
"version": "1.10.0",
|
|
2047
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
2048
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
2051
2049
|
"dev": true,
|
|
2052
2050
|
"license": "MIT",
|
|
2053
2051
|
"optional": true,
|
|
@@ -4003,9 +4001,9 @@
|
|
|
4003
4001
|
}
|
|
4004
4002
|
},
|
|
4005
4003
|
"node_modules/@oclif/core": {
|
|
4006
|
-
"version": "4.11.
|
|
4007
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
4008
|
-
"integrity": "sha512
|
|
4004
|
+
"version": "4.11.2",
|
|
4005
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
|
|
4006
|
+
"integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
|
|
4009
4007
|
"license": "MIT",
|
|
4010
4008
|
"dependencies": {
|
|
4011
4009
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4019,7 +4017,7 @@
|
|
|
4019
4017
|
"is-wsl": "^2.2.0",
|
|
4020
4018
|
"lilconfig": "^3.1.3",
|
|
4021
4019
|
"minimatch": "^10.2.5",
|
|
4022
|
-
"semver": "^7.
|
|
4020
|
+
"semver": "^7.8.0",
|
|
4023
4021
|
"string-width": "^4.2.3",
|
|
4024
4022
|
"supports-color": "^8",
|
|
4025
4023
|
"tinyglobby": "^0.2.14",
|
|
@@ -4067,10 +4065,22 @@
|
|
|
4067
4065
|
"url": "https://github.com/sponsors/isaacs"
|
|
4068
4066
|
}
|
|
4069
4067
|
},
|
|
4068
|
+
"node_modules/@oclif/core/node_modules/semver": {
|
|
4069
|
+
"version": "7.8.0",
|
|
4070
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
|
4071
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
4072
|
+
"license": "ISC",
|
|
4073
|
+
"bin": {
|
|
4074
|
+
"semver": "bin/semver.js"
|
|
4075
|
+
},
|
|
4076
|
+
"engines": {
|
|
4077
|
+
"node": ">=10"
|
|
4078
|
+
}
|
|
4079
|
+
},
|
|
4070
4080
|
"node_modules/@oclif/plugin-help": {
|
|
4071
|
-
"version": "6.2.
|
|
4072
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4073
|
-
"integrity": "sha512-
|
|
4081
|
+
"version": "6.2.48",
|
|
4082
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.48.tgz",
|
|
4083
|
+
"integrity": "sha512-nvGLBtUZUWrHfoAEDRsRZUHKVwptyZ6F+MErdVRLQBo3dja0GCZH8DE33dA7mBux2KOmbxGqop15gyud9HZYhQ==",
|
|
4074
4084
|
"dev": true,
|
|
4075
4085
|
"license": "MIT",
|
|
4076
4086
|
"dependencies": {
|
|
@@ -4496,9 +4506,9 @@
|
|
|
4496
4506
|
}
|
|
4497
4507
|
},
|
|
4498
4508
|
"node_modules/@oclif/table": {
|
|
4499
|
-
"version": "0.5.
|
|
4500
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
4501
|
-
"integrity": "sha512-
|
|
4509
|
+
"version": "0.5.7",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.7.tgz",
|
|
4511
|
+
"integrity": "sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==",
|
|
4502
4512
|
"license": "MIT",
|
|
4503
4513
|
"dependencies": {
|
|
4504
4514
|
"@types/react": "^18.3.12",
|
|
@@ -4600,9 +4610,9 @@
|
|
|
4600
4610
|
}
|
|
4601
4611
|
},
|
|
4602
4612
|
"node_modules/@oxc-parser/binding-android-arm-eabi": {
|
|
4603
|
-
"version": "0.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.
|
|
4605
|
-
"integrity": "sha512-
|
|
4613
|
+
"version": "0.130.0",
|
|
4614
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.130.0.tgz",
|
|
4615
|
+
"integrity": "sha512-h/xYU8/7ADWzVSf5I+YalLpj33LOy9CI/zgbJNIZ5eunRBG+Czqa3lZsvuPHHf3rOt6z1c5+UzoxjbAzAvhwVw==",
|
|
4606
4616
|
"cpu": [
|
|
4607
4617
|
"arm"
|
|
4608
4618
|
],
|
|
@@ -4617,9 +4627,9 @@
|
|
|
4617
4627
|
}
|
|
4618
4628
|
},
|
|
4619
4629
|
"node_modules/@oxc-parser/binding-android-arm64": {
|
|
4620
|
-
"version": "0.
|
|
4621
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.
|
|
4622
|
-
"integrity": "sha512-
|
|
4630
|
+
"version": "0.130.0",
|
|
4631
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.130.0.tgz",
|
|
4632
|
+
"integrity": "sha512-oFWFJrsGv9siFM4HjMqKNB7IuIZD/SMmZdCXl8xyx7lDplGvPKyewpOo272rSWgMXe2Wx7bWI0Yj+gkHv4qbeg==",
|
|
4623
4633
|
"cpu": [
|
|
4624
4634
|
"arm64"
|
|
4625
4635
|
],
|
|
@@ -4634,9 +4644,9 @@
|
|
|
4634
4644
|
}
|
|
4635
4645
|
},
|
|
4636
4646
|
"node_modules/@oxc-parser/binding-darwin-arm64": {
|
|
4637
|
-
"version": "0.
|
|
4638
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.
|
|
4639
|
-
"integrity": "sha512-
|
|
4647
|
+
"version": "0.130.0",
|
|
4648
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.130.0.tgz",
|
|
4649
|
+
"integrity": "sha512-sGUzupdTplK9jQg7eJZ878HfEgQjJNBc6dAYVWJ9W5aU+J8rLfRJhTVsKThiu1pNwm6Y1qKCcbC6WhNWSXR3Ig==",
|
|
4640
4650
|
"cpu": [
|
|
4641
4651
|
"arm64"
|
|
4642
4652
|
],
|
|
@@ -4651,9 +4661,9 @@
|
|
|
4651
4661
|
}
|
|
4652
4662
|
},
|
|
4653
4663
|
"node_modules/@oxc-parser/binding-darwin-x64": {
|
|
4654
|
-
"version": "0.
|
|
4655
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.
|
|
4656
|
-
"integrity": "sha512-
|
|
4664
|
+
"version": "0.130.0",
|
|
4665
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.130.0.tgz",
|
|
4666
|
+
"integrity": "sha512-PsB4cdCISbC00Uy8eiD8bc2AkGWjZqrSrJnkBFuG2ptrrf6mZ2F5gLFSjOAVMMgZPg8B1D7OydJwLWSfyI2Plg==",
|
|
4657
4667
|
"cpu": [
|
|
4658
4668
|
"x64"
|
|
4659
4669
|
],
|
|
@@ -4668,9 +4678,9 @@
|
|
|
4668
4678
|
}
|
|
4669
4679
|
},
|
|
4670
4680
|
"node_modules/@oxc-parser/binding-freebsd-x64": {
|
|
4671
|
-
"version": "0.
|
|
4672
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.
|
|
4673
|
-
"integrity": "sha512-
|
|
4681
|
+
"version": "0.130.0",
|
|
4682
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.130.0.tgz",
|
|
4683
|
+
"integrity": "sha512-DgABp3l38hS77JbXCV4qk1+n6DPym5u8zzwuweokezm2tX194nDSJDENbDRECxVsiNbprKATLbk+Z5wlHT0OHw==",
|
|
4674
4684
|
"cpu": [
|
|
4675
4685
|
"x64"
|
|
4676
4686
|
],
|
|
@@ -4685,9 +4695,9 @@
|
|
|
4685
4695
|
}
|
|
4686
4696
|
},
|
|
4687
4697
|
"node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
|
|
4688
|
-
"version": "0.
|
|
4689
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.
|
|
4690
|
-
"integrity": "sha512-
|
|
4698
|
+
"version": "0.130.0",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.130.0.tgz",
|
|
4700
|
+
"integrity": "sha512-4Kn3CTEmwFrzhTSC/JuUW16qovmaMdX7jeSKbL8w0pLtLww7To1a2XJi9Z5uD8QWUkfUHhqfV+VD6dVzBnWzoA==",
|
|
4691
4701
|
"cpu": [
|
|
4692
4702
|
"arm"
|
|
4693
4703
|
],
|
|
@@ -4702,9 +4712,9 @@
|
|
|
4702
4712
|
}
|
|
4703
4713
|
},
|
|
4704
4714
|
"node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
|
|
4705
|
-
"version": "0.
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.
|
|
4707
|
-
"integrity": "sha512-
|
|
4715
|
+
"version": "0.130.0",
|
|
4716
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.130.0.tgz",
|
|
4717
|
+
"integrity": "sha512-D35KZM3F4rRu1uAFKyBlg3Gaf/ybCjyaPR1hfgvk5ex8NtcTmRgc0JgSighEyNg96TPrFhemFba68SZuxaha8w==",
|
|
4708
4718
|
"cpu": [
|
|
4709
4719
|
"arm"
|
|
4710
4720
|
],
|
|
@@ -4719,9 +4729,9 @@
|
|
|
4719
4729
|
}
|
|
4720
4730
|
},
|
|
4721
4731
|
"node_modules/@oxc-parser/binding-linux-arm64-gnu": {
|
|
4722
|
-
"version": "0.
|
|
4723
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.
|
|
4724
|
-
"integrity": "sha512-
|
|
4732
|
+
"version": "0.130.0",
|
|
4733
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.130.0.tgz",
|
|
4734
|
+
"integrity": "sha512-Q9o7oVlo955KHwS8l1u0bCzIx+JsZUA3XToLXC+MsMhye/9LeBQbt84nh120cl2XLy+TEzvugYDiHShg5yaX6Q==",
|
|
4725
4735
|
"cpu": [
|
|
4726
4736
|
"arm64"
|
|
4727
4737
|
],
|
|
@@ -4739,9 +4749,9 @@
|
|
|
4739
4749
|
}
|
|
4740
4750
|
},
|
|
4741
4751
|
"node_modules/@oxc-parser/binding-linux-arm64-musl": {
|
|
4742
|
-
"version": "0.
|
|
4743
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.
|
|
4744
|
-
"integrity": "sha512-
|
|
4752
|
+
"version": "0.130.0",
|
|
4753
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.130.0.tgz",
|
|
4754
|
+
"integrity": "sha512-EiJ/gC0ljbcwVpycC8YWw6ggMbtsPX8XMOt0mPx0aqWeMsNR+L9m05Flbvd5T+GlivG+GkSWQL7tM9SRFpM/dw==",
|
|
4745
4755
|
"cpu": [
|
|
4746
4756
|
"arm64"
|
|
4747
4757
|
],
|
|
@@ -4759,9 +4769,9 @@
|
|
|
4759
4769
|
}
|
|
4760
4770
|
},
|
|
4761
4771
|
"node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
|
|
4762
|
-
"version": "0.
|
|
4763
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.
|
|
4764
|
-
"integrity": "sha512-
|
|
4772
|
+
"version": "0.130.0",
|
|
4773
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.130.0.tgz",
|
|
4774
|
+
"integrity": "sha512-b+h/lsLLurp756dMGizNs5uPaJfyEdWrTcV5t8M609jWm1DEHB1StpRXCkyvwtkJx3m+qL5BNQ0dEKan/4yGFA==",
|
|
4765
4775
|
"cpu": [
|
|
4766
4776
|
"ppc64"
|
|
4767
4777
|
],
|
|
@@ -4779,9 +4789,9 @@
|
|
|
4779
4789
|
}
|
|
4780
4790
|
},
|
|
4781
4791
|
"node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
|
|
4782
|
-
"version": "0.
|
|
4783
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.
|
|
4784
|
-
"integrity": "sha512-
|
|
4792
|
+
"version": "0.130.0",
|
|
4793
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.130.0.tgz",
|
|
4794
|
+
"integrity": "sha512-O19Cil83XAyjEFfo8WhkMwY58ALqZ7ckjGL+25mjMIuF84urWBeANH0FC8B8BsSSygWU3/1aY3ADdDbp+wlBnw==",
|
|
4785
4795
|
"cpu": [
|
|
4786
4796
|
"riscv64"
|
|
4787
4797
|
],
|
|
@@ -4799,9 +4809,9 @@
|
|
|
4799
4809
|
}
|
|
4800
4810
|
},
|
|
4801
4811
|
"node_modules/@oxc-parser/binding-linux-riscv64-musl": {
|
|
4802
|
-
"version": "0.
|
|
4803
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.
|
|
4804
|
-
"integrity": "sha512-
|
|
4812
|
+
"version": "0.130.0",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.130.0.tgz",
|
|
4814
|
+
"integrity": "sha512-BgXRVC0+83n3YzCscLQjj6nbyeBIVeZYPTI4fFMAE4WNm2+4RXhWp03IVizL7esIz36kgmT48aebk1iM+cs8sw==",
|
|
4805
4815
|
"cpu": [
|
|
4806
4816
|
"riscv64"
|
|
4807
4817
|
],
|
|
@@ -4819,9 +4829,9 @@
|
|
|
4819
4829
|
}
|
|
4820
4830
|
},
|
|
4821
4831
|
"node_modules/@oxc-parser/binding-linux-s390x-gnu": {
|
|
4822
|
-
"version": "0.
|
|
4823
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.
|
|
4824
|
-
"integrity": "sha512-
|
|
4832
|
+
"version": "0.130.0",
|
|
4833
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.130.0.tgz",
|
|
4834
|
+
"integrity": "sha512-6tJz0xvnGhsokE7N1WlUSBXibpYmT9xSJFS1Ce41Km/+8gQvdlW8MLhRv8PD0L7ix8vRG0FDDepp3jdOFzdVdw==",
|
|
4825
4835
|
"cpu": [
|
|
4826
4836
|
"s390x"
|
|
4827
4837
|
],
|
|
@@ -4839,9 +4849,9 @@
|
|
|
4839
4849
|
}
|
|
4840
4850
|
},
|
|
4841
4851
|
"node_modules/@oxc-parser/binding-linux-x64-gnu": {
|
|
4842
|
-
"version": "0.
|
|
4843
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.
|
|
4844
|
-
"integrity": "sha512-
|
|
4852
|
+
"version": "0.130.0",
|
|
4853
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.130.0.tgz",
|
|
4854
|
+
"integrity": "sha512-9aCWj83dp3heTQGmGnZGdIWgxjZrr/7VQ0TGFHH5PKByxJKF2Hcr4qvaSUHhhGEa3MSsDjTL1YDP8RAgdL5/Cg==",
|
|
4845
4855
|
"cpu": [
|
|
4846
4856
|
"x64"
|
|
4847
4857
|
],
|
|
@@ -4859,9 +4869,9 @@
|
|
|
4859
4869
|
}
|
|
4860
4870
|
},
|
|
4861
4871
|
"node_modules/@oxc-parser/binding-linux-x64-musl": {
|
|
4862
|
-
"version": "0.
|
|
4863
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.
|
|
4864
|
-
"integrity": "sha512-
|
|
4872
|
+
"version": "0.130.0",
|
|
4873
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.130.0.tgz",
|
|
4874
|
+
"integrity": "sha512-afXt87aZBqrUVli8TB/I8H1G50RDWcwirjWtXGXYqJ2ZqWEiErH7V72j3LUSDZaivmtu2OLX0KQ/mbhP81mr7A==",
|
|
4865
4875
|
"cpu": [
|
|
4866
4876
|
"x64"
|
|
4867
4877
|
],
|
|
@@ -4879,9 +4889,9 @@
|
|
|
4879
4889
|
}
|
|
4880
4890
|
},
|
|
4881
4891
|
"node_modules/@oxc-parser/binding-openharmony-arm64": {
|
|
4882
|
-
"version": "0.
|
|
4883
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.
|
|
4884
|
-
"integrity": "sha512-
|
|
4892
|
+
"version": "0.130.0",
|
|
4893
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.130.0.tgz",
|
|
4894
|
+
"integrity": "sha512-I0NCrZV/YZuCGWgqwNN/GO/iXlLF2z+Wgc7u+Aa9N4P51oYeIa0XT+zVBUne4csO9GqxskXgI4g8JzzWGRpfOw==",
|
|
4885
4895
|
"cpu": [
|
|
4886
4896
|
"arm64"
|
|
4887
4897
|
],
|
|
@@ -4896,9 +4906,9 @@
|
|
|
4896
4906
|
}
|
|
4897
4907
|
},
|
|
4898
4908
|
"node_modules/@oxc-parser/binding-wasm32-wasi": {
|
|
4899
|
-
"version": "0.
|
|
4900
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.
|
|
4901
|
-
"integrity": "sha512-
|
|
4909
|
+
"version": "0.130.0",
|
|
4910
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.130.0.tgz",
|
|
4911
|
+
"integrity": "sha512-sJgQkGaBX0WJvPUDfwciex6IcTk5O5NLQ1bhEb6f3nBruh1GshKMRSMt2bxZlYrgBzjyBbJzsnO+InPG0bg+fA==",
|
|
4902
4912
|
"cpu": [
|
|
4903
4913
|
"wasm32"
|
|
4904
4914
|
],
|
|
@@ -4914,33 +4924,10 @@
|
|
|
4914
4924
|
"node": "^20.19.0 || >=22.12.0"
|
|
4915
4925
|
}
|
|
4916
4926
|
},
|
|
4917
|
-
"node_modules/@oxc-parser/binding-wasm32-wasi/node_modules/@emnapi/core": {
|
|
4918
|
-
"version": "1.10.0",
|
|
4919
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
4920
|
-
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
4921
|
-
"dev": true,
|
|
4922
|
-
"license": "MIT",
|
|
4923
|
-
"optional": true,
|
|
4924
|
-
"dependencies": {
|
|
4925
|
-
"@emnapi/wasi-threads": "1.2.1",
|
|
4926
|
-
"tslib": "^2.4.0"
|
|
4927
|
-
}
|
|
4928
|
-
},
|
|
4929
|
-
"node_modules/@oxc-parser/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
4930
|
-
"version": "1.10.0",
|
|
4931
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
4932
|
-
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
4933
|
-
"dev": true,
|
|
4934
|
-
"license": "MIT",
|
|
4935
|
-
"optional": true,
|
|
4936
|
-
"dependencies": {
|
|
4937
|
-
"tslib": "^2.4.0"
|
|
4938
|
-
}
|
|
4939
|
-
},
|
|
4940
4927
|
"node_modules/@oxc-parser/binding-win32-arm64-msvc": {
|
|
4941
|
-
"version": "0.
|
|
4942
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.
|
|
4943
|
-
"integrity": "sha512-
|
|
4928
|
+
"version": "0.130.0",
|
|
4929
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.130.0.tgz",
|
|
4930
|
+
"integrity": "sha512-bjcma99sQrNh6RY4mPO9yTkfxql6TDFoN3HWdK31RCKXwNhcDgJXW/l8PUtzKNiQ+9vpKJfJtQq+LklBuxSOBA==",
|
|
4944
4931
|
"cpu": [
|
|
4945
4932
|
"arm64"
|
|
4946
4933
|
],
|
|
@@ -4955,9 +4942,9 @@
|
|
|
4955
4942
|
}
|
|
4956
4943
|
},
|
|
4957
4944
|
"node_modules/@oxc-parser/binding-win32-ia32-msvc": {
|
|
4958
|
-
"version": "0.
|
|
4959
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.
|
|
4960
|
-
"integrity": "sha512-
|
|
4945
|
+
"version": "0.130.0",
|
|
4946
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.130.0.tgz",
|
|
4947
|
+
"integrity": "sha512-hRYbv6HhpSTzT4xTiIkadLI7upLQxuOdLPR/9nL1fTjwhgutBTPXrwaAPb/jTFVx6/8C7Jb5HcUKhmNwloTbFA==",
|
|
4961
4948
|
"cpu": [
|
|
4962
4949
|
"ia32"
|
|
4963
4950
|
],
|
|
@@ -4972,9 +4959,9 @@
|
|
|
4972
4959
|
}
|
|
4973
4960
|
},
|
|
4974
4961
|
"node_modules/@oxc-parser/binding-win32-x64-msvc": {
|
|
4975
|
-
"version": "0.
|
|
4976
|
-
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.
|
|
4977
|
-
"integrity": "sha512-
|
|
4962
|
+
"version": "0.130.0",
|
|
4963
|
+
"resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.130.0.tgz",
|
|
4964
|
+
"integrity": "sha512-RBpA9TsRucJq6HNVNCFF1iKg+QeTkLdZf7hi4xaOGCPvMZWvDHjQgSOEZMUpuW4JNciHbxNhLEYmz5CVygjVGQ==",
|
|
4978
4965
|
"cpu": [
|
|
4979
4966
|
"x64"
|
|
4980
4967
|
],
|
|
@@ -4989,9 +4976,9 @@
|
|
|
4989
4976
|
}
|
|
4990
4977
|
},
|
|
4991
4978
|
"node_modules/@oxc-project/types": {
|
|
4992
|
-
"version": "0.
|
|
4993
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
4994
|
-
"integrity": "sha512-
|
|
4979
|
+
"version": "0.129.0",
|
|
4980
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.129.0.tgz",
|
|
4981
|
+
"integrity": "sha512-3oz8m3FGdr2nDXVqmFUw7jolKliC4MoyXYIG2c7gpjBnzUWQpUGIYcXYKxTdTi+N2jusvt610ckTMkxdwHkYEg==",
|
|
4995
4982
|
"dev": true,
|
|
4996
4983
|
"license": "MIT",
|
|
4997
4984
|
"funding": {
|
|
@@ -5333,9 +5320,9 @@
|
|
|
5333
5320
|
}
|
|
5334
5321
|
},
|
|
5335
5322
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
5336
|
-
"version": "1.0.0
|
|
5337
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0
|
|
5338
|
-
"integrity": "sha512-
|
|
5323
|
+
"version": "1.0.0",
|
|
5324
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0.tgz",
|
|
5325
|
+
"integrity": "sha512-TWMZnRLMe63C2Lhyicviu7ZHaU4kxa6PS3rofvc9GmcvptzNN11BcfQ4Sl7MwTOsisQoa2keB/EBdNCAnUo8vA==",
|
|
5339
5326
|
"cpu": [
|
|
5340
5327
|
"arm64"
|
|
5341
5328
|
],
|
|
@@ -5350,9 +5337,9 @@
|
|
|
5350
5337
|
}
|
|
5351
5338
|
},
|
|
5352
5339
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
5353
|
-
"version": "1.0.0
|
|
5354
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0
|
|
5355
|
-
"integrity": "sha512-
|
|
5340
|
+
"version": "1.0.0",
|
|
5341
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0.tgz",
|
|
5342
|
+
"integrity": "sha512-6XcD+8k0gPVItNagEw78/qqcBDwKcwDYS8V2hRmVsfUSIrd8cWe/CBvRDI5toqFyPfj+FJr6t8U6Xj2P2prEew==",
|
|
5356
5343
|
"cpu": [
|
|
5357
5344
|
"arm64"
|
|
5358
5345
|
],
|
|
@@ -5367,9 +5354,9 @@
|
|
|
5367
5354
|
}
|
|
5368
5355
|
},
|
|
5369
5356
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
5370
|
-
"version": "1.0.0
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0
|
|
5372
|
-
"integrity": "sha512-
|
|
5357
|
+
"version": "1.0.0",
|
|
5358
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0.tgz",
|
|
5359
|
+
"integrity": "sha512-iN/tWVXRQDWvmZlKdceP1Dwug9GDpEymhb9p4xnEe6zvCg5lFmzVljl+1qR1NVx3yfGpr2Na+CuLmv5IU8uzfQ==",
|
|
5373
5360
|
"cpu": [
|
|
5374
5361
|
"x64"
|
|
5375
5362
|
],
|
|
@@ -5384,9 +5371,9 @@
|
|
|
5384
5371
|
}
|
|
5385
5372
|
},
|
|
5386
5373
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
5387
|
-
"version": "1.0.0
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0
|
|
5389
|
-
"integrity": "sha512-
|
|
5374
|
+
"version": "1.0.0",
|
|
5375
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0.tgz",
|
|
5376
|
+
"integrity": "sha512-jjQMDvvwSOuhOwMszD/klSOjyWMM3zI64hWTj9KT5x4MxRbZAf+7vLQ6qouRhtsLVFHr3f0ILaJAfgENPiQdAQ==",
|
|
5390
5377
|
"cpu": [
|
|
5391
5378
|
"x64"
|
|
5392
5379
|
],
|
|
@@ -5401,9 +5388,9 @@
|
|
|
5401
5388
|
}
|
|
5402
5389
|
},
|
|
5403
5390
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
5404
|
-
"version": "1.0.0
|
|
5405
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0
|
|
5406
|
-
"integrity": "sha512-
|
|
5391
|
+
"version": "1.0.0",
|
|
5392
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0.tgz",
|
|
5393
|
+
"integrity": "sha512-d//Dtg2x6/m3mbV64yUGNnDGNZaDGRpDLLNGerHQUVObuNaIQaaDp25yUiqGXtHEXX+NP2d0wAlmKgpYgIAJ2A==",
|
|
5407
5394
|
"cpu": [
|
|
5408
5395
|
"arm"
|
|
5409
5396
|
],
|
|
@@ -5418,13 +5405,16 @@
|
|
|
5418
5405
|
}
|
|
5419
5406
|
},
|
|
5420
5407
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
5421
|
-
"version": "1.0.0
|
|
5422
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0
|
|
5423
|
-
"integrity": "sha512
|
|
5408
|
+
"version": "1.0.0",
|
|
5409
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0.tgz",
|
|
5410
|
+
"integrity": "sha512-n7Ofp0mx+aB2cC+Sdy5YtMnXtY9lchnHbY+3Yt0uq9JsWQExf4f5Whu0tK0R8Jdc9S6RchTHjIFY7uc92puOVQ==",
|
|
5424
5411
|
"cpu": [
|
|
5425
5412
|
"arm64"
|
|
5426
5413
|
],
|
|
5427
5414
|
"dev": true,
|
|
5415
|
+
"libc": [
|
|
5416
|
+
"glibc"
|
|
5417
|
+
],
|
|
5428
5418
|
"license": "MIT",
|
|
5429
5419
|
"optional": true,
|
|
5430
5420
|
"os": [
|
|
@@ -5435,13 +5425,16 @@
|
|
|
5435
5425
|
}
|
|
5436
5426
|
},
|
|
5437
5427
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
5438
|
-
"version": "1.0.0
|
|
5439
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0
|
|
5440
|
-
"integrity": "sha512-
|
|
5428
|
+
"version": "1.0.0",
|
|
5429
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0.tgz",
|
|
5430
|
+
"integrity": "sha512-EIVjy2cgd7uuMMo94FVkBp7F6DhcZAUwNURkSG3RwUmvAXR6s0ISxM81U+IydcZByPG0pZIHsf1b6kTxoFDgJA==",
|
|
5441
5431
|
"cpu": [
|
|
5442
5432
|
"arm64"
|
|
5443
5433
|
],
|
|
5444
5434
|
"dev": true,
|
|
5435
|
+
"libc": [
|
|
5436
|
+
"musl"
|
|
5437
|
+
],
|
|
5445
5438
|
"license": "MIT",
|
|
5446
5439
|
"optional": true,
|
|
5447
5440
|
"os": [
|
|
@@ -5452,13 +5445,16 @@
|
|
|
5452
5445
|
}
|
|
5453
5446
|
},
|
|
5454
5447
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
5455
|
-
"version": "1.0.0
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0
|
|
5457
|
-
"integrity": "sha512-
|
|
5448
|
+
"version": "1.0.0",
|
|
5449
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0.tgz",
|
|
5450
|
+
"integrity": "sha512-JEwwOPcwTLAcpDQlqSmjEmfs63xJnSiUNIGvLcDLUHCWK4XowpS/7c7tUsUH6uT/ct6bMUTdXKfI8967FYj6mg==",
|
|
5458
5451
|
"cpu": [
|
|
5459
5452
|
"ppc64"
|
|
5460
5453
|
],
|
|
5461
5454
|
"dev": true,
|
|
5455
|
+
"libc": [
|
|
5456
|
+
"glibc"
|
|
5457
|
+
],
|
|
5462
5458
|
"license": "MIT",
|
|
5463
5459
|
"optional": true,
|
|
5464
5460
|
"os": [
|
|
@@ -5469,13 +5465,16 @@
|
|
|
5469
5465
|
}
|
|
5470
5466
|
},
|
|
5471
5467
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
5472
|
-
"version": "1.0.0
|
|
5473
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0
|
|
5474
|
-
"integrity": "sha512-
|
|
5468
|
+
"version": "1.0.0",
|
|
5469
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0.tgz",
|
|
5470
|
+
"integrity": "sha512-0wjCFhLrihtAubnT9iA0N++0pSV0z5Hg7tNGdNJ4RFaINceHadoF+kiFGyY1qSSNVIAZtLotG8Ju1bgDPkjnFA==",
|
|
5475
5471
|
"cpu": [
|
|
5476
5472
|
"s390x"
|
|
5477
5473
|
],
|
|
5478
5474
|
"dev": true,
|
|
5475
|
+
"libc": [
|
|
5476
|
+
"glibc"
|
|
5477
|
+
],
|
|
5479
5478
|
"license": "MIT",
|
|
5480
5479
|
"optional": true,
|
|
5481
5480
|
"os": [
|
|
@@ -5486,13 +5485,16 @@
|
|
|
5486
5485
|
}
|
|
5487
5486
|
},
|
|
5488
5487
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
5489
|
-
"version": "1.0.0
|
|
5490
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0
|
|
5491
|
-
"integrity": "sha512-
|
|
5488
|
+
"version": "1.0.0",
|
|
5489
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0.tgz",
|
|
5490
|
+
"integrity": "sha512-Dfn7iak9BcMMePxcoJfpSbWqnEyrp/dRF63/8qW/eHBdOZov6x5aShLLEYGYdIeSJ6vMLK/XCVB+lGIxm41bQA==",
|
|
5492
5491
|
"cpu": [
|
|
5493
5492
|
"x64"
|
|
5494
5493
|
],
|
|
5495
5494
|
"dev": true,
|
|
5495
|
+
"libc": [
|
|
5496
|
+
"glibc"
|
|
5497
|
+
],
|
|
5496
5498
|
"license": "MIT",
|
|
5497
5499
|
"optional": true,
|
|
5498
5500
|
"os": [
|
|
@@ -5503,13 +5505,16 @@
|
|
|
5503
5505
|
}
|
|
5504
5506
|
},
|
|
5505
5507
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
5506
|
-
"version": "1.0.0
|
|
5507
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0
|
|
5508
|
-
"integrity": "sha512-
|
|
5508
|
+
"version": "1.0.0",
|
|
5509
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0.tgz",
|
|
5510
|
+
"integrity": "sha512-5/utzzDmD/pD/bmuaUcbTf/sZYy0aztwIVlfpoW1fTjCZ0BaPOMVWGZL1zvgxyi7ZIVYWlxKONHmSbHuiOh8Jw==",
|
|
5509
5511
|
"cpu": [
|
|
5510
5512
|
"x64"
|
|
5511
5513
|
],
|
|
5512
5514
|
"dev": true,
|
|
5515
|
+
"libc": [
|
|
5516
|
+
"musl"
|
|
5517
|
+
],
|
|
5513
5518
|
"license": "MIT",
|
|
5514
5519
|
"optional": true,
|
|
5515
5520
|
"os": [
|
|
@@ -5520,9 +5525,9 @@
|
|
|
5520
5525
|
}
|
|
5521
5526
|
},
|
|
5522
5527
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
5523
|
-
"version": "1.0.0
|
|
5524
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0
|
|
5525
|
-
"integrity": "sha512-
|
|
5528
|
+
"version": "1.0.0",
|
|
5529
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0.tgz",
|
|
5530
|
+
"integrity": "sha512-ouJs8VcUomfLfpbUECqFMRqdV4x6aeAK3MA4m6vTrJJjKyWTV5KnxZx7Jd9G+GlDaQQxubcba00x16OyJ1meig==",
|
|
5526
5531
|
"cpu": [
|
|
5527
5532
|
"arm64"
|
|
5528
5533
|
],
|
|
@@ -5537,9 +5542,9 @@
|
|
|
5537
5542
|
}
|
|
5538
5543
|
},
|
|
5539
5544
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
5540
|
-
"version": "1.0.0
|
|
5541
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0
|
|
5542
|
-
"integrity": "sha512-
|
|
5545
|
+
"version": "1.0.0",
|
|
5546
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0.tgz",
|
|
5547
|
+
"integrity": "sha512-E+oHKGiDA+lsKMmFtffDDw91EryDT7uJocrIuCHqhm6bCTM6xFK+3gaCkYOHfPwQr0cCNarSM2xaELoQDz9jJg==",
|
|
5543
5548
|
"cpu": [
|
|
5544
5549
|
"wasm32"
|
|
5545
5550
|
],
|
|
@@ -5547,8 +5552,8 @@
|
|
|
5547
5552
|
"license": "MIT",
|
|
5548
5553
|
"optional": true,
|
|
5549
5554
|
"dependencies": {
|
|
5550
|
-
"@emnapi/core": "1.
|
|
5551
|
-
"@emnapi/runtime": "1.
|
|
5555
|
+
"@emnapi/core": "1.10.0",
|
|
5556
|
+
"@emnapi/runtime": "1.10.0",
|
|
5552
5557
|
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
5553
5558
|
},
|
|
5554
5559
|
"engines": {
|
|
@@ -5556,9 +5561,9 @@
|
|
|
5556
5561
|
}
|
|
5557
5562
|
},
|
|
5558
5563
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
5559
|
-
"version": "1.0.0
|
|
5560
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0
|
|
5561
|
-
"integrity": "sha512-
|
|
5564
|
+
"version": "1.0.0",
|
|
5565
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0.tgz",
|
|
5566
|
+
"integrity": "sha512-yYK02n8Rngo+gbm1y6G0+7jk1sJ/2Wt7K0me0Y7k/ErBpyf+LJ2gFpqWVTcRV1rUepBlQRmpgWkTQCiiwrK0Ow==",
|
|
5562
5567
|
"cpu": [
|
|
5563
5568
|
"arm64"
|
|
5564
5569
|
],
|
|
@@ -5573,9 +5578,9 @@
|
|
|
5573
5578
|
}
|
|
5574
5579
|
},
|
|
5575
5580
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
5576
|
-
"version": "1.0.0
|
|
5577
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0
|
|
5578
|
-
"integrity": "sha512-
|
|
5581
|
+
"version": "1.0.0",
|
|
5582
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0.tgz",
|
|
5583
|
+
"integrity": "sha512-14bpChMahXRRXiTwahSl+zzHPW6qQTXtkMuJBFlbo+pqSAews2d4BdCSHfrJ/MBsCZtpmTafsY+1QhBzitcmdg==",
|
|
5579
5584
|
"cpu": [
|
|
5580
5585
|
"x64"
|
|
5581
5586
|
],
|
|
@@ -5590,20 +5595,20 @@
|
|
|
5590
5595
|
}
|
|
5591
5596
|
},
|
|
5592
5597
|
"node_modules/@rolldown/pluginutils": {
|
|
5593
|
-
"version": "1.0.0
|
|
5594
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0
|
|
5595
|
-
"integrity": "sha512-
|
|
5598
|
+
"version": "1.0.0",
|
|
5599
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0.tgz",
|
|
5600
|
+
"integrity": "sha512-aKs/3GSWyV0mrhNmt/96/Z3yczC3yvrzYATCiCXQebBsGyYzjNdUphRVLeJQ67ySKVXRfMxt2lm12pmXvbPFQQ==",
|
|
5596
5601
|
"dev": true,
|
|
5597
5602
|
"license": "MIT"
|
|
5598
5603
|
},
|
|
5599
5604
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5600
|
-
"version": "5.3.
|
|
5601
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5602
|
-
"integrity": "sha512-
|
|
5605
|
+
"version": "5.3.57",
|
|
5606
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz",
|
|
5607
|
+
"integrity": "sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==",
|
|
5603
5608
|
"dev": true,
|
|
5604
5609
|
"license": "Apache-2.0",
|
|
5605
5610
|
"dependencies": {
|
|
5606
|
-
"@salesforce/core": "^8.29.
|
|
5611
|
+
"@salesforce/core": "^8.29.1",
|
|
5607
5612
|
"@salesforce/kit": "^3.2.6",
|
|
5608
5613
|
"@salesforce/ts-types": "^2.0.11",
|
|
5609
5614
|
"@types/shelljs": "^0.10.0",
|
|
@@ -5672,9 +5677,9 @@
|
|
|
5672
5677
|
}
|
|
5673
5678
|
},
|
|
5674
5679
|
"node_modules/@salesforce/core": {
|
|
5675
|
-
"version": "8.
|
|
5676
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
5677
|
-
"integrity": "sha512-
|
|
5680
|
+
"version": "8.30.0",
|
|
5681
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.0.tgz",
|
|
5682
|
+
"integrity": "sha512-BzKIKAqKKB+obt6KlP3LEOB9kWb6MCFmmzkDiEEyeqENQCDJr/IIps6tZG3VM7RgbNxvu/A8GIS7yIkoyGnqIg==",
|
|
5678
5683
|
"license": "BSD-3-Clause",
|
|
5679
5684
|
"dependencies": {
|
|
5680
5685
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -5718,15 +5723,15 @@
|
|
|
5718
5723
|
}
|
|
5719
5724
|
},
|
|
5720
5725
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5721
|
-
"version": "12.2.
|
|
5722
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5723
|
-
"integrity": "sha512-
|
|
5726
|
+
"version": "12.2.16",
|
|
5727
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz",
|
|
5728
|
+
"integrity": "sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==",
|
|
5724
5729
|
"license": "Apache-2.0",
|
|
5725
5730
|
"dependencies": {
|
|
5726
5731
|
"@inquirer/confirm": "^6.0.12",
|
|
5727
5732
|
"@inquirer/password": "^5.0.12",
|
|
5728
|
-
"@oclif/core": "^4.11.
|
|
5729
|
-
"@oclif/table": "^0.5.
|
|
5733
|
+
"@oclif/core": "^4.11.2",
|
|
5734
|
+
"@oclif/table": "^0.5.7",
|
|
5730
5735
|
"@salesforce/core": "^8.29.0",
|
|
5731
5736
|
"@salesforce/kit": "^3.2.3",
|
|
5732
5737
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -5821,9 +5826,9 @@
|
|
|
5821
5826
|
}
|
|
5822
5827
|
},
|
|
5823
5828
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5824
|
-
"version": "12.35.
|
|
5825
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.
|
|
5826
|
-
"integrity": "sha512-
|
|
5829
|
+
"version": "12.35.9",
|
|
5830
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.9.tgz",
|
|
5831
|
+
"integrity": "sha512-Qud+1lHS0u+LM/AAHPN9Y/6W6hBZ8nvw6/TxJRzn/BuvRSz74YBwvmVhmn5pvpZdNrYmKRMPxsK47l2VmazSsw==",
|
|
5827
5832
|
"license": "Apache-2.0",
|
|
5828
5833
|
"dependencies": {
|
|
5829
5834
|
"@salesforce/core": "^8.29.0",
|
|
@@ -5831,7 +5836,7 @@
|
|
|
5831
5836
|
"@salesforce/ts-types": "^2.0.12",
|
|
5832
5837
|
"@salesforce/types": "^1.6.0",
|
|
5833
5838
|
"fast-levenshtein": "^3.0.0",
|
|
5834
|
-
"fast-xml-parser": "^5.7.
|
|
5839
|
+
"fast-xml-parser": "^5.7.3",
|
|
5835
5840
|
"got": "^11.8.6",
|
|
5836
5841
|
"graceful-fs": "^4.2.11",
|
|
5837
5842
|
"ignore": "^5.3.2",
|
|
@@ -5885,9 +5890,9 @@
|
|
|
5885
5890
|
}
|
|
5886
5891
|
},
|
|
5887
5892
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
|
5888
|
-
"version": "5.
|
|
5889
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5890
|
-
"integrity": "sha512-
|
|
5893
|
+
"version": "5.8.0",
|
|
5894
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
|
|
5895
|
+
"integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
|
|
5891
5896
|
"funding": [
|
|
5892
5897
|
{
|
|
5893
5898
|
"type": "github",
|
|
@@ -5897,9 +5902,10 @@
|
|
|
5897
5902
|
"license": "MIT",
|
|
5898
5903
|
"dependencies": {
|
|
5899
5904
|
"@nodable/entities": "^2.1.0",
|
|
5900
|
-
"fast-xml-builder": "^1.
|
|
5905
|
+
"fast-xml-builder": "^1.2.0",
|
|
5901
5906
|
"path-expression-matcher": "^1.5.0",
|
|
5902
|
-
"strnum": "^2.
|
|
5907
|
+
"strnum": "^2.3.0",
|
|
5908
|
+
"xml-naming": "^0.1.0"
|
|
5903
5909
|
},
|
|
5904
5910
|
"bin": {
|
|
5905
5911
|
"fxparser": "src/cli/cli.js"
|
|
@@ -7228,12 +7234,12 @@
|
|
|
7228
7234
|
}
|
|
7229
7235
|
},
|
|
7230
7236
|
"node_modules/@types/node": {
|
|
7231
|
-
"version": "25.
|
|
7232
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.
|
|
7233
|
-
"integrity": "sha512
|
|
7237
|
+
"version": "25.8.0",
|
|
7238
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
|
|
7239
|
+
"integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
|
|
7234
7240
|
"license": "MIT",
|
|
7235
7241
|
"dependencies": {
|
|
7236
|
-
"undici-types": "
|
|
7242
|
+
"undici-types": ">=7.24.0 <7.24.7"
|
|
7237
7243
|
}
|
|
7238
7244
|
},
|
|
7239
7245
|
"node_modules/@types/prop-types": {
|
|
@@ -7290,14 +7296,14 @@
|
|
|
7290
7296
|
"license": "MIT"
|
|
7291
7297
|
},
|
|
7292
7298
|
"node_modules/@vitest/coverage-v8": {
|
|
7293
|
-
"version": "4.1.
|
|
7294
|
-
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.
|
|
7295
|
-
"integrity": "sha512-
|
|
7299
|
+
"version": "4.1.6",
|
|
7300
|
+
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.6.tgz",
|
|
7301
|
+
"integrity": "sha512-36l628fQ/9a/8ihy97eOtEnvWQEdqULQOJtcaxtoNq0G1w3Mxd4szSahOaMM9/NGyZ+hyKcMtIW/WIxq0XQViQ==",
|
|
7296
7302
|
"dev": true,
|
|
7297
7303
|
"license": "MIT",
|
|
7298
7304
|
"dependencies": {
|
|
7299
7305
|
"@bcoe/v8-coverage": "^1.0.2",
|
|
7300
|
-
"@vitest/utils": "4.1.
|
|
7306
|
+
"@vitest/utils": "4.1.6",
|
|
7301
7307
|
"ast-v8-to-istanbul": "^1.0.0",
|
|
7302
7308
|
"istanbul-lib-coverage": "^3.2.2",
|
|
7303
7309
|
"istanbul-lib-report": "^3.0.1",
|
|
@@ -7311,8 +7317,8 @@
|
|
|
7311
7317
|
"url": "https://opencollective.com/vitest"
|
|
7312
7318
|
},
|
|
7313
7319
|
"peerDependencies": {
|
|
7314
|
-
"@vitest/browser": "4.1.
|
|
7315
|
-
"vitest": "4.1.
|
|
7320
|
+
"@vitest/browser": "4.1.6",
|
|
7321
|
+
"vitest": "4.1.6"
|
|
7316
7322
|
},
|
|
7317
7323
|
"peerDependenciesMeta": {
|
|
7318
7324
|
"@vitest/browser": {
|
|
@@ -7331,16 +7337,16 @@
|
|
|
7331
7337
|
}
|
|
7332
7338
|
},
|
|
7333
7339
|
"node_modules/@vitest/expect": {
|
|
7334
|
-
"version": "4.1.
|
|
7335
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
7336
|
-
"integrity": "sha512-
|
|
7340
|
+
"version": "4.1.6",
|
|
7341
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.6.tgz",
|
|
7342
|
+
"integrity": "sha512-7EHDquPthALSV0jhhjgEW8FXaviMx7rSqu8W6oqCoAuOhKov814P99QDV1pxMA3QPv21YudvJngIhjrNI4opLg==",
|
|
7337
7343
|
"dev": true,
|
|
7338
7344
|
"license": "MIT",
|
|
7339
7345
|
"dependencies": {
|
|
7340
7346
|
"@standard-schema/spec": "^1.1.0",
|
|
7341
7347
|
"@types/chai": "^5.2.2",
|
|
7342
|
-
"@vitest/spy": "4.1.
|
|
7343
|
-
"@vitest/utils": "4.1.
|
|
7348
|
+
"@vitest/spy": "4.1.6",
|
|
7349
|
+
"@vitest/utils": "4.1.6",
|
|
7344
7350
|
"chai": "^6.2.2",
|
|
7345
7351
|
"tinyrainbow": "^3.1.0"
|
|
7346
7352
|
},
|
|
@@ -7349,13 +7355,13 @@
|
|
|
7349
7355
|
}
|
|
7350
7356
|
},
|
|
7351
7357
|
"node_modules/@vitest/mocker": {
|
|
7352
|
-
"version": "4.1.
|
|
7353
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
7354
|
-
"integrity": "sha512
|
|
7358
|
+
"version": "4.1.6",
|
|
7359
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.6.tgz",
|
|
7360
|
+
"integrity": "sha512-MCFc63czMjEInOlcY2cpQCvCN+KgbAn+60xu9cMgP4sKaLC5JNAKw7JH8QdAnoAC88hW1IiSNZ+GgVXlN1UcMQ==",
|
|
7355
7361
|
"dev": true,
|
|
7356
7362
|
"license": "MIT",
|
|
7357
7363
|
"dependencies": {
|
|
7358
|
-
"@vitest/spy": "4.1.
|
|
7364
|
+
"@vitest/spy": "4.1.6",
|
|
7359
7365
|
"estree-walker": "^3.0.3",
|
|
7360
7366
|
"magic-string": "^0.30.21"
|
|
7361
7367
|
},
|
|
@@ -7376,9 +7382,9 @@
|
|
|
7376
7382
|
}
|
|
7377
7383
|
},
|
|
7378
7384
|
"node_modules/@vitest/pretty-format": {
|
|
7379
|
-
"version": "4.1.
|
|
7380
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
7381
|
-
"integrity": "sha512-
|
|
7385
|
+
"version": "4.1.6",
|
|
7386
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.6.tgz",
|
|
7387
|
+
"integrity": "sha512-h5SxD/IzNhZYnrSZRsUZQIC+vD0GY8cUvq0iwsmkFKixRCKLLWqCXa/FIQ4S1R+sI+PGoojkHsdNrbZiM9Qpgw==",
|
|
7382
7388
|
"dev": true,
|
|
7383
7389
|
"license": "MIT",
|
|
7384
7390
|
"dependencies": {
|
|
@@ -7389,13 +7395,13 @@
|
|
|
7389
7395
|
}
|
|
7390
7396
|
},
|
|
7391
7397
|
"node_modules/@vitest/runner": {
|
|
7392
|
-
"version": "4.1.
|
|
7393
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
7394
|
-
"integrity": "sha512-
|
|
7398
|
+
"version": "4.1.6",
|
|
7399
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.6.tgz",
|
|
7400
|
+
"integrity": "sha512-nOPCmn2+yD0ZNmKdsXGv/UxMMWbMuKeD6GyYncNwdkYDxpQvrPSKYj2rWuDjC2Y4b6w6hjip5dBKFzEUuZe3vA==",
|
|
7395
7401
|
"dev": true,
|
|
7396
7402
|
"license": "MIT",
|
|
7397
7403
|
"dependencies": {
|
|
7398
|
-
"@vitest/utils": "4.1.
|
|
7404
|
+
"@vitest/utils": "4.1.6",
|
|
7399
7405
|
"pathe": "^2.0.3"
|
|
7400
7406
|
},
|
|
7401
7407
|
"funding": {
|
|
@@ -7403,14 +7409,14 @@
|
|
|
7403
7409
|
}
|
|
7404
7410
|
},
|
|
7405
7411
|
"node_modules/@vitest/snapshot": {
|
|
7406
|
-
"version": "4.1.
|
|
7407
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
7408
|
-
"integrity": "sha512-
|
|
7412
|
+
"version": "4.1.6",
|
|
7413
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.6.tgz",
|
|
7414
|
+
"integrity": "sha512-YhsdE6xAVfTDmzjxL2ZDUvjj+ZsgyOKe+TdQzqkD72wIOmHka8NuGQ6NpTNZv9D2Z63fbwWKJPeVpEw4EQgYxw==",
|
|
7409
7415
|
"dev": true,
|
|
7410
7416
|
"license": "MIT",
|
|
7411
7417
|
"dependencies": {
|
|
7412
|
-
"@vitest/pretty-format": "4.1.
|
|
7413
|
-
"@vitest/utils": "4.1.
|
|
7418
|
+
"@vitest/pretty-format": "4.1.6",
|
|
7419
|
+
"@vitest/utils": "4.1.6",
|
|
7414
7420
|
"magic-string": "^0.30.21",
|
|
7415
7421
|
"pathe": "^2.0.3"
|
|
7416
7422
|
},
|
|
@@ -7419,9 +7425,9 @@
|
|
|
7419
7425
|
}
|
|
7420
7426
|
},
|
|
7421
7427
|
"node_modules/@vitest/spy": {
|
|
7422
|
-
"version": "4.1.
|
|
7423
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
7424
|
-
"integrity": "sha512-
|
|
7428
|
+
"version": "4.1.6",
|
|
7429
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.6.tgz",
|
|
7430
|
+
"integrity": "sha512-JFKxMx6udhwKh/Ldo270e17QX710vgunMkuPAvXjHSvC6oqLWAHhVhjg/I71q0u0CBSErIODV1Kjv0FQNSWjdg==",
|
|
7425
7431
|
"dev": true,
|
|
7426
7432
|
"license": "MIT",
|
|
7427
7433
|
"funding": {
|
|
@@ -7429,13 +7435,13 @@
|
|
|
7429
7435
|
}
|
|
7430
7436
|
},
|
|
7431
7437
|
"node_modules/@vitest/utils": {
|
|
7432
|
-
"version": "4.1.
|
|
7433
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
7434
|
-
"integrity": "sha512-
|
|
7438
|
+
"version": "4.1.6",
|
|
7439
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.6.tgz",
|
|
7440
|
+
"integrity": "sha512-FxIY+U81R3LGKCxaHHFRQ5+g6/iRgGLmeHWdp2Amj4ljQRrEIWHmZyDfDYBRZlpyqA7qKxtS9DD1dhk8RnRIVQ==",
|
|
7435
7441
|
"dev": true,
|
|
7436
7442
|
"license": "MIT",
|
|
7437
7443
|
"dependencies": {
|
|
7438
|
-
"@vitest/pretty-format": "4.1.
|
|
7444
|
+
"@vitest/pretty-format": "4.1.6",
|
|
7439
7445
|
"convert-source-map": "^2.0.0",
|
|
7440
7446
|
"tinyrainbow": "^3.1.0"
|
|
7441
7447
|
},
|
|
@@ -8252,18 +8258,83 @@
|
|
|
8252
8258
|
}
|
|
8253
8259
|
},
|
|
8254
8260
|
"node_modules/cliui": {
|
|
8255
|
-
"version": "
|
|
8256
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
|
8257
|
-
"integrity": "sha512-
|
|
8261
|
+
"version": "9.0.1",
|
|
8262
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
8263
|
+
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
8258
8264
|
"dev": true,
|
|
8259
8265
|
"license": "ISC",
|
|
8260
8266
|
"dependencies": {
|
|
8261
|
-
"string-width": "^
|
|
8262
|
-
"strip-ansi": "^
|
|
8263
|
-
"wrap-ansi": "^
|
|
8267
|
+
"string-width": "^7.2.0",
|
|
8268
|
+
"strip-ansi": "^7.1.0",
|
|
8269
|
+
"wrap-ansi": "^9.0.0"
|
|
8264
8270
|
},
|
|
8271
|
+
"engines": {
|
|
8272
|
+
"node": ">=20"
|
|
8273
|
+
}
|
|
8274
|
+
},
|
|
8275
|
+
"node_modules/cliui/node_modules/ansi-regex": {
|
|
8276
|
+
"version": "6.2.2",
|
|
8277
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
8278
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
8279
|
+
"dev": true,
|
|
8280
|
+
"license": "MIT",
|
|
8265
8281
|
"engines": {
|
|
8266
8282
|
"node": ">=12"
|
|
8283
|
+
},
|
|
8284
|
+
"funding": {
|
|
8285
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
8286
|
+
}
|
|
8287
|
+
},
|
|
8288
|
+
"node_modules/cliui/node_modules/string-width": {
|
|
8289
|
+
"version": "7.2.0",
|
|
8290
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
8291
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
8292
|
+
"dev": true,
|
|
8293
|
+
"license": "MIT",
|
|
8294
|
+
"dependencies": {
|
|
8295
|
+
"emoji-regex": "^10.3.0",
|
|
8296
|
+
"get-east-asian-width": "^1.0.0",
|
|
8297
|
+
"strip-ansi": "^7.1.0"
|
|
8298
|
+
},
|
|
8299
|
+
"engines": {
|
|
8300
|
+
"node": ">=18"
|
|
8301
|
+
},
|
|
8302
|
+
"funding": {
|
|
8303
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8304
|
+
}
|
|
8305
|
+
},
|
|
8306
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
8307
|
+
"version": "7.2.0",
|
|
8308
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
8309
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
8310
|
+
"dev": true,
|
|
8311
|
+
"license": "MIT",
|
|
8312
|
+
"dependencies": {
|
|
8313
|
+
"ansi-regex": "^6.2.2"
|
|
8314
|
+
},
|
|
8315
|
+
"engines": {
|
|
8316
|
+
"node": ">=12"
|
|
8317
|
+
},
|
|
8318
|
+
"funding": {
|
|
8319
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
8320
|
+
}
|
|
8321
|
+
},
|
|
8322
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
8323
|
+
"version": "9.0.2",
|
|
8324
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
8325
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
8326
|
+
"dev": true,
|
|
8327
|
+
"license": "MIT",
|
|
8328
|
+
"dependencies": {
|
|
8329
|
+
"ansi-styles": "^6.2.1",
|
|
8330
|
+
"string-width": "^7.0.0",
|
|
8331
|
+
"strip-ansi": "^7.1.0"
|
|
8332
|
+
},
|
|
8333
|
+
"engines": {
|
|
8334
|
+
"node": ">=18"
|
|
8335
|
+
},
|
|
8336
|
+
"funding": {
|
|
8337
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8267
8338
|
}
|
|
8268
8339
|
},
|
|
8269
8340
|
"node_modules/clone-response": {
|
|
@@ -9110,9 +9181,9 @@
|
|
|
9110
9181
|
}
|
|
9111
9182
|
},
|
|
9112
9183
|
"node_modules/fast-uri": {
|
|
9113
|
-
"version": "3.1.
|
|
9114
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
9115
|
-
"integrity": "sha512-
|
|
9184
|
+
"version": "3.1.2",
|
|
9185
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
9186
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
9116
9187
|
"funding": [
|
|
9117
9188
|
{
|
|
9118
9189
|
"type": "github",
|
|
@@ -9135,9 +9206,9 @@
|
|
|
9135
9206
|
}
|
|
9136
9207
|
},
|
|
9137
9208
|
"node_modules/fast-xml-builder": {
|
|
9138
|
-
"version": "1.
|
|
9139
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
9140
|
-
"integrity": "sha512-
|
|
9209
|
+
"version": "1.2.0",
|
|
9210
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
9211
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
9141
9212
|
"funding": [
|
|
9142
9213
|
{
|
|
9143
9214
|
"type": "github",
|
|
@@ -9146,7 +9217,8 @@
|
|
|
9146
9217
|
],
|
|
9147
9218
|
"license": "MIT",
|
|
9148
9219
|
"dependencies": {
|
|
9149
|
-
"path-expression-matcher": "^1.
|
|
9220
|
+
"path-expression-matcher": "^1.5.0",
|
|
9221
|
+
"xml-naming": "^0.1.0"
|
|
9150
9222
|
}
|
|
9151
9223
|
},
|
|
9152
9224
|
"node_modules/fast-xml-parser": {
|
|
@@ -9984,17 +10056,6 @@
|
|
|
9984
10056
|
"node": ">=4"
|
|
9985
10057
|
}
|
|
9986
10058
|
},
|
|
9987
|
-
"node_modules/import-meta-resolve": {
|
|
9988
|
-
"version": "4.2.0",
|
|
9989
|
-
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
|
|
9990
|
-
"integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
|
|
9991
|
-
"dev": true,
|
|
9992
|
-
"license": "MIT",
|
|
9993
|
-
"funding": {
|
|
9994
|
-
"type": "github",
|
|
9995
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
9996
|
-
}
|
|
9997
|
-
},
|
|
9998
10059
|
"node_modules/indent-string": {
|
|
9999
10060
|
"version": "4.0.0",
|
|
10000
10061
|
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
@@ -10707,9 +10768,9 @@
|
|
|
10707
10768
|
}
|
|
10708
10769
|
},
|
|
10709
10770
|
"node_modules/knip": {
|
|
10710
|
-
"version": "6.
|
|
10711
|
-
"resolved": "https://registry.npmjs.org/knip/-/knip-6.
|
|
10712
|
-
"integrity": "sha512-
|
|
10771
|
+
"version": "6.13.1",
|
|
10772
|
+
"resolved": "https://registry.npmjs.org/knip/-/knip-6.13.1.tgz",
|
|
10773
|
+
"integrity": "sha512-hvSnb+YDpDWW1LXub4U0JFfkQhscwgInWuQOv99WTutPZavf1cEP3GwxzEzO2JJpGI9yATk6l0jPLY1V3fp1sQ==",
|
|
10713
10774
|
"dev": true,
|
|
10714
10775
|
"funding": [
|
|
10715
10776
|
{
|
|
@@ -10726,16 +10787,16 @@
|
|
|
10726
10787
|
"fdir": "^6.5.0",
|
|
10727
10788
|
"formatly": "^0.3.0",
|
|
10728
10789
|
"get-tsconfig": "4.14.0",
|
|
10729
|
-
"jiti": "^2.
|
|
10790
|
+
"jiti": "^2.7.0",
|
|
10730
10791
|
"minimist": "^1.2.8",
|
|
10731
|
-
"oxc-parser": "^0.
|
|
10792
|
+
"oxc-parser": "^0.130.0",
|
|
10732
10793
|
"oxc-resolver": "^11.19.1",
|
|
10733
10794
|
"picomatch": "^4.0.4",
|
|
10734
10795
|
"smol-toml": "^1.6.1",
|
|
10735
10796
|
"strip-json-comments": "5.0.3",
|
|
10736
10797
|
"tinyglobby": "^0.2.16",
|
|
10737
10798
|
"unbash": "^3.0.0",
|
|
10738
|
-
"yaml": "^2.
|
|
10799
|
+
"yaml": "^2.9.0",
|
|
10739
10800
|
"zod": "^4.1.11"
|
|
10740
10801
|
},
|
|
10741
10802
|
"bin": {
|
|
@@ -10764,6 +10825,16 @@
|
|
|
10764
10825
|
}
|
|
10765
10826
|
}
|
|
10766
10827
|
},
|
|
10828
|
+
"node_modules/knip/node_modules/jiti": {
|
|
10829
|
+
"version": "2.7.0",
|
|
10830
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
|
|
10831
|
+
"integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
|
|
10832
|
+
"dev": true,
|
|
10833
|
+
"license": "MIT",
|
|
10834
|
+
"bin": {
|
|
10835
|
+
"jiti": "lib/jiti-cli.mjs"
|
|
10836
|
+
}
|
|
10837
|
+
},
|
|
10767
10838
|
"node_modules/knip/node_modules/picomatch": {
|
|
10768
10839
|
"version": "4.0.4",
|
|
10769
10840
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
@@ -10942,6 +11013,9 @@
|
|
|
10942
11013
|
"arm64"
|
|
10943
11014
|
],
|
|
10944
11015
|
"dev": true,
|
|
11016
|
+
"libc": [
|
|
11017
|
+
"glibc"
|
|
11018
|
+
],
|
|
10945
11019
|
"license": "MPL-2.0",
|
|
10946
11020
|
"optional": true,
|
|
10947
11021
|
"os": [
|
|
@@ -10963,6 +11037,9 @@
|
|
|
10963
11037
|
"arm64"
|
|
10964
11038
|
],
|
|
10965
11039
|
"dev": true,
|
|
11040
|
+
"libc": [
|
|
11041
|
+
"musl"
|
|
11042
|
+
],
|
|
10966
11043
|
"license": "MPL-2.0",
|
|
10967
11044
|
"optional": true,
|
|
10968
11045
|
"os": [
|
|
@@ -10984,6 +11061,9 @@
|
|
|
10984
11061
|
"x64"
|
|
10985
11062
|
],
|
|
10986
11063
|
"dev": true,
|
|
11064
|
+
"libc": [
|
|
11065
|
+
"glibc"
|
|
11066
|
+
],
|
|
10987
11067
|
"license": "MPL-2.0",
|
|
10988
11068
|
"optional": true,
|
|
10989
11069
|
"os": [
|
|
@@ -11005,6 +11085,9 @@
|
|
|
11005
11085
|
"x64"
|
|
11006
11086
|
],
|
|
11007
11087
|
"dev": true,
|
|
11088
|
+
"libc": [
|
|
11089
|
+
"musl"
|
|
11090
|
+
],
|
|
11008
11091
|
"license": "MPL-2.0",
|
|
11009
11092
|
"optional": true,
|
|
11010
11093
|
"os": [
|
|
@@ -11080,9 +11163,9 @@
|
|
|
11080
11163
|
"license": "MIT"
|
|
11081
11164
|
},
|
|
11082
11165
|
"node_modules/lint-staged": {
|
|
11083
|
-
"version": "17.0.
|
|
11084
|
-
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.
|
|
11085
|
-
"integrity": "sha512
|
|
11166
|
+
"version": "17.0.4",
|
|
11167
|
+
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.4.tgz",
|
|
11168
|
+
"integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==",
|
|
11086
11169
|
"dev": true,
|
|
11087
11170
|
"license": "MIT",
|
|
11088
11171
|
"dependencies": {
|
|
@@ -11826,9 +11909,9 @@
|
|
|
11826
11909
|
}
|
|
11827
11910
|
},
|
|
11828
11911
|
"node_modules/nanoid": {
|
|
11829
|
-
"version": "3.3.
|
|
11830
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
11831
|
-
"integrity": "sha512-
|
|
11912
|
+
"version": "3.3.12",
|
|
11913
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
11914
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
11832
11915
|
"dev": true,
|
|
11833
11916
|
"funding": [
|
|
11834
11917
|
{
|
|
@@ -12045,18 +12128,18 @@
|
|
|
12045
12128
|
"license": "MIT"
|
|
12046
12129
|
},
|
|
12047
12130
|
"node_modules/oclif": {
|
|
12048
|
-
"version": "4.23.
|
|
12049
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
12050
|
-
"integrity": "sha512-
|
|
12131
|
+
"version": "4.23.1",
|
|
12132
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.1.tgz",
|
|
12133
|
+
"integrity": "sha512-OG94KAke4JEd0DitPmmDp4vxbCeewfVI7pkdE/vsfOuyFqJR7J3ax2ec6fXNAYTH1CTjIlXJ7loYZX4U7BQlLQ==",
|
|
12051
12134
|
"dev": true,
|
|
12052
12135
|
"license": "MIT",
|
|
12053
12136
|
"dependencies": {
|
|
12054
|
-
"@aws-sdk/client-cloudfront": "3.1009.0",
|
|
12055
|
-
"@aws-sdk/client-s3": "3.1014.0",
|
|
12137
|
+
"@aws-sdk/client-cloudfront": "^3.1009.0",
|
|
12138
|
+
"@aws-sdk/client-s3": "^3.1014.0",
|
|
12056
12139
|
"@inquirer/confirm": "^3.1.22",
|
|
12057
12140
|
"@inquirer/input": "^2.2.4",
|
|
12058
12141
|
"@inquirer/select": "^2.5.0",
|
|
12059
|
-
"@oclif/core": "4.
|
|
12142
|
+
"@oclif/core": "^4.11.2",
|
|
12060
12143
|
"@oclif/plugin-help": "^6.2.38",
|
|
12061
12144
|
"@oclif/plugin-not-found": "^3.2.76",
|
|
12062
12145
|
"@oclif/plugin-warn-if-update-available": "^3.1.57",
|
|
@@ -12114,59 +12197,6 @@
|
|
|
12114
12197
|
"node": ">=18"
|
|
12115
12198
|
}
|
|
12116
12199
|
},
|
|
12117
|
-
"node_modules/oclif/node_modules/@oclif/core": {
|
|
12118
|
-
"version": "4.9.0",
|
|
12119
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
|
|
12120
|
-
"integrity": "sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==",
|
|
12121
|
-
"dev": true,
|
|
12122
|
-
"license": "MIT",
|
|
12123
|
-
"dependencies": {
|
|
12124
|
-
"ansi-escapes": "^4.3.2",
|
|
12125
|
-
"ansis": "^3.17.0",
|
|
12126
|
-
"clean-stack": "^3.0.1",
|
|
12127
|
-
"cli-spinners": "^2.9.2",
|
|
12128
|
-
"debug": "^4.4.3",
|
|
12129
|
-
"ejs": "^3.1.10",
|
|
12130
|
-
"get-package-type": "^0.1.0",
|
|
12131
|
-
"indent-string": "^4.0.0",
|
|
12132
|
-
"is-wsl": "^2.2.0",
|
|
12133
|
-
"lilconfig": "^3.1.3",
|
|
12134
|
-
"minimatch": "^10.2.4",
|
|
12135
|
-
"semver": "^7.7.3",
|
|
12136
|
-
"string-width": "^4.2.3",
|
|
12137
|
-
"supports-color": "^8",
|
|
12138
|
-
"tinyglobby": "^0.2.14",
|
|
12139
|
-
"widest-line": "^3.1.0",
|
|
12140
|
-
"wordwrap": "^1.0.0",
|
|
12141
|
-
"wrap-ansi": "^7.0.0"
|
|
12142
|
-
},
|
|
12143
|
-
"engines": {
|
|
12144
|
-
"node": ">=18.0.0"
|
|
12145
|
-
}
|
|
12146
|
-
},
|
|
12147
|
-
"node_modules/oclif/node_modules/balanced-match": {
|
|
12148
|
-
"version": "4.0.4",
|
|
12149
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
12150
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
12151
|
-
"dev": true,
|
|
12152
|
-
"license": "MIT",
|
|
12153
|
-
"engines": {
|
|
12154
|
-
"node": "18 || 20 || >=22"
|
|
12155
|
-
}
|
|
12156
|
-
},
|
|
12157
|
-
"node_modules/oclif/node_modules/brace-expansion": {
|
|
12158
|
-
"version": "5.0.5",
|
|
12159
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
12160
|
-
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
12161
|
-
"dev": true,
|
|
12162
|
-
"license": "MIT",
|
|
12163
|
-
"dependencies": {
|
|
12164
|
-
"balanced-match": "^4.0.2"
|
|
12165
|
-
},
|
|
12166
|
-
"engines": {
|
|
12167
|
-
"node": "18 || 20 || >=22"
|
|
12168
|
-
}
|
|
12169
|
-
},
|
|
12170
12200
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
12171
12201
|
"version": "8.1.0",
|
|
12172
12202
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -12192,22 +12222,6 @@
|
|
|
12192
12222
|
"graceful-fs": "^4.1.6"
|
|
12193
12223
|
}
|
|
12194
12224
|
},
|
|
12195
|
-
"node_modules/oclif/node_modules/minimatch": {
|
|
12196
|
-
"version": "10.2.4",
|
|
12197
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
12198
|
-
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
12199
|
-
"dev": true,
|
|
12200
|
-
"license": "BlueOak-1.0.0",
|
|
12201
|
-
"dependencies": {
|
|
12202
|
-
"brace-expansion": "^5.0.2"
|
|
12203
|
-
},
|
|
12204
|
-
"engines": {
|
|
12205
|
-
"node": "18 || 20 || >=22"
|
|
12206
|
-
},
|
|
12207
|
-
"funding": {
|
|
12208
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
12209
|
-
}
|
|
12210
|
-
},
|
|
12211
12225
|
"node_modules/oclif/node_modules/universalify": {
|
|
12212
12226
|
"version": "0.1.2",
|
|
12213
12227
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
@@ -12252,13 +12266,13 @@
|
|
|
12252
12266
|
}
|
|
12253
12267
|
},
|
|
12254
12268
|
"node_modules/oxc-parser": {
|
|
12255
|
-
"version": "0.
|
|
12256
|
-
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.
|
|
12257
|
-
"integrity": "sha512-
|
|
12269
|
+
"version": "0.130.0",
|
|
12270
|
+
"resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.130.0.tgz",
|
|
12271
|
+
"integrity": "sha512-X0PJ+NmOok8qP3vK9uaW431ngkdM9UPEK7KG466urtIL2+EYTEgbZK2yqe2MWKJKBjRlFweP/pJPx0x9muMEVw==",
|
|
12258
12272
|
"dev": true,
|
|
12259
12273
|
"license": "MIT",
|
|
12260
12274
|
"dependencies": {
|
|
12261
|
-
"@oxc-project/types": "^0.
|
|
12275
|
+
"@oxc-project/types": "^0.130.0"
|
|
12262
12276
|
},
|
|
12263
12277
|
"engines": {
|
|
12264
12278
|
"node": "^20.19.0 || >=22.12.0"
|
|
@@ -12267,32 +12281,32 @@
|
|
|
12267
12281
|
"url": "https://github.com/sponsors/Boshen"
|
|
12268
12282
|
},
|
|
12269
12283
|
"optionalDependencies": {
|
|
12270
|
-
"@oxc-parser/binding-android-arm-eabi": "0.
|
|
12271
|
-
"@oxc-parser/binding-android-arm64": "0.
|
|
12272
|
-
"@oxc-parser/binding-darwin-arm64": "0.
|
|
12273
|
-
"@oxc-parser/binding-darwin-x64": "0.
|
|
12274
|
-
"@oxc-parser/binding-freebsd-x64": "0.
|
|
12275
|
-
"@oxc-parser/binding-linux-arm-gnueabihf": "0.
|
|
12276
|
-
"@oxc-parser/binding-linux-arm-musleabihf": "0.
|
|
12277
|
-
"@oxc-parser/binding-linux-arm64-gnu": "0.
|
|
12278
|
-
"@oxc-parser/binding-linux-arm64-musl": "0.
|
|
12279
|
-
"@oxc-parser/binding-linux-ppc64-gnu": "0.
|
|
12280
|
-
"@oxc-parser/binding-linux-riscv64-gnu": "0.
|
|
12281
|
-
"@oxc-parser/binding-linux-riscv64-musl": "0.
|
|
12282
|
-
"@oxc-parser/binding-linux-s390x-gnu": "0.
|
|
12283
|
-
"@oxc-parser/binding-linux-x64-gnu": "0.
|
|
12284
|
-
"@oxc-parser/binding-linux-x64-musl": "0.
|
|
12285
|
-
"@oxc-parser/binding-openharmony-arm64": "0.
|
|
12286
|
-
"@oxc-parser/binding-wasm32-wasi": "0.
|
|
12287
|
-
"@oxc-parser/binding-win32-arm64-msvc": "0.
|
|
12288
|
-
"@oxc-parser/binding-win32-ia32-msvc": "0.
|
|
12289
|
-
"@oxc-parser/binding-win32-x64-msvc": "0.
|
|
12284
|
+
"@oxc-parser/binding-android-arm-eabi": "0.130.0",
|
|
12285
|
+
"@oxc-parser/binding-android-arm64": "0.130.0",
|
|
12286
|
+
"@oxc-parser/binding-darwin-arm64": "0.130.0",
|
|
12287
|
+
"@oxc-parser/binding-darwin-x64": "0.130.0",
|
|
12288
|
+
"@oxc-parser/binding-freebsd-x64": "0.130.0",
|
|
12289
|
+
"@oxc-parser/binding-linux-arm-gnueabihf": "0.130.0",
|
|
12290
|
+
"@oxc-parser/binding-linux-arm-musleabihf": "0.130.0",
|
|
12291
|
+
"@oxc-parser/binding-linux-arm64-gnu": "0.130.0",
|
|
12292
|
+
"@oxc-parser/binding-linux-arm64-musl": "0.130.0",
|
|
12293
|
+
"@oxc-parser/binding-linux-ppc64-gnu": "0.130.0",
|
|
12294
|
+
"@oxc-parser/binding-linux-riscv64-gnu": "0.130.0",
|
|
12295
|
+
"@oxc-parser/binding-linux-riscv64-musl": "0.130.0",
|
|
12296
|
+
"@oxc-parser/binding-linux-s390x-gnu": "0.130.0",
|
|
12297
|
+
"@oxc-parser/binding-linux-x64-gnu": "0.130.0",
|
|
12298
|
+
"@oxc-parser/binding-linux-x64-musl": "0.130.0",
|
|
12299
|
+
"@oxc-parser/binding-openharmony-arm64": "0.130.0",
|
|
12300
|
+
"@oxc-parser/binding-wasm32-wasi": "0.130.0",
|
|
12301
|
+
"@oxc-parser/binding-win32-arm64-msvc": "0.130.0",
|
|
12302
|
+
"@oxc-parser/binding-win32-ia32-msvc": "0.130.0",
|
|
12303
|
+
"@oxc-parser/binding-win32-x64-msvc": "0.130.0"
|
|
12290
12304
|
}
|
|
12291
12305
|
},
|
|
12292
12306
|
"node_modules/oxc-parser/node_modules/@oxc-project/types": {
|
|
12293
|
-
"version": "0.
|
|
12294
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
12295
|
-
"integrity": "sha512-
|
|
12307
|
+
"version": "0.130.0",
|
|
12308
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
|
|
12309
|
+
"integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
|
|
12296
12310
|
"dev": true,
|
|
12297
12311
|
"license": "MIT",
|
|
12298
12312
|
"funding": {
|
|
@@ -12702,9 +12716,9 @@
|
|
|
12702
12716
|
}
|
|
12703
12717
|
},
|
|
12704
12718
|
"node_modules/postcss": {
|
|
12705
|
-
"version": "8.5.
|
|
12706
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
12707
|
-
"integrity": "sha512-
|
|
12719
|
+
"version": "8.5.14",
|
|
12720
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
|
|
12721
|
+
"integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
|
|
12708
12722
|
"dev": true,
|
|
12709
12723
|
"funding": [
|
|
12710
12724
|
{
|
|
@@ -13024,16 +13038,6 @@
|
|
|
13024
13038
|
"node": ">=14"
|
|
13025
13039
|
}
|
|
13026
13040
|
},
|
|
13027
|
-
"node_modules/require-directory": {
|
|
13028
|
-
"version": "2.1.1",
|
|
13029
|
-
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
13030
|
-
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
13031
|
-
"dev": true,
|
|
13032
|
-
"license": "MIT",
|
|
13033
|
-
"engines": {
|
|
13034
|
-
"node": ">=0.10.0"
|
|
13035
|
-
}
|
|
13036
|
-
},
|
|
13037
13041
|
"node_modules/require-from-string": {
|
|
13038
13042
|
"version": "2.0.2",
|
|
13039
13043
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
@@ -13157,14 +13161,14 @@
|
|
|
13157
13161
|
"license": "MIT"
|
|
13158
13162
|
},
|
|
13159
13163
|
"node_modules/rolldown": {
|
|
13160
|
-
"version": "1.0.0
|
|
13161
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0
|
|
13162
|
-
"integrity": "sha512-
|
|
13164
|
+
"version": "1.0.0",
|
|
13165
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0.tgz",
|
|
13166
|
+
"integrity": "sha512-yD986aXDESFGS95spT1LAv0jssywP4npMEjmMHyN2/5+eE8qQJUype2AaKkRiLgBgyD0LFlubwAht7VmY8rGoA==",
|
|
13163
13167
|
"dev": true,
|
|
13164
13168
|
"license": "MIT",
|
|
13165
13169
|
"dependencies": {
|
|
13166
|
-
"@oxc-project/types": "=0.
|
|
13167
|
-
"@rolldown/pluginutils": "1.0.0
|
|
13170
|
+
"@oxc-project/types": "=0.129.0",
|
|
13171
|
+
"@rolldown/pluginutils": "1.0.0"
|
|
13168
13172
|
},
|
|
13169
13173
|
"bin": {
|
|
13170
13174
|
"rolldown": "bin/cli.mjs"
|
|
@@ -13173,21 +13177,21 @@
|
|
|
13173
13177
|
"node": "^20.19.0 || >=22.12.0"
|
|
13174
13178
|
},
|
|
13175
13179
|
"optionalDependencies": {
|
|
13176
|
-
"@rolldown/binding-android-arm64": "1.0.0
|
|
13177
|
-
"@rolldown/binding-darwin-arm64": "1.0.0
|
|
13178
|
-
"@rolldown/binding-darwin-x64": "1.0.0
|
|
13179
|
-
"@rolldown/binding-freebsd-x64": "1.0.0
|
|
13180
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0
|
|
13181
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0
|
|
13182
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0
|
|
13183
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.0
|
|
13184
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.0
|
|
13185
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0
|
|
13186
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0
|
|
13187
|
-
"@rolldown/binding-openharmony-arm64": "1.0.0
|
|
13188
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0
|
|
13189
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0
|
|
13190
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0
|
|
13180
|
+
"@rolldown/binding-android-arm64": "1.0.0",
|
|
13181
|
+
"@rolldown/binding-darwin-arm64": "1.0.0",
|
|
13182
|
+
"@rolldown/binding-darwin-x64": "1.0.0",
|
|
13183
|
+
"@rolldown/binding-freebsd-x64": "1.0.0",
|
|
13184
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0",
|
|
13185
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0",
|
|
13186
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0",
|
|
13187
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0",
|
|
13188
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0",
|
|
13189
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0",
|
|
13190
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0",
|
|
13191
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0",
|
|
13192
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0",
|
|
13193
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0",
|
|
13194
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0"
|
|
13191
13195
|
}
|
|
13192
13196
|
},
|
|
13193
13197
|
"node_modules/run-parallel": {
|
|
@@ -14270,16 +14274,6 @@
|
|
|
14270
14274
|
"real-require": "^0.2.0"
|
|
14271
14275
|
}
|
|
14272
14276
|
},
|
|
14273
|
-
"node_modules/through2": {
|
|
14274
|
-
"version": "3.0.2",
|
|
14275
|
-
"resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
|
|
14276
|
-
"integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
|
|
14277
|
-
"license": "MIT",
|
|
14278
|
-
"dependencies": {
|
|
14279
|
-
"inherits": "^2.0.4",
|
|
14280
|
-
"readable-stream": "2 || 3"
|
|
14281
|
-
}
|
|
14282
|
-
},
|
|
14283
14277
|
"node_modules/tiny-jsonc": {
|
|
14284
14278
|
"version": "1.0.2",
|
|
14285
14279
|
"resolved": "https://registry.npmjs.org/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz",
|
|
@@ -14526,12 +14520,12 @@
|
|
|
14526
14520
|
}
|
|
14527
14521
|
},
|
|
14528
14522
|
"node_modules/txml": {
|
|
14529
|
-
"version": "
|
|
14530
|
-
"resolved": "https://registry.npmjs.org/txml/-/txml-
|
|
14531
|
-
"integrity": "sha512-
|
|
14523
|
+
"version": "6.0.0",
|
|
14524
|
+
"resolved": "https://registry.npmjs.org/txml/-/txml-6.0.0.tgz",
|
|
14525
|
+
"integrity": "sha512-SJ1tLEiSsraRDvSxCHhwhvS5e3YALvRWxNDKR2vCX3gQG4MVepj6dWEclnbnMEOUZ2s690lWC4pgpRjKj6lhkw==",
|
|
14532
14526
|
"license": "MIT",
|
|
14533
|
-
"
|
|
14534
|
-
"
|
|
14527
|
+
"engines": {
|
|
14528
|
+
"node": ">=18.0.0"
|
|
14535
14529
|
}
|
|
14536
14530
|
},
|
|
14537
14531
|
"node_modules/type-detect": {
|
|
@@ -14615,9 +14609,9 @@
|
|
|
14615
14609
|
"license": "MIT"
|
|
14616
14610
|
},
|
|
14617
14611
|
"node_modules/undici-types": {
|
|
14618
|
-
"version": "7.
|
|
14619
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
14620
|
-
"integrity": "sha512-
|
|
14612
|
+
"version": "7.24.6",
|
|
14613
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
|
|
14614
|
+
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
|
14621
14615
|
"license": "MIT"
|
|
14622
14616
|
},
|
|
14623
14617
|
"node_modules/universalify": {
|
|
@@ -14765,16 +14759,16 @@
|
|
|
14765
14759
|
}
|
|
14766
14760
|
},
|
|
14767
14761
|
"node_modules/vite": {
|
|
14768
|
-
"version": "8.0.
|
|
14769
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
14770
|
-
"integrity": "sha512-
|
|
14762
|
+
"version": "8.0.12",
|
|
14763
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.12.tgz",
|
|
14764
|
+
"integrity": "sha512-w2dDofOWv2QB09ZITZBsvKTVAlYvPR4IAmrY/v0ir9KvLs0xybR7i48wxhM1/oyBWO34wPns+bPGw5ZrZqDpZg==",
|
|
14771
14765
|
"dev": true,
|
|
14772
14766
|
"license": "MIT",
|
|
14773
14767
|
"dependencies": {
|
|
14774
14768
|
"lightningcss": "^1.32.0",
|
|
14775
14769
|
"picomatch": "^4.0.4",
|
|
14776
|
-
"postcss": "^8.5.
|
|
14777
|
-
"rolldown": "1.0.0
|
|
14770
|
+
"postcss": "^8.5.14",
|
|
14771
|
+
"rolldown": "1.0.0",
|
|
14778
14772
|
"tinyglobby": "^0.2.16"
|
|
14779
14773
|
},
|
|
14780
14774
|
"bin": {
|
|
@@ -14791,7 +14785,7 @@
|
|
|
14791
14785
|
},
|
|
14792
14786
|
"peerDependencies": {
|
|
14793
14787
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
14794
|
-
"@vitejs/devtools": "^0.1.
|
|
14788
|
+
"@vitejs/devtools": "^0.1.18",
|
|
14795
14789
|
"esbuild": "^0.27.0 || ^0.28.0",
|
|
14796
14790
|
"jiti": ">=1.21.0",
|
|
14797
14791
|
"less": "^4.0.0",
|
|
@@ -14856,19 +14850,19 @@
|
|
|
14856
14850
|
}
|
|
14857
14851
|
},
|
|
14858
14852
|
"node_modules/vitest": {
|
|
14859
|
-
"version": "4.1.
|
|
14860
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
14861
|
-
"integrity": "sha512-
|
|
14853
|
+
"version": "4.1.6",
|
|
14854
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.6.tgz",
|
|
14855
|
+
"integrity": "sha512-6lvjbS3p9b4CrdCmguzbh2/4uoXhGE2q71R4OX5sqF9R1bo9Xd6fGrMAfvp5wnCzlBnFVdCOp6onuTQVbo8iUQ==",
|
|
14862
14856
|
"dev": true,
|
|
14863
14857
|
"license": "MIT",
|
|
14864
14858
|
"dependencies": {
|
|
14865
|
-
"@vitest/expect": "4.1.
|
|
14866
|
-
"@vitest/mocker": "4.1.
|
|
14867
|
-
"@vitest/pretty-format": "4.1.
|
|
14868
|
-
"@vitest/runner": "4.1.
|
|
14869
|
-
"@vitest/snapshot": "4.1.
|
|
14870
|
-
"@vitest/spy": "4.1.
|
|
14871
|
-
"@vitest/utils": "4.1.
|
|
14859
|
+
"@vitest/expect": "4.1.6",
|
|
14860
|
+
"@vitest/mocker": "4.1.6",
|
|
14861
|
+
"@vitest/pretty-format": "4.1.6",
|
|
14862
|
+
"@vitest/runner": "4.1.6",
|
|
14863
|
+
"@vitest/snapshot": "4.1.6",
|
|
14864
|
+
"@vitest/spy": "4.1.6",
|
|
14865
|
+
"@vitest/utils": "4.1.6",
|
|
14872
14866
|
"es-module-lexer": "^2.0.0",
|
|
14873
14867
|
"expect-type": "^1.3.0",
|
|
14874
14868
|
"magic-string": "^0.30.21",
|
|
@@ -14896,12 +14890,12 @@
|
|
|
14896
14890
|
"@edge-runtime/vm": "*",
|
|
14897
14891
|
"@opentelemetry/api": "^1.9.0",
|
|
14898
14892
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
14899
|
-
"@vitest/browser-playwright": "4.1.
|
|
14900
|
-
"@vitest/browser-preview": "4.1.
|
|
14901
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
14902
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
14903
|
-
"@vitest/coverage-v8": "4.1.
|
|
14904
|
-
"@vitest/ui": "4.1.
|
|
14893
|
+
"@vitest/browser-playwright": "4.1.6",
|
|
14894
|
+
"@vitest/browser-preview": "4.1.6",
|
|
14895
|
+
"@vitest/browser-webdriverio": "4.1.6",
|
|
14896
|
+
"@vitest/coverage-istanbul": "4.1.6",
|
|
14897
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
14898
|
+
"@vitest/ui": "4.1.6",
|
|
14905
14899
|
"happy-dom": "*",
|
|
14906
14900
|
"jsdom": "*",
|
|
14907
14901
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -15209,6 +15203,21 @@
|
|
|
15209
15203
|
}
|
|
15210
15204
|
}
|
|
15211
15205
|
},
|
|
15206
|
+
"node_modules/xml-naming": {
|
|
15207
|
+
"version": "0.1.0",
|
|
15208
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
15209
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
15210
|
+
"funding": [
|
|
15211
|
+
{
|
|
15212
|
+
"type": "github",
|
|
15213
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
15214
|
+
}
|
|
15215
|
+
],
|
|
15216
|
+
"license": "MIT",
|
|
15217
|
+
"engines": {
|
|
15218
|
+
"node": ">=16.0.0"
|
|
15219
|
+
}
|
|
15220
|
+
},
|
|
15212
15221
|
"node_modules/xml2js": {
|
|
15213
15222
|
"version": "0.6.2",
|
|
15214
15223
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
@@ -15255,9 +15264,9 @@
|
|
|
15255
15264
|
"license": "ISC"
|
|
15256
15265
|
},
|
|
15257
15266
|
"node_modules/yaml": {
|
|
15258
|
-
"version": "2.
|
|
15259
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
15260
|
-
"integrity": "sha512-
|
|
15267
|
+
"version": "2.9.0",
|
|
15268
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
15269
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
15261
15270
|
"license": "ISC",
|
|
15262
15271
|
"bin": {
|
|
15263
15272
|
"yaml": "bin.mjs"
|
|
@@ -15270,32 +15279,78 @@
|
|
|
15270
15279
|
}
|
|
15271
15280
|
},
|
|
15272
15281
|
"node_modules/yargs": {
|
|
15273
|
-
"version": "
|
|
15274
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
|
15275
|
-
"integrity": "sha512-
|
|
15282
|
+
"version": "18.0.0",
|
|
15283
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
15284
|
+
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
15276
15285
|
"dev": true,
|
|
15277
15286
|
"license": "MIT",
|
|
15278
15287
|
"dependencies": {
|
|
15279
|
-
"cliui": "^
|
|
15288
|
+
"cliui": "^9.0.1",
|
|
15280
15289
|
"escalade": "^3.1.1",
|
|
15281
15290
|
"get-caller-file": "^2.0.5",
|
|
15282
|
-
"
|
|
15283
|
-
"string-width": "^4.2.3",
|
|
15291
|
+
"string-width": "^7.2.0",
|
|
15284
15292
|
"y18n": "^5.0.5",
|
|
15285
|
-
"yargs-parser": "^
|
|
15293
|
+
"yargs-parser": "^22.0.0"
|
|
15286
15294
|
},
|
|
15287
15295
|
"engines": {
|
|
15288
|
-
"node": ">=
|
|
15296
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
15289
15297
|
}
|
|
15290
15298
|
},
|
|
15291
15299
|
"node_modules/yargs-parser": {
|
|
15292
|
-
"version": "
|
|
15293
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-
|
|
15294
|
-
"integrity": "sha512-
|
|
15300
|
+
"version": "22.0.0",
|
|
15301
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
15302
|
+
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
15295
15303
|
"dev": true,
|
|
15296
15304
|
"license": "ISC",
|
|
15305
|
+
"engines": {
|
|
15306
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
15307
|
+
}
|
|
15308
|
+
},
|
|
15309
|
+
"node_modules/yargs/node_modules/ansi-regex": {
|
|
15310
|
+
"version": "6.2.2",
|
|
15311
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
15312
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
15313
|
+
"dev": true,
|
|
15314
|
+
"license": "MIT",
|
|
15297
15315
|
"engines": {
|
|
15298
15316
|
"node": ">=12"
|
|
15317
|
+
},
|
|
15318
|
+
"funding": {
|
|
15319
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
15320
|
+
}
|
|
15321
|
+
},
|
|
15322
|
+
"node_modules/yargs/node_modules/string-width": {
|
|
15323
|
+
"version": "7.2.0",
|
|
15324
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
15325
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
15326
|
+
"dev": true,
|
|
15327
|
+
"license": "MIT",
|
|
15328
|
+
"dependencies": {
|
|
15329
|
+
"emoji-regex": "^10.3.0",
|
|
15330
|
+
"get-east-asian-width": "^1.0.0",
|
|
15331
|
+
"strip-ansi": "^7.1.0"
|
|
15332
|
+
},
|
|
15333
|
+
"engines": {
|
|
15334
|
+
"node": ">=18"
|
|
15335
|
+
},
|
|
15336
|
+
"funding": {
|
|
15337
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15338
|
+
}
|
|
15339
|
+
},
|
|
15340
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
15341
|
+
"version": "7.2.0",
|
|
15342
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
15343
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
15344
|
+
"dev": true,
|
|
15345
|
+
"license": "MIT",
|
|
15346
|
+
"dependencies": {
|
|
15347
|
+
"ansi-regex": "^6.2.2"
|
|
15348
|
+
},
|
|
15349
|
+
"engines": {
|
|
15350
|
+
"node": ">=12"
|
|
15351
|
+
},
|
|
15352
|
+
"funding": {
|
|
15353
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
15299
15354
|
}
|
|
15300
15355
|
},
|
|
15301
15356
|
"node_modules/yn": {
|