@jayree/sfdx-plugin-manifest 4.0.13 → 4.0.14
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 +10 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +581 -440
- package/oclif.lock +133 -65
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.14",
|
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.14",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
13
13
|
"@oclif/core": "^4.3.0",
|
14
|
-
"@salesforce/core": "^8.
|
14
|
+
"@salesforce/core": "^8.12.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
@@ -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.65",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
@@ -2026,18 +2026,20 @@
|
|
2026
2026
|
}
|
2027
2027
|
},
|
2028
2028
|
"node_modules/@es-joy/jsdoccomment": {
|
2029
|
-
"version": "0.
|
2030
|
-
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
2031
|
-
"integrity": "sha512-
|
2029
|
+
"version": "0.50.2",
|
2030
|
+
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz",
|
2031
|
+
"integrity": "sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==",
|
2032
2032
|
"dev": true,
|
2033
2033
|
"license": "MIT",
|
2034
2034
|
"dependencies": {
|
2035
|
+
"@types/estree": "^1.0.6",
|
2036
|
+
"@typescript-eslint/types": "^8.11.0",
|
2035
2037
|
"comment-parser": "1.4.1",
|
2036
2038
|
"esquery": "^1.6.0",
|
2037
2039
|
"jsdoc-type-pratt-parser": "~4.1.0"
|
2038
2040
|
},
|
2039
2041
|
"engines": {
|
2040
|
-
"node": ">=
|
2042
|
+
"node": ">=18"
|
2041
2043
|
}
|
2042
2044
|
},
|
2043
2045
|
"node_modules/@eslint-community/eslint-utils": {
|
@@ -2153,6 +2155,17 @@
|
|
2153
2155
|
"url": "https://opencollective.com/eslint"
|
2154
2156
|
}
|
2155
2157
|
},
|
2158
|
+
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
2159
|
+
"version": "1.1.11",
|
2160
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
2161
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
2162
|
+
"dev": true,
|
2163
|
+
"license": "MIT",
|
2164
|
+
"dependencies": {
|
2165
|
+
"balanced-match": "^1.0.0",
|
2166
|
+
"concat-map": "0.0.1"
|
2167
|
+
}
|
2168
|
+
},
|
2156
2169
|
"node_modules/@eslint/eslintrc/node_modules/espree": {
|
2157
2170
|
"version": "9.6.1",
|
2158
2171
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
@@ -2171,14 +2184,30 @@
|
|
2171
2184
|
"url": "https://opencollective.com/eslint"
|
2172
2185
|
}
|
2173
2186
|
},
|
2187
|
+
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
2188
|
+
"version": "3.1.2",
|
2189
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
2190
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
2191
|
+
"dev": true,
|
2192
|
+
"license": "ISC",
|
2193
|
+
"dependencies": {
|
2194
|
+
"brace-expansion": "^1.1.7"
|
2195
|
+
},
|
2196
|
+
"engines": {
|
2197
|
+
"node": "*"
|
2198
|
+
}
|
2199
|
+
},
|
2174
2200
|
"node_modules/@eslint/js": {
|
2175
|
-
"version": "9.
|
2176
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
2177
|
-
"integrity": "sha512-
|
2201
|
+
"version": "9.28.0",
|
2202
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
|
2203
|
+
"integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
|
2178
2204
|
"dev": true,
|
2179
2205
|
"license": "MIT",
|
2180
2206
|
"engines": {
|
2181
2207
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2208
|
+
},
|
2209
|
+
"funding": {
|
2210
|
+
"url": "https://eslint.org/donate"
|
2182
2211
|
}
|
2183
2212
|
},
|
2184
2213
|
"node_modules/@eslint/json": {
|
@@ -2239,6 +2268,30 @@
|
|
2239
2268
|
"node": ">=10.10.0"
|
2240
2269
|
}
|
2241
2270
|
},
|
2271
|
+
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
2272
|
+
"version": "1.1.11",
|
2273
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
2274
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
2275
|
+
"dev": true,
|
2276
|
+
"license": "MIT",
|
2277
|
+
"dependencies": {
|
2278
|
+
"balanced-match": "^1.0.0",
|
2279
|
+
"concat-map": "0.0.1"
|
2280
|
+
}
|
2281
|
+
},
|
2282
|
+
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
|
2283
|
+
"version": "3.1.2",
|
2284
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
2285
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
2286
|
+
"dev": true,
|
2287
|
+
"license": "ISC",
|
2288
|
+
"dependencies": {
|
2289
|
+
"brace-expansion": "^1.1.7"
|
2290
|
+
},
|
2291
|
+
"engines": {
|
2292
|
+
"node": "*"
|
2293
|
+
}
|
2294
|
+
},
|
2242
2295
|
"node_modules/@humanwhocodes/module-importer": {
|
2243
2296
|
"version": "1.0.1",
|
2244
2297
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
@@ -3304,21 +3357,6 @@
|
|
3304
3357
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
3305
3358
|
}
|
3306
3359
|
},
|
3307
|
-
"node_modules/@oclif/core/node_modules/minimatch": {
|
3308
|
-
"version": "9.0.5",
|
3309
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
3310
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
3311
|
-
"license": "ISC",
|
3312
|
-
"dependencies": {
|
3313
|
-
"brace-expansion": "^2.0.1"
|
3314
|
-
},
|
3315
|
-
"engines": {
|
3316
|
-
"node": ">=16 || 14 >=14.17"
|
3317
|
-
},
|
3318
|
-
"funding": {
|
3319
|
-
"url": "https://github.com/sponsors/isaacs"
|
3320
|
-
}
|
3321
|
-
},
|
3322
3360
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
3323
3361
|
"version": "8.1.1",
|
3324
3362
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
@@ -3767,9 +3805,9 @@
|
|
3767
3805
|
}
|
3768
3806
|
},
|
3769
3807
|
"node_modules/@salesforce/core": {
|
3770
|
-
"version": "8.
|
3771
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
3772
|
-
"integrity": "sha512-
|
3808
|
+
"version": "8.12.0",
|
3809
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
3810
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
3773
3811
|
"license": "BSD-3-Clause",
|
3774
3812
|
"dependencies": {
|
3775
3813
|
"@jsforce/jsforce-node": "^3.8.2",
|
@@ -4108,21 +4146,6 @@
|
|
4108
4146
|
"fxparser": "src/cli/cli.js"
|
4109
4147
|
}
|
4110
4148
|
},
|
4111
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
4112
|
-
"version": "9.0.5",
|
4113
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
4114
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
4115
|
-
"license": "ISC",
|
4116
|
-
"dependencies": {
|
4117
|
-
"brace-expansion": "^2.0.1"
|
4118
|
-
},
|
4119
|
-
"engines": {
|
4120
|
-
"node": ">=16 || 14 >=14.17"
|
4121
|
-
},
|
4122
|
-
"funding": {
|
4123
|
-
"url": "https://github.com/sponsors/isaacs"
|
4124
|
-
}
|
4125
|
-
},
|
4126
4149
|
"node_modules/@salesforce/source-tracking": {
|
4127
4150
|
"version": "7.3.25",
|
4128
4151
|
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz",
|
@@ -5353,35 +5376,6 @@
|
|
5353
5376
|
"url": "https://opencollective.com/eslint"
|
5354
5377
|
}
|
5355
5378
|
},
|
5356
|
-
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
5357
|
-
"version": "9.0.5",
|
5358
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5359
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5360
|
-
"dev": true,
|
5361
|
-
"license": "ISC",
|
5362
|
-
"dependencies": {
|
5363
|
-
"brace-expansion": "^2.0.1"
|
5364
|
-
},
|
5365
|
-
"engines": {
|
5366
|
-
"node": ">=16 || 14 >=14.17"
|
5367
|
-
},
|
5368
|
-
"funding": {
|
5369
|
-
"url": "https://github.com/sponsors/isaacs"
|
5370
|
-
}
|
5371
|
-
},
|
5372
|
-
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
5373
|
-
"version": "2.1.0",
|
5374
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
5375
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
5376
|
-
"dev": true,
|
5377
|
-
"license": "MIT",
|
5378
|
-
"engines": {
|
5379
|
-
"node": ">=18.12"
|
5380
|
-
},
|
5381
|
-
"peerDependencies": {
|
5382
|
-
"typescript": ">=4.8.4"
|
5383
|
-
}
|
5384
|
-
},
|
5385
5379
|
"node_modules/@szmarczak/http-timer": {
|
5386
5380
|
"version": "4.0.6",
|
5387
5381
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
@@ -5447,6 +5441,13 @@
|
|
5447
5441
|
"dev": true,
|
5448
5442
|
"license": "MIT"
|
5449
5443
|
},
|
5444
|
+
"node_modules/@types/estree": {
|
5445
|
+
"version": "1.0.7",
|
5446
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
|
5447
|
+
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
5448
|
+
"dev": true,
|
5449
|
+
"license": "MIT"
|
5450
|
+
},
|
5450
5451
|
"node_modules/@types/fs-extra": {
|
5451
5452
|
"version": "11.0.4",
|
5452
5453
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
|
@@ -5665,17 +5666,17 @@
|
|
5665
5666
|
"license": "MIT"
|
5666
5667
|
},
|
5667
5668
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5668
|
-
"version": "8.
|
5669
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
5670
|
-
"integrity": "sha512-
|
5669
|
+
"version": "8.33.0",
|
5670
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz",
|
5671
|
+
"integrity": "sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==",
|
5671
5672
|
"dev": true,
|
5672
5673
|
"license": "MIT",
|
5673
5674
|
"dependencies": {
|
5674
5675
|
"@eslint-community/regexpp": "^4.10.0",
|
5675
|
-
"@typescript-eslint/scope-manager": "8.
|
5676
|
-
"@typescript-eslint/type-utils": "8.
|
5677
|
-
"@typescript-eslint/utils": "8.
|
5678
|
-
"@typescript-eslint/visitor-keys": "8.
|
5676
|
+
"@typescript-eslint/scope-manager": "8.33.0",
|
5677
|
+
"@typescript-eslint/type-utils": "8.33.0",
|
5678
|
+
"@typescript-eslint/utils": "8.33.0",
|
5679
|
+
"@typescript-eslint/visitor-keys": "8.33.0",
|
5679
5680
|
"graphemer": "^1.4.0",
|
5680
5681
|
"ignore": "^7.0.0",
|
5681
5682
|
"natural-compare": "^1.4.0",
|
@@ -5689,35 +5690,21 @@
|
|
5689
5690
|
"url": "https://opencollective.com/typescript-eslint"
|
5690
5691
|
},
|
5691
5692
|
"peerDependencies": {
|
5692
|
-
"@typescript-eslint/parser": "^8.
|
5693
|
+
"@typescript-eslint/parser": "^8.33.0",
|
5693
5694
|
"eslint": "^8.57.0 || ^9.0.0",
|
5694
5695
|
"typescript": ">=4.8.4 <5.9.0"
|
5695
5696
|
}
|
5696
5697
|
},
|
5697
5698
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5698
|
-
"version": "8.
|
5699
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
5700
|
-
"integrity": "sha512-
|
5699
|
+
"version": "8.33.0",
|
5700
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz",
|
5701
|
+
"integrity": "sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==",
|
5701
5702
|
"dev": true,
|
5702
5703
|
"license": "MIT",
|
5703
5704
|
"dependencies": {
|
5704
|
-
"@typescript-eslint/types": "8.
|
5705
|
-
"@typescript-eslint/visitor-keys": "8.
|
5706
|
-
},
|
5707
|
-
"engines": {
|
5708
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5705
|
+
"@typescript-eslint/types": "8.33.0",
|
5706
|
+
"@typescript-eslint/visitor-keys": "8.33.0"
|
5709
5707
|
},
|
5710
|
-
"funding": {
|
5711
|
-
"type": "opencollective",
|
5712
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5713
|
-
}
|
5714
|
-
},
|
5715
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5716
|
-
"version": "8.32.1",
|
5717
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
5718
|
-
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5719
|
-
"dev": true,
|
5720
|
-
"license": "MIT",
|
5721
5708
|
"engines": {
|
5722
5709
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5723
5710
|
},
|
@@ -5727,13 +5714,13 @@
|
|
5727
5714
|
}
|
5728
5715
|
},
|
5729
5716
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5730
|
-
"version": "8.
|
5731
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
5732
|
-
"integrity": "sha512-
|
5717
|
+
"version": "8.33.0",
|
5718
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
|
5719
|
+
"integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
|
5733
5720
|
"dev": true,
|
5734
5721
|
"license": "MIT",
|
5735
5722
|
"dependencies": {
|
5736
|
-
"@typescript-eslint/types": "8.
|
5723
|
+
"@typescript-eslint/types": "8.33.0",
|
5737
5724
|
"eslint-visitor-keys": "^4.2.0"
|
5738
5725
|
},
|
5739
5726
|
"engines": {
|
@@ -5767,30 +5754,17 @@
|
|
5767
5754
|
"node": ">= 4"
|
5768
5755
|
}
|
5769
5756
|
},
|
5770
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5771
|
-
"version": "2.1.0",
|
5772
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
5773
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
5774
|
-
"dev": true,
|
5775
|
-
"license": "MIT",
|
5776
|
-
"engines": {
|
5777
|
-
"node": ">=18.12"
|
5778
|
-
},
|
5779
|
-
"peerDependencies": {
|
5780
|
-
"typescript": ">=4.8.4"
|
5781
|
-
}
|
5782
|
-
},
|
5783
5757
|
"node_modules/@typescript-eslint/parser": {
|
5784
|
-
"version": "8.
|
5785
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
5786
|
-
"integrity": "sha512-
|
5758
|
+
"version": "8.33.0",
|
5759
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz",
|
5760
|
+
"integrity": "sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==",
|
5787
5761
|
"dev": true,
|
5788
5762
|
"license": "MIT",
|
5789
5763
|
"dependencies": {
|
5790
|
-
"@typescript-eslint/scope-manager": "8.
|
5791
|
-
"@typescript-eslint/types": "8.
|
5792
|
-
"@typescript-eslint/typescript-estree": "8.
|
5793
|
-
"@typescript-eslint/visitor-keys": "8.
|
5764
|
+
"@typescript-eslint/scope-manager": "8.33.0",
|
5765
|
+
"@typescript-eslint/types": "8.33.0",
|
5766
|
+
"@typescript-eslint/typescript-estree": "8.33.0",
|
5767
|
+
"@typescript-eslint/visitor-keys": "8.33.0",
|
5794
5768
|
"debug": "^4.3.4"
|
5795
5769
|
},
|
5796
5770
|
"engines": {
|
@@ -5806,29 +5780,15 @@
|
|
5806
5780
|
}
|
5807
5781
|
},
|
5808
5782
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5809
|
-
"version": "8.
|
5810
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
5811
|
-
"integrity": "sha512-
|
5783
|
+
"version": "8.33.0",
|
5784
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz",
|
5785
|
+
"integrity": "sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==",
|
5812
5786
|
"dev": true,
|
5813
5787
|
"license": "MIT",
|
5814
5788
|
"dependencies": {
|
5815
|
-
"@typescript-eslint/types": "8.
|
5816
|
-
"@typescript-eslint/visitor-keys": "8.
|
5817
|
-
},
|
5818
|
-
"engines": {
|
5819
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5789
|
+
"@typescript-eslint/types": "8.33.0",
|
5790
|
+
"@typescript-eslint/visitor-keys": "8.33.0"
|
5820
5791
|
},
|
5821
|
-
"funding": {
|
5822
|
-
"type": "opencollective",
|
5823
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5824
|
-
}
|
5825
|
-
},
|
5826
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5827
|
-
"version": "8.32.1",
|
5828
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
5829
|
-
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
5830
|
-
"dev": true,
|
5831
|
-
"license": "MIT",
|
5832
5792
|
"engines": {
|
5833
5793
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5834
5794
|
},
|
@@ -5838,14 +5798,16 @@
|
|
5838
5798
|
}
|
5839
5799
|
},
|
5840
5800
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5841
|
-
"version": "8.
|
5842
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
5843
|
-
"integrity": "sha512-
|
5801
|
+
"version": "8.33.0",
|
5802
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz",
|
5803
|
+
"integrity": "sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==",
|
5844
5804
|
"dev": true,
|
5845
5805
|
"license": "MIT",
|
5846
5806
|
"dependencies": {
|
5847
|
-
"@typescript-eslint/
|
5848
|
-
"@typescript-eslint/
|
5807
|
+
"@typescript-eslint/project-service": "8.33.0",
|
5808
|
+
"@typescript-eslint/tsconfig-utils": "8.33.0",
|
5809
|
+
"@typescript-eslint/types": "8.33.0",
|
5810
|
+
"@typescript-eslint/visitor-keys": "8.33.0",
|
5849
5811
|
"debug": "^4.3.4",
|
5850
5812
|
"fast-glob": "^3.3.2",
|
5851
5813
|
"is-glob": "^4.0.3",
|
@@ -5865,13 +5827,13 @@
|
|
5865
5827
|
}
|
5866
5828
|
},
|
5867
5829
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5868
|
-
"version": "8.
|
5869
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
5870
|
-
"integrity": "sha512-
|
5830
|
+
"version": "8.33.0",
|
5831
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
|
5832
|
+
"integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
|
5871
5833
|
"dev": true,
|
5872
5834
|
"license": "MIT",
|
5873
5835
|
"dependencies": {
|
5874
|
-
"@typescript-eslint/types": "8.
|
5836
|
+
"@typescript-eslint/types": "8.33.0",
|
5875
5837
|
"eslint-visitor-keys": "^4.2.0"
|
5876
5838
|
},
|
5877
5839
|
"engines": {
|
@@ -5895,33 +5857,23 @@
|
|
5895
5857
|
"url": "https://opencollective.com/eslint"
|
5896
5858
|
}
|
5897
5859
|
},
|
5898
|
-
"node_modules/@typescript-eslint/
|
5899
|
-
"version": "
|
5900
|
-
"resolved": "https://registry.npmjs.org/
|
5901
|
-
"integrity": "sha512-
|
5860
|
+
"node_modules/@typescript-eslint/project-service": {
|
5861
|
+
"version": "8.33.0",
|
5862
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz",
|
5863
|
+
"integrity": "sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==",
|
5902
5864
|
"dev": true,
|
5903
|
-
"license": "
|
5865
|
+
"license": "MIT",
|
5904
5866
|
"dependencies": {
|
5905
|
-
"
|
5867
|
+
"@typescript-eslint/tsconfig-utils": "^8.33.0",
|
5868
|
+
"@typescript-eslint/types": "^8.33.0",
|
5869
|
+
"debug": "^4.3.4"
|
5906
5870
|
},
|
5907
5871
|
"engines": {
|
5908
|
-
"node": "
|
5872
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5909
5873
|
},
|
5910
5874
|
"funding": {
|
5911
|
-
"
|
5912
|
-
|
5913
|
-
},
|
5914
|
-
"node_modules/@typescript-eslint/parser/node_modules/ts-api-utils": {
|
5915
|
-
"version": "2.1.0",
|
5916
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
5917
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
5918
|
-
"dev": true,
|
5919
|
-
"license": "MIT",
|
5920
|
-
"engines": {
|
5921
|
-
"node": ">=18.12"
|
5922
|
-
},
|
5923
|
-
"peerDependencies": {
|
5924
|
-
"typescript": ">=4.8.4"
|
5875
|
+
"type": "opencollective",
|
5876
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5925
5877
|
}
|
5926
5878
|
},
|
5927
5879
|
"node_modules/@typescript-eslint/scope-manager": {
|
@@ -5942,18 +5894,26 @@
|
|
5942
5894
|
"url": "https://opencollective.com/typescript-eslint"
|
5943
5895
|
}
|
5944
5896
|
},
|
5945
|
-
"node_modules/@typescript-eslint/
|
5946
|
-
"version": "
|
5947
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
5948
|
-
"integrity": "sha512-
|
5897
|
+
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
5898
|
+
"version": "6.21.0",
|
5899
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
5900
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
5949
5901
|
"dev": true,
|
5950
5902
|
"license": "MIT",
|
5951
|
-
"
|
5952
|
-
"
|
5953
|
-
"@typescript-eslint/utils": "8.32.1",
|
5954
|
-
"debug": "^4.3.4",
|
5955
|
-
"ts-api-utils": "^2.1.0"
|
5903
|
+
"engines": {
|
5904
|
+
"node": "^16.0.0 || >=18.0.0"
|
5956
5905
|
},
|
5906
|
+
"funding": {
|
5907
|
+
"type": "opencollective",
|
5908
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5909
|
+
}
|
5910
|
+
},
|
5911
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
5912
|
+
"version": "8.33.0",
|
5913
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz",
|
5914
|
+
"integrity": "sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==",
|
5915
|
+
"dev": true,
|
5916
|
+
"license": "MIT",
|
5957
5917
|
"engines": {
|
5958
5918
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5959
5919
|
},
|
@@ -5962,33 +5922,44 @@
|
|
5962
5922
|
"url": "https://opencollective.com/typescript-eslint"
|
5963
5923
|
},
|
5964
5924
|
"peerDependencies": {
|
5965
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5966
5925
|
"typescript": ">=4.8.4 <5.9.0"
|
5967
5926
|
}
|
5968
5927
|
},
|
5969
|
-
"node_modules/@typescript-eslint/type-utils
|
5970
|
-
"version": "8.
|
5971
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
5972
|
-
"integrity": "sha512-
|
5928
|
+
"node_modules/@typescript-eslint/type-utils": {
|
5929
|
+
"version": "8.33.0",
|
5930
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz",
|
5931
|
+
"integrity": "sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==",
|
5973
5932
|
"dev": true,
|
5974
5933
|
"license": "MIT",
|
5934
|
+
"dependencies": {
|
5935
|
+
"@typescript-eslint/typescript-estree": "8.33.0",
|
5936
|
+
"@typescript-eslint/utils": "8.33.0",
|
5937
|
+
"debug": "^4.3.4",
|
5938
|
+
"ts-api-utils": "^2.1.0"
|
5939
|
+
},
|
5975
5940
|
"engines": {
|
5976
5941
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5977
5942
|
},
|
5978
5943
|
"funding": {
|
5979
5944
|
"type": "opencollective",
|
5980
5945
|
"url": "https://opencollective.com/typescript-eslint"
|
5946
|
+
},
|
5947
|
+
"peerDependencies": {
|
5948
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5949
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5981
5950
|
}
|
5982
5951
|
},
|
5983
5952
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
5984
|
-
"version": "8.
|
5985
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
5986
|
-
"integrity": "sha512-
|
5953
|
+
"version": "8.33.0",
|
5954
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz",
|
5955
|
+
"integrity": "sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==",
|
5987
5956
|
"dev": true,
|
5988
5957
|
"license": "MIT",
|
5989
5958
|
"dependencies": {
|
5990
|
-
"@typescript-eslint/
|
5991
|
-
"@typescript-eslint/
|
5959
|
+
"@typescript-eslint/project-service": "8.33.0",
|
5960
|
+
"@typescript-eslint/tsconfig-utils": "8.33.0",
|
5961
|
+
"@typescript-eslint/types": "8.33.0",
|
5962
|
+
"@typescript-eslint/visitor-keys": "8.33.0",
|
5992
5963
|
"debug": "^4.3.4",
|
5993
5964
|
"fast-glob": "^3.3.2",
|
5994
5965
|
"is-glob": "^4.0.3",
|
@@ -6008,13 +5979,13 @@
|
|
6008
5979
|
}
|
6009
5980
|
},
|
6010
5981
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
6011
|
-
"version": "8.
|
6012
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
6013
|
-
"integrity": "sha512-
|
5982
|
+
"version": "8.33.0",
|
5983
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
|
5984
|
+
"integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
|
6014
5985
|
"dev": true,
|
6015
5986
|
"license": "MIT",
|
6016
5987
|
"dependencies": {
|
6017
|
-
"@typescript-eslint/types": "8.
|
5988
|
+
"@typescript-eslint/types": "8.33.0",
|
6018
5989
|
"eslint-visitor-keys": "^4.2.0"
|
6019
5990
|
},
|
6020
5991
|
"engines": {
|
@@ -6038,47 +6009,18 @@
|
|
6038
6009
|
"url": "https://opencollective.com/eslint"
|
6039
6010
|
}
|
6040
6011
|
},
|
6041
|
-
"node_modules/@typescript-eslint/
|
6042
|
-
"version": "
|
6043
|
-
"resolved": "https://registry.npmjs.org/
|
6044
|
-
"integrity": "sha512-
|
6012
|
+
"node_modules/@typescript-eslint/types": {
|
6013
|
+
"version": "8.33.0",
|
6014
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
|
6015
|
+
"integrity": "sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==",
|
6045
6016
|
"dev": true,
|
6046
|
-
"license": "
|
6047
|
-
"dependencies": {
|
6048
|
-
"brace-expansion": "^2.0.1"
|
6049
|
-
},
|
6017
|
+
"license": "MIT",
|
6050
6018
|
"engines": {
|
6051
|
-
"node": "
|
6019
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6052
6020
|
},
|
6053
6021
|
"funding": {
|
6054
|
-
"
|
6055
|
-
|
6056
|
-
},
|
6057
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
|
6058
|
-
"version": "2.1.0",
|
6059
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
6060
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
6061
|
-
"dev": true,
|
6062
|
-
"license": "MIT",
|
6063
|
-
"engines": {
|
6064
|
-
"node": ">=18.12"
|
6065
|
-
},
|
6066
|
-
"peerDependencies": {
|
6067
|
-
"typescript": ">=4.8.4"
|
6068
|
-
}
|
6069
|
-
},
|
6070
|
-
"node_modules/@typescript-eslint/types": {
|
6071
|
-
"version": "6.21.0",
|
6072
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
6073
|
-
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
6074
|
-
"dev": true,
|
6075
|
-
"license": "MIT",
|
6076
|
-
"engines": {
|
6077
|
-
"node": "^16.0.0 || >=18.0.0"
|
6078
|
-
},
|
6079
|
-
"funding": {
|
6080
|
-
"type": "opencollective",
|
6081
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6022
|
+
"type": "opencollective",
|
6023
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6082
6024
|
}
|
6083
6025
|
},
|
6084
6026
|
"node_modules/@typescript-eslint/typescript-estree": {
|
@@ -6110,6 +6052,20 @@
|
|
6110
6052
|
}
|
6111
6053
|
}
|
6112
6054
|
},
|
6055
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
6056
|
+
"version": "6.21.0",
|
6057
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
6058
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
6059
|
+
"dev": true,
|
6060
|
+
"license": "MIT",
|
6061
|
+
"engines": {
|
6062
|
+
"node": "^16.0.0 || >=18.0.0"
|
6063
|
+
},
|
6064
|
+
"funding": {
|
6065
|
+
"type": "opencollective",
|
6066
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6067
|
+
}
|
6068
|
+
},
|
6113
6069
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
6114
6070
|
"version": "9.0.3",
|
6115
6071
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
@@ -6126,17 +6082,30 @@
|
|
6126
6082
|
"url": "https://github.com/sponsors/isaacs"
|
6127
6083
|
}
|
6128
6084
|
},
|
6085
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/ts-api-utils": {
|
6086
|
+
"version": "1.4.3",
|
6087
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
|
6088
|
+
"integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
|
6089
|
+
"dev": true,
|
6090
|
+
"license": "MIT",
|
6091
|
+
"engines": {
|
6092
|
+
"node": ">=16"
|
6093
|
+
},
|
6094
|
+
"peerDependencies": {
|
6095
|
+
"typescript": ">=4.2.0"
|
6096
|
+
}
|
6097
|
+
},
|
6129
6098
|
"node_modules/@typescript-eslint/utils": {
|
6130
|
-
"version": "8.
|
6131
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
6132
|
-
"integrity": "sha512-
|
6099
|
+
"version": "8.33.0",
|
6100
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
|
6101
|
+
"integrity": "sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==",
|
6133
6102
|
"dev": true,
|
6134
6103
|
"license": "MIT",
|
6135
6104
|
"dependencies": {
|
6136
6105
|
"@eslint-community/eslint-utils": "^4.7.0",
|
6137
|
-
"@typescript-eslint/scope-manager": "8.
|
6138
|
-
"@typescript-eslint/types": "8.
|
6139
|
-
"@typescript-eslint/typescript-estree": "8.
|
6106
|
+
"@typescript-eslint/scope-manager": "8.33.0",
|
6107
|
+
"@typescript-eslint/types": "8.33.0",
|
6108
|
+
"@typescript-eslint/typescript-estree": "8.33.0"
|
6140
6109
|
},
|
6141
6110
|
"engines": {
|
6142
6111
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6170,14 +6139,14 @@
|
|
6170
6139
|
}
|
6171
6140
|
},
|
6172
6141
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6173
|
-
"version": "8.
|
6174
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
6175
|
-
"integrity": "sha512-
|
6142
|
+
"version": "8.33.0",
|
6143
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz",
|
6144
|
+
"integrity": "sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==",
|
6176
6145
|
"dev": true,
|
6177
6146
|
"license": "MIT",
|
6178
6147
|
"dependencies": {
|
6179
|
-
"@typescript-eslint/types": "8.
|
6180
|
-
"@typescript-eslint/visitor-keys": "8.
|
6148
|
+
"@typescript-eslint/types": "8.33.0",
|
6149
|
+
"@typescript-eslint/visitor-keys": "8.33.0"
|
6181
6150
|
},
|
6182
6151
|
"engines": {
|
6183
6152
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6187,29 +6156,17 @@
|
|
6187
6156
|
"url": "https://opencollective.com/typescript-eslint"
|
6188
6157
|
}
|
6189
6158
|
},
|
6190
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
6191
|
-
"version": "8.32.1",
|
6192
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
6193
|
-
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
6194
|
-
"dev": true,
|
6195
|
-
"license": "MIT",
|
6196
|
-
"engines": {
|
6197
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6198
|
-
},
|
6199
|
-
"funding": {
|
6200
|
-
"type": "opencollective",
|
6201
|
-
"url": "https://opencollective.com/typescript-eslint"
|
6202
|
-
}
|
6203
|
-
},
|
6204
6159
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6205
|
-
"version": "8.
|
6206
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
6207
|
-
"integrity": "sha512-
|
6160
|
+
"version": "8.33.0",
|
6161
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz",
|
6162
|
+
"integrity": "sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==",
|
6208
6163
|
"dev": true,
|
6209
6164
|
"license": "MIT",
|
6210
6165
|
"dependencies": {
|
6211
|
-
"@typescript-eslint/
|
6212
|
-
"@typescript-eslint/
|
6166
|
+
"@typescript-eslint/project-service": "8.33.0",
|
6167
|
+
"@typescript-eslint/tsconfig-utils": "8.33.0",
|
6168
|
+
"@typescript-eslint/types": "8.33.0",
|
6169
|
+
"@typescript-eslint/visitor-keys": "8.33.0",
|
6213
6170
|
"debug": "^4.3.4",
|
6214
6171
|
"fast-glob": "^3.3.2",
|
6215
6172
|
"is-glob": "^4.0.3",
|
@@ -6229,13 +6186,13 @@
|
|
6229
6186
|
}
|
6230
6187
|
},
|
6231
6188
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6232
|
-
"version": "8.
|
6233
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
6234
|
-
"integrity": "sha512-
|
6189
|
+
"version": "8.33.0",
|
6190
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
|
6191
|
+
"integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
|
6235
6192
|
"dev": true,
|
6236
6193
|
"license": "MIT",
|
6237
6194
|
"dependencies": {
|
6238
|
-
"@typescript-eslint/types": "8.
|
6195
|
+
"@typescript-eslint/types": "8.33.0",
|
6239
6196
|
"eslint-visitor-keys": "^4.2.0"
|
6240
6197
|
},
|
6241
6198
|
"engines": {
|
@@ -6259,45 +6216,30 @@
|
|
6259
6216
|
"url": "https://opencollective.com/eslint"
|
6260
6217
|
}
|
6261
6218
|
},
|
6262
|
-
"node_modules/@typescript-eslint/
|
6263
|
-
"version": "
|
6264
|
-
"resolved": "https://registry.npmjs.org/
|
6265
|
-
"integrity": "sha512-
|
6219
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
6220
|
+
"version": "6.21.0",
|
6221
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
6222
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
6266
6223
|
"dev": true,
|
6267
|
-
"license": "
|
6224
|
+
"license": "MIT",
|
6268
6225
|
"dependencies": {
|
6269
|
-
"
|
6226
|
+
"@typescript-eslint/types": "6.21.0",
|
6227
|
+
"eslint-visitor-keys": "^3.4.1"
|
6270
6228
|
},
|
6271
6229
|
"engines": {
|
6272
|
-
"node": "
|
6230
|
+
"node": "^16.0.0 || >=18.0.0"
|
6273
6231
|
},
|
6274
6232
|
"funding": {
|
6275
|
-
"
|
6276
|
-
|
6277
|
-
},
|
6278
|
-
"node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
|
6279
|
-
"version": "2.1.0",
|
6280
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
6281
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
6282
|
-
"dev": true,
|
6283
|
-
"license": "MIT",
|
6284
|
-
"engines": {
|
6285
|
-
"node": ">=18.12"
|
6286
|
-
},
|
6287
|
-
"peerDependencies": {
|
6288
|
-
"typescript": ">=4.8.4"
|
6233
|
+
"type": "opencollective",
|
6234
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6289
6235
|
}
|
6290
6236
|
},
|
6291
|
-
"node_modules/@typescript-eslint/visitor-keys": {
|
6237
|
+
"node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
|
6292
6238
|
"version": "6.21.0",
|
6293
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
6294
|
-
"integrity": "sha512-
|
6239
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
6240
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
6295
6241
|
"dev": true,
|
6296
6242
|
"license": "MIT",
|
6297
|
-
"dependencies": {
|
6298
|
-
"@typescript-eslint/types": "6.21.0",
|
6299
|
-
"eslint-visitor-keys": "^3.4.1"
|
6300
|
-
},
|
6301
6243
|
"engines": {
|
6302
6244
|
"node": "^16.0.0 || >=18.0.0"
|
6303
6245
|
},
|
@@ -9050,15 +8992,15 @@
|
|
9050
8992
|
}
|
9051
8993
|
},
|
9052
8994
|
"node_modules/eslint-config-oclif": {
|
9053
|
-
"version": "6.0.
|
9054
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
9055
|
-
"integrity": "sha512-
|
8995
|
+
"version": "6.0.65",
|
8996
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.65.tgz",
|
8997
|
+
"integrity": "sha512-rfjn/JQYvGLJGxxbND75fV9scAorAOms8BucxRQUx9aZzvXZy/PT9i5tQ4JRkUi7G4JCI1l+ee+sH8eQHNtUWQ==",
|
9056
8998
|
"dev": true,
|
9057
8999
|
"license": "MIT",
|
9058
9000
|
"dependencies": {
|
9059
9001
|
"@eslint/compat": "^1.2.9",
|
9060
9002
|
"@eslint/eslintrc": "^3.3.1",
|
9061
|
-
"@eslint/js": "^9.
|
9003
|
+
"@eslint/js": "^9.28.0",
|
9062
9004
|
"@stylistic/eslint-plugin": "^3.1.0",
|
9063
9005
|
"@typescript-eslint/eslint-plugin": "^8",
|
9064
9006
|
"@typescript-eslint/parser": "^8",
|
@@ -9067,12 +9009,12 @@
|
|
9067
9009
|
"eslint-config-xo-space": "^0.35.0",
|
9068
9010
|
"eslint-import-resolver-typescript": "^3.10.1",
|
9069
9011
|
"eslint-plugin-import": "^2.31.0",
|
9070
|
-
"eslint-plugin-jsdoc": "^50.6.
|
9012
|
+
"eslint-plugin-jsdoc": "^50.6.17",
|
9071
9013
|
"eslint-plugin-mocha": "^10.5.0",
|
9072
9014
|
"eslint-plugin-n": "^17.18.0",
|
9073
9015
|
"eslint-plugin-perfectionist": "^4",
|
9074
9016
|
"eslint-plugin-unicorn": "^56.0.1",
|
9075
|
-
"typescript-eslint": "^8.
|
9017
|
+
"typescript-eslint": "^8.33.0"
|
9076
9018
|
},
|
9077
9019
|
"engines": {
|
9078
9020
|
"node": ">=18.18.0"
|
@@ -9102,6 +9044,17 @@
|
|
9102
9044
|
"url": "https://opencollective.com/eslint"
|
9103
9045
|
}
|
9104
9046
|
},
|
9047
|
+
"node_modules/eslint-config-oclif/node_modules/brace-expansion": {
|
9048
|
+
"version": "1.1.11",
|
9049
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
9050
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
9051
|
+
"dev": true,
|
9052
|
+
"license": "MIT",
|
9053
|
+
"dependencies": {
|
9054
|
+
"balanced-match": "^1.0.0",
|
9055
|
+
"concat-map": "0.0.1"
|
9056
|
+
}
|
9057
|
+
},
|
9105
9058
|
"node_modules/eslint-config-oclif/node_modules/eslint-config-oclif": {
|
9106
9059
|
"version": "5.2.2",
|
9107
9060
|
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz",
|
@@ -9190,6 +9143,19 @@
|
|
9190
9143
|
"url": "https://github.com/sponsors/sindresorhus"
|
9191
9144
|
}
|
9192
9145
|
},
|
9146
|
+
"node_modules/eslint-config-oclif/node_modules/minimatch": {
|
9147
|
+
"version": "3.1.2",
|
9148
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
9149
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
9150
|
+
"dev": true,
|
9151
|
+
"license": "ISC",
|
9152
|
+
"dependencies": {
|
9153
|
+
"brace-expansion": "^1.1.7"
|
9154
|
+
},
|
9155
|
+
"engines": {
|
9156
|
+
"node": "*"
|
9157
|
+
}
|
9158
|
+
},
|
9193
9159
|
"node_modules/eslint-config-prettier": {
|
9194
9160
|
"version": "9.1.0",
|
9195
9161
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
@@ -9344,6 +9310,20 @@
|
|
9344
9310
|
}
|
9345
9311
|
}
|
9346
9312
|
},
|
9313
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/@typescript-eslint/types": {
|
9314
|
+
"version": "6.21.0",
|
9315
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
9316
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
9317
|
+
"dev": true,
|
9318
|
+
"license": "MIT",
|
9319
|
+
"engines": {
|
9320
|
+
"node": "^16.0.0 || >=18.0.0"
|
9321
|
+
},
|
9322
|
+
"funding": {
|
9323
|
+
"type": "opencollective",
|
9324
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9325
|
+
}
|
9326
|
+
},
|
9347
9327
|
"node_modules/eslint-config-salesforce-typescript/node_modules/@typescript-eslint/utils": {
|
9348
9328
|
"version": "6.21.0",
|
9349
9329
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
@@ -9472,6 +9452,19 @@
|
|
9472
9452
|
"spdx-license-ids": "^3.0.0"
|
9473
9453
|
}
|
9474
9454
|
},
|
9455
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/ts-api-utils": {
|
9456
|
+
"version": "1.4.3",
|
9457
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
|
9458
|
+
"integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
|
9459
|
+
"dev": true,
|
9460
|
+
"license": "MIT",
|
9461
|
+
"engines": {
|
9462
|
+
"node": ">=16"
|
9463
|
+
},
|
9464
|
+
"peerDependencies": {
|
9465
|
+
"typescript": ">=4.2.0"
|
9466
|
+
}
|
9467
|
+
},
|
9475
9468
|
"node_modules/eslint-config-xo": {
|
9476
9469
|
"version": "0.47.0",
|
9477
9470
|
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
|
@@ -9533,6 +9526,38 @@
|
|
9533
9526
|
"eslint": ">=8.56.0"
|
9534
9527
|
}
|
9535
9528
|
},
|
9529
|
+
"node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils": {
|
9530
|
+
"version": "4.7.0",
|
9531
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
9532
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
9533
|
+
"dev": true,
|
9534
|
+
"license": "MIT",
|
9535
|
+
"dependencies": {
|
9536
|
+
"eslint-visitor-keys": "^3.4.3"
|
9537
|
+
},
|
9538
|
+
"engines": {
|
9539
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9540
|
+
},
|
9541
|
+
"funding": {
|
9542
|
+
"url": "https://opencollective.com/eslint"
|
9543
|
+
},
|
9544
|
+
"peerDependencies": {
|
9545
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
9546
|
+
}
|
9547
|
+
},
|
9548
|
+
"node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
9549
|
+
"version": "3.4.3",
|
9550
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
9551
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
9552
|
+
"dev": true,
|
9553
|
+
"license": "Apache-2.0",
|
9554
|
+
"engines": {
|
9555
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9556
|
+
},
|
9557
|
+
"funding": {
|
9558
|
+
"url": "https://opencollective.com/eslint"
|
9559
|
+
}
|
9560
|
+
},
|
9536
9561
|
"node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
|
9537
9562
|
"version": "4.4.0",
|
9538
9563
|
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
|
@@ -9549,8 +9574,109 @@
|
|
9549
9574
|
"engines": {
|
9550
9575
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9551
9576
|
},
|
9552
|
-
"peerDependencies": {
|
9553
|
-
"eslint": ">=9.0.0"
|
9577
|
+
"peerDependencies": {
|
9578
|
+
"eslint": ">=9.0.0"
|
9579
|
+
}
|
9580
|
+
},
|
9581
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/scope-manager": {
|
9582
|
+
"version": "8.32.1",
|
9583
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
|
9584
|
+
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
|
9585
|
+
"dev": true,
|
9586
|
+
"license": "MIT",
|
9587
|
+
"dependencies": {
|
9588
|
+
"@typescript-eslint/types": "8.32.1",
|
9589
|
+
"@typescript-eslint/visitor-keys": "8.32.1"
|
9590
|
+
},
|
9591
|
+
"engines": {
|
9592
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9593
|
+
},
|
9594
|
+
"funding": {
|
9595
|
+
"type": "opencollective",
|
9596
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9597
|
+
}
|
9598
|
+
},
|
9599
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/types": {
|
9600
|
+
"version": "8.32.1",
|
9601
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
|
9602
|
+
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
|
9603
|
+
"dev": true,
|
9604
|
+
"license": "MIT",
|
9605
|
+
"engines": {
|
9606
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9607
|
+
},
|
9608
|
+
"funding": {
|
9609
|
+
"type": "opencollective",
|
9610
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9611
|
+
}
|
9612
|
+
},
|
9613
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/typescript-estree": {
|
9614
|
+
"version": "8.32.1",
|
9615
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
|
9616
|
+
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
|
9617
|
+
"dev": true,
|
9618
|
+
"license": "MIT",
|
9619
|
+
"dependencies": {
|
9620
|
+
"@typescript-eslint/types": "8.32.1",
|
9621
|
+
"@typescript-eslint/visitor-keys": "8.32.1",
|
9622
|
+
"debug": "^4.3.4",
|
9623
|
+
"fast-glob": "^3.3.2",
|
9624
|
+
"is-glob": "^4.0.3",
|
9625
|
+
"minimatch": "^9.0.4",
|
9626
|
+
"semver": "^7.6.0",
|
9627
|
+
"ts-api-utils": "^2.1.0"
|
9628
|
+
},
|
9629
|
+
"engines": {
|
9630
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9631
|
+
},
|
9632
|
+
"funding": {
|
9633
|
+
"type": "opencollective",
|
9634
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9635
|
+
},
|
9636
|
+
"peerDependencies": {
|
9637
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9638
|
+
}
|
9639
|
+
},
|
9640
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/utils": {
|
9641
|
+
"version": "8.32.1",
|
9642
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
|
9643
|
+
"integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
|
9644
|
+
"dev": true,
|
9645
|
+
"license": "MIT",
|
9646
|
+
"dependencies": {
|
9647
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
9648
|
+
"@typescript-eslint/scope-manager": "8.32.1",
|
9649
|
+
"@typescript-eslint/types": "8.32.1",
|
9650
|
+
"@typescript-eslint/typescript-estree": "8.32.1"
|
9651
|
+
},
|
9652
|
+
"engines": {
|
9653
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9654
|
+
},
|
9655
|
+
"funding": {
|
9656
|
+
"type": "opencollective",
|
9657
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9658
|
+
},
|
9659
|
+
"peerDependencies": {
|
9660
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
9661
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9662
|
+
}
|
9663
|
+
},
|
9664
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/visitor-keys": {
|
9665
|
+
"version": "8.32.1",
|
9666
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
|
9667
|
+
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
|
9668
|
+
"dev": true,
|
9669
|
+
"license": "MIT",
|
9670
|
+
"dependencies": {
|
9671
|
+
"@typescript-eslint/types": "8.32.1",
|
9672
|
+
"eslint-visitor-keys": "^4.2.0"
|
9673
|
+
},
|
9674
|
+
"engines": {
|
9675
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9676
|
+
},
|
9677
|
+
"funding": {
|
9678
|
+
"type": "opencollective",
|
9679
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9554
9680
|
}
|
9555
9681
|
},
|
9556
9682
|
"node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
|
@@ -9776,6 +9902,17 @@
|
|
9776
9902
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
9777
9903
|
}
|
9778
9904
|
},
|
9905
|
+
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
|
9906
|
+
"version": "1.1.11",
|
9907
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
9908
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
9909
|
+
"dev": true,
|
9910
|
+
"license": "MIT",
|
9911
|
+
"dependencies": {
|
9912
|
+
"balanced-match": "^1.0.0",
|
9913
|
+
"concat-map": "0.0.1"
|
9914
|
+
}
|
9915
|
+
},
|
9779
9916
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
9780
9917
|
"version": "3.2.7",
|
9781
9918
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
@@ -9786,6 +9923,19 @@
|
|
9786
9923
|
"ms": "^2.1.1"
|
9787
9924
|
}
|
9788
9925
|
},
|
9926
|
+
"node_modules/eslint-plugin-import/node_modules/minimatch": {
|
9927
|
+
"version": "3.1.2",
|
9928
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
9929
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
9930
|
+
"dev": true,
|
9931
|
+
"license": "ISC",
|
9932
|
+
"dependencies": {
|
9933
|
+
"brace-expansion": "^1.1.7"
|
9934
|
+
},
|
9935
|
+
"engines": {
|
9936
|
+
"node": "*"
|
9937
|
+
}
|
9938
|
+
},
|
9789
9939
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
9790
9940
|
"version": "6.3.1",
|
9791
9941
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
@@ -9797,21 +9947,21 @@
|
|
9797
9947
|
}
|
9798
9948
|
},
|
9799
9949
|
"node_modules/eslint-plugin-jsdoc": {
|
9800
|
-
"version": "50.
|
9801
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.
|
9802
|
-
"integrity": "sha512-
|
9950
|
+
"version": "50.7.1",
|
9951
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.7.1.tgz",
|
9952
|
+
"integrity": "sha512-XBnVA5g2kUVokTNUiE1McEPse5n9/mNUmuJcx52psT6zBs2eVcXSmQBvjfa7NZdfLVSy3u1pEDDUxoxpwy89WA==",
|
9803
9953
|
"dev": true,
|
9804
9954
|
"license": "BSD-3-Clause",
|
9805
9955
|
"dependencies": {
|
9806
|
-
"@es-joy/jsdoccomment": "~0.
|
9956
|
+
"@es-joy/jsdoccomment": "~0.50.2",
|
9807
9957
|
"are-docs-informative": "^0.0.2",
|
9808
9958
|
"comment-parser": "1.4.1",
|
9809
|
-
"debug": "^4.
|
9959
|
+
"debug": "^4.4.1",
|
9810
9960
|
"escape-string-regexp": "^4.0.0",
|
9811
|
-
"espree": "^10.
|
9961
|
+
"espree": "^10.3.0",
|
9812
9962
|
"esquery": "^1.6.0",
|
9813
9963
|
"parse-imports-exports": "^0.2.4",
|
9814
|
-
"semver": "^7.
|
9964
|
+
"semver": "^7.7.2",
|
9815
9965
|
"spdx-expression-parse": "^4.0.0"
|
9816
9966
|
},
|
9817
9967
|
"engines": {
|
@@ -9908,22 +10058,6 @@
|
|
9908
10058
|
"url": "https://github.com/sponsors/sindresorhus"
|
9909
10059
|
}
|
9910
10060
|
},
|
9911
|
-
"node_modules/eslint-plugin-n/node_modules/minimatch": {
|
9912
|
-
"version": "9.0.5",
|
9913
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
9914
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
9915
|
-
"dev": true,
|
9916
|
-
"license": "ISC",
|
9917
|
-
"dependencies": {
|
9918
|
-
"brace-expansion": "^2.0.1"
|
9919
|
-
},
|
9920
|
-
"engines": {
|
9921
|
-
"node": ">=16 || 14 >=14.17"
|
9922
|
-
},
|
9923
|
-
"funding": {
|
9924
|
-
"url": "https://github.com/sponsors/isaacs"
|
9925
|
-
}
|
9926
|
-
},
|
9927
10061
|
"node_modules/eslint-plugin-perfectionist": {
|
9928
10062
|
"version": "4.9.0",
|
9929
10063
|
"resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
|
@@ -10131,22 +10265,6 @@
|
|
10131
10265
|
"url": "https://opencollective.com/eslint"
|
10132
10266
|
}
|
10133
10267
|
},
|
10134
|
-
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
10135
|
-
"version": "9.0.5",
|
10136
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10137
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10138
|
-
"dev": true,
|
10139
|
-
"license": "ISC",
|
10140
|
-
"dependencies": {
|
10141
|
-
"brace-expansion": "^2.0.1"
|
10142
|
-
},
|
10143
|
-
"engines": {
|
10144
|
-
"node": ">=16 || 14 >=14.17"
|
10145
|
-
},
|
10146
|
-
"funding": {
|
10147
|
-
"url": "https://github.com/sponsors/isaacs"
|
10148
|
-
}
|
10149
|
-
},
|
10150
10268
|
"node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
|
10151
10269
|
"version": "5.0.0",
|
10152
10270
|
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
|
@@ -10157,19 +10275,6 @@
|
|
10157
10275
|
"node": ">=18"
|
10158
10276
|
}
|
10159
10277
|
},
|
10160
|
-
"node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
|
10161
|
-
"version": "2.1.0",
|
10162
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
10163
|
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
10164
|
-
"dev": true,
|
10165
|
-
"license": "MIT",
|
10166
|
-
"engines": {
|
10167
|
-
"node": ">=18.12"
|
10168
|
-
},
|
10169
|
-
"peerDependencies": {
|
10170
|
-
"typescript": ">=4.8.4"
|
10171
|
-
}
|
10172
|
-
},
|
10173
10278
|
"node_modules/eslint-plugin-prettier": {
|
10174
10279
|
"version": "5.4.1",
|
10175
10280
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz",
|
@@ -10317,20 +10422,17 @@
|
|
10317
10422
|
"url": "https://opencollective.com/typescript-eslint"
|
10318
10423
|
}
|
10319
10424
|
},
|
10320
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/
|
10321
|
-
"version": "
|
10322
|
-
"resolved": "https://registry.npmjs.org/
|
10323
|
-
"integrity": "sha512-
|
10425
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
|
10426
|
+
"version": "1.4.3",
|
10427
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
|
10428
|
+
"integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
|
10324
10429
|
"dev": true,
|
10325
|
-
"license": "
|
10326
|
-
"dependencies": {
|
10327
|
-
"brace-expansion": "^2.0.1"
|
10328
|
-
},
|
10430
|
+
"license": "MIT",
|
10329
10431
|
"engines": {
|
10330
|
-
"node": ">=16
|
10432
|
+
"node": ">=16"
|
10331
10433
|
},
|
10332
|
-
"
|
10333
|
-
"
|
10434
|
+
"peerDependencies": {
|
10435
|
+
"typescript": ">=4.2.0"
|
10334
10436
|
}
|
10335
10437
|
},
|
10336
10438
|
"node_modules/eslint-plugin-unicorn": {
|
@@ -10465,6 +10567,17 @@
|
|
10465
10567
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
10466
10568
|
}
|
10467
10569
|
},
|
10570
|
+
"node_modules/eslint/node_modules/brace-expansion": {
|
10571
|
+
"version": "1.1.11",
|
10572
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
10573
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
10574
|
+
"dev": true,
|
10575
|
+
"license": "MIT",
|
10576
|
+
"dependencies": {
|
10577
|
+
"balanced-match": "^1.0.0",
|
10578
|
+
"concat-map": "0.0.1"
|
10579
|
+
}
|
10580
|
+
},
|
10468
10581
|
"node_modules/eslint/node_modules/doctrine": {
|
10469
10582
|
"version": "3.0.0",
|
10470
10583
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
@@ -10542,6 +10655,19 @@
|
|
10542
10655
|
"url": "https://github.com/sponsors/sindresorhus"
|
10543
10656
|
}
|
10544
10657
|
},
|
10658
|
+
"node_modules/eslint/node_modules/minimatch": {
|
10659
|
+
"version": "3.1.2",
|
10660
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
10661
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
10662
|
+
"dev": true,
|
10663
|
+
"license": "ISC",
|
10664
|
+
"dependencies": {
|
10665
|
+
"brace-expansion": "^1.1.7"
|
10666
|
+
},
|
10667
|
+
"engines": {
|
10668
|
+
"node": "*"
|
10669
|
+
}
|
10670
|
+
},
|
10545
10671
|
"node_modules/eslint/node_modules/p-limit": {
|
10546
10672
|
"version": "3.1.0",
|
10547
10673
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
@@ -11418,6 +11544,30 @@
|
|
11418
11544
|
"node": ">= 6"
|
11419
11545
|
}
|
11420
11546
|
},
|
11547
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
11548
|
+
"version": "1.1.11",
|
11549
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
11550
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
11551
|
+
"dev": true,
|
11552
|
+
"license": "MIT",
|
11553
|
+
"dependencies": {
|
11554
|
+
"balanced-match": "^1.0.0",
|
11555
|
+
"concat-map": "0.0.1"
|
11556
|
+
}
|
11557
|
+
},
|
11558
|
+
"node_modules/glob/node_modules/minimatch": {
|
11559
|
+
"version": "3.1.2",
|
11560
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
11561
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
11562
|
+
"dev": true,
|
11563
|
+
"license": "ISC",
|
11564
|
+
"dependencies": {
|
11565
|
+
"brace-expansion": "^1.1.7"
|
11566
|
+
},
|
11567
|
+
"engines": {
|
11568
|
+
"node": "*"
|
11569
|
+
}
|
11570
|
+
},
|
11421
11571
|
"node_modules/global-dirs": {
|
11422
11572
|
"version": "0.1.1",
|
11423
11573
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
@@ -13102,6 +13252,28 @@
|
|
13102
13252
|
"node": ">=10"
|
13103
13253
|
}
|
13104
13254
|
},
|
13255
|
+
"node_modules/jake/node_modules/brace-expansion": {
|
13256
|
+
"version": "1.1.11",
|
13257
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
13258
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
13259
|
+
"license": "MIT",
|
13260
|
+
"dependencies": {
|
13261
|
+
"balanced-match": "^1.0.0",
|
13262
|
+
"concat-map": "0.0.1"
|
13263
|
+
}
|
13264
|
+
},
|
13265
|
+
"node_modules/jake/node_modules/minimatch": {
|
13266
|
+
"version": "3.1.2",
|
13267
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
13268
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
13269
|
+
"license": "ISC",
|
13270
|
+
"dependencies": {
|
13271
|
+
"brace-expansion": "^1.1.7"
|
13272
|
+
},
|
13273
|
+
"engines": {
|
13274
|
+
"node": "*"
|
13275
|
+
}
|
13276
|
+
},
|
13105
13277
|
"node_modules/joycon": {
|
13106
13278
|
"version": "3.1.1",
|
13107
13279
|
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
@@ -13578,22 +13750,6 @@
|
|
13578
13750
|
"node": ">=16"
|
13579
13751
|
}
|
13580
13752
|
},
|
13581
|
-
"node_modules/linkinator/node_modules/minimatch": {
|
13582
|
-
"version": "9.0.5",
|
13583
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
13584
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
13585
|
-
"dev": true,
|
13586
|
-
"license": "ISC",
|
13587
|
-
"dependencies": {
|
13588
|
-
"brace-expansion": "^2.0.1"
|
13589
|
-
},
|
13590
|
-
"engines": {
|
13591
|
-
"node": ">=16 || 14 >=14.17"
|
13592
|
-
},
|
13593
|
-
"funding": {
|
13594
|
-
"url": "https://github.com/sponsors/isaacs"
|
13595
|
-
}
|
13596
|
-
},
|
13597
13753
|
"node_modules/locate-path": {
|
13598
13754
|
"version": "5.0.0",
|
13599
13755
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
@@ -14257,25 +14413,18 @@
|
|
14257
14413
|
}
|
14258
14414
|
},
|
14259
14415
|
"node_modules/minimatch": {
|
14260
|
-
"version": "
|
14261
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
14262
|
-
"integrity": "sha512-
|
14416
|
+
"version": "9.0.5",
|
14417
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
14418
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
14263
14419
|
"license": "ISC",
|
14264
14420
|
"dependencies": {
|
14265
|
-
"brace-expansion": "^
|
14421
|
+
"brace-expansion": "^2.0.1"
|
14266
14422
|
},
|
14267
14423
|
"engines": {
|
14268
|
-
"node": "
|
14269
|
-
}
|
14270
|
-
|
14271
|
-
|
14272
|
-
"version": "1.1.11",
|
14273
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
14274
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
14275
|
-
"license": "MIT",
|
14276
|
-
"dependencies": {
|
14277
|
-
"balanced-match": "^1.0.0",
|
14278
|
-
"concat-map": "0.0.1"
|
14424
|
+
"node": ">=16 || 14 >=14.17"
|
14425
|
+
},
|
14426
|
+
"funding": {
|
14427
|
+
"url": "https://github.com/sponsors/isaacs"
|
14279
14428
|
}
|
14280
14429
|
},
|
14281
14430
|
"node_modules/minimist": {
|
@@ -14773,6 +14922,17 @@
|
|
14773
14922
|
"node": ">=18"
|
14774
14923
|
}
|
14775
14924
|
},
|
14925
|
+
"node_modules/nyc/node_modules/brace-expansion": {
|
14926
|
+
"version": "1.1.11",
|
14927
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
14928
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
14929
|
+
"dev": true,
|
14930
|
+
"license": "MIT",
|
14931
|
+
"dependencies": {
|
14932
|
+
"balanced-match": "^1.0.0",
|
14933
|
+
"concat-map": "0.0.1"
|
14934
|
+
}
|
14935
|
+
},
|
14776
14936
|
"node_modules/nyc/node_modules/cliui": {
|
14777
14937
|
"version": "6.0.0",
|
14778
14938
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
@@ -14792,6 +14952,19 @@
|
|
14792
14952
|
"dev": true,
|
14793
14953
|
"license": "MIT"
|
14794
14954
|
},
|
14955
|
+
"node_modules/nyc/node_modules/minimatch": {
|
14956
|
+
"version": "3.1.2",
|
14957
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
14958
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
14959
|
+
"dev": true,
|
14960
|
+
"license": "ISC",
|
14961
|
+
"dependencies": {
|
14962
|
+
"brace-expansion": "^1.1.7"
|
14963
|
+
},
|
14964
|
+
"engines": {
|
14965
|
+
"node": "*"
|
14966
|
+
}
|
14967
|
+
},
|
14795
14968
|
"node_modules/nyc/node_modules/test-exclude": {
|
14796
14969
|
"version": "6.0.0",
|
14797
14970
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
@@ -17813,22 +17986,6 @@
|
|
17813
17986
|
"url": "https://github.com/sponsors/isaacs"
|
17814
17987
|
}
|
17815
17988
|
},
|
17816
|
-
"node_modules/test-exclude/node_modules/minimatch": {
|
17817
|
-
"version": "9.0.5",
|
17818
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
17819
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
17820
|
-
"dev": true,
|
17821
|
-
"license": "ISC",
|
17822
|
-
"dependencies": {
|
17823
|
-
"brace-expansion": "^2.0.1"
|
17824
|
-
},
|
17825
|
-
"engines": {
|
17826
|
-
"node": ">=16 || 14 >=14.17"
|
17827
|
-
},
|
17828
|
-
"funding": {
|
17829
|
-
"url": "https://github.com/sponsors/isaacs"
|
17830
|
-
}
|
17831
|
-
},
|
17832
17989
|
"node_modules/text-extensions": {
|
17833
17990
|
"version": "1.9.0",
|
17834
17991
|
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
|
@@ -18022,16 +18179,16 @@
|
|
18022
18179
|
}
|
18023
18180
|
},
|
18024
18181
|
"node_modules/ts-api-utils": {
|
18025
|
-
"version": "1.
|
18026
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.
|
18027
|
-
"integrity": "sha512-
|
18182
|
+
"version": "2.1.0",
|
18183
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
18184
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
18028
18185
|
"dev": true,
|
18029
18186
|
"license": "MIT",
|
18030
18187
|
"engines": {
|
18031
|
-
"node": ">=
|
18188
|
+
"node": ">=18.12"
|
18032
18189
|
},
|
18033
18190
|
"peerDependencies": {
|
18034
|
-
"typescript": ">=4.
|
18191
|
+
"typescript": ">=4.8.4"
|
18035
18192
|
}
|
18036
18193
|
},
|
18037
18194
|
"node_modules/ts-json-schema-generator": {
|
@@ -18354,22 +18511,6 @@
|
|
18354
18511
|
"typedoc": "0.26.x || 0.27.x"
|
18355
18512
|
}
|
18356
18513
|
},
|
18357
|
-
"node_modules/typedoc/node_modules/minimatch": {
|
18358
|
-
"version": "9.0.5",
|
18359
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
18360
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
18361
|
-
"dev": true,
|
18362
|
-
"license": "ISC",
|
18363
|
-
"dependencies": {
|
18364
|
-
"brace-expansion": "^2.0.1"
|
18365
|
-
},
|
18366
|
-
"engines": {
|
18367
|
-
"node": ">=16 || 14 >=14.17"
|
18368
|
-
},
|
18369
|
-
"funding": {
|
18370
|
-
"url": "https://github.com/sponsors/isaacs"
|
18371
|
-
}
|
18372
|
-
},
|
18373
18514
|
"node_modules/typescript": {
|
18374
18515
|
"version": "5.8.3",
|
18375
18516
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
@@ -18385,15 +18526,15 @@
|
|
18385
18526
|
}
|
18386
18527
|
},
|
18387
18528
|
"node_modules/typescript-eslint": {
|
18388
|
-
"version": "8.
|
18389
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
18390
|
-
"integrity": "sha512-
|
18529
|
+
"version": "8.33.0",
|
18530
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.33.0.tgz",
|
18531
|
+
"integrity": "sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==",
|
18391
18532
|
"dev": true,
|
18392
18533
|
"license": "MIT",
|
18393
18534
|
"dependencies": {
|
18394
|
-
"@typescript-eslint/eslint-plugin": "8.
|
18395
|
-
"@typescript-eslint/parser": "8.
|
18396
|
-
"@typescript-eslint/utils": "8.
|
18535
|
+
"@typescript-eslint/eslint-plugin": "8.33.0",
|
18536
|
+
"@typescript-eslint/parser": "8.33.0",
|
18537
|
+
"@typescript-eslint/utils": "8.33.0"
|
18397
18538
|
},
|
18398
18539
|
"engines": {
|
18399
18540
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|