@jayree/sfdx-plugin-manifest 4.0.56 → 4.0.58
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 +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +474 -98
- package/oclif.lock +130 -59
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.58",
|
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.58",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.15",
|
13
13
|
"@oclif/core": "^4.5.2",
|
14
14
|
"@salesforce/core": "^8.19.1",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
@@ -32,7 +32,7 @@
|
|
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.95",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.5.4",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.31",
|
@@ -3167,14 +3167,14 @@
|
|
3167
3167
|
}
|
3168
3168
|
},
|
3169
3169
|
"node_modules/@jayree/changelog": {
|
3170
|
-
"version": "1.2.
|
3171
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3172
|
-
"integrity": "sha512-
|
3170
|
+
"version": "1.2.15",
|
3171
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.15.tgz",
|
3172
|
+
"integrity": "sha512-CDsn13yKM4mf/yi/pJidpiQn3p4i92mpyESfxoHC3jQscERdppVzuhbz3kUDqJwfUq/As7sNVglgzp01ZS4zRQ==",
|
3173
3173
|
"license": "BSD-3-Clause",
|
3174
3174
|
"dependencies": {
|
3175
3175
|
"debug": "^4.4.1",
|
3176
3176
|
"fs-extra": "^11.3.1",
|
3177
|
-
"marked": "^16.
|
3177
|
+
"marked": "^16.2.0",
|
3178
3178
|
"marked-terminal": "^7.3.0",
|
3179
3179
|
"semver": "^7.7.2",
|
3180
3180
|
"semver-compare": "^1.0.0"
|
@@ -5811,17 +5811,17 @@
|
|
5811
5811
|
"license": "MIT"
|
5812
5812
|
},
|
5813
5813
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5814
|
-
"version": "8.39.
|
5815
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.
|
5816
|
-
"integrity": "sha512-
|
5814
|
+
"version": "8.39.1",
|
5815
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz",
|
5816
|
+
"integrity": "sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==",
|
5817
5817
|
"dev": true,
|
5818
5818
|
"license": "MIT",
|
5819
5819
|
"dependencies": {
|
5820
5820
|
"@eslint-community/regexpp": "^4.10.0",
|
5821
|
-
"@typescript-eslint/scope-manager": "8.39.
|
5822
|
-
"@typescript-eslint/type-utils": "8.39.
|
5823
|
-
"@typescript-eslint/utils": "8.39.
|
5824
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5821
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5822
|
+
"@typescript-eslint/type-utils": "8.39.1",
|
5823
|
+
"@typescript-eslint/utils": "8.39.1",
|
5824
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
5825
5825
|
"graphemer": "^1.4.0",
|
5826
5826
|
"ignore": "^7.0.0",
|
5827
5827
|
"natural-compare": "^1.4.0",
|
@@ -5835,20 +5835,72 @@
|
|
5835
5835
|
"url": "https://opencollective.com/typescript-eslint"
|
5836
5836
|
},
|
5837
5837
|
"peerDependencies": {
|
5838
|
-
"@typescript-eslint/parser": "^8.39.
|
5838
|
+
"@typescript-eslint/parser": "^8.39.1",
|
5839
5839
|
"eslint": "^8.57.0 || ^9.0.0",
|
5840
5840
|
"typescript": ">=4.8.4 <6.0.0"
|
5841
5841
|
}
|
5842
5842
|
},
|
5843
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5844
|
+
"version": "4.7.0",
|
5845
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5846
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5847
|
+
"dev": true,
|
5848
|
+
"license": "MIT",
|
5849
|
+
"dependencies": {
|
5850
|
+
"eslint-visitor-keys": "^3.4.3"
|
5851
|
+
},
|
5852
|
+
"engines": {
|
5853
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5854
|
+
},
|
5855
|
+
"funding": {
|
5856
|
+
"url": "https://opencollective.com/eslint"
|
5857
|
+
},
|
5858
|
+
"peerDependencies": {
|
5859
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5860
|
+
}
|
5861
|
+
},
|
5862
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5863
|
+
"version": "3.4.3",
|
5864
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5865
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5866
|
+
"dev": true,
|
5867
|
+
"license": "Apache-2.0",
|
5868
|
+
"engines": {
|
5869
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5870
|
+
},
|
5871
|
+
"funding": {
|
5872
|
+
"url": "https://opencollective.com/eslint"
|
5873
|
+
}
|
5874
|
+
},
|
5843
5875
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5844
|
-
"version": "8.39.
|
5845
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.
|
5846
|
-
"integrity": "sha512-
|
5876
|
+
"version": "8.39.1",
|
5877
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
5878
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
5847
5879
|
"dev": true,
|
5848
5880
|
"license": "MIT",
|
5849
5881
|
"dependencies": {
|
5850
|
-
"@typescript-eslint/types": "8.39.
|
5851
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5882
|
+
"@typescript-eslint/types": "8.39.1",
|
5883
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
5884
|
+
},
|
5885
|
+
"engines": {
|
5886
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5887
|
+
},
|
5888
|
+
"funding": {
|
5889
|
+
"type": "opencollective",
|
5890
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5891
|
+
}
|
5892
|
+
},
|
5893
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5894
|
+
"version": "8.39.1",
|
5895
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
5896
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
5897
|
+
"dev": true,
|
5898
|
+
"license": "MIT",
|
5899
|
+
"dependencies": {
|
5900
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
5901
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5902
|
+
"@typescript-eslint/types": "8.39.1",
|
5903
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
5852
5904
|
},
|
5853
5905
|
"engines": {
|
5854
5906
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5856,16 +5908,20 @@
|
|
5856
5908
|
"funding": {
|
5857
5909
|
"type": "opencollective",
|
5858
5910
|
"url": "https://opencollective.com/typescript-eslint"
|
5911
|
+
},
|
5912
|
+
"peerDependencies": {
|
5913
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5914
|
+
"typescript": ">=4.8.4 <6.0.0"
|
5859
5915
|
}
|
5860
5916
|
},
|
5861
5917
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5862
|
-
"version": "8.39.
|
5863
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
5864
|
-
"integrity": "sha512-
|
5918
|
+
"version": "8.39.1",
|
5919
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
5920
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
5865
5921
|
"dev": true,
|
5866
5922
|
"license": "MIT",
|
5867
5923
|
"dependencies": {
|
5868
|
-
"@typescript-eslint/types": "8.39.
|
5924
|
+
"@typescript-eslint/types": "8.39.1",
|
5869
5925
|
"eslint-visitor-keys": "^4.2.1"
|
5870
5926
|
},
|
5871
5927
|
"engines": {
|
@@ -5913,16 +5969,16 @@
|
|
5913
5969
|
}
|
5914
5970
|
},
|
5915
5971
|
"node_modules/@typescript-eslint/parser": {
|
5916
|
-
"version": "8.39.
|
5917
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.39.
|
5918
|
-
"integrity": "sha512-
|
5972
|
+
"version": "8.39.1",
|
5973
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.39.1.tgz",
|
5974
|
+
"integrity": "sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==",
|
5919
5975
|
"dev": true,
|
5920
5976
|
"license": "MIT",
|
5921
5977
|
"dependencies": {
|
5922
|
-
"@typescript-eslint/scope-manager": "8.39.
|
5923
|
-
"@typescript-eslint/types": "8.39.
|
5924
|
-
"@typescript-eslint/typescript-estree": "8.39.
|
5925
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5978
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5979
|
+
"@typescript-eslint/types": "8.39.1",
|
5980
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
5981
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
5926
5982
|
"debug": "^4.3.4"
|
5927
5983
|
},
|
5928
5984
|
"engines": {
|
@@ -5938,14 +5994,14 @@
|
|
5938
5994
|
}
|
5939
5995
|
},
|
5940
5996
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5941
|
-
"version": "8.39.
|
5942
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.
|
5943
|
-
"integrity": "sha512-
|
5997
|
+
"version": "8.39.1",
|
5998
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
5999
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
5944
6000
|
"dev": true,
|
5945
6001
|
"license": "MIT",
|
5946
6002
|
"dependencies": {
|
5947
|
-
"@typescript-eslint/types": "8.39.
|
5948
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
6003
|
+
"@typescript-eslint/types": "8.39.1",
|
6004
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
5949
6005
|
},
|
5950
6006
|
"engines": {
|
5951
6007
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5956,13 +6012,13 @@
|
|
5956
6012
|
}
|
5957
6013
|
},
|
5958
6014
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5959
|
-
"version": "8.39.
|
5960
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
5961
|
-
"integrity": "sha512-
|
6015
|
+
"version": "8.39.1",
|
6016
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6017
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
5962
6018
|
"dev": true,
|
5963
6019
|
"license": "MIT",
|
5964
6020
|
"dependencies": {
|
5965
|
-
"@typescript-eslint/types": "8.39.
|
6021
|
+
"@typescript-eslint/types": "8.39.1",
|
5966
6022
|
"eslint-visitor-keys": "^4.2.1"
|
5967
6023
|
},
|
5968
6024
|
"engines": {
|
@@ -5987,14 +6043,14 @@
|
|
5987
6043
|
}
|
5988
6044
|
},
|
5989
6045
|
"node_modules/@typescript-eslint/project-service": {
|
5990
|
-
"version": "8.39.
|
5991
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.
|
5992
|
-
"integrity": "sha512-
|
6046
|
+
"version": "8.39.1",
|
6047
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.1.tgz",
|
6048
|
+
"integrity": "sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==",
|
5993
6049
|
"dev": true,
|
5994
6050
|
"license": "MIT",
|
5995
6051
|
"dependencies": {
|
5996
|
-
"@typescript-eslint/tsconfig-utils": "^8.39.
|
5997
|
-
"@typescript-eslint/types": "^8.39.
|
6052
|
+
"@typescript-eslint/tsconfig-utils": "^8.39.1",
|
6053
|
+
"@typescript-eslint/types": "^8.39.1",
|
5998
6054
|
"debug": "^4.3.4"
|
5999
6055
|
},
|
6000
6056
|
"engines": {
|
@@ -6008,6 +6064,23 @@
|
|
6008
6064
|
"typescript": ">=4.8.4 <6.0.0"
|
6009
6065
|
}
|
6010
6066
|
},
|
6067
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
6068
|
+
"version": "8.39.1",
|
6069
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
|
6070
|
+
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
|
6071
|
+
"dev": true,
|
6072
|
+
"license": "MIT",
|
6073
|
+
"engines": {
|
6074
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6075
|
+
},
|
6076
|
+
"funding": {
|
6077
|
+
"type": "opencollective",
|
6078
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6079
|
+
},
|
6080
|
+
"peerDependencies": {
|
6081
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6082
|
+
}
|
6083
|
+
},
|
6011
6084
|
"node_modules/@typescript-eslint/scope-manager": {
|
6012
6085
|
"version": "6.21.0",
|
6013
6086
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
@@ -6058,15 +6131,15 @@
|
|
6058
6131
|
}
|
6059
6132
|
},
|
6060
6133
|
"node_modules/@typescript-eslint/type-utils": {
|
6061
|
-
"version": "8.39.
|
6062
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.39.
|
6063
|
-
"integrity": "sha512-
|
6134
|
+
"version": "8.39.1",
|
6135
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz",
|
6136
|
+
"integrity": "sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==",
|
6064
6137
|
"dev": true,
|
6065
6138
|
"license": "MIT",
|
6066
6139
|
"dependencies": {
|
6067
|
-
"@typescript-eslint/types": "8.39.
|
6068
|
-
"@typescript-eslint/typescript-estree": "8.39.
|
6069
|
-
"@typescript-eslint/utils": "8.39.
|
6140
|
+
"@typescript-eslint/types": "8.39.1",
|
6141
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
6142
|
+
"@typescript-eslint/utils": "8.39.1",
|
6070
6143
|
"debug": "^4.3.4",
|
6071
6144
|
"ts-api-utils": "^2.1.0"
|
6072
6145
|
},
|
@@ -6082,6 +6155,98 @@
|
|
6082
6155
|
"typescript": ">=4.8.4 <6.0.0"
|
6083
6156
|
}
|
6084
6157
|
},
|
6158
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
|
6159
|
+
"version": "4.7.0",
|
6160
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
6161
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
6162
|
+
"dev": true,
|
6163
|
+
"license": "MIT",
|
6164
|
+
"dependencies": {
|
6165
|
+
"eslint-visitor-keys": "^3.4.3"
|
6166
|
+
},
|
6167
|
+
"engines": {
|
6168
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6169
|
+
},
|
6170
|
+
"funding": {
|
6171
|
+
"url": "https://opencollective.com/eslint"
|
6172
|
+
},
|
6173
|
+
"peerDependencies": {
|
6174
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6175
|
+
}
|
6176
|
+
},
|
6177
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
6178
|
+
"version": "8.39.1",
|
6179
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
6180
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
6181
|
+
"dev": true,
|
6182
|
+
"license": "MIT",
|
6183
|
+
"dependencies": {
|
6184
|
+
"@typescript-eslint/types": "8.39.1",
|
6185
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
6186
|
+
},
|
6187
|
+
"engines": {
|
6188
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6189
|
+
},
|
6190
|
+
"funding": {
|
6191
|
+
"type": "opencollective",
|
6192
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6193
|
+
}
|
6194
|
+
},
|
6195
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
6196
|
+
"version": "8.39.1",
|
6197
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
6198
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
6199
|
+
"dev": true,
|
6200
|
+
"license": "MIT",
|
6201
|
+
"dependencies": {
|
6202
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
6203
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
6204
|
+
"@typescript-eslint/types": "8.39.1",
|
6205
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
6206
|
+
},
|
6207
|
+
"engines": {
|
6208
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6209
|
+
},
|
6210
|
+
"funding": {
|
6211
|
+
"type": "opencollective",
|
6212
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6213
|
+
},
|
6214
|
+
"peerDependencies": {
|
6215
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
6216
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6217
|
+
}
|
6218
|
+
},
|
6219
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
6220
|
+
"version": "8.39.1",
|
6221
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6222
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
6223
|
+
"dev": true,
|
6224
|
+
"license": "MIT",
|
6225
|
+
"dependencies": {
|
6226
|
+
"@typescript-eslint/types": "8.39.1",
|
6227
|
+
"eslint-visitor-keys": "^4.2.1"
|
6228
|
+
},
|
6229
|
+
"engines": {
|
6230
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6231
|
+
},
|
6232
|
+
"funding": {
|
6233
|
+
"type": "opencollective",
|
6234
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6235
|
+
}
|
6236
|
+
},
|
6237
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
6238
|
+
"version": "4.2.1",
|
6239
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
6240
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
6241
|
+
"dev": true,
|
6242
|
+
"license": "Apache-2.0",
|
6243
|
+
"engines": {
|
6244
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6245
|
+
},
|
6246
|
+
"funding": {
|
6247
|
+
"url": "https://opencollective.com/eslint"
|
6248
|
+
}
|
6249
|
+
},
|
6085
6250
|
"node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
|
6086
6251
|
"version": "2.1.0",
|
6087
6252
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -6096,9 +6261,9 @@
|
|
6096
6261
|
}
|
6097
6262
|
},
|
6098
6263
|
"node_modules/@typescript-eslint/types": {
|
6099
|
-
"version": "8.39.
|
6100
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.
|
6101
|
-
"integrity": "sha512-
|
6264
|
+
"version": "8.39.1",
|
6265
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
|
6266
|
+
"integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
|
6102
6267
|
"dev": true,
|
6103
6268
|
"license": "MIT",
|
6104
6269
|
"engines": {
|
@@ -6110,16 +6275,16 @@
|
|
6110
6275
|
}
|
6111
6276
|
},
|
6112
6277
|
"node_modules/@typescript-eslint/typescript-estree": {
|
6113
|
-
"version": "8.39.
|
6114
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.
|
6115
|
-
"integrity": "sha512-
|
6278
|
+
"version": "8.39.1",
|
6279
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz",
|
6280
|
+
"integrity": "sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==",
|
6116
6281
|
"dev": true,
|
6117
6282
|
"license": "MIT",
|
6118
6283
|
"dependencies": {
|
6119
|
-
"@typescript-eslint/project-service": "8.39.
|
6120
|
-
"@typescript-eslint/tsconfig-utils": "8.39.
|
6121
|
-
"@typescript-eslint/types": "8.39.
|
6122
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
6284
|
+
"@typescript-eslint/project-service": "8.39.1",
|
6285
|
+
"@typescript-eslint/tsconfig-utils": "8.39.1",
|
6286
|
+
"@typescript-eslint/types": "8.39.1",
|
6287
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
6123
6288
|
"debug": "^4.3.4",
|
6124
6289
|
"fast-glob": "^3.3.2",
|
6125
6290
|
"is-glob": "^4.0.3",
|
@@ -6138,14 +6303,31 @@
|
|
6138
6303
|
"typescript": ">=4.8.4 <6.0.0"
|
6139
6304
|
}
|
6140
6305
|
},
|
6306
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
6307
|
+
"version": "8.39.1",
|
6308
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
|
6309
|
+
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
|
6310
|
+
"dev": true,
|
6311
|
+
"license": "MIT",
|
6312
|
+
"engines": {
|
6313
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6314
|
+
},
|
6315
|
+
"funding": {
|
6316
|
+
"type": "opencollective",
|
6317
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6318
|
+
},
|
6319
|
+
"peerDependencies": {
|
6320
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6321
|
+
}
|
6322
|
+
},
|
6141
6323
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
6142
|
-
"version": "8.39.
|
6143
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
6144
|
-
"integrity": "sha512-
|
6324
|
+
"version": "8.39.1",
|
6325
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6326
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
6145
6327
|
"dev": true,
|
6146
6328
|
"license": "MIT",
|
6147
6329
|
"dependencies": {
|
6148
|
-
"@typescript-eslint/types": "8.39.
|
6330
|
+
"@typescript-eslint/types": "8.39.1",
|
6149
6331
|
"eslint-visitor-keys": "^4.2.1"
|
6150
6332
|
},
|
6151
6333
|
"engines": {
|
@@ -6241,6 +6423,28 @@
|
|
6241
6423
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6242
6424
|
}
|
6243
6425
|
},
|
6426
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
|
6427
|
+
"version": "8.39.0",
|
6428
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
|
6429
|
+
"integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
|
6430
|
+
"dev": true,
|
6431
|
+
"license": "MIT",
|
6432
|
+
"dependencies": {
|
6433
|
+
"@typescript-eslint/tsconfig-utils": "^8.39.0",
|
6434
|
+
"@typescript-eslint/types": "^8.39.0",
|
6435
|
+
"debug": "^4.3.4"
|
6436
|
+
},
|
6437
|
+
"engines": {
|
6438
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6439
|
+
},
|
6440
|
+
"funding": {
|
6441
|
+
"type": "opencollective",
|
6442
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6443
|
+
},
|
6444
|
+
"peerDependencies": {
|
6445
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6446
|
+
}
|
6447
|
+
},
|
6244
6448
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6245
6449
|
"version": "8.39.0",
|
6246
6450
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
|
@@ -6259,6 +6463,49 @@
|
|
6259
6463
|
"url": "https://opencollective.com/typescript-eslint"
|
6260
6464
|
}
|
6261
6465
|
},
|
6466
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
6467
|
+
"version": "8.39.0",
|
6468
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz",
|
6469
|
+
"integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
|
6470
|
+
"dev": true,
|
6471
|
+
"license": "MIT",
|
6472
|
+
"engines": {
|
6473
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6474
|
+
},
|
6475
|
+
"funding": {
|
6476
|
+
"type": "opencollective",
|
6477
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6478
|
+
}
|
6479
|
+
},
|
6480
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6481
|
+
"version": "8.39.0",
|
6482
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
|
6483
|
+
"integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
|
6484
|
+
"dev": true,
|
6485
|
+
"license": "MIT",
|
6486
|
+
"dependencies": {
|
6487
|
+
"@typescript-eslint/project-service": "8.39.0",
|
6488
|
+
"@typescript-eslint/tsconfig-utils": "8.39.0",
|
6489
|
+
"@typescript-eslint/types": "8.39.0",
|
6490
|
+
"@typescript-eslint/visitor-keys": "8.39.0",
|
6491
|
+
"debug": "^4.3.4",
|
6492
|
+
"fast-glob": "^3.3.2",
|
6493
|
+
"is-glob": "^4.0.3",
|
6494
|
+
"minimatch": "^9.0.4",
|
6495
|
+
"semver": "^7.6.0",
|
6496
|
+
"ts-api-utils": "^2.1.0"
|
6497
|
+
},
|
6498
|
+
"engines": {
|
6499
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6500
|
+
},
|
6501
|
+
"funding": {
|
6502
|
+
"type": "opencollective",
|
6503
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6504
|
+
},
|
6505
|
+
"peerDependencies": {
|
6506
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6507
|
+
}
|
6508
|
+
},
|
6262
6509
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6263
6510
|
"version": "8.39.0",
|
6264
6511
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
|
@@ -6290,6 +6537,35 @@
|
|
6290
6537
|
"url": "https://opencollective.com/eslint"
|
6291
6538
|
}
|
6292
6539
|
},
|
6540
|
+
"node_modules/@typescript-eslint/utils/node_modules/minimatch": {
|
6541
|
+
"version": "9.0.5",
|
6542
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
6543
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
6544
|
+
"dev": true,
|
6545
|
+
"license": "ISC",
|
6546
|
+
"dependencies": {
|
6547
|
+
"brace-expansion": "^2.0.1"
|
6548
|
+
},
|
6549
|
+
"engines": {
|
6550
|
+
"node": ">=16 || 14 >=14.17"
|
6551
|
+
},
|
6552
|
+
"funding": {
|
6553
|
+
"url": "https://github.com/sponsors/isaacs"
|
6554
|
+
}
|
6555
|
+
},
|
6556
|
+
"node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
|
6557
|
+
"version": "2.1.0",
|
6558
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
6559
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
6560
|
+
"dev": true,
|
6561
|
+
"license": "MIT",
|
6562
|
+
"engines": {
|
6563
|
+
"node": ">=18.12"
|
6564
|
+
},
|
6565
|
+
"peerDependencies": {
|
6566
|
+
"typescript": ">=4.8.4"
|
6567
|
+
}
|
6568
|
+
},
|
6293
6569
|
"node_modules/@typescript-eslint/visitor-keys": {
|
6294
6570
|
"version": "6.21.0",
|
6295
6571
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
@@ -6988,7 +7264,6 @@
|
|
6988
7264
|
"version": "1.0.7",
|
6989
7265
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
6990
7266
|
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
6991
|
-
"dev": true,
|
6992
7267
|
"license": "MIT",
|
6993
7268
|
"dependencies": {
|
6994
7269
|
"possible-typed-array-names": "^1.0.0"
|
@@ -7466,7 +7741,6 @@
|
|
7466
7741
|
"version": "1.0.8",
|
7467
7742
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
7468
7743
|
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
7469
|
-
"dev": true,
|
7470
7744
|
"license": "MIT",
|
7471
7745
|
"dependencies": {
|
7472
7746
|
"call-bind-apply-helpers": "^1.0.0",
|
@@ -7498,7 +7772,6 @@
|
|
7498
7772
|
"version": "1.0.3",
|
7499
7773
|
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
|
7500
7774
|
"integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
|
7501
|
-
"dev": true,
|
7502
7775
|
"license": "MIT",
|
7503
7776
|
"dependencies": {
|
7504
7777
|
"call-bind-apply-helpers": "^1.0.1",
|
@@ -8544,7 +8817,6 @@
|
|
8544
8817
|
"version": "1.1.4",
|
8545
8818
|
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
8546
8819
|
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
8547
|
-
"dev": true,
|
8548
8820
|
"license": "MIT",
|
8549
8821
|
"dependencies": {
|
8550
8822
|
"es-define-property": "^1.0.0",
|
@@ -9170,9 +9442,9 @@
|
|
9170
9442
|
}
|
9171
9443
|
},
|
9172
9444
|
"node_modules/eslint-config-oclif": {
|
9173
|
-
"version": "6.0.
|
9174
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
9175
|
-
"integrity": "sha512-
|
9445
|
+
"version": "6.0.95",
|
9446
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.95.tgz",
|
9447
|
+
"integrity": "sha512-uMy0wKFMOB2835gOsPRfNO039Pedo9PuTwTGGmNO3iEbRutN9X+LEvXtSa+7qNv0JPXTGBmTvp5/RDTOmz3cWA==",
|
9176
9448
|
"dev": true,
|
9177
9449
|
"license": "MIT",
|
9178
9450
|
"dependencies": {
|
@@ -9192,7 +9464,7 @@
|
|
9192
9464
|
"eslint-plugin-n": "^17.21.3",
|
9193
9465
|
"eslint-plugin-perfectionist": "^4",
|
9194
9466
|
"eslint-plugin-unicorn": "^56.0.1",
|
9195
|
-
"typescript-eslint": "^8.39.
|
9467
|
+
"typescript-eslint": "^8.39.1"
|
9196
9468
|
},
|
9197
9469
|
"engines": {
|
9198
9470
|
"node": ">=18.18.0"
|
@@ -10959,7 +11231,6 @@
|
|
10959
11231
|
"version": "0.3.5",
|
10960
11232
|
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
|
10961
11233
|
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
10962
|
-
"dev": true,
|
10963
11234
|
"license": "MIT",
|
10964
11235
|
"dependencies": {
|
10965
11236
|
"is-callable": "^1.2.7"
|
@@ -11571,7 +11842,6 @@
|
|
11571
11842
|
"version": "1.0.2",
|
11572
11843
|
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
11573
11844
|
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
11574
|
-
"dev": true,
|
11575
11845
|
"license": "MIT",
|
11576
11846
|
"dependencies": {
|
11577
11847
|
"es-define-property": "^1.0.0"
|
@@ -12396,7 +12666,6 @@
|
|
12396
12666
|
"version": "1.2.7",
|
12397
12667
|
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
12398
12668
|
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
12399
|
-
"dev": true,
|
12400
12669
|
"license": "MIT",
|
12401
12670
|
"engines": {
|
12402
12671
|
"node": ">= 0.4"
|
@@ -12759,7 +13028,6 @@
|
|
12759
13028
|
"version": "1.1.15",
|
12760
13029
|
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
|
12761
13030
|
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
12762
|
-
"dev": true,
|
12763
13031
|
"license": "MIT",
|
12764
13032
|
"dependencies": {
|
12765
13033
|
"which-typed-array": "^1.1.16"
|
@@ -12863,7 +13131,6 @@
|
|
12863
13131
|
"version": "2.0.5",
|
12864
13132
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
12865
13133
|
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
12866
|
-
"dev": true,
|
12867
13134
|
"license": "MIT"
|
12868
13135
|
},
|
12869
13136
|
"node_modules/isexe": {
|
@@ -13845,9 +14112,9 @@
|
|
13845
14112
|
}
|
13846
14113
|
},
|
13847
14114
|
"node_modules/marked": {
|
13848
|
-
"version": "16.
|
13849
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.
|
13850
|
-
"integrity": "sha512-
|
14115
|
+
"version": "16.2.0",
|
14116
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.0.tgz",
|
14117
|
+
"integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==",
|
13851
14118
|
"license": "MIT",
|
13852
14119
|
"bin": {
|
13853
14120
|
"marked": "bin/marked.js"
|
@@ -15809,7 +16076,6 @@
|
|
15809
16076
|
"version": "1.1.0",
|
15810
16077
|
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
|
15811
16078
|
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
|
15812
|
-
"dev": true,
|
15813
16079
|
"license": "MIT",
|
15814
16080
|
"engines": {
|
15815
16081
|
"node": ">= 0.4"
|
@@ -16773,7 +17039,6 @@
|
|
16773
17039
|
"version": "1.2.2",
|
16774
17040
|
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
16775
17041
|
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
16776
|
-
"dev": true,
|
16777
17042
|
"license": "MIT",
|
16778
17043
|
"dependencies": {
|
16779
17044
|
"define-data-property": "^1.1.4",
|
@@ -16825,16 +17090,23 @@
|
|
16825
17090
|
"license": "MIT"
|
16826
17091
|
},
|
16827
17092
|
"node_modules/sha.js": {
|
16828
|
-
"version": "2.4.
|
16829
|
-
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.
|
16830
|
-
"integrity": "sha512-
|
17093
|
+
"version": "2.4.12",
|
17094
|
+
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
|
17095
|
+
"integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
|
16831
17096
|
"license": "(MIT AND BSD-3-Clause)",
|
16832
17097
|
"dependencies": {
|
16833
|
-
"inherits": "^2.0.
|
16834
|
-
"safe-buffer": "^5.
|
17098
|
+
"inherits": "^2.0.4",
|
17099
|
+
"safe-buffer": "^5.2.1",
|
17100
|
+
"to-buffer": "^1.2.0"
|
16835
17101
|
},
|
16836
17102
|
"bin": {
|
16837
17103
|
"sha.js": "bin.js"
|
17104
|
+
},
|
17105
|
+
"engines": {
|
17106
|
+
"node": ">= 0.10"
|
17107
|
+
},
|
17108
|
+
"funding": {
|
17109
|
+
"url": "https://github.com/sponsors/ljharb"
|
16838
17110
|
}
|
16839
17111
|
},
|
16840
17112
|
"node_modules/shebang-command": {
|
@@ -17889,6 +18161,20 @@
|
|
17889
18161
|
"node": ">=0.6.0"
|
17890
18162
|
}
|
17891
18163
|
},
|
18164
|
+
"node_modules/to-buffer": {
|
18165
|
+
"version": "1.2.1",
|
18166
|
+
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz",
|
18167
|
+
"integrity": "sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==",
|
18168
|
+
"license": "MIT",
|
18169
|
+
"dependencies": {
|
18170
|
+
"isarray": "^2.0.5",
|
18171
|
+
"safe-buffer": "^5.2.1",
|
18172
|
+
"typed-array-buffer": "^1.0.3"
|
18173
|
+
},
|
18174
|
+
"engines": {
|
18175
|
+
"node": ">= 0.4"
|
18176
|
+
}
|
18177
|
+
},
|
17892
18178
|
"node_modules/to-regex-range": {
|
17893
18179
|
"version": "5.0.1",
|
17894
18180
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
@@ -18209,7 +18495,6 @@
|
|
18209
18495
|
"version": "1.0.3",
|
18210
18496
|
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
|
18211
18497
|
"integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
|
18212
|
-
"dev": true,
|
18213
18498
|
"license": "MIT",
|
18214
18499
|
"dependencies": {
|
18215
18500
|
"call-bound": "^1.0.3",
|
@@ -18359,16 +18644,77 @@
|
|
18359
18644
|
}
|
18360
18645
|
},
|
18361
18646
|
"node_modules/typescript-eslint": {
|
18362
|
-
"version": "8.39.
|
18363
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.39.
|
18364
|
-
"integrity": "sha512-
|
18647
|
+
"version": "8.39.1",
|
18648
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.39.1.tgz",
|
18649
|
+
"integrity": "sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==",
|
18650
|
+
"dev": true,
|
18651
|
+
"license": "MIT",
|
18652
|
+
"dependencies": {
|
18653
|
+
"@typescript-eslint/eslint-plugin": "8.39.1",
|
18654
|
+
"@typescript-eslint/parser": "8.39.1",
|
18655
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
18656
|
+
"@typescript-eslint/utils": "8.39.1"
|
18657
|
+
},
|
18658
|
+
"engines": {
|
18659
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18660
|
+
},
|
18661
|
+
"funding": {
|
18662
|
+
"type": "opencollective",
|
18663
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18664
|
+
},
|
18665
|
+
"peerDependencies": {
|
18666
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
18667
|
+
"typescript": ">=4.8.4 <6.0.0"
|
18668
|
+
}
|
18669
|
+
},
|
18670
|
+
"node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
|
18671
|
+
"version": "4.7.0",
|
18672
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
18673
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
18674
|
+
"dev": true,
|
18675
|
+
"license": "MIT",
|
18676
|
+
"dependencies": {
|
18677
|
+
"eslint-visitor-keys": "^3.4.3"
|
18678
|
+
},
|
18679
|
+
"engines": {
|
18680
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
18681
|
+
},
|
18682
|
+
"funding": {
|
18683
|
+
"url": "https://opencollective.com/eslint"
|
18684
|
+
},
|
18685
|
+
"peerDependencies": {
|
18686
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
18687
|
+
}
|
18688
|
+
},
|
18689
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
18690
|
+
"version": "8.39.1",
|
18691
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
18692
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
18693
|
+
"dev": true,
|
18694
|
+
"license": "MIT",
|
18695
|
+
"dependencies": {
|
18696
|
+
"@typescript-eslint/types": "8.39.1",
|
18697
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
18698
|
+
},
|
18699
|
+
"engines": {
|
18700
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18701
|
+
},
|
18702
|
+
"funding": {
|
18703
|
+
"type": "opencollective",
|
18704
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18705
|
+
}
|
18706
|
+
},
|
18707
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
18708
|
+
"version": "8.39.1",
|
18709
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
18710
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
18365
18711
|
"dev": true,
|
18366
18712
|
"license": "MIT",
|
18367
18713
|
"dependencies": {
|
18368
|
-
"@
|
18369
|
-
"@typescript-eslint/
|
18370
|
-
"@typescript-eslint/
|
18371
|
-
"@typescript-eslint/
|
18714
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
18715
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
18716
|
+
"@typescript-eslint/types": "8.39.1",
|
18717
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
18372
18718
|
},
|
18373
18719
|
"engines": {
|
18374
18720
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -18382,6 +18728,37 @@
|
|
18382
18728
|
"typescript": ">=4.8.4 <6.0.0"
|
18383
18729
|
}
|
18384
18730
|
},
|
18731
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
18732
|
+
"version": "8.39.1",
|
18733
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
18734
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
18735
|
+
"dev": true,
|
18736
|
+
"license": "MIT",
|
18737
|
+
"dependencies": {
|
18738
|
+
"@typescript-eslint/types": "8.39.1",
|
18739
|
+
"eslint-visitor-keys": "^4.2.1"
|
18740
|
+
},
|
18741
|
+
"engines": {
|
18742
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18743
|
+
},
|
18744
|
+
"funding": {
|
18745
|
+
"type": "opencollective",
|
18746
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18747
|
+
}
|
18748
|
+
},
|
18749
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
18750
|
+
"version": "4.2.1",
|
18751
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
18752
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
18753
|
+
"dev": true,
|
18754
|
+
"license": "Apache-2.0",
|
18755
|
+
"engines": {
|
18756
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18757
|
+
},
|
18758
|
+
"funding": {
|
18759
|
+
"url": "https://opencollective.com/eslint"
|
18760
|
+
}
|
18761
|
+
},
|
18385
18762
|
"node_modules/uc.micro": {
|
18386
18763
|
"version": "2.1.0",
|
18387
18764
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
@@ -18836,7 +19213,6 @@
|
|
18836
19213
|
"version": "1.1.18",
|
18837
19214
|
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
|
18838
19215
|
"integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
|
18839
|
-
"dev": true,
|
18840
19216
|
"license": "MIT",
|
18841
19217
|
"dependencies": {
|
18842
19218
|
"available-typed-arrays": "^1.0.7",
|