@jayree/sfdx-plugin-manifest 4.0.25 → 4.0.27
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/CHANGELOG.md +17 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +77 -584
- package/oclif.lock +26 -82
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.27",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.27",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -15,13 +15,13 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
18
|
-
"@salesforce/source-tracking": "7.4.
|
18
|
+
"@salesforce/source-tracking": "7.4.6",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^5.2.5",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
|
-
"isomorphic-git": "1.
|
24
|
+
"isomorphic-git": "1.31.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"c8": "^10.1.3",
|
35
35
|
"eslint-config-oclif": "^6.0.72",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
|
-
"eslint-plugin-prettier": "^5.
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
37
|
+
"eslint-plugin-prettier": "^5.5.0",
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
39
39
|
"oclif": "^4.19.0",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
@@ -2042,6 +2042,20 @@
|
|
2042
2042
|
"node": ">=18"
|
2043
2043
|
}
|
2044
2044
|
},
|
2045
|
+
"node_modules/@es-joy/jsdoccomment/node_modules/@typescript-eslint/types": {
|
2046
|
+
"version": "8.33.0",
|
2047
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
|
2048
|
+
"integrity": "sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==",
|
2049
|
+
"dev": true,
|
2050
|
+
"license": "MIT",
|
2051
|
+
"engines": {
|
2052
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2053
|
+
},
|
2054
|
+
"funding": {
|
2055
|
+
"type": "opencollective",
|
2056
|
+
"url": "https://opencollective.com/typescript-eslint"
|
2057
|
+
}
|
2058
|
+
},
|
2045
2059
|
"node_modules/@eslint-community/eslint-utils": {
|
2046
2060
|
"version": "4.4.1",
|
2047
2061
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
|
@@ -4135,15 +4149,15 @@
|
|
4135
4149
|
}
|
4136
4150
|
},
|
4137
4151
|
"node_modules/@salesforce/source-tracking": {
|
4138
|
-
"version": "7.4.
|
4139
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
4140
|
-
"integrity": "sha512-
|
4152
|
+
"version": "7.4.6",
|
4153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz",
|
4154
|
+
"integrity": "sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==",
|
4141
4155
|
"license": "Apache-2.0",
|
4142
4156
|
"dependencies": {
|
4143
|
-
"@oclif/core": "^4.
|
4157
|
+
"@oclif/core": "^4.4.0",
|
4144
4158
|
"@salesforce/core": "^8.14.0",
|
4145
4159
|
"@salesforce/kit": "^3.2.3",
|
4146
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
4160
|
+
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
4147
4161
|
"@salesforce/ts-types": "^2.0.12",
|
4148
4162
|
"fast-xml-parser": "^4.5.3",
|
4149
4163
|
"graceful-fs": "^4.2.11",
|
@@ -5550,60 +5564,6 @@
|
|
5550
5564
|
"typescript": ">=4.8.4 <5.9.0"
|
5551
5565
|
}
|
5552
5566
|
},
|
5553
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5554
|
-
"version": "4.7.0",
|
5555
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5556
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5557
|
-
"dev": true,
|
5558
|
-
"license": "MIT",
|
5559
|
-
"dependencies": {
|
5560
|
-
"eslint-visitor-keys": "^3.4.3"
|
5561
|
-
},
|
5562
|
-
"engines": {
|
5563
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5564
|
-
},
|
5565
|
-
"funding": {
|
5566
|
-
"url": "https://opencollective.com/eslint"
|
5567
|
-
},
|
5568
|
-
"peerDependencies": {
|
5569
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5570
|
-
}
|
5571
|
-
},
|
5572
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5573
|
-
"version": "3.4.3",
|
5574
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5575
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5576
|
-
"dev": true,
|
5577
|
-
"license": "Apache-2.0",
|
5578
|
-
"engines": {
|
5579
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5580
|
-
},
|
5581
|
-
"funding": {
|
5582
|
-
"url": "https://opencollective.com/eslint"
|
5583
|
-
}
|
5584
|
-
},
|
5585
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": {
|
5586
|
-
"version": "8.34.0",
|
5587
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5588
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5589
|
-
"dev": true,
|
5590
|
-
"license": "MIT",
|
5591
|
-
"dependencies": {
|
5592
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5593
|
-
"@typescript-eslint/types": "^8.34.0",
|
5594
|
-
"debug": "^4.3.4"
|
5595
|
-
},
|
5596
|
-
"engines": {
|
5597
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5598
|
-
},
|
5599
|
-
"funding": {
|
5600
|
-
"type": "opencollective",
|
5601
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5602
|
-
},
|
5603
|
-
"peerDependencies": {
|
5604
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5605
|
-
}
|
5606
|
-
},
|
5607
5567
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5608
5568
|
"version": "8.34.0",
|
5609
5569
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
@@ -5622,90 +5582,6 @@
|
|
5622
5582
|
"url": "https://opencollective.com/typescript-eslint"
|
5623
5583
|
}
|
5624
5584
|
},
|
5625
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": {
|
5626
|
-
"version": "8.34.0",
|
5627
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5628
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
5629
|
-
"dev": true,
|
5630
|
-
"license": "MIT",
|
5631
|
-
"engines": {
|
5632
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5633
|
-
},
|
5634
|
-
"funding": {
|
5635
|
-
"type": "opencollective",
|
5636
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5637
|
-
},
|
5638
|
-
"peerDependencies": {
|
5639
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5640
|
-
}
|
5641
|
-
},
|
5642
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5643
|
-
"version": "8.34.0",
|
5644
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5645
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
5646
|
-
"dev": true,
|
5647
|
-
"license": "MIT",
|
5648
|
-
"engines": {
|
5649
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5650
|
-
},
|
5651
|
-
"funding": {
|
5652
|
-
"type": "opencollective",
|
5653
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5654
|
-
}
|
5655
|
-
},
|
5656
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5657
|
-
"version": "8.34.0",
|
5658
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
5659
|
-
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
5660
|
-
"dev": true,
|
5661
|
-
"license": "MIT",
|
5662
|
-
"dependencies": {
|
5663
|
-
"@typescript-eslint/project-service": "8.34.0",
|
5664
|
-
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
5665
|
-
"@typescript-eslint/types": "8.34.0",
|
5666
|
-
"@typescript-eslint/visitor-keys": "8.34.0",
|
5667
|
-
"debug": "^4.3.4",
|
5668
|
-
"fast-glob": "^3.3.2",
|
5669
|
-
"is-glob": "^4.0.3",
|
5670
|
-
"minimatch": "^9.0.4",
|
5671
|
-
"semver": "^7.6.0",
|
5672
|
-
"ts-api-utils": "^2.1.0"
|
5673
|
-
},
|
5674
|
-
"engines": {
|
5675
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5676
|
-
},
|
5677
|
-
"funding": {
|
5678
|
-
"type": "opencollective",
|
5679
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5680
|
-
},
|
5681
|
-
"peerDependencies": {
|
5682
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5683
|
-
}
|
5684
|
-
},
|
5685
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5686
|
-
"version": "8.34.0",
|
5687
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
5688
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
5689
|
-
"dev": true,
|
5690
|
-
"license": "MIT",
|
5691
|
-
"dependencies": {
|
5692
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
5693
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
5694
|
-
"@typescript-eslint/types": "8.34.0",
|
5695
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
5696
|
-
},
|
5697
|
-
"engines": {
|
5698
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5699
|
-
},
|
5700
|
-
"funding": {
|
5701
|
-
"type": "opencollective",
|
5702
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5703
|
-
},
|
5704
|
-
"peerDependencies": {
|
5705
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5706
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5707
|
-
}
|
5708
|
-
},
|
5709
5585
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5710
5586
|
"version": "8.34.0",
|
5711
5587
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
@@ -5747,22 +5623,6 @@
|
|
5747
5623
|
"node": ">= 4"
|
5748
5624
|
}
|
5749
5625
|
},
|
5750
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5751
|
-
"version": "9.0.5",
|
5752
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5753
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5754
|
-
"dev": true,
|
5755
|
-
"license": "ISC",
|
5756
|
-
"dependencies": {
|
5757
|
-
"brace-expansion": "^2.0.1"
|
5758
|
-
},
|
5759
|
-
"engines": {
|
5760
|
-
"node": ">=16 || 14 >=14.17"
|
5761
|
-
},
|
5762
|
-
"funding": {
|
5763
|
-
"url": "https://github.com/sponsors/isaacs"
|
5764
|
-
}
|
5765
|
-
},
|
5766
5626
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5767
5627
|
"version": "2.1.0",
|
5768
5628
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -5801,28 +5661,6 @@
|
|
5801
5661
|
"typescript": ">=4.8.4 <5.9.0"
|
5802
5662
|
}
|
5803
5663
|
},
|
5804
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": {
|
5805
|
-
"version": "8.34.0",
|
5806
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5807
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5808
|
-
"dev": true,
|
5809
|
-
"license": "MIT",
|
5810
|
-
"dependencies": {
|
5811
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5812
|
-
"@typescript-eslint/types": "^8.34.0",
|
5813
|
-
"debug": "^4.3.4"
|
5814
|
-
},
|
5815
|
-
"engines": {
|
5816
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5817
|
-
},
|
5818
|
-
"funding": {
|
5819
|
-
"type": "opencollective",
|
5820
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5821
|
-
},
|
5822
|
-
"peerDependencies": {
|
5823
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5824
|
-
}
|
5825
|
-
},
|
5826
5664
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5827
5665
|
"version": "8.34.0",
|
5828
5666
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
@@ -5841,37 +5679,6 @@
|
|
5841
5679
|
"url": "https://opencollective.com/typescript-eslint"
|
5842
5680
|
}
|
5843
5681
|
},
|
5844
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": {
|
5845
|
-
"version": "8.34.0",
|
5846
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5847
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
5848
|
-
"dev": true,
|
5849
|
-
"license": "MIT",
|
5850
|
-
"engines": {
|
5851
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5852
|
-
},
|
5853
|
-
"funding": {
|
5854
|
-
"type": "opencollective",
|
5855
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5856
|
-
},
|
5857
|
-
"peerDependencies": {
|
5858
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5859
|
-
}
|
5860
|
-
},
|
5861
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5862
|
-
"version": "8.34.0",
|
5863
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5864
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
5865
|
-
"dev": true,
|
5866
|
-
"license": "MIT",
|
5867
|
-
"engines": {
|
5868
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5869
|
-
},
|
5870
|
-
"funding": {
|
5871
|
-
"type": "opencollective",
|
5872
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5873
|
-
}
|
5874
|
-
},
|
5875
5682
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5876
5683
|
"version": "8.34.0",
|
5877
5684
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
@@ -5962,14 +5769,14 @@
|
|
5962
5769
|
}
|
5963
5770
|
},
|
5964
5771
|
"node_modules/@typescript-eslint/project-service": {
|
5965
|
-
"version": "8.
|
5966
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
5967
|
-
"integrity": "sha512-
|
5772
|
+
"version": "8.34.0",
|
5773
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5774
|
+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5968
5775
|
"dev": true,
|
5969
5776
|
"license": "MIT",
|
5970
5777
|
"dependencies": {
|
5971
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
5972
|
-
"@typescript-eslint/types": "^8.
|
5778
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5779
|
+
"@typescript-eslint/types": "^8.34.0",
|
5973
5780
|
"debug": "^4.3.4"
|
5974
5781
|
},
|
5975
5782
|
"engines": {
|
@@ -5978,6 +5785,9 @@
|
|
5978
5785
|
"funding": {
|
5979
5786
|
"type": "opencollective",
|
5980
5787
|
"url": "https://opencollective.com/typescript-eslint"
|
5788
|
+
},
|
5789
|
+
"peerDependencies": {
|
5790
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5981
5791
|
}
|
5982
5792
|
},
|
5983
5793
|
"node_modules/@typescript-eslint/scope-manager": {
|
@@ -6013,9 +5823,9 @@
|
|
6013
5823
|
}
|
6014
5824
|
},
|
6015
5825
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
6016
|
-
"version": "8.
|
6017
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
6018
|
-
"integrity": "sha512
|
5826
|
+
"version": "8.34.0",
|
5827
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
5828
|
+
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
6019
5829
|
"dev": true,
|
6020
5830
|
"license": "MIT",
|
6021
5831
|
"engines": {
|
@@ -6040,107 +5850,17 @@
|
|
6040
5850
|
"@typescript-eslint/utils": "8.34.0",
|
6041
5851
|
"debug": "^4.3.4",
|
6042
5852
|
"ts-api-utils": "^2.1.0"
|
6043
|
-
},
|
6044
|
-
"engines": {
|
6045
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6046
|
-
},
|
6047
|
-
"funding": {
|
6048
|
-
"type": "opencollective",
|
6049
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6050
|
-
},
|
6051
|
-
"peerDependencies": {
|
6052
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
6053
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6054
|
-
}
|
6055
|
-
},
|
6056
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
|
6057
|
-
"version": "4.7.0",
|
6058
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
6059
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
6060
|
-
"dev": true,
|
6061
|
-
"license": "MIT",
|
6062
|
-
"dependencies": {
|
6063
|
-
"eslint-visitor-keys": "^3.4.3"
|
6064
|
-
},
|
6065
|
-
"engines": {
|
6066
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6067
|
-
},
|
6068
|
-
"funding": {
|
6069
|
-
"url": "https://opencollective.com/eslint"
|
6070
|
-
},
|
6071
|
-
"peerDependencies": {
|
6072
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6073
|
-
}
|
6074
|
-
},
|
6075
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
|
6076
|
-
"version": "8.34.0",
|
6077
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
6078
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
6079
|
-
"dev": true,
|
6080
|
-
"license": "MIT",
|
6081
|
-
"dependencies": {
|
6082
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
6083
|
-
"@typescript-eslint/types": "^8.34.0",
|
6084
|
-
"debug": "^4.3.4"
|
6085
|
-
},
|
6086
|
-
"engines": {
|
6087
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6088
|
-
},
|
6089
|
-
"funding": {
|
6090
|
-
"type": "opencollective",
|
6091
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6092
|
-
},
|
6093
|
-
"peerDependencies": {
|
6094
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6095
|
-
}
|
6096
|
-
},
|
6097
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
6098
|
-
"version": "8.34.0",
|
6099
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
6100
|
-
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
6101
|
-
"dev": true,
|
6102
|
-
"license": "MIT",
|
6103
|
-
"dependencies": {
|
6104
|
-
"@typescript-eslint/types": "8.34.0",
|
6105
|
-
"@typescript-eslint/visitor-keys": "8.34.0"
|
6106
|
-
},
|
6107
|
-
"engines": {
|
6108
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6109
|
-
},
|
6110
|
-
"funding": {
|
6111
|
-
"type": "opencollective",
|
6112
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6113
|
-
}
|
6114
|
-
},
|
6115
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
6116
|
-
"version": "8.34.0",
|
6117
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
6118
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
6119
|
-
"dev": true,
|
6120
|
-
"license": "MIT",
|
6121
|
-
"engines": {
|
6122
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6123
|
-
},
|
6124
|
-
"funding": {
|
6125
|
-
"type": "opencollective",
|
6126
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6127
|
-
},
|
6128
|
-
"peerDependencies": {
|
6129
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6130
|
-
}
|
6131
|
-
},
|
6132
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
6133
|
-
"version": "8.34.0",
|
6134
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
6135
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
6136
|
-
"dev": true,
|
6137
|
-
"license": "MIT",
|
5853
|
+
},
|
6138
5854
|
"engines": {
|
6139
5855
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6140
5856
|
},
|
6141
5857
|
"funding": {
|
6142
5858
|
"type": "opencollective",
|
6143
5859
|
"url": "https://opencollective.com/typescript-eslint"
|
5860
|
+
},
|
5861
|
+
"peerDependencies": {
|
5862
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5863
|
+
"typescript": ">=4.8.4 <5.9.0"
|
6144
5864
|
}
|
6145
5865
|
},
|
6146
5866
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
@@ -6172,30 +5892,6 @@
|
|
6172
5892
|
"typescript": ">=4.8.4 <5.9.0"
|
6173
5893
|
}
|
6174
5894
|
},
|
6175
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
6176
|
-
"version": "8.34.0",
|
6177
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
6178
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
6179
|
-
"dev": true,
|
6180
|
-
"license": "MIT",
|
6181
|
-
"dependencies": {
|
6182
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
6183
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
6184
|
-
"@typescript-eslint/types": "8.34.0",
|
6185
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
6186
|
-
},
|
6187
|
-
"engines": {
|
6188
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6189
|
-
},
|
6190
|
-
"funding": {
|
6191
|
-
"type": "opencollective",
|
6192
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6193
|
-
},
|
6194
|
-
"peerDependencies": {
|
6195
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
6196
|
-
"typescript": ">=4.8.4 <5.9.0"
|
6197
|
-
}
|
6198
|
-
},
|
6199
5895
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
6200
5896
|
"version": "8.34.0",
|
6201
5897
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
@@ -6214,7 +5910,7 @@
|
|
6214
5910
|
"url": "https://opencollective.com/typescript-eslint"
|
6215
5911
|
}
|
6216
5912
|
},
|
6217
|
-
"node_modules/@typescript-eslint/type-utils/node_modules
|
5913
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
6218
5914
|
"version": "4.2.0",
|
6219
5915
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
6220
5916
|
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
@@ -6257,9 +5953,9 @@
|
|
6257
5953
|
}
|
6258
5954
|
},
|
6259
5955
|
"node_modules/@typescript-eslint/types": {
|
6260
|
-
"version": "8.
|
6261
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
6262
|
-
"integrity": "sha512-
|
5956
|
+
"version": "8.34.0",
|
5957
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5958
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
6263
5959
|
"dev": true,
|
6264
5960
|
"license": "MIT",
|
6265
5961
|
"engines": {
|
@@ -6330,16 +6026,16 @@
|
|
6330
6026
|
}
|
6331
6027
|
},
|
6332
6028
|
"node_modules/@typescript-eslint/utils": {
|
6333
|
-
"version": "8.
|
6334
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
6335
|
-
"integrity": "sha512-
|
6029
|
+
"version": "8.34.0",
|
6030
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
6031
|
+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
6336
6032
|
"dev": true,
|
6337
6033
|
"license": "MIT",
|
6338
6034
|
"dependencies": {
|
6339
6035
|
"@eslint-community/eslint-utils": "^4.7.0",
|
6340
|
-
"@typescript-eslint/scope-manager": "8.
|
6341
|
-
"@typescript-eslint/types": "8.
|
6342
|
-
"@typescript-eslint/typescript-estree": "8.
|
6036
|
+
"@typescript-eslint/scope-manager": "8.34.0",
|
6037
|
+
"@typescript-eslint/types": "8.34.0",
|
6038
|
+
"@typescript-eslint/typescript-estree": "8.34.0"
|
6343
6039
|
},
|
6344
6040
|
"engines": {
|
6345
6041
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6373,14 +6069,14 @@
|
|
6373
6069
|
}
|
6374
6070
|
},
|
6375
6071
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6376
|
-
"version": "8.
|
6377
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
6378
|
-
"integrity": "sha512-
|
6072
|
+
"version": "8.34.0",
|
6073
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
6074
|
+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
6379
6075
|
"dev": true,
|
6380
6076
|
"license": "MIT",
|
6381
6077
|
"dependencies": {
|
6382
|
-
"@typescript-eslint/types": "8.
|
6383
|
-
"@typescript-eslint/visitor-keys": "8.
|
6078
|
+
"@typescript-eslint/types": "8.34.0",
|
6079
|
+
"@typescript-eslint/visitor-keys": "8.34.0"
|
6384
6080
|
},
|
6385
6081
|
"engines": {
|
6386
6082
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6391,16 +6087,16 @@
|
|
6391
6087
|
}
|
6392
6088
|
},
|
6393
6089
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6394
|
-
"version": "8.
|
6395
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
6396
|
-
"integrity": "sha512-
|
6090
|
+
"version": "8.34.0",
|
6091
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
6092
|
+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
6397
6093
|
"dev": true,
|
6398
6094
|
"license": "MIT",
|
6399
6095
|
"dependencies": {
|
6400
|
-
"@typescript-eslint/project-service": "8.
|
6401
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
6402
|
-
"@typescript-eslint/types": "8.
|
6403
|
-
"@typescript-eslint/visitor-keys": "8.
|
6096
|
+
"@typescript-eslint/project-service": "8.34.0",
|
6097
|
+
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
6098
|
+
"@typescript-eslint/types": "8.34.0",
|
6099
|
+
"@typescript-eslint/visitor-keys": "8.34.0",
|
6404
6100
|
"debug": "^4.3.4",
|
6405
6101
|
"fast-glob": "^3.3.2",
|
6406
6102
|
"is-glob": "^4.0.3",
|
@@ -6420,13 +6116,13 @@
|
|
6420
6116
|
}
|
6421
6117
|
},
|
6422
6118
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6423
|
-
"version": "8.
|
6424
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
6425
|
-
"integrity": "sha512-
|
6119
|
+
"version": "8.34.0",
|
6120
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
6121
|
+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
6426
6122
|
"dev": true,
|
6427
6123
|
"license": "MIT",
|
6428
6124
|
"dependencies": {
|
6429
|
-
"@typescript-eslint/types": "8.
|
6125
|
+
"@typescript-eslint/types": "8.34.0",
|
6430
6126
|
"eslint-visitor-keys": "^4.2.0"
|
6431
6127
|
},
|
6432
6128
|
"engines": {
|
@@ -10189,9 +9885,9 @@
|
|
10189
9885
|
}
|
10190
9886
|
},
|
10191
9887
|
"node_modules/eslint-plugin-prettier": {
|
10192
|
-
"version": "5.
|
10193
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
10194
|
-
"integrity": "sha512-
|
9888
|
+
"version": "5.5.0",
|
9889
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz",
|
9890
|
+
"integrity": "sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==",
|
10195
9891
|
"dev": true,
|
10196
9892
|
"license": "MIT",
|
10197
9893
|
"dependencies": {
|
@@ -10220,13 +9916,13 @@
|
|
10220
9916
|
}
|
10221
9917
|
},
|
10222
9918
|
"node_modules/eslint-plugin-sf-plugin": {
|
10223
|
-
"version": "1.20.
|
10224
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
10225
|
-
"integrity": "sha512-
|
9919
|
+
"version": "1.20.26",
|
9920
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
|
9921
|
+
"integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
|
10226
9922
|
"dev": true,
|
10227
9923
|
"license": "BSD-3-Clause",
|
10228
9924
|
"dependencies": {
|
10229
|
-
"@salesforce/core": "^8.
|
9925
|
+
"@salesforce/core": "^8.14.0",
|
10230
9926
|
"@typescript-eslint/utils": "^7.18.0"
|
10231
9927
|
},
|
10232
9928
|
"engines": {
|
@@ -12941,9 +12637,9 @@
|
|
12941
12637
|
"license": "ISC"
|
12942
12638
|
},
|
12943
12639
|
"node_modules/isomorphic-git": {
|
12944
|
-
"version": "1.
|
12945
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
12946
|
-
"integrity": "sha512-
|
12640
|
+
"version": "1.31.0",
|
12641
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.31.0.tgz",
|
12642
|
+
"integrity": "sha512-huMXDX1pMuBc0+GQSp7zD4ejqmrhqwWlK2X7p2dZyb7p2DKZWva4kRc4aH+0EE92W1j3+D7N4VRv35RCMWAeCQ==",
|
12947
12643
|
"license": "MIT",
|
12948
12644
|
"dependencies": {
|
12949
12645
|
"async-lock": "^1.4.1",
|
@@ -18345,209 +18041,6 @@
|
|
18345
18041
|
"typescript": ">=4.8.4 <5.9.0"
|
18346
18042
|
}
|
18347
18043
|
},
|
18348
|
-
"node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
|
18349
|
-
"version": "4.7.0",
|
18350
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
18351
|
-
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
18352
|
-
"dev": true,
|
18353
|
-
"license": "MIT",
|
18354
|
-
"dependencies": {
|
18355
|
-
"eslint-visitor-keys": "^3.4.3"
|
18356
|
-
},
|
18357
|
-
"engines": {
|
18358
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
18359
|
-
},
|
18360
|
-
"funding": {
|
18361
|
-
"url": "https://opencollective.com/eslint"
|
18362
|
-
},
|
18363
|
-
"peerDependencies": {
|
18364
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
18365
|
-
}
|
18366
|
-
},
|
18367
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": {
|
18368
|
-
"version": "8.34.0",
|
18369
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
18370
|
-
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
18371
|
-
"dev": true,
|
18372
|
-
"license": "MIT",
|
18373
|
-
"dependencies": {
|
18374
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
18375
|
-
"@typescript-eslint/types": "^8.34.0",
|
18376
|
-
"debug": "^4.3.4"
|
18377
|
-
},
|
18378
|
-
"engines": {
|
18379
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18380
|
-
},
|
18381
|
-
"funding": {
|
18382
|
-
"type": "opencollective",
|
18383
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18384
|
-
},
|
18385
|
-
"peerDependencies": {
|
18386
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18387
|
-
}
|
18388
|
-
},
|
18389
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
18390
|
-
"version": "8.34.0",
|
18391
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
18392
|
-
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
18393
|
-
"dev": true,
|
18394
|
-
"license": "MIT",
|
18395
|
-
"dependencies": {
|
18396
|
-
"@typescript-eslint/types": "8.34.0",
|
18397
|
-
"@typescript-eslint/visitor-keys": "8.34.0"
|
18398
|
-
},
|
18399
|
-
"engines": {
|
18400
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18401
|
-
},
|
18402
|
-
"funding": {
|
18403
|
-
"type": "opencollective",
|
18404
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18405
|
-
}
|
18406
|
-
},
|
18407
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": {
|
18408
|
-
"version": "8.34.0",
|
18409
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
|
18410
|
-
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
|
18411
|
-
"dev": true,
|
18412
|
-
"license": "MIT",
|
18413
|
-
"engines": {
|
18414
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18415
|
-
},
|
18416
|
-
"funding": {
|
18417
|
-
"type": "opencollective",
|
18418
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18419
|
-
},
|
18420
|
-
"peerDependencies": {
|
18421
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18422
|
-
}
|
18423
|
-
},
|
18424
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
18425
|
-
"version": "8.34.0",
|
18426
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
18427
|
-
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
18428
|
-
"dev": true,
|
18429
|
-
"license": "MIT",
|
18430
|
-
"engines": {
|
18431
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18432
|
-
},
|
18433
|
-
"funding": {
|
18434
|
-
"type": "opencollective",
|
18435
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18436
|
-
}
|
18437
|
-
},
|
18438
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
18439
|
-
"version": "8.34.0",
|
18440
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
18441
|
-
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
18442
|
-
"dev": true,
|
18443
|
-
"license": "MIT",
|
18444
|
-
"dependencies": {
|
18445
|
-
"@typescript-eslint/project-service": "8.34.0",
|
18446
|
-
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
18447
|
-
"@typescript-eslint/types": "8.34.0",
|
18448
|
-
"@typescript-eslint/visitor-keys": "8.34.0",
|
18449
|
-
"debug": "^4.3.4",
|
18450
|
-
"fast-glob": "^3.3.2",
|
18451
|
-
"is-glob": "^4.0.3",
|
18452
|
-
"minimatch": "^9.0.4",
|
18453
|
-
"semver": "^7.6.0",
|
18454
|
-
"ts-api-utils": "^2.1.0"
|
18455
|
-
},
|
18456
|
-
"engines": {
|
18457
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18458
|
-
},
|
18459
|
-
"funding": {
|
18460
|
-
"type": "opencollective",
|
18461
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18462
|
-
},
|
18463
|
-
"peerDependencies": {
|
18464
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18465
|
-
}
|
18466
|
-
},
|
18467
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
18468
|
-
"version": "8.34.0",
|
18469
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
18470
|
-
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
18471
|
-
"dev": true,
|
18472
|
-
"license": "MIT",
|
18473
|
-
"dependencies": {
|
18474
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
18475
|
-
"@typescript-eslint/scope-manager": "8.34.0",
|
18476
|
-
"@typescript-eslint/types": "8.34.0",
|
18477
|
-
"@typescript-eslint/typescript-estree": "8.34.0"
|
18478
|
-
},
|
18479
|
-
"engines": {
|
18480
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18481
|
-
},
|
18482
|
-
"funding": {
|
18483
|
-
"type": "opencollective",
|
18484
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18485
|
-
},
|
18486
|
-
"peerDependencies": {
|
18487
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
18488
|
-
"typescript": ">=4.8.4 <5.9.0"
|
18489
|
-
}
|
18490
|
-
},
|
18491
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
18492
|
-
"version": "8.34.0",
|
18493
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
18494
|
-
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
18495
|
-
"dev": true,
|
18496
|
-
"license": "MIT",
|
18497
|
-
"dependencies": {
|
18498
|
-
"@typescript-eslint/types": "8.34.0",
|
18499
|
-
"eslint-visitor-keys": "^4.2.0"
|
18500
|
-
},
|
18501
|
-
"engines": {
|
18502
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18503
|
-
},
|
18504
|
-
"funding": {
|
18505
|
-
"type": "opencollective",
|
18506
|
-
"url": "https://opencollective.com/typescript-eslint"
|
18507
|
-
}
|
18508
|
-
},
|
18509
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
18510
|
-
"version": "4.2.0",
|
18511
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
18512
|
-
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
18513
|
-
"dev": true,
|
18514
|
-
"license": "Apache-2.0",
|
18515
|
-
"engines": {
|
18516
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18517
|
-
},
|
18518
|
-
"funding": {
|
18519
|
-
"url": "https://opencollective.com/eslint"
|
18520
|
-
}
|
18521
|
-
},
|
18522
|
-
"node_modules/typescript-eslint/node_modules/minimatch": {
|
18523
|
-
"version": "9.0.5",
|
18524
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
18525
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
18526
|
-
"dev": true,
|
18527
|
-
"license": "ISC",
|
18528
|
-
"dependencies": {
|
18529
|
-
"brace-expansion": "^2.0.1"
|
18530
|
-
},
|
18531
|
-
"engines": {
|
18532
|
-
"node": ">=16 || 14 >=14.17"
|
18533
|
-
},
|
18534
|
-
"funding": {
|
18535
|
-
"url": "https://github.com/sponsors/isaacs"
|
18536
|
-
}
|
18537
|
-
},
|
18538
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
18539
|
-
"version": "2.1.0",
|
18540
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
18541
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
18542
|
-
"dev": true,
|
18543
|
-
"license": "MIT",
|
18544
|
-
"engines": {
|
18545
|
-
"node": ">=18.12"
|
18546
|
-
},
|
18547
|
-
"peerDependencies": {
|
18548
|
-
"typescript": ">=4.8.4"
|
18549
|
-
}
|
18550
|
-
},
|
18551
18044
|
"node_modules/uc.micro": {
|
18552
18045
|
"version": "2.1.0",
|
18553
18046
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|