@jayree/sfdx-plugin-manifest 4.0.27 → 4.0.29
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 +23 -0
- package/README.md +4 -4
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1103 -241
- package/oclif.lock +288 -116
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.29",
|
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.29",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
13
13
|
"@oclif/core": "^4.4.0",
|
14
|
-
"@salesforce/core": "^8.
|
14
|
+
"@salesforce/core": "^8.15.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"fast-xml-parser": "^5.2.5",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
|
-
"isomorphic-git": "1.
|
24
|
+
"isomorphic-git": "1.32.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -32,13 +32,13 @@
|
|
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.76",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.5.0",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.26",
|
39
|
-
"oclif": "^4.
|
39
|
+
"oclif": "^4.20.1",
|
40
40
|
"patch-package": "^8.0.0",
|
41
|
-
"prettier": "^3.
|
41
|
+
"prettier": "^3.6.0",
|
42
42
|
"pretty-quick": "^4.2.2",
|
43
43
|
"ts-node": "^10.9.2",
|
44
44
|
"typescript": "^5.8.3"
|
@@ -3484,15 +3484,15 @@
|
|
3484
3484
|
}
|
3485
3485
|
},
|
3486
3486
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
3487
|
-
"version": "3.1.
|
3488
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
3489
|
-
"integrity": "sha512-
|
3487
|
+
"version": "3.1.42",
|
3488
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz",
|
3489
|
+
"integrity": "sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==",
|
3490
3490
|
"dev": true,
|
3491
3491
|
"license": "MIT",
|
3492
3492
|
"dependencies": {
|
3493
3493
|
"@oclif/core": "^4",
|
3494
3494
|
"ansis": "^3.17.0",
|
3495
|
-
"debug": "^4.4.
|
3495
|
+
"debug": "^4.4.1",
|
3496
3496
|
"http-call": "^5.2.2",
|
3497
3497
|
"lodash": "^4.17.21",
|
3498
3498
|
"registry-auth-token": "^5.1.0"
|
@@ -3792,9 +3792,9 @@
|
|
3792
3792
|
}
|
3793
3793
|
},
|
3794
3794
|
"node_modules/@salesforce/core": {
|
3795
|
-
"version": "8.
|
3796
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
3797
|
-
"integrity": "sha512-
|
3795
|
+
"version": "8.15.0",
|
3796
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz",
|
3797
|
+
"integrity": "sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==",
|
3798
3798
|
"license": "BSD-3-Clause",
|
3799
3799
|
"dependencies": {
|
3800
3800
|
"@jsforce/jsforce-node": "^3.8.2",
|
@@ -5232,6 +5232,163 @@
|
|
5232
5232
|
"eslint": ">=8.40.0"
|
5233
5233
|
}
|
5234
5234
|
},
|
5235
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5236
|
+
"version": "4.7.0",
|
5237
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5238
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5239
|
+
"dev": true,
|
5240
|
+
"license": "MIT",
|
5241
|
+
"dependencies": {
|
5242
|
+
"eslint-visitor-keys": "^3.4.3"
|
5243
|
+
},
|
5244
|
+
"engines": {
|
5245
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5246
|
+
},
|
5247
|
+
"funding": {
|
5248
|
+
"url": "https://opencollective.com/eslint"
|
5249
|
+
},
|
5250
|
+
"peerDependencies": {
|
5251
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5252
|
+
}
|
5253
|
+
},
|
5254
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5255
|
+
"version": "3.4.3",
|
5256
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5257
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5258
|
+
"dev": true,
|
5259
|
+
"license": "Apache-2.0",
|
5260
|
+
"engines": {
|
5261
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5262
|
+
},
|
5263
|
+
"funding": {
|
5264
|
+
"url": "https://opencollective.com/eslint"
|
5265
|
+
}
|
5266
|
+
},
|
5267
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/project-service": {
|
5268
|
+
"version": "8.34.0",
|
5269
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
5270
|
+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
5271
|
+
"dev": true,
|
5272
|
+
"license": "MIT",
|
5273
|
+
"dependencies": {
|
5274
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
5275
|
+
"@typescript-eslint/types": "^8.34.0",
|
5276
|
+
"debug": "^4.3.4"
|
5277
|
+
},
|
5278
|
+
"engines": {
|
5279
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5280
|
+
},
|
5281
|
+
"funding": {
|
5282
|
+
"type": "opencollective",
|
5283
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5284
|
+
},
|
5285
|
+
"peerDependencies": {
|
5286
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5287
|
+
}
|
5288
|
+
},
|
5289
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5290
|
+
"version": "8.34.0",
|
5291
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
5292
|
+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
5293
|
+
"dev": true,
|
5294
|
+
"license": "MIT",
|
5295
|
+
"dependencies": {
|
5296
|
+
"@typescript-eslint/types": "8.34.0",
|
5297
|
+
"@typescript-eslint/visitor-keys": "8.34.0"
|
5298
|
+
},
|
5299
|
+
"engines": {
|
5300
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5301
|
+
},
|
5302
|
+
"funding": {
|
5303
|
+
"type": "opencollective",
|
5304
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5305
|
+
}
|
5306
|
+
},
|
5307
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5308
|
+
"version": "8.34.0",
|
5309
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
5310
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
5311
|
+
"dev": true,
|
5312
|
+
"license": "MIT",
|
5313
|
+
"engines": {
|
5314
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5315
|
+
},
|
5316
|
+
"funding": {
|
5317
|
+
"type": "opencollective",
|
5318
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5319
|
+
}
|
5320
|
+
},
|
5321
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5322
|
+
"version": "8.34.0",
|
5323
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
5324
|
+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
5325
|
+
"dev": true,
|
5326
|
+
"license": "MIT",
|
5327
|
+
"dependencies": {
|
5328
|
+
"@typescript-eslint/project-service": "8.34.0",
|
5329
|
+
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
5330
|
+
"@typescript-eslint/types": "8.34.0",
|
5331
|
+
"@typescript-eslint/visitor-keys": "8.34.0",
|
5332
|
+
"debug": "^4.3.4",
|
5333
|
+
"fast-glob": "^3.3.2",
|
5334
|
+
"is-glob": "^4.0.3",
|
5335
|
+
"minimatch": "^9.0.4",
|
5336
|
+
"semver": "^7.6.0",
|
5337
|
+
"ts-api-utils": "^2.1.0"
|
5338
|
+
},
|
5339
|
+
"engines": {
|
5340
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5341
|
+
},
|
5342
|
+
"funding": {
|
5343
|
+
"type": "opencollective",
|
5344
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5345
|
+
},
|
5346
|
+
"peerDependencies": {
|
5347
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5348
|
+
}
|
5349
|
+
},
|
5350
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5351
|
+
"version": "8.34.0",
|
5352
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
5353
|
+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
5354
|
+
"dev": true,
|
5355
|
+
"license": "MIT",
|
5356
|
+
"dependencies": {
|
5357
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
5358
|
+
"@typescript-eslint/scope-manager": "8.34.0",
|
5359
|
+
"@typescript-eslint/types": "8.34.0",
|
5360
|
+
"@typescript-eslint/typescript-estree": "8.34.0"
|
5361
|
+
},
|
5362
|
+
"engines": {
|
5363
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5364
|
+
},
|
5365
|
+
"funding": {
|
5366
|
+
"type": "opencollective",
|
5367
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5368
|
+
},
|
5369
|
+
"peerDependencies": {
|
5370
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5371
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5372
|
+
}
|
5373
|
+
},
|
5374
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5375
|
+
"version": "8.34.0",
|
5376
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
5377
|
+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
5378
|
+
"dev": true,
|
5379
|
+
"license": "MIT",
|
5380
|
+
"dependencies": {
|
5381
|
+
"@typescript-eslint/types": "8.34.0",
|
5382
|
+
"eslint-visitor-keys": "^4.2.0"
|
5383
|
+
},
|
5384
|
+
"engines": {
|
5385
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5386
|
+
},
|
5387
|
+
"funding": {
|
5388
|
+
"type": "opencollective",
|
5389
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5390
|
+
}
|
5391
|
+
},
|
5235
5392
|
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
5236
5393
|
"version": "4.2.0",
|
5237
5394
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
@@ -5245,6 +5402,35 @@
|
|
5245
5402
|
"url": "https://opencollective.com/eslint"
|
5246
5403
|
}
|
5247
5404
|
},
|
5405
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
5406
|
+
"version": "9.0.5",
|
5407
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5408
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5409
|
+
"dev": true,
|
5410
|
+
"license": "ISC",
|
5411
|
+
"dependencies": {
|
5412
|
+
"brace-expansion": "^2.0.1"
|
5413
|
+
},
|
5414
|
+
"engines": {
|
5415
|
+
"node": ">=16 || 14 >=14.17"
|
5416
|
+
},
|
5417
|
+
"funding": {
|
5418
|
+
"url": "https://github.com/sponsors/isaacs"
|
5419
|
+
}
|
5420
|
+
},
|
5421
|
+
"node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
|
5422
|
+
"version": "2.1.0",
|
5423
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
5424
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
5425
|
+
"dev": true,
|
5426
|
+
"license": "MIT",
|
5427
|
+
"engines": {
|
5428
|
+
"node": ">=18.12"
|
5429
|
+
},
|
5430
|
+
"peerDependencies": {
|
5431
|
+
"typescript": ">=4.8.4"
|
5432
|
+
}
|
5433
|
+
},
|
5248
5434
|
"node_modules/@szmarczak/http-timer": {
|
5249
5435
|
"version": "4.0.6",
|
5250
5436
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
@@ -5535,17 +5721,17 @@
|
|
5535
5721
|
"license": "MIT"
|
5536
5722
|
},
|
5537
5723
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5538
|
-
"version": "8.34.
|
5539
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.
|
5540
|
-
"integrity": "sha512-
|
5724
|
+
"version": "8.34.1",
|
5725
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz",
|
5726
|
+
"integrity": "sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==",
|
5541
5727
|
"dev": true,
|
5542
5728
|
"license": "MIT",
|
5543
5729
|
"dependencies": {
|
5544
5730
|
"@eslint-community/regexpp": "^4.10.0",
|
5545
|
-
"@typescript-eslint/scope-manager": "8.34.
|
5546
|
-
"@typescript-eslint/type-utils": "8.34.
|
5547
|
-
"@typescript-eslint/utils": "8.34.
|
5548
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
5731
|
+
"@typescript-eslint/scope-manager": "8.34.1",
|
5732
|
+
"@typescript-eslint/type-utils": "8.34.1",
|
5733
|
+
"@typescript-eslint/utils": "8.34.1",
|
5734
|
+
"@typescript-eslint/visitor-keys": "8.34.1",
|
5549
5735
|
"graphemer": "^1.4.0",
|
5550
5736
|
"ignore": "^7.0.0",
|
5551
5737
|
"natural-compare": "^1.4.0",
|
@@ -5559,20 +5745,20 @@
|
|
5559
5745
|
"url": "https://opencollective.com/typescript-eslint"
|
5560
5746
|
},
|
5561
5747
|
"peerDependencies": {
|
5562
|
-
"@typescript-eslint/parser": "^8.34.
|
5748
|
+
"@typescript-eslint/parser": "^8.34.1",
|
5563
5749
|
"eslint": "^8.57.0 || ^9.0.0",
|
5564
5750
|
"typescript": ">=4.8.4 <5.9.0"
|
5565
5751
|
}
|
5566
5752
|
},
|
5567
5753
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5568
|
-
"version": "8.34.
|
5569
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.
|
5570
|
-
"integrity": "sha512-
|
5754
|
+
"version": "8.34.1",
|
5755
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
|
5756
|
+
"integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
|
5571
5757
|
"dev": true,
|
5572
5758
|
"license": "MIT",
|
5573
5759
|
"dependencies": {
|
5574
|
-
"@typescript-eslint/types": "8.34.
|
5575
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
5760
|
+
"@typescript-eslint/types": "8.34.1",
|
5761
|
+
"@typescript-eslint/visitor-keys": "8.34.1"
|
5576
5762
|
},
|
5577
5763
|
"engines": {
|
5578
5764
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5583,14 +5769,14 @@
|
|
5583
5769
|
}
|
5584
5770
|
},
|
5585
5771
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5586
|
-
"version": "8.34.
|
5587
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.
|
5588
|
-
"integrity": "sha512-
|
5772
|
+
"version": "8.34.1",
|
5773
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
|
5774
|
+
"integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
|
5589
5775
|
"dev": true,
|
5590
5776
|
"license": "MIT",
|
5591
5777
|
"dependencies": {
|
5592
|
-
"@typescript-eslint/types": "8.34.
|
5593
|
-
"eslint-visitor-keys": "^4.2.
|
5778
|
+
"@typescript-eslint/types": "8.34.1",
|
5779
|
+
"eslint-visitor-keys": "^4.2.1"
|
5594
5780
|
},
|
5595
5781
|
"engines": {
|
5596
5782
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5601,9 +5787,9 @@
|
|
5601
5787
|
}
|
5602
5788
|
},
|
5603
5789
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
|
5604
|
-
"version": "4.2.
|
5605
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.
|
5606
|
-
"integrity": "sha512-
|
5790
|
+
"version": "4.2.1",
|
5791
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
5792
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
5607
5793
|
"dev": true,
|
5608
5794
|
"license": "Apache-2.0",
|
5609
5795
|
"engines": {
|
@@ -5637,16 +5823,16 @@
|
|
5637
5823
|
}
|
5638
5824
|
},
|
5639
5825
|
"node_modules/@typescript-eslint/parser": {
|
5640
|
-
"version": "8.34.
|
5641
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.
|
5642
|
-
"integrity": "sha512-
|
5826
|
+
"version": "8.34.1",
|
5827
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.1.tgz",
|
5828
|
+
"integrity": "sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==",
|
5643
5829
|
"dev": true,
|
5644
5830
|
"license": "MIT",
|
5645
5831
|
"dependencies": {
|
5646
|
-
"@typescript-eslint/scope-manager": "8.34.
|
5647
|
-
"@typescript-eslint/types": "8.34.
|
5648
|
-
"@typescript-eslint/typescript-estree": "8.34.
|
5649
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
5832
|
+
"@typescript-eslint/scope-manager": "8.34.1",
|
5833
|
+
"@typescript-eslint/types": "8.34.1",
|
5834
|
+
"@typescript-eslint/typescript-estree": "8.34.1",
|
5835
|
+
"@typescript-eslint/visitor-keys": "8.34.1",
|
5650
5836
|
"debug": "^4.3.4"
|
5651
5837
|
},
|
5652
5838
|
"engines": {
|
@@ -5662,34 +5848,51 @@
|
|
5662
5848
|
}
|
5663
5849
|
},
|
5664
5850
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5665
|
-
"version": "8.34.
|
5666
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.
|
5667
|
-
"integrity": "sha512-
|
5851
|
+
"version": "8.34.1",
|
5852
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
|
5853
|
+
"integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
|
5668
5854
|
"dev": true,
|
5669
5855
|
"license": "MIT",
|
5670
5856
|
"dependencies": {
|
5671
|
-
"@typescript-eslint/types": "8.34.
|
5672
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
5857
|
+
"@typescript-eslint/types": "8.34.1",
|
5858
|
+
"@typescript-eslint/visitor-keys": "8.34.1"
|
5859
|
+
},
|
5860
|
+
"engines": {
|
5861
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5673
5862
|
},
|
5863
|
+
"funding": {
|
5864
|
+
"type": "opencollective",
|
5865
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5866
|
+
}
|
5867
|
+
},
|
5868
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": {
|
5869
|
+
"version": "8.34.1",
|
5870
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
|
5871
|
+
"integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
|
5872
|
+
"dev": true,
|
5873
|
+
"license": "MIT",
|
5674
5874
|
"engines": {
|
5675
5875
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5676
5876
|
},
|
5677
5877
|
"funding": {
|
5678
5878
|
"type": "opencollective",
|
5679
5879
|
"url": "https://opencollective.com/typescript-eslint"
|
5880
|
+
},
|
5881
|
+
"peerDependencies": {
|
5882
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5680
5883
|
}
|
5681
5884
|
},
|
5682
5885
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5683
|
-
"version": "8.34.
|
5684
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.
|
5685
|
-
"integrity": "sha512-
|
5886
|
+
"version": "8.34.1",
|
5887
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
|
5888
|
+
"integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
|
5686
5889
|
"dev": true,
|
5687
5890
|
"license": "MIT",
|
5688
5891
|
"dependencies": {
|
5689
|
-
"@typescript-eslint/project-service": "8.34.
|
5690
|
-
"@typescript-eslint/tsconfig-utils": "8.34.
|
5691
|
-
"@typescript-eslint/types": "8.34.
|
5692
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
5892
|
+
"@typescript-eslint/project-service": "8.34.1",
|
5893
|
+
"@typescript-eslint/tsconfig-utils": "8.34.1",
|
5894
|
+
"@typescript-eslint/types": "8.34.1",
|
5895
|
+
"@typescript-eslint/visitor-keys": "8.34.1",
|
5693
5896
|
"debug": "^4.3.4",
|
5694
5897
|
"fast-glob": "^3.3.2",
|
5695
5898
|
"is-glob": "^4.0.3",
|
@@ -5709,14 +5912,14 @@
|
|
5709
5912
|
}
|
5710
5913
|
},
|
5711
5914
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5712
|
-
"version": "8.34.
|
5713
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.
|
5714
|
-
"integrity": "sha512-
|
5915
|
+
"version": "8.34.1",
|
5916
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
|
5917
|
+
"integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
|
5715
5918
|
"dev": true,
|
5716
5919
|
"license": "MIT",
|
5717
5920
|
"dependencies": {
|
5718
|
-
"@typescript-eslint/types": "8.34.
|
5719
|
-
"eslint-visitor-keys": "^4.2.
|
5921
|
+
"@typescript-eslint/types": "8.34.1",
|
5922
|
+
"eslint-visitor-keys": "^4.2.1"
|
5720
5923
|
},
|
5721
5924
|
"engines": {
|
5722
5925
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5727,9 +5930,9 @@
|
|
5727
5930
|
}
|
5728
5931
|
},
|
5729
5932
|
"node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
|
5730
|
-
"version": "4.2.
|
5731
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.
|
5732
|
-
"integrity": "sha512-
|
5933
|
+
"version": "4.2.1",
|
5934
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
5935
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
5733
5936
|
"dev": true,
|
5734
5937
|
"license": "Apache-2.0",
|
5735
5938
|
"engines": {
|
@@ -5769,14 +5972,14 @@
|
|
5769
5972
|
}
|
5770
5973
|
},
|
5771
5974
|
"node_modules/@typescript-eslint/project-service": {
|
5772
|
-
"version": "8.34.
|
5773
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.
|
5774
|
-
"integrity": "sha512-
|
5975
|
+
"version": "8.34.1",
|
5976
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.1.tgz",
|
5977
|
+
"integrity": "sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==",
|
5775
5978
|
"dev": true,
|
5776
5979
|
"license": "MIT",
|
5777
5980
|
"dependencies": {
|
5778
|
-
"@typescript-eslint/tsconfig-utils": "^8.34.
|
5779
|
-
"@typescript-eslint/types": "^8.34.
|
5981
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.1",
|
5982
|
+
"@typescript-eslint/types": "^8.34.1",
|
5780
5983
|
"debug": "^4.3.4"
|
5781
5984
|
},
|
5782
5985
|
"engines": {
|
@@ -5790,6 +5993,23 @@
|
|
5790
5993
|
"typescript": ">=4.8.4 <5.9.0"
|
5791
5994
|
}
|
5792
5995
|
},
|
5996
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
5997
|
+
"version": "8.34.1",
|
5998
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
|
5999
|
+
"integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
|
6000
|
+
"dev": true,
|
6001
|
+
"license": "MIT",
|
6002
|
+
"engines": {
|
6003
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6004
|
+
},
|
6005
|
+
"funding": {
|
6006
|
+
"type": "opencollective",
|
6007
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6008
|
+
},
|
6009
|
+
"peerDependencies": {
|
6010
|
+
"typescript": ">=4.8.4 <5.9.0"
|
6011
|
+
}
|
6012
|
+
},
|
5793
6013
|
"node_modules/@typescript-eslint/scope-manager": {
|
5794
6014
|
"version": "6.21.0",
|
5795
6015
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
@@ -5840,14 +6060,14 @@
|
|
5840
6060
|
}
|
5841
6061
|
},
|
5842
6062
|
"node_modules/@typescript-eslint/type-utils": {
|
5843
|
-
"version": "8.34.
|
5844
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.
|
5845
|
-
"integrity": "sha512-
|
6063
|
+
"version": "8.34.1",
|
6064
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz",
|
6065
|
+
"integrity": "sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==",
|
5846
6066
|
"dev": true,
|
5847
6067
|
"license": "MIT",
|
5848
6068
|
"dependencies": {
|
5849
|
-
"@typescript-eslint/typescript-estree": "8.34.
|
5850
|
-
"@typescript-eslint/utils": "8.34.
|
6069
|
+
"@typescript-eslint/typescript-estree": "8.34.1",
|
6070
|
+
"@typescript-eslint/utils": "8.34.1",
|
5851
6071
|
"debug": "^4.3.4",
|
5852
6072
|
"ts-api-utils": "^2.1.0"
|
5853
6073
|
},
|
@@ -5863,17 +6083,34 @@
|
|
5863
6083
|
"typescript": ">=4.8.4 <5.9.0"
|
5864
6084
|
}
|
5865
6085
|
},
|
5866
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/
|
5867
|
-
"version": "8.34.
|
5868
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
5869
|
-
"integrity": "sha512-
|
6086
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
6087
|
+
"version": "8.34.1",
|
6088
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
|
6089
|
+
"integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
|
6090
|
+
"dev": true,
|
6091
|
+
"license": "MIT",
|
6092
|
+
"engines": {
|
6093
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6094
|
+
},
|
6095
|
+
"funding": {
|
6096
|
+
"type": "opencollective",
|
6097
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6098
|
+
},
|
6099
|
+
"peerDependencies": {
|
6100
|
+
"typescript": ">=4.8.4 <5.9.0"
|
6101
|
+
}
|
6102
|
+
},
|
6103
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
6104
|
+
"version": "8.34.1",
|
6105
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
|
6106
|
+
"integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
|
5870
6107
|
"dev": true,
|
5871
6108
|
"license": "MIT",
|
5872
6109
|
"dependencies": {
|
5873
|
-
"@typescript-eslint/project-service": "8.34.
|
5874
|
-
"@typescript-eslint/tsconfig-utils": "8.34.
|
5875
|
-
"@typescript-eslint/types": "8.34.
|
5876
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
6110
|
+
"@typescript-eslint/project-service": "8.34.1",
|
6111
|
+
"@typescript-eslint/tsconfig-utils": "8.34.1",
|
6112
|
+
"@typescript-eslint/types": "8.34.1",
|
6113
|
+
"@typescript-eslint/visitor-keys": "8.34.1",
|
5877
6114
|
"debug": "^4.3.4",
|
5878
6115
|
"fast-glob": "^3.3.2",
|
5879
6116
|
"is-glob": "^4.0.3",
|
@@ -5893,14 +6130,14 @@
|
|
5893
6130
|
}
|
5894
6131
|
},
|
5895
6132
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5896
|
-
"version": "8.34.
|
5897
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.
|
5898
|
-
"integrity": "sha512-
|
6133
|
+
"version": "8.34.1",
|
6134
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
|
6135
|
+
"integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
|
5899
6136
|
"dev": true,
|
5900
6137
|
"license": "MIT",
|
5901
6138
|
"dependencies": {
|
5902
|
-
"@typescript-eslint/types": "8.34.
|
5903
|
-
"eslint-visitor-keys": "^4.2.
|
6139
|
+
"@typescript-eslint/types": "8.34.1",
|
6140
|
+
"eslint-visitor-keys": "^4.2.1"
|
5904
6141
|
},
|
5905
6142
|
"engines": {
|
5906
6143
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5911,9 +6148,9 @@
|
|
5911
6148
|
}
|
5912
6149
|
},
|
5913
6150
|
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
5914
|
-
"version": "4.2.
|
5915
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.
|
5916
|
-
"integrity": "sha512-
|
6151
|
+
"version": "4.2.1",
|
6152
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
6153
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
5917
6154
|
"dev": true,
|
5918
6155
|
"license": "Apache-2.0",
|
5919
6156
|
"engines": {
|
@@ -5953,9 +6190,9 @@
|
|
5953
6190
|
}
|
5954
6191
|
},
|
5955
6192
|
"node_modules/@typescript-eslint/types": {
|
5956
|
-
"version": "8.34.
|
5957
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.
|
5958
|
-
"integrity": "sha512-
|
6193
|
+
"version": "8.34.1",
|
6194
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.1.tgz",
|
6195
|
+
"integrity": "sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==",
|
5959
6196
|
"dev": true,
|
5960
6197
|
"license": "MIT",
|
5961
6198
|
"engines": {
|
@@ -6026,16 +6263,16 @@
|
|
6026
6263
|
}
|
6027
6264
|
},
|
6028
6265
|
"node_modules/@typescript-eslint/utils": {
|
6029
|
-
"version": "8.34.
|
6030
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.
|
6031
|
-
"integrity": "sha512-
|
6266
|
+
"version": "8.34.1",
|
6267
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.1.tgz",
|
6268
|
+
"integrity": "sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==",
|
6032
6269
|
"dev": true,
|
6033
6270
|
"license": "MIT",
|
6034
6271
|
"dependencies": {
|
6035
6272
|
"@eslint-community/eslint-utils": "^4.7.0",
|
6036
|
-
"@typescript-eslint/scope-manager": "8.34.
|
6037
|
-
"@typescript-eslint/types": "8.34.
|
6038
|
-
"@typescript-eslint/typescript-estree": "8.34.
|
6273
|
+
"@typescript-eslint/scope-manager": "8.34.1",
|
6274
|
+
"@typescript-eslint/types": "8.34.1",
|
6275
|
+
"@typescript-eslint/typescript-estree": "8.34.1"
|
6039
6276
|
},
|
6040
6277
|
"engines": {
|
6041
6278
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6069,34 +6306,51 @@
|
|
6069
6306
|
}
|
6070
6307
|
},
|
6071
6308
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6072
|
-
"version": "8.34.
|
6073
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.
|
6074
|
-
"integrity": "sha512-
|
6309
|
+
"version": "8.34.1",
|
6310
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
|
6311
|
+
"integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
|
6075
6312
|
"dev": true,
|
6076
6313
|
"license": "MIT",
|
6077
6314
|
"dependencies": {
|
6078
|
-
"@typescript-eslint/types": "8.34.
|
6079
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
6315
|
+
"@typescript-eslint/types": "8.34.1",
|
6316
|
+
"@typescript-eslint/visitor-keys": "8.34.1"
|
6317
|
+
},
|
6318
|
+
"engines": {
|
6319
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6080
6320
|
},
|
6321
|
+
"funding": {
|
6322
|
+
"type": "opencollective",
|
6323
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6324
|
+
}
|
6325
|
+
},
|
6326
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
6327
|
+
"version": "8.34.1",
|
6328
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
|
6329
|
+
"integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
|
6330
|
+
"dev": true,
|
6331
|
+
"license": "MIT",
|
6081
6332
|
"engines": {
|
6082
6333
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6083
6334
|
},
|
6084
6335
|
"funding": {
|
6085
6336
|
"type": "opencollective",
|
6086
6337
|
"url": "https://opencollective.com/typescript-eslint"
|
6338
|
+
},
|
6339
|
+
"peerDependencies": {
|
6340
|
+
"typescript": ">=4.8.4 <5.9.0"
|
6087
6341
|
}
|
6088
6342
|
},
|
6089
6343
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6090
|
-
"version": "8.34.
|
6091
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.
|
6092
|
-
"integrity": "sha512-
|
6344
|
+
"version": "8.34.1",
|
6345
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
|
6346
|
+
"integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
|
6093
6347
|
"dev": true,
|
6094
6348
|
"license": "MIT",
|
6095
6349
|
"dependencies": {
|
6096
|
-
"@typescript-eslint/project-service": "8.34.
|
6097
|
-
"@typescript-eslint/tsconfig-utils": "8.34.
|
6098
|
-
"@typescript-eslint/types": "8.34.
|
6099
|
-
"@typescript-eslint/visitor-keys": "8.34.
|
6350
|
+
"@typescript-eslint/project-service": "8.34.1",
|
6351
|
+
"@typescript-eslint/tsconfig-utils": "8.34.1",
|
6352
|
+
"@typescript-eslint/types": "8.34.1",
|
6353
|
+
"@typescript-eslint/visitor-keys": "8.34.1",
|
6100
6354
|
"debug": "^4.3.4",
|
6101
6355
|
"fast-glob": "^3.3.2",
|
6102
6356
|
"is-glob": "^4.0.3",
|
@@ -6116,14 +6370,14 @@
|
|
6116
6370
|
}
|
6117
6371
|
},
|
6118
6372
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6119
|
-
"version": "8.34.
|
6120
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.
|
6121
|
-
"integrity": "sha512-
|
6373
|
+
"version": "8.34.1",
|
6374
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
|
6375
|
+
"integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
|
6122
6376
|
"dev": true,
|
6123
6377
|
"license": "MIT",
|
6124
6378
|
"dependencies": {
|
6125
|
-
"@typescript-eslint/types": "8.34.
|
6126
|
-
"eslint-visitor-keys": "^4.2.
|
6379
|
+
"@typescript-eslint/types": "8.34.1",
|
6380
|
+
"eslint-visitor-keys": "^4.2.1"
|
6127
6381
|
},
|
6128
6382
|
"engines": {
|
6129
6383
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -6134,9 +6388,9 @@
|
|
6134
6388
|
}
|
6135
6389
|
},
|
6136
6390
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
6137
|
-
"version": "4.2.
|
6138
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.
|
6139
|
-
"integrity": "sha512-
|
6391
|
+
"version": "4.2.1",
|
6392
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
6393
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
6140
6394
|
"dev": true,
|
6141
6395
|
"license": "Apache-2.0",
|
6142
6396
|
"engines": {
|
@@ -6523,18 +6777,128 @@
|
|
6523
6777
|
"license": "MIT"
|
6524
6778
|
},
|
6525
6779
|
"node_modules/array-includes": {
|
6526
|
-
"version": "3.1.
|
6527
|
-
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.
|
6528
|
-
"integrity": "sha512-
|
6780
|
+
"version": "3.1.9",
|
6781
|
+
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
|
6782
|
+
"integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
|
6529
6783
|
"dev": true,
|
6530
6784
|
"license": "MIT",
|
6531
6785
|
"dependencies": {
|
6532
|
-
"call-bind": "^1.0.
|
6786
|
+
"call-bind": "^1.0.8",
|
6787
|
+
"call-bound": "^1.0.4",
|
6533
6788
|
"define-properties": "^1.2.1",
|
6534
|
-
"es-abstract": "^1.
|
6535
|
-
"es-object-atoms": "^1.
|
6536
|
-
"get-intrinsic": "^1.
|
6537
|
-
"is-string": "^1.
|
6789
|
+
"es-abstract": "^1.24.0",
|
6790
|
+
"es-object-atoms": "^1.1.1",
|
6791
|
+
"get-intrinsic": "^1.3.0",
|
6792
|
+
"is-string": "^1.1.1",
|
6793
|
+
"math-intrinsics": "^1.1.0"
|
6794
|
+
},
|
6795
|
+
"engines": {
|
6796
|
+
"node": ">= 0.4"
|
6797
|
+
},
|
6798
|
+
"funding": {
|
6799
|
+
"url": "https://github.com/sponsors/ljharb"
|
6800
|
+
}
|
6801
|
+
},
|
6802
|
+
"node_modules/array-includes/node_modules/call-bound": {
|
6803
|
+
"version": "1.0.4",
|
6804
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
6805
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
6806
|
+
"dev": true,
|
6807
|
+
"license": "MIT",
|
6808
|
+
"dependencies": {
|
6809
|
+
"call-bind-apply-helpers": "^1.0.2",
|
6810
|
+
"get-intrinsic": "^1.3.0"
|
6811
|
+
},
|
6812
|
+
"engines": {
|
6813
|
+
"node": ">= 0.4"
|
6814
|
+
},
|
6815
|
+
"funding": {
|
6816
|
+
"url": "https://github.com/sponsors/ljharb"
|
6817
|
+
}
|
6818
|
+
},
|
6819
|
+
"node_modules/array-includes/node_modules/es-abstract": {
|
6820
|
+
"version": "1.24.0",
|
6821
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
|
6822
|
+
"integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
|
6823
|
+
"dev": true,
|
6824
|
+
"license": "MIT",
|
6825
|
+
"dependencies": {
|
6826
|
+
"array-buffer-byte-length": "^1.0.2",
|
6827
|
+
"arraybuffer.prototype.slice": "^1.0.4",
|
6828
|
+
"available-typed-arrays": "^1.0.7",
|
6829
|
+
"call-bind": "^1.0.8",
|
6830
|
+
"call-bound": "^1.0.4",
|
6831
|
+
"data-view-buffer": "^1.0.2",
|
6832
|
+
"data-view-byte-length": "^1.0.2",
|
6833
|
+
"data-view-byte-offset": "^1.0.1",
|
6834
|
+
"es-define-property": "^1.0.1",
|
6835
|
+
"es-errors": "^1.3.0",
|
6836
|
+
"es-object-atoms": "^1.1.1",
|
6837
|
+
"es-set-tostringtag": "^2.1.0",
|
6838
|
+
"es-to-primitive": "^1.3.0",
|
6839
|
+
"function.prototype.name": "^1.1.8",
|
6840
|
+
"get-intrinsic": "^1.3.0",
|
6841
|
+
"get-proto": "^1.0.1",
|
6842
|
+
"get-symbol-description": "^1.1.0",
|
6843
|
+
"globalthis": "^1.0.4",
|
6844
|
+
"gopd": "^1.2.0",
|
6845
|
+
"has-property-descriptors": "^1.0.2",
|
6846
|
+
"has-proto": "^1.2.0",
|
6847
|
+
"has-symbols": "^1.1.0",
|
6848
|
+
"hasown": "^2.0.2",
|
6849
|
+
"internal-slot": "^1.1.0",
|
6850
|
+
"is-array-buffer": "^3.0.5",
|
6851
|
+
"is-callable": "^1.2.7",
|
6852
|
+
"is-data-view": "^1.0.2",
|
6853
|
+
"is-negative-zero": "^2.0.3",
|
6854
|
+
"is-regex": "^1.2.1",
|
6855
|
+
"is-set": "^2.0.3",
|
6856
|
+
"is-shared-array-buffer": "^1.0.4",
|
6857
|
+
"is-string": "^1.1.1",
|
6858
|
+
"is-typed-array": "^1.1.15",
|
6859
|
+
"is-weakref": "^1.1.1",
|
6860
|
+
"math-intrinsics": "^1.1.0",
|
6861
|
+
"object-inspect": "^1.13.4",
|
6862
|
+
"object-keys": "^1.1.1",
|
6863
|
+
"object.assign": "^4.1.7",
|
6864
|
+
"own-keys": "^1.0.1",
|
6865
|
+
"regexp.prototype.flags": "^1.5.4",
|
6866
|
+
"safe-array-concat": "^1.1.3",
|
6867
|
+
"safe-push-apply": "^1.0.0",
|
6868
|
+
"safe-regex-test": "^1.1.0",
|
6869
|
+
"set-proto": "^1.0.0",
|
6870
|
+
"stop-iteration-iterator": "^1.1.0",
|
6871
|
+
"string.prototype.trim": "^1.2.10",
|
6872
|
+
"string.prototype.trimend": "^1.0.9",
|
6873
|
+
"string.prototype.trimstart": "^1.0.8",
|
6874
|
+
"typed-array-buffer": "^1.0.3",
|
6875
|
+
"typed-array-byte-length": "^1.0.3",
|
6876
|
+
"typed-array-byte-offset": "^1.0.4",
|
6877
|
+
"typed-array-length": "^1.0.7",
|
6878
|
+
"unbox-primitive": "^1.1.0",
|
6879
|
+
"which-typed-array": "^1.1.19"
|
6880
|
+
},
|
6881
|
+
"engines": {
|
6882
|
+
"node": ">= 0.4"
|
6883
|
+
},
|
6884
|
+
"funding": {
|
6885
|
+
"url": "https://github.com/sponsors/ljharb"
|
6886
|
+
}
|
6887
|
+
},
|
6888
|
+
"node_modules/array-includes/node_modules/which-typed-array": {
|
6889
|
+
"version": "1.1.19",
|
6890
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
|
6891
|
+
"integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
|
6892
|
+
"dev": true,
|
6893
|
+
"license": "MIT",
|
6894
|
+
"dependencies": {
|
6895
|
+
"available-typed-arrays": "^1.0.7",
|
6896
|
+
"call-bind": "^1.0.8",
|
6897
|
+
"call-bound": "^1.0.4",
|
6898
|
+
"for-each": "^0.3.5",
|
6899
|
+
"get-proto": "^1.0.1",
|
6900
|
+
"gopd": "^1.2.0",
|
6901
|
+
"has-tostringtag": "^1.0.2"
|
6538
6902
|
},
|
6539
6903
|
"engines": {
|
6540
6904
|
"node": ">= 0.4"
|
@@ -6554,18 +6918,36 @@
|
|
6554
6918
|
}
|
6555
6919
|
},
|
6556
6920
|
"node_modules/array.prototype.findlastindex": {
|
6557
|
-
"version": "1.2.
|
6558
|
-
"resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.
|
6559
|
-
"integrity": "sha512-
|
6921
|
+
"version": "1.2.6",
|
6922
|
+
"resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
|
6923
|
+
"integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
|
6560
6924
|
"dev": true,
|
6561
6925
|
"license": "MIT",
|
6562
6926
|
"dependencies": {
|
6563
|
-
"call-bind": "^1.0.
|
6927
|
+
"call-bind": "^1.0.8",
|
6928
|
+
"call-bound": "^1.0.4",
|
6564
6929
|
"define-properties": "^1.2.1",
|
6565
|
-
"es-abstract": "^1.23.
|
6930
|
+
"es-abstract": "^1.23.9",
|
6566
6931
|
"es-errors": "^1.3.0",
|
6567
|
-
"es-object-atoms": "^1.
|
6568
|
-
"es-shim-unscopables": "^1.0
|
6932
|
+
"es-object-atoms": "^1.1.1",
|
6933
|
+
"es-shim-unscopables": "^1.1.0"
|
6934
|
+
},
|
6935
|
+
"engines": {
|
6936
|
+
"node": ">= 0.4"
|
6937
|
+
},
|
6938
|
+
"funding": {
|
6939
|
+
"url": "https://github.com/sponsors/ljharb"
|
6940
|
+
}
|
6941
|
+
},
|
6942
|
+
"node_modules/array.prototype.findlastindex/node_modules/call-bound": {
|
6943
|
+
"version": "1.0.4",
|
6944
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
6945
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
6946
|
+
"dev": true,
|
6947
|
+
"license": "MIT",
|
6948
|
+
"dependencies": {
|
6949
|
+
"call-bind-apply-helpers": "^1.0.2",
|
6950
|
+
"get-intrinsic": "^1.3.0"
|
6569
6951
|
},
|
6570
6952
|
"engines": {
|
6571
6953
|
"node": ">= 0.4"
|
@@ -8954,9 +9336,9 @@
|
|
8954
9336
|
}
|
8955
9337
|
},
|
8956
9338
|
"node_modules/eslint-config-oclif": {
|
8957
|
-
"version": "6.0.
|
8958
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8959
|
-
"integrity": "sha512-
|
9339
|
+
"version": "6.0.76",
|
9340
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.76.tgz",
|
9341
|
+
"integrity": "sha512-rp5n9im3yyeFhwUFjUt8hZnsnluzjNbNVXdNEmKqAc3Nh5nwXddxq3qXsrHCvRDTvaAWzVHVmgPFiE+afV3HzQ==",
|
8960
9342
|
"dev": true,
|
8961
9343
|
"license": "MIT",
|
8962
9344
|
"dependencies": {
|
@@ -8970,13 +9352,13 @@
|
|
8970
9352
|
"eslint-config-xo": "^0.47.0",
|
8971
9353
|
"eslint-config-xo-space": "^0.35.0",
|
8972
9354
|
"eslint-import-resolver-typescript": "^3.10.1",
|
8973
|
-
"eslint-plugin-import": "^2.
|
9355
|
+
"eslint-plugin-import": "^2.32.0",
|
8974
9356
|
"eslint-plugin-jsdoc": "^50.8.0",
|
8975
9357
|
"eslint-plugin-mocha": "^10.5.0",
|
8976
|
-
"eslint-plugin-n": "^17.
|
9358
|
+
"eslint-plugin-n": "^17.20.0",
|
8977
9359
|
"eslint-plugin-perfectionist": "^4",
|
8978
9360
|
"eslint-plugin-unicorn": "^56.0.1",
|
8979
|
-
"typescript-eslint": "^8.
|
9361
|
+
"typescript-eslint": "^8.34.1"
|
8980
9362
|
},
|
8981
9363
|
"engines": {
|
8982
9364
|
"node": ">=18.18.0"
|
@@ -9451,6 +9833,38 @@
|
|
9451
9833
|
"eslint": ">=8.56.0"
|
9452
9834
|
}
|
9453
9835
|
},
|
9836
|
+
"node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils": {
|
9837
|
+
"version": "4.7.0",
|
9838
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
9839
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
9840
|
+
"dev": true,
|
9841
|
+
"license": "MIT",
|
9842
|
+
"dependencies": {
|
9843
|
+
"eslint-visitor-keys": "^3.4.3"
|
9844
|
+
},
|
9845
|
+
"engines": {
|
9846
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9847
|
+
},
|
9848
|
+
"funding": {
|
9849
|
+
"url": "https://opencollective.com/eslint"
|
9850
|
+
},
|
9851
|
+
"peerDependencies": {
|
9852
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
9853
|
+
}
|
9854
|
+
},
|
9855
|
+
"node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
9856
|
+
"version": "3.4.3",
|
9857
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
9858
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
9859
|
+
"dev": true,
|
9860
|
+
"license": "Apache-2.0",
|
9861
|
+
"engines": {
|
9862
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9863
|
+
},
|
9864
|
+
"funding": {
|
9865
|
+
"url": "https://opencollective.com/eslint"
|
9866
|
+
}
|
9867
|
+
},
|
9454
9868
|
"node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
|
9455
9869
|
"version": "4.4.0",
|
9456
9870
|
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
|
@@ -9471,6 +9885,131 @@
|
|
9471
9885
|
"eslint": ">=9.0.0"
|
9472
9886
|
}
|
9473
9887
|
},
|
9888
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/project-service": {
|
9889
|
+
"version": "8.34.0",
|
9890
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
9891
|
+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
9892
|
+
"dev": true,
|
9893
|
+
"license": "MIT",
|
9894
|
+
"dependencies": {
|
9895
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
9896
|
+
"@typescript-eslint/types": "^8.34.0",
|
9897
|
+
"debug": "^4.3.4"
|
9898
|
+
},
|
9899
|
+
"engines": {
|
9900
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9901
|
+
},
|
9902
|
+
"funding": {
|
9903
|
+
"type": "opencollective",
|
9904
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9905
|
+
},
|
9906
|
+
"peerDependencies": {
|
9907
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9908
|
+
}
|
9909
|
+
},
|
9910
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/scope-manager": {
|
9911
|
+
"version": "8.34.0",
|
9912
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
9913
|
+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
9914
|
+
"dev": true,
|
9915
|
+
"license": "MIT",
|
9916
|
+
"dependencies": {
|
9917
|
+
"@typescript-eslint/types": "8.34.0",
|
9918
|
+
"@typescript-eslint/visitor-keys": "8.34.0"
|
9919
|
+
},
|
9920
|
+
"engines": {
|
9921
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9922
|
+
},
|
9923
|
+
"funding": {
|
9924
|
+
"type": "opencollective",
|
9925
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9926
|
+
}
|
9927
|
+
},
|
9928
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/types": {
|
9929
|
+
"version": "8.34.0",
|
9930
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
9931
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
9932
|
+
"dev": true,
|
9933
|
+
"license": "MIT",
|
9934
|
+
"engines": {
|
9935
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9936
|
+
},
|
9937
|
+
"funding": {
|
9938
|
+
"type": "opencollective",
|
9939
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9940
|
+
}
|
9941
|
+
},
|
9942
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/typescript-estree": {
|
9943
|
+
"version": "8.34.0",
|
9944
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
9945
|
+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
9946
|
+
"dev": true,
|
9947
|
+
"license": "MIT",
|
9948
|
+
"dependencies": {
|
9949
|
+
"@typescript-eslint/project-service": "8.34.0",
|
9950
|
+
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
9951
|
+
"@typescript-eslint/types": "8.34.0",
|
9952
|
+
"@typescript-eslint/visitor-keys": "8.34.0",
|
9953
|
+
"debug": "^4.3.4",
|
9954
|
+
"fast-glob": "^3.3.2",
|
9955
|
+
"is-glob": "^4.0.3",
|
9956
|
+
"minimatch": "^9.0.4",
|
9957
|
+
"semver": "^7.6.0",
|
9958
|
+
"ts-api-utils": "^2.1.0"
|
9959
|
+
},
|
9960
|
+
"engines": {
|
9961
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9962
|
+
},
|
9963
|
+
"funding": {
|
9964
|
+
"type": "opencollective",
|
9965
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9966
|
+
},
|
9967
|
+
"peerDependencies": {
|
9968
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9969
|
+
}
|
9970
|
+
},
|
9971
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/utils": {
|
9972
|
+
"version": "8.34.0",
|
9973
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
9974
|
+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
9975
|
+
"dev": true,
|
9976
|
+
"license": "MIT",
|
9977
|
+
"dependencies": {
|
9978
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
9979
|
+
"@typescript-eslint/scope-manager": "8.34.0",
|
9980
|
+
"@typescript-eslint/types": "8.34.0",
|
9981
|
+
"@typescript-eslint/typescript-estree": "8.34.0"
|
9982
|
+
},
|
9983
|
+
"engines": {
|
9984
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9985
|
+
},
|
9986
|
+
"funding": {
|
9987
|
+
"type": "opencollective",
|
9988
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9989
|
+
},
|
9990
|
+
"peerDependencies": {
|
9991
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
9992
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9993
|
+
}
|
9994
|
+
},
|
9995
|
+
"node_modules/eslint-config-xo/node_modules/@typescript-eslint/visitor-keys": {
|
9996
|
+
"version": "8.34.0",
|
9997
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
9998
|
+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
9999
|
+
"dev": true,
|
10000
|
+
"license": "MIT",
|
10001
|
+
"dependencies": {
|
10002
|
+
"@typescript-eslint/types": "8.34.0",
|
10003
|
+
"eslint-visitor-keys": "^4.2.0"
|
10004
|
+
},
|
10005
|
+
"engines": {
|
10006
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10007
|
+
},
|
10008
|
+
"funding": {
|
10009
|
+
"type": "opencollective",
|
10010
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10011
|
+
}
|
10012
|
+
},
|
9474
10013
|
"node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
|
9475
10014
|
"version": "4.2.0",
|
9476
10015
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
@@ -9497,6 +10036,35 @@
|
|
9497
10036
|
"url": "https://github.com/sponsors/sindresorhus"
|
9498
10037
|
}
|
9499
10038
|
},
|
10039
|
+
"node_modules/eslint-config-xo/node_modules/minimatch": {
|
10040
|
+
"version": "9.0.5",
|
10041
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10042
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10043
|
+
"dev": true,
|
10044
|
+
"license": "ISC",
|
10045
|
+
"dependencies": {
|
10046
|
+
"brace-expansion": "^2.0.1"
|
10047
|
+
},
|
10048
|
+
"engines": {
|
10049
|
+
"node": ">=16 || 14 >=14.17"
|
10050
|
+
},
|
10051
|
+
"funding": {
|
10052
|
+
"url": "https://github.com/sponsors/isaacs"
|
10053
|
+
}
|
10054
|
+
},
|
10055
|
+
"node_modules/eslint-config-xo/node_modules/ts-api-utils": {
|
10056
|
+
"version": "2.1.0",
|
10057
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
10058
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
10059
|
+
"dev": true,
|
10060
|
+
"license": "MIT",
|
10061
|
+
"engines": {
|
10062
|
+
"node": ">=18.12"
|
10063
|
+
},
|
10064
|
+
"peerDependencies": {
|
10065
|
+
"typescript": ">=4.8.4"
|
10066
|
+
}
|
10067
|
+
},
|
9500
10068
|
"node_modules/eslint-import-resolver-node": {
|
9501
10069
|
"version": "0.3.9",
|
9502
10070
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
@@ -9555,9 +10123,9 @@
|
|
9555
10123
|
}
|
9556
10124
|
},
|
9557
10125
|
"node_modules/eslint-module-utils": {
|
9558
|
-
"version": "2.12.
|
9559
|
-
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.
|
9560
|
-
"integrity": "sha512-
|
10126
|
+
"version": "2.12.1",
|
10127
|
+
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
|
10128
|
+
"integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
|
9561
10129
|
"dev": true,
|
9562
10130
|
"license": "MIT",
|
9563
10131
|
"dependencies": {
|
@@ -9661,30 +10229,30 @@
|
|
9661
10229
|
}
|
9662
10230
|
},
|
9663
10231
|
"node_modules/eslint-plugin-import": {
|
9664
|
-
"version": "2.
|
9665
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
9666
|
-
"integrity": "sha512-
|
10232
|
+
"version": "2.32.0",
|
10233
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
|
10234
|
+
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
9667
10235
|
"dev": true,
|
9668
10236
|
"license": "MIT",
|
9669
10237
|
"dependencies": {
|
9670
10238
|
"@rtsao/scc": "^1.1.0",
|
9671
|
-
"array-includes": "^3.1.
|
9672
|
-
"array.prototype.findlastindex": "^1.2.
|
9673
|
-
"array.prototype.flat": "^1.3.
|
9674
|
-
"array.prototype.flatmap": "^1.3.
|
10239
|
+
"array-includes": "^3.1.9",
|
10240
|
+
"array.prototype.findlastindex": "^1.2.6",
|
10241
|
+
"array.prototype.flat": "^1.3.3",
|
10242
|
+
"array.prototype.flatmap": "^1.3.3",
|
9675
10243
|
"debug": "^3.2.7",
|
9676
10244
|
"doctrine": "^2.1.0",
|
9677
10245
|
"eslint-import-resolver-node": "^0.3.9",
|
9678
|
-
"eslint-module-utils": "^2.12.
|
10246
|
+
"eslint-module-utils": "^2.12.1",
|
9679
10247
|
"hasown": "^2.0.2",
|
9680
|
-
"is-core-module": "^2.
|
10248
|
+
"is-core-module": "^2.16.1",
|
9681
10249
|
"is-glob": "^4.0.3",
|
9682
10250
|
"minimatch": "^3.1.2",
|
9683
10251
|
"object.fromentries": "^2.0.8",
|
9684
10252
|
"object.groupby": "^1.0.3",
|
9685
|
-
"object.values": "^1.2.
|
10253
|
+
"object.values": "^1.2.1",
|
9686
10254
|
"semver": "^6.3.1",
|
9687
|
-
"string.prototype.trimend": "^1.0.
|
10255
|
+
"string.prototype.trimend": "^1.0.9",
|
9688
10256
|
"tsconfig-paths": "^3.15.0"
|
9689
10257
|
},
|
9690
10258
|
"engines": {
|
@@ -9733,137 +10301,339 @@
|
|
9733
10301
|
"spdx-expression-parse": "^4.0.0"
|
9734
10302
|
},
|
9735
10303
|
"engines": {
|
9736
|
-
"node": ">=18"
|
10304
|
+
"node": ">=18"
|
10305
|
+
},
|
10306
|
+
"peerDependencies": {
|
10307
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
10308
|
+
}
|
10309
|
+
},
|
10310
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
10311
|
+
"version": "4.0.0",
|
10312
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
10313
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
10314
|
+
"dev": true,
|
10315
|
+
"license": "MIT",
|
10316
|
+
"dependencies": {
|
10317
|
+
"spdx-exceptions": "^2.1.0",
|
10318
|
+
"spdx-license-ids": "^3.0.0"
|
10319
|
+
}
|
10320
|
+
},
|
10321
|
+
"node_modules/eslint-plugin-mocha": {
|
10322
|
+
"version": "10.5.0",
|
10323
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz",
|
10324
|
+
"integrity": "sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==",
|
10325
|
+
"dev": true,
|
10326
|
+
"license": "MIT",
|
10327
|
+
"dependencies": {
|
10328
|
+
"eslint-utils": "^3.0.0",
|
10329
|
+
"globals": "^13.24.0",
|
10330
|
+
"rambda": "^7.4.0"
|
10331
|
+
},
|
10332
|
+
"engines": {
|
10333
|
+
"node": ">=14.0.0"
|
10334
|
+
},
|
10335
|
+
"peerDependencies": {
|
10336
|
+
"eslint": ">=7.0.0"
|
10337
|
+
}
|
10338
|
+
},
|
10339
|
+
"node_modules/eslint-plugin-n": {
|
10340
|
+
"version": "17.20.0",
|
10341
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.20.0.tgz",
|
10342
|
+
"integrity": "sha512-IRSoatgB/NQJZG5EeTbv/iAx1byOGdbbyhQrNvWdCfTnmPxUT0ao9/eGOeG7ljD8wJBsxwE8f6tES5Db0FRKEw==",
|
10343
|
+
"dev": true,
|
10344
|
+
"license": "MIT",
|
10345
|
+
"dependencies": {
|
10346
|
+
"@eslint-community/eslint-utils": "^4.5.0",
|
10347
|
+
"@typescript-eslint/utils": "^8.26.1",
|
10348
|
+
"enhanced-resolve": "^5.17.1",
|
10349
|
+
"eslint-plugin-es-x": "^7.8.0",
|
10350
|
+
"get-tsconfig": "^4.8.1",
|
10351
|
+
"globals": "^15.11.0",
|
10352
|
+
"ignore": "^5.3.2",
|
10353
|
+
"minimatch": "^9.0.5",
|
10354
|
+
"semver": "^7.6.3",
|
10355
|
+
"ts-declaration-location": "^1.0.6"
|
10356
|
+
},
|
10357
|
+
"engines": {
|
10358
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10359
|
+
},
|
10360
|
+
"funding": {
|
10361
|
+
"url": "https://opencollective.com/eslint"
|
10362
|
+
},
|
10363
|
+
"peerDependencies": {
|
10364
|
+
"eslint": ">=8.23.0"
|
10365
|
+
}
|
10366
|
+
},
|
10367
|
+
"node_modules/eslint-plugin-n/node_modules/@eslint-community/eslint-utils": {
|
10368
|
+
"version": "4.5.1",
|
10369
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
|
10370
|
+
"integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
|
10371
|
+
"dev": true,
|
10372
|
+
"license": "MIT",
|
10373
|
+
"dependencies": {
|
10374
|
+
"eslint-visitor-keys": "^3.4.3"
|
10375
|
+
},
|
10376
|
+
"engines": {
|
10377
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
10378
|
+
},
|
10379
|
+
"funding": {
|
10380
|
+
"url": "https://opencollective.com/eslint"
|
10381
|
+
},
|
10382
|
+
"peerDependencies": {
|
10383
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
10384
|
+
}
|
10385
|
+
},
|
10386
|
+
"node_modules/eslint-plugin-n/node_modules/globals": {
|
10387
|
+
"version": "15.15.0",
|
10388
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
|
10389
|
+
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
|
10390
|
+
"dev": true,
|
10391
|
+
"license": "MIT",
|
10392
|
+
"engines": {
|
10393
|
+
"node": ">=18"
|
10394
|
+
},
|
10395
|
+
"funding": {
|
10396
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
10397
|
+
}
|
10398
|
+
},
|
10399
|
+
"node_modules/eslint-plugin-n/node_modules/minimatch": {
|
10400
|
+
"version": "9.0.5",
|
10401
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10402
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10403
|
+
"dev": true,
|
10404
|
+
"license": "ISC",
|
10405
|
+
"dependencies": {
|
10406
|
+
"brace-expansion": "^2.0.1"
|
10407
|
+
},
|
10408
|
+
"engines": {
|
10409
|
+
"node": ">=16 || 14 >=14.17"
|
10410
|
+
},
|
10411
|
+
"funding": {
|
10412
|
+
"url": "https://github.com/sponsors/isaacs"
|
10413
|
+
}
|
10414
|
+
},
|
10415
|
+
"node_modules/eslint-plugin-perfectionist": {
|
10416
|
+
"version": "4.9.0",
|
10417
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
|
10418
|
+
"integrity": "sha512-76lDfJnonOcXGW3bEXuqhEGId0LrOlvIE1yLHvK/eKMMPOc0b43KchAIR2Bdbqlg+LPXU5/Q+UzuzkO+cWHT6w==",
|
10419
|
+
"dev": true,
|
10420
|
+
"license": "MIT",
|
10421
|
+
"dependencies": {
|
10422
|
+
"@typescript-eslint/types": "^8.24.0",
|
10423
|
+
"@typescript-eslint/utils": "^8.24.0",
|
10424
|
+
"natural-orderby": "^5.0.0"
|
10425
|
+
},
|
10426
|
+
"engines": {
|
10427
|
+
"node": "^18.0.0 || >=20.0.0"
|
10428
|
+
},
|
10429
|
+
"peerDependencies": {
|
10430
|
+
"eslint": ">=8.0.0"
|
10431
|
+
}
|
10432
|
+
},
|
10433
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
|
10434
|
+
"version": "4.7.0",
|
10435
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
10436
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
10437
|
+
"dev": true,
|
10438
|
+
"license": "MIT",
|
10439
|
+
"dependencies": {
|
10440
|
+
"eslint-visitor-keys": "^3.4.3"
|
10441
|
+
},
|
10442
|
+
"engines": {
|
10443
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
10444
|
+
},
|
10445
|
+
"funding": {
|
10446
|
+
"url": "https://opencollective.com/eslint"
|
10447
|
+
},
|
10448
|
+
"peerDependencies": {
|
10449
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
10450
|
+
}
|
10451
|
+
},
|
10452
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service": {
|
10453
|
+
"version": "8.34.0",
|
10454
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
|
10455
|
+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
|
10456
|
+
"dev": true,
|
10457
|
+
"license": "MIT",
|
10458
|
+
"dependencies": {
|
10459
|
+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
|
10460
|
+
"@typescript-eslint/types": "^8.34.0",
|
10461
|
+
"debug": "^4.3.4"
|
10462
|
+
},
|
10463
|
+
"engines": {
|
10464
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10465
|
+
},
|
10466
|
+
"funding": {
|
10467
|
+
"type": "opencollective",
|
10468
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9737
10469
|
},
|
9738
10470
|
"peerDependencies": {
|
9739
|
-
"
|
10471
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9740
10472
|
}
|
9741
10473
|
},
|
9742
|
-
"node_modules/eslint-plugin-
|
9743
|
-
"version": "
|
9744
|
-
"resolved": "https://registry.npmjs.org/
|
9745
|
-
"integrity": "sha512-
|
10474
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
10475
|
+
"version": "8.34.0",
|
10476
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
10477
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
9746
10478
|
"dev": true,
|
9747
10479
|
"license": "MIT",
|
9748
|
-
"
|
9749
|
-
"
|
9750
|
-
|
10480
|
+
"engines": {
|
10481
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10482
|
+
},
|
10483
|
+
"funding": {
|
10484
|
+
"type": "opencollective",
|
10485
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9751
10486
|
}
|
9752
10487
|
},
|
9753
|
-
"node_modules/eslint-plugin-
|
9754
|
-
"version": "
|
9755
|
-
"resolved": "https://registry.npmjs.org/
|
9756
|
-
"integrity": "sha512-
|
10488
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
|
10489
|
+
"version": "8.34.0",
|
10490
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
|
10491
|
+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
|
9757
10492
|
"dev": true,
|
9758
10493
|
"license": "MIT",
|
9759
10494
|
"dependencies": {
|
9760
|
-
"eslint
|
9761
|
-
"
|
9762
|
-
"rambda": "^7.4.0"
|
10495
|
+
"@typescript-eslint/types": "8.34.0",
|
10496
|
+
"@typescript-eslint/visitor-keys": "8.34.0"
|
9763
10497
|
},
|
9764
10498
|
"engines": {
|
9765
|
-
"node": "
|
10499
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9766
10500
|
},
|
9767
|
-
"
|
9768
|
-
"
|
10501
|
+
"funding": {
|
10502
|
+
"type": "opencollective",
|
10503
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9769
10504
|
}
|
9770
10505
|
},
|
9771
|
-
"node_modules/eslint-plugin-
|
9772
|
-
"version": "
|
9773
|
-
"resolved": "https://registry.npmjs.org/
|
9774
|
-
"integrity": "sha512-
|
10506
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
10507
|
+
"version": "8.34.0",
|
10508
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
10509
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
9775
10510
|
"dev": true,
|
9776
10511
|
"license": "MIT",
|
9777
|
-
"dependencies": {
|
9778
|
-
"@eslint-community/eslint-utils": "^4.5.0",
|
9779
|
-
"enhanced-resolve": "^5.17.1",
|
9780
|
-
"eslint-plugin-es-x": "^7.8.0",
|
9781
|
-
"get-tsconfig": "^4.8.1",
|
9782
|
-
"globals": "^15.11.0",
|
9783
|
-
"ignore": "^5.3.2",
|
9784
|
-
"minimatch": "^9.0.5",
|
9785
|
-
"semver": "^7.6.3"
|
9786
|
-
},
|
9787
10512
|
"engines": {
|
9788
10513
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9789
10514
|
},
|
9790
10515
|
"funding": {
|
9791
|
-
"
|
10516
|
+
"type": "opencollective",
|
10517
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10518
|
+
}
|
10519
|
+
},
|
10520
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
|
10521
|
+
"version": "8.25.0",
|
10522
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
|
10523
|
+
"integrity": "sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==",
|
10524
|
+
"dev": true,
|
10525
|
+
"license": "MIT",
|
10526
|
+
"engines": {
|
10527
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9792
10528
|
},
|
9793
|
-
"
|
9794
|
-
"
|
10529
|
+
"funding": {
|
10530
|
+
"type": "opencollective",
|
10531
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9795
10532
|
}
|
9796
10533
|
},
|
9797
|
-
"node_modules/eslint-plugin-
|
9798
|
-
"version": "
|
9799
|
-
"resolved": "https://registry.npmjs.org/@eslint
|
9800
|
-
"integrity": "sha512-
|
10534
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
|
10535
|
+
"version": "8.34.0",
|
10536
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
|
10537
|
+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
|
9801
10538
|
"dev": true,
|
9802
10539
|
"license": "MIT",
|
9803
10540
|
"dependencies": {
|
9804
|
-
"eslint-
|
10541
|
+
"@typescript-eslint/project-service": "8.34.0",
|
10542
|
+
"@typescript-eslint/tsconfig-utils": "8.34.0",
|
10543
|
+
"@typescript-eslint/types": "8.34.0",
|
10544
|
+
"@typescript-eslint/visitor-keys": "8.34.0",
|
10545
|
+
"debug": "^4.3.4",
|
10546
|
+
"fast-glob": "^3.3.2",
|
10547
|
+
"is-glob": "^4.0.3",
|
10548
|
+
"minimatch": "^9.0.4",
|
10549
|
+
"semver": "^7.6.0",
|
10550
|
+
"ts-api-utils": "^2.1.0"
|
9805
10551
|
},
|
9806
10552
|
"engines": {
|
9807
|
-
"node": "^
|
10553
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9808
10554
|
},
|
9809
10555
|
"funding": {
|
9810
|
-
"
|
10556
|
+
"type": "opencollective",
|
10557
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9811
10558
|
},
|
9812
10559
|
"peerDependencies": {
|
9813
|
-
"
|
10560
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9814
10561
|
}
|
9815
10562
|
},
|
9816
|
-
"node_modules/eslint-plugin-
|
9817
|
-
"version": "
|
9818
|
-
"resolved": "https://registry.npmjs.org/
|
9819
|
-
"integrity": "sha512-
|
10563
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
10564
|
+
"version": "8.34.0",
|
10565
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
10566
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
9820
10567
|
"dev": true,
|
9821
10568
|
"license": "MIT",
|
9822
10569
|
"engines": {
|
9823
|
-
"node": ">=
|
10570
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9824
10571
|
},
|
9825
10572
|
"funding": {
|
9826
|
-
"
|
10573
|
+
"type": "opencollective",
|
10574
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9827
10575
|
}
|
9828
10576
|
},
|
9829
|
-
"node_modules/eslint-plugin-
|
9830
|
-
"version": "
|
9831
|
-
"resolved": "https://registry.npmjs.org/
|
9832
|
-
"integrity": "sha512-
|
10577
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
|
10578
|
+
"version": "8.34.0",
|
10579
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
|
10580
|
+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
|
9833
10581
|
"dev": true,
|
9834
|
-
"license": "
|
10582
|
+
"license": "MIT",
|
9835
10583
|
"dependencies": {
|
9836
|
-
"
|
10584
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
10585
|
+
"@typescript-eslint/scope-manager": "8.34.0",
|
10586
|
+
"@typescript-eslint/types": "8.34.0",
|
10587
|
+
"@typescript-eslint/typescript-estree": "8.34.0"
|
9837
10588
|
},
|
9838
10589
|
"engines": {
|
9839
|
-
"node": "
|
10590
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9840
10591
|
},
|
9841
10592
|
"funding": {
|
9842
|
-
"
|
10593
|
+
"type": "opencollective",
|
10594
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10595
|
+
},
|
10596
|
+
"peerDependencies": {
|
10597
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
10598
|
+
"typescript": ">=4.8.4 <5.9.0"
|
9843
10599
|
}
|
9844
10600
|
},
|
9845
|
-
"node_modules/eslint-plugin-perfectionist": {
|
9846
|
-
"version": "
|
9847
|
-
"resolved": "https://registry.npmjs.org/
|
9848
|
-
"integrity": "sha512-
|
10601
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
10602
|
+
"version": "8.34.0",
|
10603
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
10604
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
10605
|
+
"dev": true,
|
10606
|
+
"license": "MIT",
|
10607
|
+
"engines": {
|
10608
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10609
|
+
},
|
10610
|
+
"funding": {
|
10611
|
+
"type": "opencollective",
|
10612
|
+
"url": "https://opencollective.com/typescript-eslint"
|
10613
|
+
}
|
10614
|
+
},
|
10615
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
|
10616
|
+
"version": "8.34.0",
|
10617
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
|
10618
|
+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
|
9849
10619
|
"dev": true,
|
9850
10620
|
"license": "MIT",
|
9851
10621
|
"dependencies": {
|
9852
|
-
"@typescript-eslint/types": "
|
9853
|
-
"
|
9854
|
-
"natural-orderby": "^5.0.0"
|
10622
|
+
"@typescript-eslint/types": "8.34.0",
|
10623
|
+
"eslint-visitor-keys": "^4.2.0"
|
9855
10624
|
},
|
9856
10625
|
"engines": {
|
9857
|
-
"node": "^18.
|
10626
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
9858
10627
|
},
|
9859
|
-
"
|
9860
|
-
"
|
10628
|
+
"funding": {
|
10629
|
+
"type": "opencollective",
|
10630
|
+
"url": "https://opencollective.com/typescript-eslint"
|
9861
10631
|
}
|
9862
10632
|
},
|
9863
|
-
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
|
9864
|
-
"version": "8.
|
9865
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
9866
|
-
"integrity": "sha512
|
10633
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
|
10634
|
+
"version": "8.34.0",
|
10635
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
|
10636
|
+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
|
9867
10637
|
"dev": true,
|
9868
10638
|
"license": "MIT",
|
9869
10639
|
"engines": {
|
@@ -9874,6 +10644,35 @@
|
|
9874
10644
|
"url": "https://opencollective.com/typescript-eslint"
|
9875
10645
|
}
|
9876
10646
|
},
|
10647
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
10648
|
+
"version": "4.2.0",
|
10649
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
10650
|
+
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
10651
|
+
"dev": true,
|
10652
|
+
"license": "Apache-2.0",
|
10653
|
+
"engines": {
|
10654
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
10655
|
+
},
|
10656
|
+
"funding": {
|
10657
|
+
"url": "https://opencollective.com/eslint"
|
10658
|
+
}
|
10659
|
+
},
|
10660
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
10661
|
+
"version": "9.0.5",
|
10662
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10663
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10664
|
+
"dev": true,
|
10665
|
+
"license": "ISC",
|
10666
|
+
"dependencies": {
|
10667
|
+
"brace-expansion": "^2.0.1"
|
10668
|
+
},
|
10669
|
+
"engines": {
|
10670
|
+
"node": ">=16 || 14 >=14.17"
|
10671
|
+
},
|
10672
|
+
"funding": {
|
10673
|
+
"url": "https://github.com/sponsors/isaacs"
|
10674
|
+
}
|
10675
|
+
},
|
9877
10676
|
"node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
|
9878
10677
|
"version": "5.0.0",
|
9879
10678
|
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
|
@@ -9884,6 +10683,19 @@
|
|
9884
10683
|
"node": ">=18"
|
9885
10684
|
}
|
9886
10685
|
},
|
10686
|
+
"node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
|
10687
|
+
"version": "2.1.0",
|
10688
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
10689
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
10690
|
+
"dev": true,
|
10691
|
+
"license": "MIT",
|
10692
|
+
"engines": {
|
10693
|
+
"node": ">=18.12"
|
10694
|
+
},
|
10695
|
+
"peerDependencies": {
|
10696
|
+
"typescript": ">=4.8.4"
|
10697
|
+
}
|
10698
|
+
},
|
9887
10699
|
"node_modules/eslint-plugin-prettier": {
|
9888
10700
|
"version": "5.5.0",
|
9889
10701
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz",
|
@@ -12330,6 +13142,19 @@
|
|
12330
13142
|
"url": "https://github.com/sponsors/ljharb"
|
12331
13143
|
}
|
12332
13144
|
},
|
13145
|
+
"node_modules/is-negative-zero": {
|
13146
|
+
"version": "2.0.3",
|
13147
|
+
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
13148
|
+
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
13149
|
+
"dev": true,
|
13150
|
+
"license": "MIT",
|
13151
|
+
"engines": {
|
13152
|
+
"node": ">= 0.4"
|
13153
|
+
},
|
13154
|
+
"funding": {
|
13155
|
+
"url": "https://github.com/sponsors/ljharb"
|
13156
|
+
}
|
13157
|
+
},
|
12333
13158
|
"node_modules/is-number": {
|
12334
13159
|
"version": "7.0.0",
|
12335
13160
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
@@ -12637,9 +13462,9 @@
|
|
12637
13462
|
"license": "ISC"
|
12638
13463
|
},
|
12639
13464
|
"node_modules/isomorphic-git": {
|
12640
|
-
"version": "1.
|
12641
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
12642
|
-
"integrity": "sha512-
|
13465
|
+
"version": "1.32.0",
|
13466
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.0.tgz",
|
13467
|
+
"integrity": "sha512-opbs9B00JcXZRmCFB8oxCIKsmshtfmWh89lHu+2qZZFF6599KNn3aRuhsDlA1YiAtvZXK85LW6MCLPxmNhGIAw==",
|
12643
13468
|
"license": "MIT",
|
12644
13469
|
"dependencies": {
|
12645
13470
|
"async-lock": "^1.4.1",
|
@@ -14692,9 +15517,9 @@
|
|
14692
15517
|
}
|
14693
15518
|
},
|
14694
15519
|
"node_modules/oclif": {
|
14695
|
-
"version": "4.
|
14696
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
14697
|
-
"integrity": "sha512-
|
15520
|
+
"version": "4.20.1",
|
15521
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.1.tgz",
|
15522
|
+
"integrity": "sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==",
|
14698
15523
|
"dev": true,
|
14699
15524
|
"license": "MIT",
|
14700
15525
|
"dependencies": {
|
@@ -14703,10 +15528,10 @@
|
|
14703
15528
|
"@inquirer/confirm": "^3.1.22",
|
14704
15529
|
"@inquirer/input": "^2.2.4",
|
14705
15530
|
"@inquirer/select": "^2.5.0",
|
14706
|
-
"@oclif/core": "^4.
|
15531
|
+
"@oclif/core": "^4.4.0",
|
14707
15532
|
"@oclif/plugin-help": "^6.2.29",
|
14708
15533
|
"@oclif/plugin-not-found": "^3.2.57",
|
14709
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
15534
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.41",
|
14710
15535
|
"ansis": "^3.16.0",
|
14711
15536
|
"async-retry": "^1.3.3",
|
14712
15537
|
"change-case": "^4",
|
@@ -15570,9 +16395,9 @@
|
|
15570
16395
|
}
|
15571
16396
|
},
|
15572
16397
|
"node_modules/prettier": {
|
15573
|
-
"version": "3.
|
15574
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
15575
|
-
"integrity": "sha512-
|
16398
|
+
"version": "3.6.0",
|
16399
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz",
|
16400
|
+
"integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==",
|
15576
16401
|
"dev": true,
|
15577
16402
|
"license": "MIT",
|
15578
16403
|
"bin": {
|
@@ -17123,6 +17948,20 @@
|
|
17123
17948
|
"node": ">=8"
|
17124
17949
|
}
|
17125
17950
|
},
|
17951
|
+
"node_modules/stop-iteration-iterator": {
|
17952
|
+
"version": "1.1.0",
|
17953
|
+
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
17954
|
+
"integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
|
17955
|
+
"dev": true,
|
17956
|
+
"license": "MIT",
|
17957
|
+
"dependencies": {
|
17958
|
+
"es-errors": "^1.3.0",
|
17959
|
+
"internal-slot": "^1.1.0"
|
17960
|
+
},
|
17961
|
+
"engines": {
|
17962
|
+
"node": ">= 0.4"
|
17963
|
+
}
|
17964
|
+
},
|
17126
17965
|
"node_modules/string_decoder": {
|
17127
17966
|
"version": "1.3.0",
|
17128
17967
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
@@ -17668,6 +18507,29 @@
|
|
17668
18507
|
"typescript": ">=4.2.0"
|
17669
18508
|
}
|
17670
18509
|
},
|
18510
|
+
"node_modules/ts-declaration-location": {
|
18511
|
+
"version": "1.0.7",
|
18512
|
+
"resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz",
|
18513
|
+
"integrity": "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==",
|
18514
|
+
"dev": true,
|
18515
|
+
"funding": [
|
18516
|
+
{
|
18517
|
+
"type": "ko-fi",
|
18518
|
+
"url": "https://ko-fi.com/rebeccastevens"
|
18519
|
+
},
|
18520
|
+
{
|
18521
|
+
"type": "tidelift",
|
18522
|
+
"url": "https://tidelift.com/funding/github/npm/ts-declaration-location"
|
18523
|
+
}
|
18524
|
+
],
|
18525
|
+
"license": "BSD-3-Clause",
|
18526
|
+
"dependencies": {
|
18527
|
+
"picomatch": "^4.0.2"
|
18528
|
+
},
|
18529
|
+
"peerDependencies": {
|
18530
|
+
"typescript": ">=4.0.0"
|
18531
|
+
}
|
18532
|
+
},
|
17671
18533
|
"node_modules/ts-json-schema-generator": {
|
17672
18534
|
"version": "1.5.1",
|
17673
18535
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
@@ -18019,15 +18881,15 @@
|
|
18019
18881
|
}
|
18020
18882
|
},
|
18021
18883
|
"node_modules/typescript-eslint": {
|
18022
|
-
"version": "8.34.
|
18023
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.34.
|
18024
|
-
"integrity": "sha512-
|
18884
|
+
"version": "8.34.1",
|
18885
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.34.1.tgz",
|
18886
|
+
"integrity": "sha512-XjS+b6Vg9oT1BaIUfkW3M3LvqZE++rbzAMEHuccCfO/YkP43ha6w3jTEMilQxMF92nVOYCcdjv1ZUhAa1D/0ow==",
|
18025
18887
|
"dev": true,
|
18026
18888
|
"license": "MIT",
|
18027
18889
|
"dependencies": {
|
18028
|
-
"@typescript-eslint/eslint-plugin": "8.34.
|
18029
|
-
"@typescript-eslint/parser": "8.34.
|
18030
|
-
"@typescript-eslint/utils": "8.34.
|
18890
|
+
"@typescript-eslint/eslint-plugin": "8.34.1",
|
18891
|
+
"@typescript-eslint/parser": "8.34.1",
|
18892
|
+
"@typescript-eslint/utils": "8.34.1"
|
18031
18893
|
},
|
18032
18894
|
"engines": {
|
18033
18895
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|