@jayree/sfdx-plugin-manifest 4.0.71 → 4.0.73
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/npm-shrinkwrap.json +583 -108
- package/oclif.lock +126 -65
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.73",
|
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.73",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.16",
|
13
|
-
"@oclif/core": "^4.5.
|
13
|
+
"@oclif/core": "^4.5.3",
|
14
14
|
"@salesforce/core": "^8.23.1",
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.22.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.22.13",
|
18
18
|
"@salesforce/source-tracking": "7.4.10",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,15 +24,15 @@
|
|
24
24
|
"isomorphic-git": "1.33.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.6",
|
28
|
+
"@oclif/plugin-help": "^6.2.33",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
30
30
|
"@salesforce/dev-scripts": "^11.0.4",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.31",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"c8": "^10.1.3",
|
35
|
-
"eslint-config-oclif": "^6.0.
|
35
|
+
"eslint-config-oclif": "^6.0.104",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.2",
|
37
37
|
"eslint-plugin-prettier": "^5.5.4",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
@@ -4668,9 +4668,9 @@
|
|
4668
4668
|
}
|
4669
4669
|
},
|
4670
4670
|
"node_modules/@oclif/core": {
|
4671
|
-
"version": "4.5.
|
4672
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
4673
|
-
"integrity": "sha512-
|
4671
|
+
"version": "4.5.3",
|
4672
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz",
|
4673
|
+
"integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==",
|
4674
4674
|
"license": "MIT",
|
4675
4675
|
"dependencies": {
|
4676
4676
|
"ansi-escapes": "^4.3.2",
|
@@ -4759,9 +4759,9 @@
|
|
4759
4759
|
}
|
4760
4760
|
},
|
4761
4761
|
"node_modules/@oclif/plugin-command-snapshot": {
|
4762
|
-
"version": "5.3.
|
4763
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
4764
|
-
"integrity": "sha512-
|
4762
|
+
"version": "5.3.6",
|
4763
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.6.tgz",
|
4764
|
+
"integrity": "sha512-0uu1KoB5IvS79l7Ao92vUmVHh9eWqP5uWv4oD7aeNFmUnCQrTB8nhdclP2E6MqMoatB6C0Xv+TXWC/ISLqBu3A==",
|
4765
4765
|
"dev": true,
|
4766
4766
|
"license": "MIT",
|
4767
4767
|
"dependencies": {
|
@@ -4840,9 +4840,9 @@
|
|
4840
4840
|
}
|
4841
4841
|
},
|
4842
4842
|
"node_modules/@oclif/plugin-help": {
|
4843
|
-
"version": "6.2.
|
4844
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
4845
|
-
"integrity": "sha512-
|
4843
|
+
"version": "6.2.33",
|
4844
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.33.tgz",
|
4845
|
+
"integrity": "sha512-9L07S61R0tuXrURdLcVtjF79Nbyv3qGplJ88DVskJBxShbROZl3hBG7W/CNltAK3cnMPlXV8K3kKh+C0N0p4xw==",
|
4846
4846
|
"dev": true,
|
4847
4847
|
"license": "MIT",
|
4848
4848
|
"dependencies": {
|
@@ -5476,12 +5476,12 @@
|
|
5476
5476
|
}
|
5477
5477
|
},
|
5478
5478
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
5479
|
-
"version": "12.22.
|
5480
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.
|
5481
|
-
"integrity": "sha512-
|
5479
|
+
"version": "12.22.13",
|
5480
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.13.tgz",
|
5481
|
+
"integrity": "sha512-gZ6YBEm1hT6DtsvtJGS4gDObM1+sXID64SLeSUa1uXHyxdfnbg03Dqw3lDCbbCIm2cptRB5y7MMGLK1fxvn/CA==",
|
5482
5482
|
"license": "Apache-2.0",
|
5483
5483
|
"dependencies": {
|
5484
|
-
"@salesforce/core": "^8.23.
|
5484
|
+
"@salesforce/core": "^8.23.1",
|
5485
5485
|
"@salesforce/kit": "^3.2.3",
|
5486
5486
|
"@salesforce/ts-types": "^2.0.12",
|
5487
5487
|
"@salesforce/types": "^1.4.0",
|
@@ -6646,6 +6646,176 @@
|
|
6646
6646
|
"eslint": ">=8.40.0"
|
6647
6647
|
}
|
6648
6648
|
},
|
6649
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
6650
|
+
"version": "4.7.0",
|
6651
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
6652
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
6653
|
+
"dev": true,
|
6654
|
+
"license": "MIT",
|
6655
|
+
"dependencies": {
|
6656
|
+
"eslint-visitor-keys": "^3.4.3"
|
6657
|
+
},
|
6658
|
+
"engines": {
|
6659
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6660
|
+
},
|
6661
|
+
"funding": {
|
6662
|
+
"url": "https://opencollective.com/eslint"
|
6663
|
+
},
|
6664
|
+
"peerDependencies": {
|
6665
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6666
|
+
}
|
6667
|
+
},
|
6668
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
6669
|
+
"version": "3.4.3",
|
6670
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
6671
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
6672
|
+
"dev": true,
|
6673
|
+
"license": "Apache-2.0",
|
6674
|
+
"engines": {
|
6675
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6676
|
+
},
|
6677
|
+
"funding": {
|
6678
|
+
"url": "https://opencollective.com/eslint"
|
6679
|
+
}
|
6680
|
+
},
|
6681
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/project-service": {
|
6682
|
+
"version": "8.42.0",
|
6683
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.42.0.tgz",
|
6684
|
+
"integrity": "sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==",
|
6685
|
+
"dev": true,
|
6686
|
+
"license": "MIT",
|
6687
|
+
"dependencies": {
|
6688
|
+
"@typescript-eslint/tsconfig-utils": "^8.42.0",
|
6689
|
+
"@typescript-eslint/types": "^8.42.0",
|
6690
|
+
"debug": "^4.3.4"
|
6691
|
+
},
|
6692
|
+
"engines": {
|
6693
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6694
|
+
},
|
6695
|
+
"funding": {
|
6696
|
+
"type": "opencollective",
|
6697
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6698
|
+
},
|
6699
|
+
"peerDependencies": {
|
6700
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6701
|
+
}
|
6702
|
+
},
|
6703
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
6704
|
+
"version": "8.42.0",
|
6705
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz",
|
6706
|
+
"integrity": "sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==",
|
6707
|
+
"dev": true,
|
6708
|
+
"license": "MIT",
|
6709
|
+
"dependencies": {
|
6710
|
+
"@typescript-eslint/types": "8.42.0",
|
6711
|
+
"@typescript-eslint/visitor-keys": "8.42.0"
|
6712
|
+
},
|
6713
|
+
"engines": {
|
6714
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6715
|
+
},
|
6716
|
+
"funding": {
|
6717
|
+
"type": "opencollective",
|
6718
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6719
|
+
}
|
6720
|
+
},
|
6721
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
|
6722
|
+
"version": "8.42.0",
|
6723
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
6724
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
6725
|
+
"dev": true,
|
6726
|
+
"license": "MIT",
|
6727
|
+
"engines": {
|
6728
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6729
|
+
},
|
6730
|
+
"funding": {
|
6731
|
+
"type": "opencollective",
|
6732
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6733
|
+
}
|
6734
|
+
},
|
6735
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
6736
|
+
"version": "8.42.0",
|
6737
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz",
|
6738
|
+
"integrity": "sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==",
|
6739
|
+
"dev": true,
|
6740
|
+
"license": "MIT",
|
6741
|
+
"dependencies": {
|
6742
|
+
"@typescript-eslint/project-service": "8.42.0",
|
6743
|
+
"@typescript-eslint/tsconfig-utils": "8.42.0",
|
6744
|
+
"@typescript-eslint/types": "8.42.0",
|
6745
|
+
"@typescript-eslint/visitor-keys": "8.42.0",
|
6746
|
+
"debug": "^4.3.4",
|
6747
|
+
"fast-glob": "^3.3.2",
|
6748
|
+
"is-glob": "^4.0.3",
|
6749
|
+
"minimatch": "^9.0.4",
|
6750
|
+
"semver": "^7.6.0",
|
6751
|
+
"ts-api-utils": "^2.1.0"
|
6752
|
+
},
|
6753
|
+
"engines": {
|
6754
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6755
|
+
},
|
6756
|
+
"funding": {
|
6757
|
+
"type": "opencollective",
|
6758
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6759
|
+
},
|
6760
|
+
"peerDependencies": {
|
6761
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6762
|
+
}
|
6763
|
+
},
|
6764
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
6765
|
+
"version": "8.42.0",
|
6766
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.42.0.tgz",
|
6767
|
+
"integrity": "sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==",
|
6768
|
+
"dev": true,
|
6769
|
+
"license": "MIT",
|
6770
|
+
"dependencies": {
|
6771
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
6772
|
+
"@typescript-eslint/scope-manager": "8.42.0",
|
6773
|
+
"@typescript-eslint/types": "8.42.0",
|
6774
|
+
"@typescript-eslint/typescript-estree": "8.42.0"
|
6775
|
+
},
|
6776
|
+
"engines": {
|
6777
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6778
|
+
},
|
6779
|
+
"funding": {
|
6780
|
+
"type": "opencollective",
|
6781
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6782
|
+
},
|
6783
|
+
"peerDependencies": {
|
6784
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
6785
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6786
|
+
}
|
6787
|
+
},
|
6788
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
6789
|
+
"version": "8.42.0",
|
6790
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz",
|
6791
|
+
"integrity": "sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==",
|
6792
|
+
"dev": true,
|
6793
|
+
"license": "MIT",
|
6794
|
+
"dependencies": {
|
6795
|
+
"@typescript-eslint/types": "8.42.0",
|
6796
|
+
"eslint-visitor-keys": "^4.2.1"
|
6797
|
+
},
|
6798
|
+
"engines": {
|
6799
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6800
|
+
},
|
6801
|
+
"funding": {
|
6802
|
+
"type": "opencollective",
|
6803
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6804
|
+
}
|
6805
|
+
},
|
6806
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
6807
|
+
"version": "4.2.1",
|
6808
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
6809
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
6810
|
+
"dev": true,
|
6811
|
+
"license": "Apache-2.0",
|
6812
|
+
"engines": {
|
6813
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6814
|
+
},
|
6815
|
+
"funding": {
|
6816
|
+
"url": "https://opencollective.com/eslint"
|
6817
|
+
}
|
6818
|
+
},
|
6649
6819
|
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
6650
6820
|
"version": "4.2.0",
|
6651
6821
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
@@ -6659,6 +6829,35 @@
|
|
6659
6829
|
"url": "https://opencollective.com/eslint"
|
6660
6830
|
}
|
6661
6831
|
},
|
6832
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
6833
|
+
"version": "9.0.5",
|
6834
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
6835
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
6836
|
+
"dev": true,
|
6837
|
+
"license": "ISC",
|
6838
|
+
"dependencies": {
|
6839
|
+
"brace-expansion": "^2.0.1"
|
6840
|
+
},
|
6841
|
+
"engines": {
|
6842
|
+
"node": ">=16 || 14 >=14.17"
|
6843
|
+
},
|
6844
|
+
"funding": {
|
6845
|
+
"url": "https://github.com/sponsors/isaacs"
|
6846
|
+
}
|
6847
|
+
},
|
6848
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
6849
|
+
"version": "2.1.0",
|
6850
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
6851
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
6852
|
+
"dev": true,
|
6853
|
+
"license": "MIT",
|
6854
|
+
"engines": {
|
6855
|
+
"node": ">=18.12"
|
6856
|
+
},
|
6857
|
+
"peerDependencies": {
|
6858
|
+
"typescript": ">=4.8.4"
|
6859
|
+
}
|
6860
|
+
},
|
6662
6861
|
"node_modules/@szmarczak/http-timer": {
|
6663
6862
|
"version": "4.0.6",
|
6664
6863
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
@@ -6956,17 +7155,17 @@
|
|
6956
7155
|
"license": "MIT"
|
6957
7156
|
},
|
6958
7157
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
6959
|
-
"version": "8.
|
6960
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
6961
|
-
"integrity": "sha512-
|
7158
|
+
"version": "8.43.0",
|
7159
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz",
|
7160
|
+
"integrity": "sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==",
|
6962
7161
|
"dev": true,
|
6963
7162
|
"license": "MIT",
|
6964
7163
|
"dependencies": {
|
6965
7164
|
"@eslint-community/regexpp": "^4.10.0",
|
6966
|
-
"@typescript-eslint/scope-manager": "8.
|
6967
|
-
"@typescript-eslint/type-utils": "8.
|
6968
|
-
"@typescript-eslint/utils": "8.
|
6969
|
-
"@typescript-eslint/visitor-keys": "8.
|
7165
|
+
"@typescript-eslint/scope-manager": "8.43.0",
|
7166
|
+
"@typescript-eslint/type-utils": "8.43.0",
|
7167
|
+
"@typescript-eslint/utils": "8.43.0",
|
7168
|
+
"@typescript-eslint/visitor-keys": "8.43.0",
|
6970
7169
|
"graphemer": "^1.4.0",
|
6971
7170
|
"ignore": "^7.0.0",
|
6972
7171
|
"natural-compare": "^1.4.0",
|
@@ -6980,20 +7179,20 @@
|
|
6980
7179
|
"url": "https://opencollective.com/typescript-eslint"
|
6981
7180
|
},
|
6982
7181
|
"peerDependencies": {
|
6983
|
-
"@typescript-eslint/parser": "^8.
|
7182
|
+
"@typescript-eslint/parser": "^8.43.0",
|
6984
7183
|
"eslint": "^8.57.0 || ^9.0.0",
|
6985
7184
|
"typescript": ">=4.8.4 <6.0.0"
|
6986
7185
|
}
|
6987
7186
|
},
|
6988
7187
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
6989
|
-
"version": "8.
|
6990
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
6991
|
-
"integrity": "sha512-
|
7188
|
+
"version": "8.43.0",
|
7189
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz",
|
7190
|
+
"integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==",
|
6992
7191
|
"dev": true,
|
6993
7192
|
"license": "MIT",
|
6994
7193
|
"dependencies": {
|
6995
|
-
"@typescript-eslint/types": "8.
|
6996
|
-
"@typescript-eslint/visitor-keys": "8.
|
7194
|
+
"@typescript-eslint/types": "8.43.0",
|
7195
|
+
"@typescript-eslint/visitor-keys": "8.43.0"
|
6997
7196
|
},
|
6998
7197
|
"engines": {
|
6999
7198
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -7004,13 +7203,13 @@
|
|
7004
7203
|
}
|
7005
7204
|
},
|
7006
7205
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
7007
|
-
"version": "8.
|
7008
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
7009
|
-
"integrity": "sha512-
|
7206
|
+
"version": "8.43.0",
|
7207
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz",
|
7208
|
+
"integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==",
|
7010
7209
|
"dev": true,
|
7011
7210
|
"license": "MIT",
|
7012
7211
|
"dependencies": {
|
7013
|
-
"@typescript-eslint/types": "8.
|
7212
|
+
"@typescript-eslint/types": "8.43.0",
|
7014
7213
|
"eslint-visitor-keys": "^4.2.1"
|
7015
7214
|
},
|
7016
7215
|
"engines": {
|
@@ -7058,16 +7257,16 @@
|
|
7058
7257
|
}
|
7059
7258
|
},
|
7060
7259
|
"node_modules/@typescript-eslint/parser": {
|
7061
|
-
"version": "8.
|
7062
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
7063
|
-
"integrity": "sha512-
|
7260
|
+
"version": "8.43.0",
|
7261
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.43.0.tgz",
|
7262
|
+
"integrity": "sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==",
|
7064
7263
|
"dev": true,
|
7065
7264
|
"license": "MIT",
|
7066
7265
|
"dependencies": {
|
7067
|
-
"@typescript-eslint/scope-manager": "8.
|
7068
|
-
"@typescript-eslint/types": "8.
|
7069
|
-
"@typescript-eslint/typescript-estree": "8.
|
7070
|
-
"@typescript-eslint/visitor-keys": "8.
|
7266
|
+
"@typescript-eslint/scope-manager": "8.43.0",
|
7267
|
+
"@typescript-eslint/types": "8.43.0",
|
7268
|
+
"@typescript-eslint/typescript-estree": "8.43.0",
|
7269
|
+
"@typescript-eslint/visitor-keys": "8.43.0",
|
7071
7270
|
"debug": "^4.3.4"
|
7072
7271
|
},
|
7073
7272
|
"engines": {
|
@@ -7083,14 +7282,14 @@
|
|
7083
7282
|
}
|
7084
7283
|
},
|
7085
7284
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
7086
|
-
"version": "8.
|
7087
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
7088
|
-
"integrity": "sha512-
|
7285
|
+
"version": "8.43.0",
|
7286
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz",
|
7287
|
+
"integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==",
|
7089
7288
|
"dev": true,
|
7090
7289
|
"license": "MIT",
|
7091
7290
|
"dependencies": {
|
7092
|
-
"@typescript-eslint/types": "8.
|
7093
|
-
"@typescript-eslint/visitor-keys": "8.
|
7291
|
+
"@typescript-eslint/types": "8.43.0",
|
7292
|
+
"@typescript-eslint/visitor-keys": "8.43.0"
|
7094
7293
|
},
|
7095
7294
|
"engines": {
|
7096
7295
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -7101,13 +7300,13 @@
|
|
7101
7300
|
}
|
7102
7301
|
},
|
7103
7302
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
7104
|
-
"version": "8.
|
7105
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
7106
|
-
"integrity": "sha512-
|
7303
|
+
"version": "8.43.0",
|
7304
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz",
|
7305
|
+
"integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==",
|
7107
7306
|
"dev": true,
|
7108
7307
|
"license": "MIT",
|
7109
7308
|
"dependencies": {
|
7110
|
-
"@typescript-eslint/types": "8.
|
7309
|
+
"@typescript-eslint/types": "8.43.0",
|
7111
7310
|
"eslint-visitor-keys": "^4.2.1"
|
7112
7311
|
},
|
7113
7312
|
"engines": {
|
@@ -7132,14 +7331,14 @@
|
|
7132
7331
|
}
|
7133
7332
|
},
|
7134
7333
|
"node_modules/@typescript-eslint/project-service": {
|
7135
|
-
"version": "8.
|
7136
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
7137
|
-
"integrity": "sha512-
|
7334
|
+
"version": "8.43.0",
|
7335
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.43.0.tgz",
|
7336
|
+
"integrity": "sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==",
|
7138
7337
|
"dev": true,
|
7139
7338
|
"license": "MIT",
|
7140
7339
|
"dependencies": {
|
7141
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
7142
|
-
"@typescript-eslint/types": "^8.
|
7340
|
+
"@typescript-eslint/tsconfig-utils": "^8.43.0",
|
7341
|
+
"@typescript-eslint/types": "^8.43.0",
|
7143
7342
|
"debug": "^4.3.4"
|
7144
7343
|
},
|
7145
7344
|
"engines": {
|
@@ -7153,6 +7352,23 @@
|
|
7153
7352
|
"typescript": ">=4.8.4 <6.0.0"
|
7154
7353
|
}
|
7155
7354
|
},
|
7355
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
7356
|
+
"version": "8.43.0",
|
7357
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz",
|
7358
|
+
"integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==",
|
7359
|
+
"dev": true,
|
7360
|
+
"license": "MIT",
|
7361
|
+
"engines": {
|
7362
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
7363
|
+
},
|
7364
|
+
"funding": {
|
7365
|
+
"type": "opencollective",
|
7366
|
+
"url": "https://opencollective.com/typescript-eslint"
|
7367
|
+
},
|
7368
|
+
"peerDependencies": {
|
7369
|
+
"typescript": ">=4.8.4 <6.0.0"
|
7370
|
+
}
|
7371
|
+
},
|
7156
7372
|
"node_modules/@typescript-eslint/scope-manager": {
|
7157
7373
|
"version": "6.21.0",
|
7158
7374
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
@@ -7203,15 +7419,15 @@
|
|
7203
7419
|
}
|
7204
7420
|
},
|
7205
7421
|
"node_modules/@typescript-eslint/type-utils": {
|
7206
|
-
"version": "8.
|
7207
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
7208
|
-
"integrity": "sha512-
|
7422
|
+
"version": "8.43.0",
|
7423
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz",
|
7424
|
+
"integrity": "sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==",
|
7209
7425
|
"dev": true,
|
7210
7426
|
"license": "MIT",
|
7211
7427
|
"dependencies": {
|
7212
|
-
"@typescript-eslint/types": "8.
|
7213
|
-
"@typescript-eslint/typescript-estree": "8.
|
7214
|
-
"@typescript-eslint/utils": "8.
|
7428
|
+
"@typescript-eslint/types": "8.43.0",
|
7429
|
+
"@typescript-eslint/typescript-estree": "8.43.0",
|
7430
|
+
"@typescript-eslint/utils": "8.43.0",
|
7215
7431
|
"debug": "^4.3.4",
|
7216
7432
|
"ts-api-utils": "^2.1.0"
|
7217
7433
|
},
|
@@ -7241,9 +7457,9 @@
|
|
7241
7457
|
}
|
7242
7458
|
},
|
7243
7459
|
"node_modules/@typescript-eslint/types": {
|
7244
|
-
"version": "8.
|
7245
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
7246
|
-
"integrity": "sha512-
|
7460
|
+
"version": "8.43.0",
|
7461
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz",
|
7462
|
+
"integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==",
|
7247
7463
|
"dev": true,
|
7248
7464
|
"license": "MIT",
|
7249
7465
|
"engines": {
|
@@ -7255,16 +7471,16 @@
|
|
7255
7471
|
}
|
7256
7472
|
},
|
7257
7473
|
"node_modules/@typescript-eslint/typescript-estree": {
|
7258
|
-
"version": "8.
|
7259
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
7260
|
-
"integrity": "sha512-
|
7474
|
+
"version": "8.43.0",
|
7475
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz",
|
7476
|
+
"integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==",
|
7261
7477
|
"dev": true,
|
7262
7478
|
"license": "MIT",
|
7263
7479
|
"dependencies": {
|
7264
|
-
"@typescript-eslint/project-service": "8.
|
7265
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
7266
|
-
"@typescript-eslint/types": "8.
|
7267
|
-
"@typescript-eslint/visitor-keys": "8.
|
7480
|
+
"@typescript-eslint/project-service": "8.43.0",
|
7481
|
+
"@typescript-eslint/tsconfig-utils": "8.43.0",
|
7482
|
+
"@typescript-eslint/types": "8.43.0",
|
7483
|
+
"@typescript-eslint/visitor-keys": "8.43.0",
|
7268
7484
|
"debug": "^4.3.4",
|
7269
7485
|
"fast-glob": "^3.3.2",
|
7270
7486
|
"is-glob": "^4.0.3",
|
@@ -7283,14 +7499,31 @@
|
|
7283
7499
|
"typescript": ">=4.8.4 <6.0.0"
|
7284
7500
|
}
|
7285
7501
|
},
|
7502
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
7503
|
+
"version": "8.43.0",
|
7504
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz",
|
7505
|
+
"integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==",
|
7506
|
+
"dev": true,
|
7507
|
+
"license": "MIT",
|
7508
|
+
"engines": {
|
7509
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
7510
|
+
},
|
7511
|
+
"funding": {
|
7512
|
+
"type": "opencollective",
|
7513
|
+
"url": "https://opencollective.com/typescript-eslint"
|
7514
|
+
},
|
7515
|
+
"peerDependencies": {
|
7516
|
+
"typescript": ">=4.8.4 <6.0.0"
|
7517
|
+
}
|
7518
|
+
},
|
7286
7519
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
7287
|
-
"version": "8.
|
7288
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
7289
|
-
"integrity": "sha512-
|
7520
|
+
"version": "8.43.0",
|
7521
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz",
|
7522
|
+
"integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==",
|
7290
7523
|
"dev": true,
|
7291
7524
|
"license": "MIT",
|
7292
7525
|
"dependencies": {
|
7293
|
-
"@typescript-eslint/types": "8.
|
7526
|
+
"@typescript-eslint/types": "8.43.0",
|
7294
7527
|
"eslint-visitor-keys": "^4.2.1"
|
7295
7528
|
},
|
7296
7529
|
"engines": {
|
@@ -7344,16 +7577,16 @@
|
|
7344
7577
|
}
|
7345
7578
|
},
|
7346
7579
|
"node_modules/@typescript-eslint/utils": {
|
7347
|
-
"version": "8.
|
7348
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
7349
|
-
"integrity": "sha512-
|
7580
|
+
"version": "8.43.0",
|
7581
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.43.0.tgz",
|
7582
|
+
"integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==",
|
7350
7583
|
"dev": true,
|
7351
7584
|
"license": "MIT",
|
7352
7585
|
"dependencies": {
|
7353
7586
|
"@eslint-community/eslint-utils": "^4.7.0",
|
7354
|
-
"@typescript-eslint/scope-manager": "8.
|
7355
|
-
"@typescript-eslint/types": "8.
|
7356
|
-
"@typescript-eslint/typescript-estree": "8.
|
7587
|
+
"@typescript-eslint/scope-manager": "8.43.0",
|
7588
|
+
"@typescript-eslint/types": "8.43.0",
|
7589
|
+
"@typescript-eslint/typescript-estree": "8.43.0"
|
7357
7590
|
},
|
7358
7591
|
"engines": {
|
7359
7592
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -7387,14 +7620,14 @@
|
|
7387
7620
|
}
|
7388
7621
|
},
|
7389
7622
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
7390
|
-
"version": "8.
|
7391
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
7392
|
-
"integrity": "sha512-
|
7623
|
+
"version": "8.43.0",
|
7624
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz",
|
7625
|
+
"integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==",
|
7393
7626
|
"dev": true,
|
7394
7627
|
"license": "MIT",
|
7395
7628
|
"dependencies": {
|
7396
|
-
"@typescript-eslint/types": "8.
|
7397
|
-
"@typescript-eslint/visitor-keys": "8.
|
7629
|
+
"@typescript-eslint/types": "8.43.0",
|
7630
|
+
"@typescript-eslint/visitor-keys": "8.43.0"
|
7398
7631
|
},
|
7399
7632
|
"engines": {
|
7400
7633
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -7405,13 +7638,13 @@
|
|
7405
7638
|
}
|
7406
7639
|
},
|
7407
7640
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
7408
|
-
"version": "8.
|
7409
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
7410
|
-
"integrity": "sha512-
|
7641
|
+
"version": "8.43.0",
|
7642
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz",
|
7643
|
+
"integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==",
|
7411
7644
|
"dev": true,
|
7412
7645
|
"license": "MIT",
|
7413
7646
|
"dependencies": {
|
7414
|
-
"@typescript-eslint/types": "8.
|
7647
|
+
"@typescript-eslint/types": "8.43.0",
|
7415
7648
|
"eslint-visitor-keys": "^4.2.1"
|
7416
7649
|
},
|
7417
7650
|
"engines": {
|
@@ -10338,9 +10571,9 @@
|
|
10338
10571
|
}
|
10339
10572
|
},
|
10340
10573
|
"node_modules/eslint-config-oclif": {
|
10341
|
-
"version": "6.0.
|
10342
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
10343
|
-
"integrity": "sha512-
|
10574
|
+
"version": "6.0.104",
|
10575
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.104.tgz",
|
10576
|
+
"integrity": "sha512-c6OMQPMS5uZtI1FOhJv/Ay+DmJxKlQ3cIRofsnnq6nFyMqHSDqg3gIPRRx91Ub0ET74CWzGRobRPHAo3jMzMKQ==",
|
10344
10577
|
"dev": true,
|
10345
10578
|
"license": "MIT",
|
10346
10579
|
"dependencies": {
|
@@ -10357,10 +10590,10 @@
|
|
10357
10590
|
"eslint-plugin-import": "^2.32.0",
|
10358
10591
|
"eslint-plugin-jsdoc": "^50.8.0",
|
10359
10592
|
"eslint-plugin-mocha": "^10.5.0",
|
10360
|
-
"eslint-plugin-n": "^17.
|
10593
|
+
"eslint-plugin-n": "^17.22.0",
|
10361
10594
|
"eslint-plugin-perfectionist": "^4",
|
10362
10595
|
"eslint-plugin-unicorn": "^56.0.1",
|
10363
|
-
"typescript-eslint": "^8.
|
10596
|
+
"typescript-eslint": "^8.43.0"
|
10364
10597
|
},
|
10365
10598
|
"engines": {
|
10366
10599
|
"node": ">=18.18.0"
|
@@ -11282,9 +11515,9 @@
|
|
11282
11515
|
}
|
11283
11516
|
},
|
11284
11517
|
"node_modules/eslint-plugin-n": {
|
11285
|
-
"version": "17.
|
11286
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.
|
11287
|
-
"integrity": "sha512
|
11518
|
+
"version": "17.22.0",
|
11519
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.22.0.tgz",
|
11520
|
+
"integrity": "sha512-+YQ4dW8gg3eVZ3A8lL6zugEmA+Le5IEpCXsI8vKvDvSIB8gEh2N3PKqDwI+J8uLb7nphTJkwiv2e5OlnEDNvpQ==",
|
11288
11521
|
"dev": true,
|
11289
11522
|
"license": "MIT",
|
11290
11523
|
"dependencies": {
|
@@ -11358,6 +11591,93 @@
|
|
11358
11591
|
"eslint": ">=8.0.0"
|
11359
11592
|
}
|
11360
11593
|
},
|
11594
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
|
11595
|
+
"version": "4.7.0",
|
11596
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
11597
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
11598
|
+
"dev": true,
|
11599
|
+
"license": "MIT",
|
11600
|
+
"dependencies": {
|
11601
|
+
"eslint-visitor-keys": "^3.4.3"
|
11602
|
+
},
|
11603
|
+
"engines": {
|
11604
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
11605
|
+
},
|
11606
|
+
"funding": {
|
11607
|
+
"url": "https://opencollective.com/eslint"
|
11608
|
+
},
|
11609
|
+
"peerDependencies": {
|
11610
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
11611
|
+
}
|
11612
|
+
},
|
11613
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service": {
|
11614
|
+
"version": "8.42.0",
|
11615
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.42.0.tgz",
|
11616
|
+
"integrity": "sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==",
|
11617
|
+
"dev": true,
|
11618
|
+
"license": "MIT",
|
11619
|
+
"dependencies": {
|
11620
|
+
"@typescript-eslint/tsconfig-utils": "^8.42.0",
|
11621
|
+
"@typescript-eslint/types": "^8.42.0",
|
11622
|
+
"debug": "^4.3.4"
|
11623
|
+
},
|
11624
|
+
"engines": {
|
11625
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11626
|
+
},
|
11627
|
+
"funding": {
|
11628
|
+
"type": "opencollective",
|
11629
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11630
|
+
},
|
11631
|
+
"peerDependencies": {
|
11632
|
+
"typescript": ">=4.8.4 <6.0.0"
|
11633
|
+
}
|
11634
|
+
},
|
11635
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
11636
|
+
"version": "8.42.0",
|
11637
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
11638
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
11639
|
+
"dev": true,
|
11640
|
+
"license": "MIT",
|
11641
|
+
"engines": {
|
11642
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11643
|
+
},
|
11644
|
+
"funding": {
|
11645
|
+
"type": "opencollective",
|
11646
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11647
|
+
}
|
11648
|
+
},
|
11649
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
|
11650
|
+
"version": "8.42.0",
|
11651
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz",
|
11652
|
+
"integrity": "sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==",
|
11653
|
+
"dev": true,
|
11654
|
+
"license": "MIT",
|
11655
|
+
"dependencies": {
|
11656
|
+
"@typescript-eslint/types": "8.42.0",
|
11657
|
+
"@typescript-eslint/visitor-keys": "8.42.0"
|
11658
|
+
},
|
11659
|
+
"engines": {
|
11660
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11661
|
+
},
|
11662
|
+
"funding": {
|
11663
|
+
"type": "opencollective",
|
11664
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11665
|
+
}
|
11666
|
+
},
|
11667
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
11668
|
+
"version": "8.42.0",
|
11669
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
11670
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
11671
|
+
"dev": true,
|
11672
|
+
"license": "MIT",
|
11673
|
+
"engines": {
|
11674
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11675
|
+
},
|
11676
|
+
"funding": {
|
11677
|
+
"type": "opencollective",
|
11678
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11679
|
+
}
|
11680
|
+
},
|
11361
11681
|
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
|
11362
11682
|
"version": "8.25.0",
|
11363
11683
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
|
@@ -11372,6 +11692,148 @@
|
|
11372
11692
|
"url": "https://opencollective.com/typescript-eslint"
|
11373
11693
|
}
|
11374
11694
|
},
|
11695
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
|
11696
|
+
"version": "8.42.0",
|
11697
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz",
|
11698
|
+
"integrity": "sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==",
|
11699
|
+
"dev": true,
|
11700
|
+
"license": "MIT",
|
11701
|
+
"dependencies": {
|
11702
|
+
"@typescript-eslint/project-service": "8.42.0",
|
11703
|
+
"@typescript-eslint/tsconfig-utils": "8.42.0",
|
11704
|
+
"@typescript-eslint/types": "8.42.0",
|
11705
|
+
"@typescript-eslint/visitor-keys": "8.42.0",
|
11706
|
+
"debug": "^4.3.4",
|
11707
|
+
"fast-glob": "^3.3.2",
|
11708
|
+
"is-glob": "^4.0.3",
|
11709
|
+
"minimatch": "^9.0.4",
|
11710
|
+
"semver": "^7.6.0",
|
11711
|
+
"ts-api-utils": "^2.1.0"
|
11712
|
+
},
|
11713
|
+
"engines": {
|
11714
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11715
|
+
},
|
11716
|
+
"funding": {
|
11717
|
+
"type": "opencollective",
|
11718
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11719
|
+
},
|
11720
|
+
"peerDependencies": {
|
11721
|
+
"typescript": ">=4.8.4 <6.0.0"
|
11722
|
+
}
|
11723
|
+
},
|
11724
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
11725
|
+
"version": "8.42.0",
|
11726
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
11727
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
11728
|
+
"dev": true,
|
11729
|
+
"license": "MIT",
|
11730
|
+
"engines": {
|
11731
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11732
|
+
},
|
11733
|
+
"funding": {
|
11734
|
+
"type": "opencollective",
|
11735
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11736
|
+
}
|
11737
|
+
},
|
11738
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
|
11739
|
+
"version": "8.42.0",
|
11740
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.42.0.tgz",
|
11741
|
+
"integrity": "sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==",
|
11742
|
+
"dev": true,
|
11743
|
+
"license": "MIT",
|
11744
|
+
"dependencies": {
|
11745
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
11746
|
+
"@typescript-eslint/scope-manager": "8.42.0",
|
11747
|
+
"@typescript-eslint/types": "8.42.0",
|
11748
|
+
"@typescript-eslint/typescript-estree": "8.42.0"
|
11749
|
+
},
|
11750
|
+
"engines": {
|
11751
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11752
|
+
},
|
11753
|
+
"funding": {
|
11754
|
+
"type": "opencollective",
|
11755
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11756
|
+
},
|
11757
|
+
"peerDependencies": {
|
11758
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
11759
|
+
"typescript": ">=4.8.4 <6.0.0"
|
11760
|
+
}
|
11761
|
+
},
|
11762
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
11763
|
+
"version": "8.42.0",
|
11764
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
11765
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
11766
|
+
"dev": true,
|
11767
|
+
"license": "MIT",
|
11768
|
+
"engines": {
|
11769
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11770
|
+
},
|
11771
|
+
"funding": {
|
11772
|
+
"type": "opencollective",
|
11773
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11774
|
+
}
|
11775
|
+
},
|
11776
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
|
11777
|
+
"version": "8.42.0",
|
11778
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz",
|
11779
|
+
"integrity": "sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==",
|
11780
|
+
"dev": true,
|
11781
|
+
"license": "MIT",
|
11782
|
+
"dependencies": {
|
11783
|
+
"@typescript-eslint/types": "8.42.0",
|
11784
|
+
"eslint-visitor-keys": "^4.2.1"
|
11785
|
+
},
|
11786
|
+
"engines": {
|
11787
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11788
|
+
},
|
11789
|
+
"funding": {
|
11790
|
+
"type": "opencollective",
|
11791
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11792
|
+
}
|
11793
|
+
},
|
11794
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
|
11795
|
+
"version": "8.42.0",
|
11796
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
11797
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
11798
|
+
"dev": true,
|
11799
|
+
"license": "MIT",
|
11800
|
+
"engines": {
|
11801
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11802
|
+
},
|
11803
|
+
"funding": {
|
11804
|
+
"type": "opencollective",
|
11805
|
+
"url": "https://opencollective.com/typescript-eslint"
|
11806
|
+
}
|
11807
|
+
},
|
11808
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
11809
|
+
"version": "4.2.1",
|
11810
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
11811
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
11812
|
+
"dev": true,
|
11813
|
+
"license": "Apache-2.0",
|
11814
|
+
"engines": {
|
11815
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
11816
|
+
},
|
11817
|
+
"funding": {
|
11818
|
+
"url": "https://opencollective.com/eslint"
|
11819
|
+
}
|
11820
|
+
},
|
11821
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
11822
|
+
"version": "9.0.5",
|
11823
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
11824
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
11825
|
+
"dev": true,
|
11826
|
+
"license": "ISC",
|
11827
|
+
"dependencies": {
|
11828
|
+
"brace-expansion": "^2.0.1"
|
11829
|
+
},
|
11830
|
+
"engines": {
|
11831
|
+
"node": ">=16 || 14 >=14.17"
|
11832
|
+
},
|
11833
|
+
"funding": {
|
11834
|
+
"url": "https://github.com/sponsors/isaacs"
|
11835
|
+
}
|
11836
|
+
},
|
11375
11837
|
"node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
|
11376
11838
|
"version": "5.0.0",
|
11377
11839
|
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
|
@@ -11382,6 +11844,19 @@
|
|
11382
11844
|
"node": ">=18"
|
11383
11845
|
}
|
11384
11846
|
},
|
11847
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
|
11848
|
+
"version": "2.1.0",
|
11849
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
11850
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
11851
|
+
"dev": true,
|
11852
|
+
"license": "MIT",
|
11853
|
+
"engines": {
|
11854
|
+
"node": ">=18.12"
|
11855
|
+
},
|
11856
|
+
"peerDependencies": {
|
11857
|
+
"typescript": ">=4.8.4"
|
11858
|
+
}
|
11859
|
+
},
|
11385
11860
|
"node_modules/eslint-plugin-prettier": {
|
11386
11861
|
"version": "5.5.4",
|
11387
11862
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz",
|
@@ -19609,16 +20084,16 @@
|
|
19609
20084
|
}
|
19610
20085
|
},
|
19611
20086
|
"node_modules/typescript-eslint": {
|
19612
|
-
"version": "8.
|
19613
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
19614
|
-
"integrity": "sha512-
|
20087
|
+
"version": "8.43.0",
|
20088
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.43.0.tgz",
|
20089
|
+
"integrity": "sha512-FyRGJKUGvcFekRRcBKFBlAhnp4Ng8rhe8tuvvkR9OiU0gfd4vyvTRQHEckO6VDlH57jbeUQem2IpqPq9kLJH+w==",
|
19615
20090
|
"dev": true,
|
19616
20091
|
"license": "MIT",
|
19617
20092
|
"dependencies": {
|
19618
|
-
"@typescript-eslint/eslint-plugin": "8.
|
19619
|
-
"@typescript-eslint/parser": "8.
|
19620
|
-
"@typescript-eslint/typescript-estree": "8.
|
19621
|
-
"@typescript-eslint/utils": "8.
|
20093
|
+
"@typescript-eslint/eslint-plugin": "8.43.0",
|
20094
|
+
"@typescript-eslint/parser": "8.43.0",
|
20095
|
+
"@typescript-eslint/typescript-estree": "8.43.0",
|
20096
|
+
"@typescript-eslint/utils": "8.43.0"
|
19622
20097
|
},
|
19623
20098
|
"engines": {
|
19624
20099
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|