@jayree/sfdx-plugin-manifest 5.0.17 → 5.0.19
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 +16 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +642 -177
- package/oclif.lock +151 -82
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.19",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.25",
|
|
13
|
-
"@oclif/core": "^4.8.
|
|
13
|
+
"@oclif/core": "^4.8.3",
|
|
14
14
|
"@salesforce/core": "^8.26.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"isomorphic-git": "1.37.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.10",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
|
-
"c8": "^
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
33
|
+
"c8": "^11.0.0",
|
|
34
|
+
"eslint-config-oclif": "^6.0.146",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -3644,9 +3644,9 @@
|
|
|
3644
3644
|
}
|
|
3645
3645
|
},
|
|
3646
3646
|
"node_modules/@oclif/core": {
|
|
3647
|
-
"version": "4.8.
|
|
3648
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.
|
|
3649
|
-
"integrity": "sha512-
|
|
3647
|
+
"version": "4.8.3",
|
|
3648
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.3.tgz",
|
|
3649
|
+
"integrity": "sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==",
|
|
3650
3650
|
"license": "MIT",
|
|
3651
3651
|
"dependencies": {
|
|
3652
3652
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3659,7 +3659,7 @@
|
|
|
3659
3659
|
"indent-string": "^4.0.0",
|
|
3660
3660
|
"is-wsl": "^2.2.0",
|
|
3661
3661
|
"lilconfig": "^3.1.3",
|
|
3662
|
-
"minimatch": "^10.2.
|
|
3662
|
+
"minimatch": "^10.2.4",
|
|
3663
3663
|
"semver": "^7.7.3",
|
|
3664
3664
|
"string-width": "^4.2.3",
|
|
3665
3665
|
"supports-color": "^8",
|
|
@@ -3709,9 +3709,9 @@
|
|
|
3709
3709
|
}
|
|
3710
3710
|
},
|
|
3711
3711
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3712
|
-
"version": "10.2.
|
|
3713
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3714
|
-
"integrity": "sha512
|
|
3712
|
+
"version": "10.2.4",
|
|
3713
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
3714
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
3715
3715
|
"license": "BlueOak-1.0.0",
|
|
3716
3716
|
"dependencies": {
|
|
3717
3717
|
"brace-expansion": "^5.0.2"
|
|
@@ -3756,9 +3756,9 @@
|
|
|
3756
3756
|
}
|
|
3757
3757
|
},
|
|
3758
3758
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3759
|
-
"version": "5.3.
|
|
3760
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3761
|
-
"integrity": "sha512-
|
|
3759
|
+
"version": "5.3.10",
|
|
3760
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.10.tgz",
|
|
3761
|
+
"integrity": "sha512-pGKxLQzE3NYsl63WmwiCndrskKFsQXZ8P5trvycqGHJ1YmffL4xPpfiDcMtiKuK0MX2vSnTkQ0k7n5kchmx+vA==",
|
|
3762
3762
|
"dev": true,
|
|
3763
3763
|
"license": "MIT",
|
|
3764
3764
|
"dependencies": {
|
|
@@ -5613,6 +5613,152 @@
|
|
|
5613
5613
|
"eslint": ">=8.40.0"
|
|
5614
5614
|
}
|
|
5615
5615
|
},
|
|
5616
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/project-service": {
|
|
5617
|
+
"version": "8.56.0",
|
|
5618
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.0.tgz",
|
|
5619
|
+
"integrity": "sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==",
|
|
5620
|
+
"dev": true,
|
|
5621
|
+
"license": "MIT",
|
|
5622
|
+
"dependencies": {
|
|
5623
|
+
"@typescript-eslint/tsconfig-utils": "^8.56.0",
|
|
5624
|
+
"@typescript-eslint/types": "^8.56.0",
|
|
5625
|
+
"debug": "^4.4.3"
|
|
5626
|
+
},
|
|
5627
|
+
"engines": {
|
|
5628
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5629
|
+
},
|
|
5630
|
+
"funding": {
|
|
5631
|
+
"type": "opencollective",
|
|
5632
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5633
|
+
},
|
|
5634
|
+
"peerDependencies": {
|
|
5635
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
5638
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
5639
|
+
"version": "8.56.0",
|
|
5640
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz",
|
|
5641
|
+
"integrity": "sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==",
|
|
5642
|
+
"dev": true,
|
|
5643
|
+
"license": "MIT",
|
|
5644
|
+
"dependencies": {
|
|
5645
|
+
"@typescript-eslint/types": "8.56.0",
|
|
5646
|
+
"@typescript-eslint/visitor-keys": "8.56.0"
|
|
5647
|
+
},
|
|
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/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
5657
|
+
"version": "8.56.0",
|
|
5658
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz",
|
|
5659
|
+
"integrity": "sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==",
|
|
5660
|
+
"dev": true,
|
|
5661
|
+
"license": "MIT",
|
|
5662
|
+
"dependencies": {
|
|
5663
|
+
"@typescript-eslint/project-service": "8.56.0",
|
|
5664
|
+
"@typescript-eslint/tsconfig-utils": "8.56.0",
|
|
5665
|
+
"@typescript-eslint/types": "8.56.0",
|
|
5666
|
+
"@typescript-eslint/visitor-keys": "8.56.0",
|
|
5667
|
+
"debug": "^4.4.3",
|
|
5668
|
+
"minimatch": "^9.0.5",
|
|
5669
|
+
"semver": "^7.7.3",
|
|
5670
|
+
"tinyglobby": "^0.2.15",
|
|
5671
|
+
"ts-api-utils": "^2.4.0"
|
|
5672
|
+
},
|
|
5673
|
+
"engines": {
|
|
5674
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5675
|
+
},
|
|
5676
|
+
"funding": {
|
|
5677
|
+
"type": "opencollective",
|
|
5678
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5679
|
+
},
|
|
5680
|
+
"peerDependencies": {
|
|
5681
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
5685
|
+
"version": "8.56.0",
|
|
5686
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.0.tgz",
|
|
5687
|
+
"integrity": "sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==",
|
|
5688
|
+
"dev": true,
|
|
5689
|
+
"license": "MIT",
|
|
5690
|
+
"dependencies": {
|
|
5691
|
+
"@eslint-community/eslint-utils": "^4.9.1",
|
|
5692
|
+
"@typescript-eslint/scope-manager": "8.56.0",
|
|
5693
|
+
"@typescript-eslint/types": "8.56.0",
|
|
5694
|
+
"@typescript-eslint/typescript-estree": "8.56.0"
|
|
5695
|
+
},
|
|
5696
|
+
"engines": {
|
|
5697
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5698
|
+
},
|
|
5699
|
+
"funding": {
|
|
5700
|
+
"type": "opencollective",
|
|
5701
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5702
|
+
},
|
|
5703
|
+
"peerDependencies": {
|
|
5704
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5705
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
5706
|
+
}
|
|
5707
|
+
},
|
|
5708
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
5709
|
+
"version": "8.56.0",
|
|
5710
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz",
|
|
5711
|
+
"integrity": "sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==",
|
|
5712
|
+
"dev": true,
|
|
5713
|
+
"license": "MIT",
|
|
5714
|
+
"dependencies": {
|
|
5715
|
+
"@typescript-eslint/types": "8.56.0",
|
|
5716
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
5717
|
+
},
|
|
5718
|
+
"engines": {
|
|
5719
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5720
|
+
},
|
|
5721
|
+
"funding": {
|
|
5722
|
+
"type": "opencollective",
|
|
5723
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5724
|
+
}
|
|
5725
|
+
},
|
|
5726
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
5727
|
+
"version": "5.0.1",
|
|
5728
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
5729
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
5730
|
+
"dev": true,
|
|
5731
|
+
"license": "Apache-2.0",
|
|
5732
|
+
"engines": {
|
|
5733
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
5734
|
+
},
|
|
5735
|
+
"funding": {
|
|
5736
|
+
"url": "https://opencollective.com/eslint"
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/balanced-match": {
|
|
5740
|
+
"version": "4.0.3",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
5742
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
5743
|
+
"dev": true,
|
|
5744
|
+
"license": "MIT",
|
|
5745
|
+
"engines": {
|
|
5746
|
+
"node": "20 || >=22"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/brace-expansion": {
|
|
5750
|
+
"version": "5.0.2",
|
|
5751
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
5752
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
5753
|
+
"dev": true,
|
|
5754
|
+
"license": "MIT",
|
|
5755
|
+
"dependencies": {
|
|
5756
|
+
"balanced-match": "^4.0.2"
|
|
5757
|
+
},
|
|
5758
|
+
"engines": {
|
|
5759
|
+
"node": "20 || >=22"
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5616
5762
|
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
5617
5763
|
"version": "4.2.1",
|
|
5618
5764
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -5626,6 +5772,35 @@
|
|
|
5626
5772
|
"url": "https://opencollective.com/eslint"
|
|
5627
5773
|
}
|
|
5628
5774
|
},
|
|
5775
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
|
5776
|
+
"version": "9.0.6",
|
|
5777
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
5778
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
5779
|
+
"dev": true,
|
|
5780
|
+
"license": "ISC",
|
|
5781
|
+
"dependencies": {
|
|
5782
|
+
"brace-expansion": "^5.0.2"
|
|
5783
|
+
},
|
|
5784
|
+
"engines": {
|
|
5785
|
+
"node": ">=16 || 14 >=14.17"
|
|
5786
|
+
},
|
|
5787
|
+
"funding": {
|
|
5788
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5789
|
+
}
|
|
5790
|
+
},
|
|
5791
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
|
5792
|
+
"version": "2.4.0",
|
|
5793
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
|
|
5794
|
+
"integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
|
|
5795
|
+
"dev": true,
|
|
5796
|
+
"license": "MIT",
|
|
5797
|
+
"engines": {
|
|
5798
|
+
"node": ">=18.12"
|
|
5799
|
+
},
|
|
5800
|
+
"peerDependencies": {
|
|
5801
|
+
"typescript": ">=4.8.4"
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
5629
5804
|
"node_modules/@szmarczak/http-timer": {
|
|
5630
5805
|
"version": "4.0.6",
|
|
5631
5806
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -5940,20 +6115,10 @@
|
|
|
5940
6115
|
"url": "https://github.com/sponsors/isaacs"
|
|
5941
6116
|
}
|
|
5942
6117
|
},
|
|
5943
|
-
"node_modules/@types/shelljs/node_modules/lru-cache": {
|
|
5944
|
-
"version": "11.2.6",
|
|
5945
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
5946
|
-
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
5947
|
-
"dev": true,
|
|
5948
|
-
"license": "BlueOak-1.0.0",
|
|
5949
|
-
"engines": {
|
|
5950
|
-
"node": "20 || >=22"
|
|
5951
|
-
}
|
|
5952
|
-
},
|
|
5953
6118
|
"node_modules/@types/shelljs/node_modules/minimatch": {
|
|
5954
|
-
"version": "10.2.
|
|
5955
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
5956
|
-
"integrity": "sha512
|
|
6119
|
+
"version": "10.2.4",
|
|
6120
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
6121
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
5957
6122
|
"dev": true,
|
|
5958
6123
|
"license": "BlueOak-1.0.0",
|
|
5959
6124
|
"dependencies": {
|
|
@@ -5966,23 +6131,6 @@
|
|
|
5966
6131
|
"url": "https://github.com/sponsors/isaacs"
|
|
5967
6132
|
}
|
|
5968
6133
|
},
|
|
5969
|
-
"node_modules/@types/shelljs/node_modules/path-scurry": {
|
|
5970
|
-
"version": "2.0.2",
|
|
5971
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
5972
|
-
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
5973
|
-
"dev": true,
|
|
5974
|
-
"license": "BlueOak-1.0.0",
|
|
5975
|
-
"dependencies": {
|
|
5976
|
-
"lru-cache": "^11.0.0",
|
|
5977
|
-
"minipass": "^7.1.2"
|
|
5978
|
-
},
|
|
5979
|
-
"engines": {
|
|
5980
|
-
"node": "18 || 20 || >=22"
|
|
5981
|
-
},
|
|
5982
|
-
"funding": {
|
|
5983
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
6134
|
"node_modules/@types/sinon": {
|
|
5987
6135
|
"version": "10.0.20",
|
|
5988
6136
|
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
|
|
@@ -6014,17 +6162,17 @@
|
|
|
6014
6162
|
"license": "MIT"
|
|
6015
6163
|
},
|
|
6016
6164
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
6017
|
-
"version": "8.56.
|
|
6018
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.
|
|
6019
|
-
"integrity": "sha512-
|
|
6165
|
+
"version": "8.56.1",
|
|
6166
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz",
|
|
6167
|
+
"integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
|
|
6020
6168
|
"dev": true,
|
|
6021
6169
|
"license": "MIT",
|
|
6022
6170
|
"dependencies": {
|
|
6023
6171
|
"@eslint-community/regexpp": "^4.12.2",
|
|
6024
|
-
"@typescript-eslint/scope-manager": "8.56.
|
|
6025
|
-
"@typescript-eslint/type-utils": "8.56.
|
|
6026
|
-
"@typescript-eslint/utils": "8.56.
|
|
6027
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6172
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
6173
|
+
"@typescript-eslint/type-utils": "8.56.1",
|
|
6174
|
+
"@typescript-eslint/utils": "8.56.1",
|
|
6175
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
6028
6176
|
"ignore": "^7.0.5",
|
|
6029
6177
|
"natural-compare": "^1.4.0",
|
|
6030
6178
|
"ts-api-utils": "^2.4.0"
|
|
@@ -6037,20 +6185,20 @@
|
|
|
6037
6185
|
"url": "https://opencollective.com/typescript-eslint"
|
|
6038
6186
|
},
|
|
6039
6187
|
"peerDependencies": {
|
|
6040
|
-
"@typescript-eslint/parser": "^8.56.
|
|
6188
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
6041
6189
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
6042
6190
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6043
6191
|
}
|
|
6044
6192
|
},
|
|
6045
6193
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
6046
|
-
"version": "8.56.
|
|
6047
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.
|
|
6048
|
-
"integrity": "sha512-
|
|
6194
|
+
"version": "8.56.1",
|
|
6195
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
|
|
6196
|
+
"integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
|
|
6049
6197
|
"dev": true,
|
|
6050
6198
|
"license": "MIT",
|
|
6051
6199
|
"dependencies": {
|
|
6052
|
-
"@typescript-eslint/types": "8.56.
|
|
6053
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6200
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6201
|
+
"@typescript-eslint/visitor-keys": "8.56.1"
|
|
6054
6202
|
},
|
|
6055
6203
|
"engines": {
|
|
6056
6204
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6060,14 +6208,28 @@
|
|
|
6060
6208
|
"url": "https://opencollective.com/typescript-eslint"
|
|
6061
6209
|
}
|
|
6062
6210
|
},
|
|
6211
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
6212
|
+
"version": "8.56.1",
|
|
6213
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6214
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6215
|
+
"dev": true,
|
|
6216
|
+
"license": "MIT",
|
|
6217
|
+
"engines": {
|
|
6218
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6219
|
+
},
|
|
6220
|
+
"funding": {
|
|
6221
|
+
"type": "opencollective",
|
|
6222
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6223
|
+
}
|
|
6224
|
+
},
|
|
6063
6225
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
6064
|
-
"version": "8.56.
|
|
6065
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.
|
|
6066
|
-
"integrity": "sha512-
|
|
6226
|
+
"version": "8.56.1",
|
|
6227
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
|
|
6228
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
6067
6229
|
"dev": true,
|
|
6068
6230
|
"license": "MIT",
|
|
6069
6231
|
"dependencies": {
|
|
6070
|
-
"@typescript-eslint/types": "8.56.
|
|
6232
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6071
6233
|
"eslint-visitor-keys": "^5.0.0"
|
|
6072
6234
|
},
|
|
6073
6235
|
"engines": {
|
|
@@ -6115,16 +6277,16 @@
|
|
|
6115
6277
|
}
|
|
6116
6278
|
},
|
|
6117
6279
|
"node_modules/@typescript-eslint/parser": {
|
|
6118
|
-
"version": "8.56.
|
|
6119
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.
|
|
6120
|
-
"integrity": "sha512-
|
|
6280
|
+
"version": "8.56.1",
|
|
6281
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.1.tgz",
|
|
6282
|
+
"integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
|
|
6121
6283
|
"dev": true,
|
|
6122
6284
|
"license": "MIT",
|
|
6123
6285
|
"dependencies": {
|
|
6124
|
-
"@typescript-eslint/scope-manager": "8.56.
|
|
6125
|
-
"@typescript-eslint/types": "8.56.
|
|
6126
|
-
"@typescript-eslint/typescript-estree": "8.56.
|
|
6127
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6286
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
6287
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6288
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
6289
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
6128
6290
|
"debug": "^4.4.3"
|
|
6129
6291
|
},
|
|
6130
6292
|
"engines": {
|
|
@@ -6140,15 +6302,29 @@
|
|
|
6140
6302
|
}
|
|
6141
6303
|
},
|
|
6142
6304
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
6143
|
-
"version": "8.56.
|
|
6144
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.
|
|
6145
|
-
"integrity": "sha512-
|
|
6305
|
+
"version": "8.56.1",
|
|
6306
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
|
|
6307
|
+
"integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
|
|
6146
6308
|
"dev": true,
|
|
6147
6309
|
"license": "MIT",
|
|
6148
6310
|
"dependencies": {
|
|
6149
|
-
"@typescript-eslint/types": "8.56.
|
|
6150
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6311
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6312
|
+
"@typescript-eslint/visitor-keys": "8.56.1"
|
|
6313
|
+
},
|
|
6314
|
+
"engines": {
|
|
6315
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6151
6316
|
},
|
|
6317
|
+
"funding": {
|
|
6318
|
+
"type": "opencollective",
|
|
6319
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
6323
|
+
"version": "8.56.1",
|
|
6324
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6325
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6326
|
+
"dev": true,
|
|
6327
|
+
"license": "MIT",
|
|
6152
6328
|
"engines": {
|
|
6153
6329
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6154
6330
|
},
|
|
@@ -6158,13 +6334,13 @@
|
|
|
6158
6334
|
}
|
|
6159
6335
|
},
|
|
6160
6336
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
6161
|
-
"version": "8.56.
|
|
6162
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.
|
|
6163
|
-
"integrity": "sha512-
|
|
6337
|
+
"version": "8.56.1",
|
|
6338
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
|
|
6339
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
6164
6340
|
"dev": true,
|
|
6165
6341
|
"license": "MIT",
|
|
6166
6342
|
"dependencies": {
|
|
6167
|
-
"@typescript-eslint/types": "8.56.
|
|
6343
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6168
6344
|
"eslint-visitor-keys": "^5.0.0"
|
|
6169
6345
|
},
|
|
6170
6346
|
"engines": {
|
|
@@ -6189,14 +6365,14 @@
|
|
|
6189
6365
|
}
|
|
6190
6366
|
},
|
|
6191
6367
|
"node_modules/@typescript-eslint/project-service": {
|
|
6192
|
-
"version": "8.56.
|
|
6193
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.
|
|
6194
|
-
"integrity": "sha512-
|
|
6368
|
+
"version": "8.56.1",
|
|
6369
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.1.tgz",
|
|
6370
|
+
"integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
|
|
6195
6371
|
"dev": true,
|
|
6196
6372
|
"license": "MIT",
|
|
6197
6373
|
"dependencies": {
|
|
6198
|
-
"@typescript-eslint/tsconfig-utils": "^8.56.
|
|
6199
|
-
"@typescript-eslint/types": "^8.56.
|
|
6374
|
+
"@typescript-eslint/tsconfig-utils": "^8.56.1",
|
|
6375
|
+
"@typescript-eslint/types": "^8.56.1",
|
|
6200
6376
|
"debug": "^4.4.3"
|
|
6201
6377
|
},
|
|
6202
6378
|
"engines": {
|
|
@@ -6210,6 +6386,37 @@
|
|
|
6210
6386
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6211
6387
|
}
|
|
6212
6388
|
},
|
|
6389
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6390
|
+
"version": "8.56.1",
|
|
6391
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz",
|
|
6392
|
+
"integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
|
|
6393
|
+
"dev": true,
|
|
6394
|
+
"license": "MIT",
|
|
6395
|
+
"engines": {
|
|
6396
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6397
|
+
},
|
|
6398
|
+
"funding": {
|
|
6399
|
+
"type": "opencollective",
|
|
6400
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6401
|
+
},
|
|
6402
|
+
"peerDependencies": {
|
|
6403
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
6404
|
+
}
|
|
6405
|
+
},
|
|
6406
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
6407
|
+
"version": "8.56.1",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6409
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6410
|
+
"dev": true,
|
|
6411
|
+
"license": "MIT",
|
|
6412
|
+
"engines": {
|
|
6413
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6414
|
+
},
|
|
6415
|
+
"funding": {
|
|
6416
|
+
"type": "opencollective",
|
|
6417
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6418
|
+
}
|
|
6419
|
+
},
|
|
6213
6420
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
6214
6421
|
"version": "6.21.0",
|
|
6215
6422
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
@@ -6260,15 +6467,15 @@
|
|
|
6260
6467
|
}
|
|
6261
6468
|
},
|
|
6262
6469
|
"node_modules/@typescript-eslint/type-utils": {
|
|
6263
|
-
"version": "8.56.
|
|
6264
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.
|
|
6265
|
-
"integrity": "sha512-
|
|
6470
|
+
"version": "8.56.1",
|
|
6471
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz",
|
|
6472
|
+
"integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
|
|
6266
6473
|
"dev": true,
|
|
6267
6474
|
"license": "MIT",
|
|
6268
6475
|
"dependencies": {
|
|
6269
|
-
"@typescript-eslint/types": "8.56.
|
|
6270
|
-
"@typescript-eslint/typescript-estree": "8.56.
|
|
6271
|
-
"@typescript-eslint/utils": "8.56.
|
|
6476
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6477
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
6478
|
+
"@typescript-eslint/utils": "8.56.1",
|
|
6272
6479
|
"debug": "^4.4.3",
|
|
6273
6480
|
"ts-api-utils": "^2.4.0"
|
|
6274
6481
|
},
|
|
@@ -6284,6 +6491,20 @@
|
|
|
6284
6491
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6285
6492
|
}
|
|
6286
6493
|
},
|
|
6494
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
6495
|
+
"version": "8.56.1",
|
|
6496
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6497
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6498
|
+
"dev": true,
|
|
6499
|
+
"license": "MIT",
|
|
6500
|
+
"engines": {
|
|
6501
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6502
|
+
},
|
|
6503
|
+
"funding": {
|
|
6504
|
+
"type": "opencollective",
|
|
6505
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6506
|
+
}
|
|
6507
|
+
},
|
|
6287
6508
|
"node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
|
|
6288
6509
|
"version": "2.4.0",
|
|
6289
6510
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
|
|
@@ -6312,18 +6533,18 @@
|
|
|
6312
6533
|
}
|
|
6313
6534
|
},
|
|
6314
6535
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6315
|
-
"version": "8.56.
|
|
6316
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.
|
|
6317
|
-
"integrity": "sha512-
|
|
6536
|
+
"version": "8.56.1",
|
|
6537
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz",
|
|
6538
|
+
"integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
|
|
6318
6539
|
"dev": true,
|
|
6319
6540
|
"license": "MIT",
|
|
6320
6541
|
"dependencies": {
|
|
6321
|
-
"@typescript-eslint/project-service": "8.56.
|
|
6322
|
-
"@typescript-eslint/tsconfig-utils": "8.56.
|
|
6323
|
-
"@typescript-eslint/types": "8.56.
|
|
6324
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6542
|
+
"@typescript-eslint/project-service": "8.56.1",
|
|
6543
|
+
"@typescript-eslint/tsconfig-utils": "8.56.1",
|
|
6544
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6545
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
6325
6546
|
"debug": "^4.4.3",
|
|
6326
|
-
"minimatch": "^
|
|
6547
|
+
"minimatch": "^10.2.2",
|
|
6327
6548
|
"semver": "^7.7.3",
|
|
6328
6549
|
"tinyglobby": "^0.2.15",
|
|
6329
6550
|
"ts-api-utils": "^2.4.0"
|
|
@@ -6339,14 +6560,45 @@
|
|
|
6339
6560
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6340
6561
|
}
|
|
6341
6562
|
},
|
|
6563
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6564
|
+
"version": "8.56.1",
|
|
6565
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz",
|
|
6566
|
+
"integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
|
|
6567
|
+
"dev": true,
|
|
6568
|
+
"license": "MIT",
|
|
6569
|
+
"engines": {
|
|
6570
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6571
|
+
},
|
|
6572
|
+
"funding": {
|
|
6573
|
+
"type": "opencollective",
|
|
6574
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6575
|
+
},
|
|
6576
|
+
"peerDependencies": {
|
|
6577
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
6578
|
+
}
|
|
6579
|
+
},
|
|
6580
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
6581
|
+
"version": "8.56.1",
|
|
6582
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6583
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6584
|
+
"dev": true,
|
|
6585
|
+
"license": "MIT",
|
|
6586
|
+
"engines": {
|
|
6587
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6588
|
+
},
|
|
6589
|
+
"funding": {
|
|
6590
|
+
"type": "opencollective",
|
|
6591
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6592
|
+
}
|
|
6593
|
+
},
|
|
6342
6594
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
6343
|
-
"version": "8.56.
|
|
6344
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.
|
|
6345
|
-
"integrity": "sha512-
|
|
6595
|
+
"version": "8.56.1",
|
|
6596
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
|
|
6597
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
6346
6598
|
"dev": true,
|
|
6347
6599
|
"license": "MIT",
|
|
6348
6600
|
"dependencies": {
|
|
6349
|
-
"@typescript-eslint/types": "8.56.
|
|
6601
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6350
6602
|
"eslint-visitor-keys": "^5.0.0"
|
|
6351
6603
|
},
|
|
6352
6604
|
"engines": {
|
|
@@ -6394,16 +6646,16 @@
|
|
|
6394
6646
|
}
|
|
6395
6647
|
},
|
|
6396
6648
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
6397
|
-
"version": "
|
|
6398
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
6399
|
-
"integrity": "sha512-
|
|
6649
|
+
"version": "10.2.4",
|
|
6650
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
6651
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
6400
6652
|
"dev": true,
|
|
6401
|
-
"license": "
|
|
6653
|
+
"license": "BlueOak-1.0.0",
|
|
6402
6654
|
"dependencies": {
|
|
6403
6655
|
"brace-expansion": "^5.0.2"
|
|
6404
6656
|
},
|
|
6405
6657
|
"engines": {
|
|
6406
|
-
"node": "
|
|
6658
|
+
"node": "18 || 20 || >=22"
|
|
6407
6659
|
},
|
|
6408
6660
|
"funding": {
|
|
6409
6661
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -6423,16 +6675,16 @@
|
|
|
6423
6675
|
}
|
|
6424
6676
|
},
|
|
6425
6677
|
"node_modules/@typescript-eslint/utils": {
|
|
6426
|
-
"version": "8.56.
|
|
6427
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.
|
|
6428
|
-
"integrity": "sha512-
|
|
6678
|
+
"version": "8.56.1",
|
|
6679
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.1.tgz",
|
|
6680
|
+
"integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
|
|
6429
6681
|
"dev": true,
|
|
6430
6682
|
"license": "MIT",
|
|
6431
6683
|
"dependencies": {
|
|
6432
|
-
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6433
|
-
"@typescript-eslint/scope-manager": "8.56.
|
|
6434
|
-
"@typescript-eslint/types": "8.56.
|
|
6435
|
-
"@typescript-eslint/typescript-estree": "8.56.
|
|
6684
|
+
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6685
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
6686
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6687
|
+
"@typescript-eslint/typescript-estree": "8.56.1"
|
|
6436
6688
|
},
|
|
6437
6689
|
"engines": {
|
|
6438
6690
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6447,15 +6699,29 @@
|
|
|
6447
6699
|
}
|
|
6448
6700
|
},
|
|
6449
6701
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
6450
|
-
"version": "8.56.
|
|
6451
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.
|
|
6452
|
-
"integrity": "sha512-
|
|
6702
|
+
"version": "8.56.1",
|
|
6703
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
|
|
6704
|
+
"integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
|
|
6453
6705
|
"dev": true,
|
|
6454
6706
|
"license": "MIT",
|
|
6455
6707
|
"dependencies": {
|
|
6456
|
-
"@typescript-eslint/types": "8.56.
|
|
6457
|
-
"@typescript-eslint/visitor-keys": "8.56.
|
|
6708
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6709
|
+
"@typescript-eslint/visitor-keys": "8.56.1"
|
|
6710
|
+
},
|
|
6711
|
+
"engines": {
|
|
6712
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6458
6713
|
},
|
|
6714
|
+
"funding": {
|
|
6715
|
+
"type": "opencollective",
|
|
6716
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
6717
|
+
}
|
|
6718
|
+
},
|
|
6719
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
6720
|
+
"version": "8.56.1",
|
|
6721
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
6722
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
6723
|
+
"dev": true,
|
|
6724
|
+
"license": "MIT",
|
|
6459
6725
|
"engines": {
|
|
6460
6726
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6461
6727
|
},
|
|
@@ -6465,13 +6731,13 @@
|
|
|
6465
6731
|
}
|
|
6466
6732
|
},
|
|
6467
6733
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
6468
|
-
"version": "8.56.
|
|
6469
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.
|
|
6470
|
-
"integrity": "sha512-
|
|
6734
|
+
"version": "8.56.1",
|
|
6735
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
|
|
6736
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
6471
6737
|
"dev": true,
|
|
6472
6738
|
"license": "MIT",
|
|
6473
6739
|
"dependencies": {
|
|
6474
|
-
"@typescript-eslint/types": "8.56.
|
|
6740
|
+
"@typescript-eslint/types": "8.56.1",
|
|
6475
6741
|
"eslint-visitor-keys": "^5.0.0"
|
|
6476
6742
|
},
|
|
6477
6743
|
"engines": {
|
|
@@ -7270,9 +7536,9 @@
|
|
|
7270
7536
|
}
|
|
7271
7537
|
},
|
|
7272
7538
|
"node_modules/c8": {
|
|
7273
|
-
"version": "
|
|
7274
|
-
"resolved": "https://registry.npmjs.org/c8/-/c8-
|
|
7275
|
-
"integrity": "sha512-
|
|
7539
|
+
"version": "11.0.0",
|
|
7540
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-11.0.0.tgz",
|
|
7541
|
+
"integrity": "sha512-e/uRViGHSVIJv7zsaDKM7VRn2390TgHXqUSvYwPHBQaU6L7E9L0n9JbdkwdYPvshDT0KymBmmlwSpms3yBaMNg==",
|
|
7276
7542
|
"dev": true,
|
|
7277
7543
|
"license": "ISC",
|
|
7278
7544
|
"dependencies": {
|
|
@@ -7283,7 +7549,7 @@
|
|
|
7283
7549
|
"istanbul-lib-coverage": "^3.2.0",
|
|
7284
7550
|
"istanbul-lib-report": "^3.0.1",
|
|
7285
7551
|
"istanbul-reports": "^3.1.6",
|
|
7286
|
-
"test-exclude": "^
|
|
7552
|
+
"test-exclude": "^8.0.0",
|
|
7287
7553
|
"v8-to-istanbul": "^9.0.0",
|
|
7288
7554
|
"yargs": "^17.7.2",
|
|
7289
7555
|
"yargs-parser": "^21.1.1"
|
|
@@ -7292,7 +7558,7 @@
|
|
|
7292
7558
|
"c8": "bin/c8.js"
|
|
7293
7559
|
},
|
|
7294
7560
|
"engines": {
|
|
7295
|
-
"node": ">=
|
|
7561
|
+
"node": "20 || >=22"
|
|
7296
7562
|
},
|
|
7297
7563
|
"peerDependencies": {
|
|
7298
7564
|
"monocart-coverage-reports": "^2"
|
|
@@ -9284,14 +9550,14 @@
|
|
|
9284
9550
|
}
|
|
9285
9551
|
},
|
|
9286
9552
|
"node_modules/eslint-config-oclif": {
|
|
9287
|
-
"version": "6.0.
|
|
9288
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
9289
|
-
"integrity": "sha512-
|
|
9553
|
+
"version": "6.0.146",
|
|
9554
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.146.tgz",
|
|
9555
|
+
"integrity": "sha512-x59Gopo4wQiuuGOUQ2D3HaIpU1LaeksPql3vTGBNnAM0dNmHWqchMvaYczoRVBx0tfGVljWGYqDA0I/355cF4Q==",
|
|
9290
9556
|
"dev": true,
|
|
9291
9557
|
"license": "MIT",
|
|
9292
9558
|
"dependencies": {
|
|
9293
9559
|
"@eslint/compat": "^1.4.1",
|
|
9294
|
-
"@eslint/eslintrc": "^3.3.
|
|
9560
|
+
"@eslint/eslintrc": "^3.3.4",
|
|
9295
9561
|
"@eslint/js": "^9.38.0",
|
|
9296
9562
|
"@stylistic/eslint-plugin": "^3.1.0",
|
|
9297
9563
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
@@ -9306,27 +9572,27 @@
|
|
|
9306
9572
|
"eslint-plugin-n": "^17.24.0",
|
|
9307
9573
|
"eslint-plugin-perfectionist": "^4",
|
|
9308
9574
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
9309
|
-
"typescript-eslint": "^8.56.
|
|
9575
|
+
"typescript-eslint": "^8.56.1"
|
|
9310
9576
|
},
|
|
9311
9577
|
"engines": {
|
|
9312
9578
|
"node": ">=18.18.0"
|
|
9313
9579
|
}
|
|
9314
9580
|
},
|
|
9315
9581
|
"node_modules/eslint-config-oclif/node_modules/@eslint/eslintrc": {
|
|
9316
|
-
"version": "3.3.
|
|
9317
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.
|
|
9318
|
-
"integrity": "sha512-
|
|
9582
|
+
"version": "3.3.4",
|
|
9583
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
|
|
9584
|
+
"integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
|
|
9319
9585
|
"dev": true,
|
|
9320
9586
|
"license": "MIT",
|
|
9321
9587
|
"dependencies": {
|
|
9322
|
-
"ajv": "^6.
|
|
9588
|
+
"ajv": "^6.14.0",
|
|
9323
9589
|
"debug": "^4.3.2",
|
|
9324
9590
|
"espree": "^10.0.1",
|
|
9325
9591
|
"globals": "^14.0.0",
|
|
9326
9592
|
"ignore": "^5.2.0",
|
|
9327
9593
|
"import-fresh": "^3.2.1",
|
|
9328
9594
|
"js-yaml": "^4.1.1",
|
|
9329
|
-
"minimatch": "^3.1.
|
|
9595
|
+
"minimatch": "^3.1.3",
|
|
9330
9596
|
"strip-json-comments": "^3.1.1"
|
|
9331
9597
|
},
|
|
9332
9598
|
"engines": {
|
|
@@ -10195,6 +10461,168 @@
|
|
|
10195
10461
|
"eslint": ">=8.45.0"
|
|
10196
10462
|
}
|
|
10197
10463
|
},
|
|
10464
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service": {
|
|
10465
|
+
"version": "8.56.0",
|
|
10466
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.0.tgz",
|
|
10467
|
+
"integrity": "sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==",
|
|
10468
|
+
"dev": true,
|
|
10469
|
+
"license": "MIT",
|
|
10470
|
+
"dependencies": {
|
|
10471
|
+
"@typescript-eslint/tsconfig-utils": "^8.56.0",
|
|
10472
|
+
"@typescript-eslint/types": "^8.56.0",
|
|
10473
|
+
"debug": "^4.4.3"
|
|
10474
|
+
},
|
|
10475
|
+
"engines": {
|
|
10476
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10477
|
+
},
|
|
10478
|
+
"funding": {
|
|
10479
|
+
"type": "opencollective",
|
|
10480
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10481
|
+
},
|
|
10482
|
+
"peerDependencies": {
|
|
10483
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
10484
|
+
}
|
|
10485
|
+
},
|
|
10486
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
|
|
10487
|
+
"version": "8.56.0",
|
|
10488
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz",
|
|
10489
|
+
"integrity": "sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==",
|
|
10490
|
+
"dev": true,
|
|
10491
|
+
"license": "MIT",
|
|
10492
|
+
"dependencies": {
|
|
10493
|
+
"@typescript-eslint/types": "8.56.0",
|
|
10494
|
+
"@typescript-eslint/visitor-keys": "8.56.0"
|
|
10495
|
+
},
|
|
10496
|
+
"engines": {
|
|
10497
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10498
|
+
},
|
|
10499
|
+
"funding": {
|
|
10500
|
+
"type": "opencollective",
|
|
10501
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10502
|
+
}
|
|
10503
|
+
},
|
|
10504
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
|
|
10505
|
+
"version": "8.56.0",
|
|
10506
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz",
|
|
10507
|
+
"integrity": "sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==",
|
|
10508
|
+
"dev": true,
|
|
10509
|
+
"license": "MIT",
|
|
10510
|
+
"dependencies": {
|
|
10511
|
+
"@typescript-eslint/project-service": "8.56.0",
|
|
10512
|
+
"@typescript-eslint/tsconfig-utils": "8.56.0",
|
|
10513
|
+
"@typescript-eslint/types": "8.56.0",
|
|
10514
|
+
"@typescript-eslint/visitor-keys": "8.56.0",
|
|
10515
|
+
"debug": "^4.4.3",
|
|
10516
|
+
"minimatch": "^9.0.5",
|
|
10517
|
+
"semver": "^7.7.3",
|
|
10518
|
+
"tinyglobby": "^0.2.15",
|
|
10519
|
+
"ts-api-utils": "^2.4.0"
|
|
10520
|
+
},
|
|
10521
|
+
"engines": {
|
|
10522
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10523
|
+
},
|
|
10524
|
+
"funding": {
|
|
10525
|
+
"type": "opencollective",
|
|
10526
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10527
|
+
},
|
|
10528
|
+
"peerDependencies": {
|
|
10529
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
10530
|
+
}
|
|
10531
|
+
},
|
|
10532
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
|
|
10533
|
+
"version": "8.56.0",
|
|
10534
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.0.tgz",
|
|
10535
|
+
"integrity": "sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==",
|
|
10536
|
+
"dev": true,
|
|
10537
|
+
"license": "MIT",
|
|
10538
|
+
"dependencies": {
|
|
10539
|
+
"@eslint-community/eslint-utils": "^4.9.1",
|
|
10540
|
+
"@typescript-eslint/scope-manager": "8.56.0",
|
|
10541
|
+
"@typescript-eslint/types": "8.56.0",
|
|
10542
|
+
"@typescript-eslint/typescript-estree": "8.56.0"
|
|
10543
|
+
},
|
|
10544
|
+
"engines": {
|
|
10545
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10546
|
+
},
|
|
10547
|
+
"funding": {
|
|
10548
|
+
"type": "opencollective",
|
|
10549
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10550
|
+
},
|
|
10551
|
+
"peerDependencies": {
|
|
10552
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
10553
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
10554
|
+
}
|
|
10555
|
+
},
|
|
10556
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
|
|
10557
|
+
"version": "8.56.0",
|
|
10558
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz",
|
|
10559
|
+
"integrity": "sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==",
|
|
10560
|
+
"dev": true,
|
|
10561
|
+
"license": "MIT",
|
|
10562
|
+
"dependencies": {
|
|
10563
|
+
"@typescript-eslint/types": "8.56.0",
|
|
10564
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
10565
|
+
},
|
|
10566
|
+
"engines": {
|
|
10567
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10568
|
+
},
|
|
10569
|
+
"funding": {
|
|
10570
|
+
"type": "opencollective",
|
|
10571
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10572
|
+
}
|
|
10573
|
+
},
|
|
10574
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/balanced-match": {
|
|
10575
|
+
"version": "4.0.3",
|
|
10576
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
10577
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
10578
|
+
"dev": true,
|
|
10579
|
+
"license": "MIT",
|
|
10580
|
+
"engines": {
|
|
10581
|
+
"node": "20 || >=22"
|
|
10582
|
+
}
|
|
10583
|
+
},
|
|
10584
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/brace-expansion": {
|
|
10585
|
+
"version": "5.0.2",
|
|
10586
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
10587
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
10588
|
+
"dev": true,
|
|
10589
|
+
"license": "MIT",
|
|
10590
|
+
"dependencies": {
|
|
10591
|
+
"balanced-match": "^4.0.2"
|
|
10592
|
+
},
|
|
10593
|
+
"engines": {
|
|
10594
|
+
"node": "20 || >=22"
|
|
10595
|
+
}
|
|
10596
|
+
},
|
|
10597
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/eslint-visitor-keys": {
|
|
10598
|
+
"version": "5.0.1",
|
|
10599
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
10600
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
10601
|
+
"dev": true,
|
|
10602
|
+
"license": "Apache-2.0",
|
|
10603
|
+
"engines": {
|
|
10604
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
10605
|
+
},
|
|
10606
|
+
"funding": {
|
|
10607
|
+
"url": "https://opencollective.com/eslint"
|
|
10608
|
+
}
|
|
10609
|
+
},
|
|
10610
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
|
10611
|
+
"version": "9.0.6",
|
|
10612
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
10613
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
10614
|
+
"dev": true,
|
|
10615
|
+
"license": "ISC",
|
|
10616
|
+
"dependencies": {
|
|
10617
|
+
"brace-expansion": "^5.0.2"
|
|
10618
|
+
},
|
|
10619
|
+
"engines": {
|
|
10620
|
+
"node": ">=16 || 14 >=14.17"
|
|
10621
|
+
},
|
|
10622
|
+
"funding": {
|
|
10623
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
10624
|
+
}
|
|
10625
|
+
},
|
|
10198
10626
|
"node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
|
|
10199
10627
|
"version": "5.0.0",
|
|
10200
10628
|
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
|
|
@@ -10205,6 +10633,19 @@
|
|
|
10205
10633
|
"node": ">=18"
|
|
10206
10634
|
}
|
|
10207
10635
|
},
|
|
10636
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
|
|
10637
|
+
"version": "2.4.0",
|
|
10638
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
|
|
10639
|
+
"integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
|
|
10640
|
+
"dev": true,
|
|
10641
|
+
"license": "MIT",
|
|
10642
|
+
"engines": {
|
|
10643
|
+
"node": ">=18.12"
|
|
10644
|
+
},
|
|
10645
|
+
"peerDependencies": {
|
|
10646
|
+
"typescript": ">=4.8.4"
|
|
10647
|
+
}
|
|
10648
|
+
},
|
|
10208
10649
|
"node_modules/eslint-plugin-prettier": {
|
|
10209
10650
|
"version": "5.5.5",
|
|
10210
10651
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz",
|
|
@@ -13728,6 +14169,23 @@
|
|
|
13728
14169
|
"url": "https://github.com/sponsors/isaacs"
|
|
13729
14170
|
}
|
|
13730
14171
|
},
|
|
14172
|
+
"node_modules/linkinator/node_modules/path-scurry": {
|
|
14173
|
+
"version": "1.11.1",
|
|
14174
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
14175
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
14176
|
+
"dev": true,
|
|
14177
|
+
"license": "BlueOak-1.0.0",
|
|
14178
|
+
"dependencies": {
|
|
14179
|
+
"lru-cache": "^10.2.0",
|
|
14180
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
14181
|
+
},
|
|
14182
|
+
"engines": {
|
|
14183
|
+
"node": ">=16 || 14 >=14.18"
|
|
14184
|
+
},
|
|
14185
|
+
"funding": {
|
|
14186
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14187
|
+
}
|
|
14188
|
+
},
|
|
13731
14189
|
"node_modules/locate-path": {
|
|
13732
14190
|
"version": "5.0.0",
|
|
13733
14191
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -14423,9 +14881,9 @@
|
|
|
14423
14881
|
}
|
|
14424
14882
|
},
|
|
14425
14883
|
"node_modules/minimatch": {
|
|
14426
|
-
"version": "3.1.
|
|
14427
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
14428
|
-
"integrity": "sha512-
|
|
14884
|
+
"version": "3.1.5",
|
|
14885
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
14886
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
14429
14887
|
"dev": true,
|
|
14430
14888
|
"license": "ISC",
|
|
14431
14889
|
"dependencies": {
|
|
@@ -15770,22 +16228,32 @@
|
|
|
15770
16228
|
"license": "MIT"
|
|
15771
16229
|
},
|
|
15772
16230
|
"node_modules/path-scurry": {
|
|
15773
|
-
"version": "
|
|
15774
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
15775
|
-
"integrity": "sha512-
|
|
16231
|
+
"version": "2.0.2",
|
|
16232
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
16233
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
15776
16234
|
"dev": true,
|
|
15777
16235
|
"license": "BlueOak-1.0.0",
|
|
15778
16236
|
"dependencies": {
|
|
15779
|
-
"lru-cache": "^
|
|
15780
|
-
"minipass": "^
|
|
16237
|
+
"lru-cache": "^11.0.0",
|
|
16238
|
+
"minipass": "^7.1.2"
|
|
15781
16239
|
},
|
|
15782
16240
|
"engines": {
|
|
15783
|
-
"node": "
|
|
16241
|
+
"node": "18 || 20 || >=22"
|
|
15784
16242
|
},
|
|
15785
16243
|
"funding": {
|
|
15786
16244
|
"url": "https://github.com/sponsors/isaacs"
|
|
15787
16245
|
}
|
|
15788
16246
|
},
|
|
16247
|
+
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
16248
|
+
"version": "11.2.6",
|
|
16249
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
16250
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
16251
|
+
"dev": true,
|
|
16252
|
+
"license": "BlueOak-1.0.0",
|
|
16253
|
+
"engines": {
|
|
16254
|
+
"node": "20 || >=22"
|
|
16255
|
+
}
|
|
16256
|
+
},
|
|
15789
16257
|
"node_modules/path-to-regexp": {
|
|
15790
16258
|
"version": "1.9.0",
|
|
15791
16259
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz",
|
|
@@ -17865,18 +18333,18 @@
|
|
|
17865
18333
|
}
|
|
17866
18334
|
},
|
|
17867
18335
|
"node_modules/test-exclude": {
|
|
17868
|
-
"version": "
|
|
17869
|
-
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-
|
|
17870
|
-
"integrity": "sha512-
|
|
18336
|
+
"version": "8.0.0",
|
|
18337
|
+
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-8.0.0.tgz",
|
|
18338
|
+
"integrity": "sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==",
|
|
17871
18339
|
"dev": true,
|
|
17872
18340
|
"license": "ISC",
|
|
17873
18341
|
"dependencies": {
|
|
17874
18342
|
"@istanbuljs/schema": "^0.1.2",
|
|
17875
|
-
"glob": "^
|
|
17876
|
-
"minimatch": "^
|
|
18343
|
+
"glob": "^13.0.6",
|
|
18344
|
+
"minimatch": "^10.2.2"
|
|
17877
18345
|
},
|
|
17878
18346
|
"engines": {
|
|
17879
|
-
"node": ">=
|
|
18347
|
+
"node": "20 || >=22"
|
|
17880
18348
|
}
|
|
17881
18349
|
},
|
|
17882
18350
|
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
@@ -17903,37 +18371,34 @@
|
|
|
17903
18371
|
}
|
|
17904
18372
|
},
|
|
17905
18373
|
"node_modules/test-exclude/node_modules/glob": {
|
|
17906
|
-
"version": "
|
|
17907
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
17908
|
-
"integrity": "sha512-
|
|
18374
|
+
"version": "13.0.6",
|
|
18375
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
18376
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
17909
18377
|
"dev": true,
|
|
17910
|
-
"license": "
|
|
18378
|
+
"license": "BlueOak-1.0.0",
|
|
17911
18379
|
"dependencies": {
|
|
17912
|
-
"
|
|
17913
|
-
"
|
|
17914
|
-
"
|
|
17915
|
-
"minipass": "^7.1.2",
|
|
17916
|
-
"package-json-from-dist": "^1.0.0",
|
|
17917
|
-
"path-scurry": "^1.11.1"
|
|
18380
|
+
"minimatch": "^10.2.2",
|
|
18381
|
+
"minipass": "^7.1.3",
|
|
18382
|
+
"path-scurry": "^2.0.2"
|
|
17918
18383
|
},
|
|
17919
|
-
"
|
|
17920
|
-
"
|
|
18384
|
+
"engines": {
|
|
18385
|
+
"node": "18 || 20 || >=22"
|
|
17921
18386
|
},
|
|
17922
18387
|
"funding": {
|
|
17923
18388
|
"url": "https://github.com/sponsors/isaacs"
|
|
17924
18389
|
}
|
|
17925
18390
|
},
|
|
17926
18391
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
17927
|
-
"version": "
|
|
17928
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
17929
|
-
"integrity": "sha512-
|
|
18392
|
+
"version": "10.2.4",
|
|
18393
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
18394
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
17930
18395
|
"dev": true,
|
|
17931
|
-
"license": "
|
|
18396
|
+
"license": "BlueOak-1.0.0",
|
|
17932
18397
|
"dependencies": {
|
|
17933
18398
|
"brace-expansion": "^5.0.2"
|
|
17934
18399
|
},
|
|
17935
18400
|
"engines": {
|
|
17936
|
-
"node": "
|
|
18401
|
+
"node": "18 || 20 || >=22"
|
|
17937
18402
|
},
|
|
17938
18403
|
"funding": {
|
|
17939
18404
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -18568,16 +19033,16 @@
|
|
|
18568
19033
|
}
|
|
18569
19034
|
},
|
|
18570
19035
|
"node_modules/typescript-eslint": {
|
|
18571
|
-
"version": "8.56.
|
|
18572
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.56.
|
|
18573
|
-
"integrity": "sha512-
|
|
19036
|
+
"version": "8.56.1",
|
|
19037
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.56.1.tgz",
|
|
19038
|
+
"integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
|
|
18574
19039
|
"dev": true,
|
|
18575
19040
|
"license": "MIT",
|
|
18576
19041
|
"dependencies": {
|
|
18577
|
-
"@typescript-eslint/eslint-plugin": "8.56.
|
|
18578
|
-
"@typescript-eslint/parser": "8.56.
|
|
18579
|
-
"@typescript-eslint/typescript-estree": "8.56.
|
|
18580
|
-
"@typescript-eslint/utils": "8.56.
|
|
19042
|
+
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
19043
|
+
"@typescript-eslint/parser": "8.56.1",
|
|
19044
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
19045
|
+
"@typescript-eslint/utils": "8.56.1"
|
|
18581
19046
|
},
|
|
18582
19047
|
"engines": {
|
|
18583
19048
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|