@jayree/sfdx-plugin-manifest 3.6.65 → 3.6.66
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +398 -95
- package/oclif.lock +230 -73
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.66",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.66",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.6",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.16.7",
|
18
|
-
"@salesforce/source-tracking": "7.3.
|
18
|
+
"@salesforce/source-tracking": "7.3.18",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^5.0.8",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.37",
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
28
|
+
"@oclif/plugin-help": "^6.2.27",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -3173,9 +3173,9 @@
|
|
3173
3173
|
}
|
3174
3174
|
},
|
3175
3175
|
"node_modules/@oclif/plugin-help": {
|
3176
|
-
"version": "6.2.
|
3177
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3178
|
-
"integrity": "sha512-
|
3176
|
+
"version": "6.2.27",
|
3177
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz",
|
3178
|
+
"integrity": "sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==",
|
3179
3179
|
"dev": true,
|
3180
3180
|
"license": "MIT",
|
3181
3181
|
"dependencies": {
|
@@ -3867,17 +3867,17 @@
|
|
3867
3867
|
}
|
3868
3868
|
},
|
3869
3869
|
"node_modules/@salesforce/source-tracking": {
|
3870
|
-
"version": "7.3.
|
3871
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
3872
|
-
"integrity": "sha512-
|
3870
|
+
"version": "7.3.18",
|
3871
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.18.tgz",
|
3872
|
+
"integrity": "sha512-8xc0wD8D1Bn6yy9jgPYjcgXaCmln2qm7+deV5LFh0Sinw1qnabJVDHPETQ013zhyZZGQrYGfyqnnLIHU5CV3lg==",
|
3873
3873
|
"license": "BSD-3-Clause",
|
3874
3874
|
"dependencies": {
|
3875
|
-
"@oclif/core": "^4.2.
|
3876
|
-
"@salesforce/core": "^8.8.
|
3875
|
+
"@oclif/core": "^4.2.9",
|
3876
|
+
"@salesforce/core": "^8.8.5",
|
3877
3877
|
"@salesforce/kit": "^3.2.3",
|
3878
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
3878
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
3879
3879
|
"@salesforce/ts-types": "^2.0.12",
|
3880
|
-
"fast-xml-parser": "^4.5.
|
3880
|
+
"fast-xml-parser": "^4.5.3",
|
3881
3881
|
"graceful-fs": "^4.2.11",
|
3882
3882
|
"isomorphic-git": "^1.27.2",
|
3883
3883
|
"ts-retry-promise": "^0.8.1"
|
@@ -5267,17 +5267,17 @@
|
|
5267
5267
|
"license": "MIT"
|
5268
5268
|
},
|
5269
5269
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5270
|
-
"version": "8.26.
|
5271
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.
|
5272
|
-
"integrity": "sha512-
|
5270
|
+
"version": "8.26.1",
|
5271
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz",
|
5272
|
+
"integrity": "sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==",
|
5273
5273
|
"dev": true,
|
5274
5274
|
"license": "MIT",
|
5275
5275
|
"dependencies": {
|
5276
5276
|
"@eslint-community/regexpp": "^4.10.0",
|
5277
|
-
"@typescript-eslint/scope-manager": "8.26.
|
5278
|
-
"@typescript-eslint/type-utils": "8.26.
|
5279
|
-
"@typescript-eslint/utils": "8.26.
|
5280
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5277
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5278
|
+
"@typescript-eslint/type-utils": "8.26.1",
|
5279
|
+
"@typescript-eslint/utils": "8.26.1",
|
5280
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5281
5281
|
"graphemer": "^1.4.0",
|
5282
5282
|
"ignore": "^5.3.1",
|
5283
5283
|
"natural-compare": "^1.4.0",
|
@@ -5297,14 +5297,14 @@
|
|
5297
5297
|
}
|
5298
5298
|
},
|
5299
5299
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5300
|
-
"version": "8.26.
|
5301
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.
|
5302
|
-
"integrity": "sha512-
|
5300
|
+
"version": "8.26.1",
|
5301
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5302
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5303
5303
|
"dev": true,
|
5304
5304
|
"license": "MIT",
|
5305
5305
|
"dependencies": {
|
5306
|
-
"@typescript-eslint/types": "8.26.
|
5307
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5306
|
+
"@typescript-eslint/types": "8.26.1",
|
5307
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5308
5308
|
},
|
5309
5309
|
"engines": {
|
5310
5310
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5315,27 +5315,78 @@
|
|
5315
5315
|
}
|
5316
5316
|
},
|
5317
5317
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5318
|
-
"version": "8.26.
|
5319
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5320
|
-
"integrity": "sha512-
|
5318
|
+
"version": "8.26.1",
|
5319
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5320
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5321
|
+
"dev": true,
|
5322
|
+
"license": "MIT",
|
5323
|
+
"engines": {
|
5324
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5325
|
+
},
|
5326
|
+
"funding": {
|
5327
|
+
"type": "opencollective",
|
5328
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5329
|
+
}
|
5330
|
+
},
|
5331
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5332
|
+
"version": "8.26.1",
|
5333
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5334
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5335
|
+
"dev": true,
|
5336
|
+
"license": "MIT",
|
5337
|
+
"dependencies": {
|
5338
|
+
"@typescript-eslint/types": "8.26.1",
|
5339
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5340
|
+
"debug": "^4.3.4",
|
5341
|
+
"fast-glob": "^3.3.2",
|
5342
|
+
"is-glob": "^4.0.3",
|
5343
|
+
"minimatch": "^9.0.4",
|
5344
|
+
"semver": "^7.6.0",
|
5345
|
+
"ts-api-utils": "^2.0.1"
|
5346
|
+
},
|
5347
|
+
"engines": {
|
5348
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5349
|
+
},
|
5350
|
+
"funding": {
|
5351
|
+
"type": "opencollective",
|
5352
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5353
|
+
},
|
5354
|
+
"peerDependencies": {
|
5355
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5356
|
+
}
|
5357
|
+
},
|
5358
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5359
|
+
"version": "8.26.1",
|
5360
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
5361
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
5321
5362
|
"dev": true,
|
5322
5363
|
"license": "MIT",
|
5364
|
+
"dependencies": {
|
5365
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
5366
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5367
|
+
"@typescript-eslint/types": "8.26.1",
|
5368
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
5369
|
+
},
|
5323
5370
|
"engines": {
|
5324
5371
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5325
5372
|
},
|
5326
5373
|
"funding": {
|
5327
5374
|
"type": "opencollective",
|
5328
5375
|
"url": "https://opencollective.com/typescript-eslint"
|
5376
|
+
},
|
5377
|
+
"peerDependencies": {
|
5378
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5379
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5329
5380
|
}
|
5330
5381
|
},
|
5331
5382
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5332
|
-
"version": "8.26.
|
5333
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5334
|
-
"integrity": "sha512-
|
5383
|
+
"version": "8.26.1",
|
5384
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5385
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5335
5386
|
"dev": true,
|
5336
5387
|
"license": "MIT",
|
5337
5388
|
"dependencies": {
|
5338
|
-
"@typescript-eslint/types": "8.26.
|
5389
|
+
"@typescript-eslint/types": "8.26.1",
|
5339
5390
|
"eslint-visitor-keys": "^4.2.0"
|
5340
5391
|
},
|
5341
5392
|
"engines": {
|
@@ -5359,6 +5410,22 @@
|
|
5359
5410
|
"url": "https://opencollective.com/eslint"
|
5360
5411
|
}
|
5361
5412
|
},
|
5413
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5414
|
+
"version": "9.0.5",
|
5415
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5416
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5417
|
+
"dev": true,
|
5418
|
+
"license": "ISC",
|
5419
|
+
"dependencies": {
|
5420
|
+
"brace-expansion": "^2.0.1"
|
5421
|
+
},
|
5422
|
+
"engines": {
|
5423
|
+
"node": ">=16 || 14 >=14.17"
|
5424
|
+
},
|
5425
|
+
"funding": {
|
5426
|
+
"url": "https://github.com/sponsors/isaacs"
|
5427
|
+
}
|
5428
|
+
},
|
5362
5429
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5363
5430
|
"version": "2.0.1",
|
5364
5431
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
@@ -5373,16 +5440,16 @@
|
|
5373
5440
|
}
|
5374
5441
|
},
|
5375
5442
|
"node_modules/@typescript-eslint/parser": {
|
5376
|
-
"version": "8.26.
|
5377
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.
|
5378
|
-
"integrity": "sha512-
|
5443
|
+
"version": "8.26.1",
|
5444
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.1.tgz",
|
5445
|
+
"integrity": "sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==",
|
5379
5446
|
"dev": true,
|
5380
5447
|
"license": "MIT",
|
5381
5448
|
"dependencies": {
|
5382
|
-
"@typescript-eslint/scope-manager": "8.26.
|
5383
|
-
"@typescript-eslint/types": "8.26.
|
5384
|
-
"@typescript-eslint/typescript-estree": "8.26.
|
5385
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5449
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5450
|
+
"@typescript-eslint/types": "8.26.1",
|
5451
|
+
"@typescript-eslint/typescript-estree": "8.26.1",
|
5452
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5386
5453
|
"debug": "^4.3.4"
|
5387
5454
|
},
|
5388
5455
|
"engines": {
|
@@ -5398,14 +5465,14 @@
|
|
5398
5465
|
}
|
5399
5466
|
},
|
5400
5467
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5401
|
-
"version": "8.26.
|
5402
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.
|
5403
|
-
"integrity": "sha512-
|
5468
|
+
"version": "8.26.1",
|
5469
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5470
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5404
5471
|
"dev": true,
|
5405
5472
|
"license": "MIT",
|
5406
5473
|
"dependencies": {
|
5407
|
-
"@typescript-eslint/types": "8.26.
|
5408
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5474
|
+
"@typescript-eslint/types": "8.26.1",
|
5475
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5409
5476
|
},
|
5410
5477
|
"engines": {
|
5411
5478
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5416,9 +5483,9 @@
|
|
5416
5483
|
}
|
5417
5484
|
},
|
5418
5485
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5419
|
-
"version": "8.26.
|
5420
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5421
|
-
"integrity": "sha512-
|
5486
|
+
"version": "8.26.1",
|
5487
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5488
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5422
5489
|
"dev": true,
|
5423
5490
|
"license": "MIT",
|
5424
5491
|
"engines": {
|
@@ -5430,14 +5497,14 @@
|
|
5430
5497
|
}
|
5431
5498
|
},
|
5432
5499
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5433
|
-
"version": "8.26.
|
5434
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.
|
5435
|
-
"integrity": "sha512-
|
5500
|
+
"version": "8.26.1",
|
5501
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5502
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5436
5503
|
"dev": true,
|
5437
5504
|
"license": "MIT",
|
5438
5505
|
"dependencies": {
|
5439
|
-
"@typescript-eslint/types": "8.26.
|
5440
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5506
|
+
"@typescript-eslint/types": "8.26.1",
|
5507
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5441
5508
|
"debug": "^4.3.4",
|
5442
5509
|
"fast-glob": "^3.3.2",
|
5443
5510
|
"is-glob": "^4.0.3",
|
@@ -5457,13 +5524,13 @@
|
|
5457
5524
|
}
|
5458
5525
|
},
|
5459
5526
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5460
|
-
"version": "8.26.
|
5461
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5462
|
-
"integrity": "sha512-
|
5527
|
+
"version": "8.26.1",
|
5528
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5529
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5463
5530
|
"dev": true,
|
5464
5531
|
"license": "MIT",
|
5465
5532
|
"dependencies": {
|
5466
|
-
"@typescript-eslint/types": "8.26.
|
5533
|
+
"@typescript-eslint/types": "8.26.1",
|
5467
5534
|
"eslint-visitor-keys": "^4.2.0"
|
5468
5535
|
},
|
5469
5536
|
"engines": {
|
@@ -5535,14 +5602,14 @@
|
|
5535
5602
|
}
|
5536
5603
|
},
|
5537
5604
|
"node_modules/@typescript-eslint/type-utils": {
|
5538
|
-
"version": "8.26.
|
5539
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.
|
5540
|
-
"integrity": "sha512-
|
5605
|
+
"version": "8.26.1",
|
5606
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz",
|
5607
|
+
"integrity": "sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==",
|
5541
5608
|
"dev": true,
|
5542
5609
|
"license": "MIT",
|
5543
5610
|
"dependencies": {
|
5544
|
-
"@typescript-eslint/typescript-estree": "8.26.
|
5545
|
-
"@typescript-eslint/utils": "8.26.
|
5611
|
+
"@typescript-eslint/typescript-estree": "8.26.1",
|
5612
|
+
"@typescript-eslint/utils": "8.26.1",
|
5546
5613
|
"debug": "^4.3.4",
|
5547
5614
|
"ts-api-utils": "^2.0.1"
|
5548
5615
|
},
|
@@ -5558,10 +5625,28 @@
|
|
5558
5625
|
"typescript": ">=4.8.4 <5.9.0"
|
5559
5626
|
}
|
5560
5627
|
},
|
5628
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
5629
|
+
"version": "8.26.1",
|
5630
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5631
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5632
|
+
"dev": true,
|
5633
|
+
"license": "MIT",
|
5634
|
+
"dependencies": {
|
5635
|
+
"@typescript-eslint/types": "8.26.1",
|
5636
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5637
|
+
},
|
5638
|
+
"engines": {
|
5639
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5640
|
+
},
|
5641
|
+
"funding": {
|
5642
|
+
"type": "opencollective",
|
5643
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5644
|
+
}
|
5645
|
+
},
|
5561
5646
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
5562
|
-
"version": "8.26.
|
5563
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5564
|
-
"integrity": "sha512-
|
5647
|
+
"version": "8.26.1",
|
5648
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5649
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5565
5650
|
"dev": true,
|
5566
5651
|
"license": "MIT",
|
5567
5652
|
"engines": {
|
@@ -5573,14 +5658,14 @@
|
|
5573
5658
|
}
|
5574
5659
|
},
|
5575
5660
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
5576
|
-
"version": "8.26.
|
5577
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.
|
5578
|
-
"integrity": "sha512-
|
5661
|
+
"version": "8.26.1",
|
5662
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5663
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5579
5664
|
"dev": true,
|
5580
5665
|
"license": "MIT",
|
5581
5666
|
"dependencies": {
|
5582
|
-
"@typescript-eslint/types": "8.26.
|
5583
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5667
|
+
"@typescript-eslint/types": "8.26.1",
|
5668
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5584
5669
|
"debug": "^4.3.4",
|
5585
5670
|
"fast-glob": "^3.3.2",
|
5586
5671
|
"is-glob": "^4.0.3",
|
@@ -5599,14 +5684,38 @@
|
|
5599
5684
|
"typescript": ">=4.8.4 <5.9.0"
|
5600
5685
|
}
|
5601
5686
|
},
|
5687
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
5688
|
+
"version": "8.26.1",
|
5689
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
5690
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
5691
|
+
"dev": true,
|
5692
|
+
"license": "MIT",
|
5693
|
+
"dependencies": {
|
5694
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
5695
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5696
|
+
"@typescript-eslint/types": "8.26.1",
|
5697
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
5698
|
+
},
|
5699
|
+
"engines": {
|
5700
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5701
|
+
},
|
5702
|
+
"funding": {
|
5703
|
+
"type": "opencollective",
|
5704
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5705
|
+
},
|
5706
|
+
"peerDependencies": {
|
5707
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5708
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5709
|
+
}
|
5710
|
+
},
|
5602
5711
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5603
|
-
"version": "8.26.
|
5604
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5605
|
-
"integrity": "sha512-
|
5712
|
+
"version": "8.26.1",
|
5713
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5714
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5606
5715
|
"dev": true,
|
5607
5716
|
"license": "MIT",
|
5608
5717
|
"dependencies": {
|
5609
|
-
"@typescript-eslint/types": "8.26.
|
5718
|
+
"@typescript-eslint/types": "8.26.1",
|
5610
5719
|
"eslint-visitor-keys": "^4.2.0"
|
5611
5720
|
},
|
5612
5721
|
"engines": {
|
@@ -5886,6 +5995,34 @@
|
|
5886
5995
|
"dev": true,
|
5887
5996
|
"license": "ISC"
|
5888
5997
|
},
|
5998
|
+
"node_modules/@unrs/rspack-resolver-binding-linux-x64-gnu": {
|
5999
|
+
"version": "1.1.1",
|
6000
|
+
"resolved": "https://registry.npmjs.org/@unrs/rspack-resolver-binding-linux-x64-gnu/-/rspack-resolver-binding-linux-x64-gnu-1.1.1.tgz",
|
6001
|
+
"integrity": "sha512-gAUWCEvtLGoKn2+dPrWXqE2xMfUjyvsUDa1+8yjKnyEqfGCyKcyaSSWkXq7k2VQnS5XxOThQJPPnZol4EOBxpw==",
|
6002
|
+
"cpu": [
|
6003
|
+
"x64"
|
6004
|
+
],
|
6005
|
+
"dev": true,
|
6006
|
+
"license": "MIT",
|
6007
|
+
"optional": true,
|
6008
|
+
"os": [
|
6009
|
+
"linux"
|
6010
|
+
]
|
6011
|
+
},
|
6012
|
+
"node_modules/@unrs/rspack-resolver-binding-linux-x64-musl": {
|
6013
|
+
"version": "1.1.1",
|
6014
|
+
"resolved": "https://registry.npmjs.org/@unrs/rspack-resolver-binding-linux-x64-musl/-/rspack-resolver-binding-linux-x64-musl-1.1.1.tgz",
|
6015
|
+
"integrity": "sha512-o1Ik61ahhy+UHIWQB3t/kGwOUPmECbyXVuiW6D/ieKUWslspGE6qjFnyDxWqj9bDGsgjlbl/+O5QabXuAdUsJQ==",
|
6016
|
+
"cpu": [
|
6017
|
+
"x64"
|
6018
|
+
],
|
6019
|
+
"dev": true,
|
6020
|
+
"license": "MIT",
|
6021
|
+
"optional": true,
|
6022
|
+
"os": [
|
6023
|
+
"linux"
|
6024
|
+
]
|
6025
|
+
},
|
5889
6026
|
"node_modules/@yarnpkg/lockfile": {
|
5890
6027
|
"version": "1.1.0",
|
5891
6028
|
"resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
|
@@ -8602,9 +8739,9 @@
|
|
8602
8739
|
}
|
8603
8740
|
},
|
8604
8741
|
"node_modules/eslint-config-oclif": {
|
8605
|
-
"version": "6.0.
|
8606
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8607
|
-
"integrity": "sha512-
|
8742
|
+
"version": "6.0.32",
|
8743
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.32.tgz",
|
8744
|
+
"integrity": "sha512-yD0A3t/KhmpNS603O7EctYj9N4R71uVQbsoiEuJs8MqbOfW6NRK0V8VG3x0uJ09zE9LL2yvjJtzxfatxmG27/A==",
|
8608
8745
|
"dev": true,
|
8609
8746
|
"license": "MIT",
|
8610
8747
|
"dependencies": {
|
@@ -8617,14 +8754,14 @@
|
|
8617
8754
|
"eslint-config-oclif": "^5.2.2",
|
8618
8755
|
"eslint-config-xo": "^0.46.0",
|
8619
8756
|
"eslint-config-xo-space": "^0.35.0",
|
8620
|
-
"eslint-import-resolver-typescript": "^3.
|
8757
|
+
"eslint-import-resolver-typescript": "^3.9.0",
|
8621
8758
|
"eslint-plugin-import": "^2.31.0",
|
8622
8759
|
"eslint-plugin-jsdoc": "^50.6.3",
|
8623
8760
|
"eslint-plugin-mocha": "^10.5.0",
|
8624
8761
|
"eslint-plugin-n": "^17.16.2",
|
8625
8762
|
"eslint-plugin-perfectionist": "^4",
|
8626
8763
|
"eslint-plugin-unicorn": "^56.0.1",
|
8627
|
-
"typescript-eslint": "^8.26.
|
8764
|
+
"typescript-eslint": "^8.26.1"
|
8628
8765
|
},
|
8629
8766
|
"engines": {
|
8630
8767
|
"node": ">=18.18.0"
|
@@ -9145,18 +9282,18 @@
|
|
9145
9282
|
}
|
9146
9283
|
},
|
9147
9284
|
"node_modules/eslint-import-resolver-typescript": {
|
9148
|
-
"version": "3.
|
9149
|
-
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.
|
9150
|
-
"integrity": "sha512-
|
9285
|
+
"version": "3.9.1",
|
9286
|
+
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.9.1.tgz",
|
9287
|
+
"integrity": "sha512-euxa5rTGqHeqVxmOHT25hpk58PxkQ4mNoX6Yun4ooGaCHAxOCojJYNvjmyeOQxj/LyW+3fulH0+xtk+p2kPPTw==",
|
9151
9288
|
"dev": true,
|
9152
9289
|
"license": "ISC",
|
9153
9290
|
"dependencies": {
|
9154
9291
|
"@nolyfill/is-core-module": "1.0.39",
|
9155
|
-
"debug": "^4.
|
9156
|
-
"enhanced-resolve": "^5.15.0",
|
9292
|
+
"debug": "^4.4.0",
|
9157
9293
|
"get-tsconfig": "^4.10.0",
|
9158
|
-
"is-bun-module": "^1.0
|
9159
|
-
"
|
9294
|
+
"is-bun-module": "^1.3.0",
|
9295
|
+
"rspack-resolver": "^1.1.0",
|
9296
|
+
"stable-hash": "^0.0.5",
|
9160
9297
|
"tinyglobby": "^0.2.12"
|
9161
9298
|
},
|
9162
9299
|
"engines": {
|
@@ -15938,6 +16075,29 @@
|
|
15938
16075
|
"url": "https://github.com/sponsors/isaacs"
|
15939
16076
|
}
|
15940
16077
|
},
|
16078
|
+
"node_modules/rspack-resolver": {
|
16079
|
+
"version": "1.1.1",
|
16080
|
+
"resolved": "https://registry.npmjs.org/rspack-resolver/-/rspack-resolver-1.1.1.tgz",
|
16081
|
+
"integrity": "sha512-SwTjuIOS9jIYViQpYiDOmLTf/nuP6j9fz9VSxdNyIFiFaivEt6TOO5z0qQAwVloTz8RqjbPAzhVr1isiyHNRHw==",
|
16082
|
+
"dev": true,
|
16083
|
+
"license": "MIT",
|
16084
|
+
"funding": {
|
16085
|
+
"url": "https://github.com/sponsors/JounQin"
|
16086
|
+
},
|
16087
|
+
"optionalDependencies": {
|
16088
|
+
"@unrs/rspack-resolver-binding-darwin-arm64": "1.1.1",
|
16089
|
+
"@unrs/rspack-resolver-binding-darwin-x64": "1.1.1",
|
16090
|
+
"@unrs/rspack-resolver-binding-freebsd-x64": "1.1.1",
|
16091
|
+
"@unrs/rspack-resolver-binding-linux-arm-gnueabihf": "1.1.1",
|
16092
|
+
"@unrs/rspack-resolver-binding-linux-arm64-gnu": "1.1.1",
|
16093
|
+
"@unrs/rspack-resolver-binding-linux-arm64-musl": "1.1.1",
|
16094
|
+
"@unrs/rspack-resolver-binding-linux-x64-gnu": "1.1.1",
|
16095
|
+
"@unrs/rspack-resolver-binding-linux-x64-musl": "1.1.1",
|
16096
|
+
"@unrs/rspack-resolver-binding-wasm32-wasi": "1.1.1",
|
16097
|
+
"@unrs/rspack-resolver-binding-win32-arm64-msvc": "1.1.1",
|
16098
|
+
"@unrs/rspack-resolver-binding-win32-x64-msvc": "1.1.1"
|
16099
|
+
}
|
16100
|
+
},
|
15941
16101
|
"node_modules/run-parallel": {
|
15942
16102
|
"version": "1.2.0",
|
15943
16103
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
@@ -16732,9 +16892,9 @@
|
|
16732
16892
|
}
|
16733
16893
|
},
|
16734
16894
|
"node_modules/stable-hash": {
|
16735
|
-
"version": "0.0.
|
16736
|
-
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.
|
16737
|
-
"integrity": "sha512
|
16895
|
+
"version": "0.0.5",
|
16896
|
+
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
|
16897
|
+
"integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
|
16738
16898
|
"dev": true,
|
16739
16899
|
"license": "MIT"
|
16740
16900
|
},
|
@@ -17656,15 +17816,98 @@
|
|
17656
17816
|
}
|
17657
17817
|
},
|
17658
17818
|
"node_modules/typescript-eslint": {
|
17659
|
-
"version": "8.26.
|
17660
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.
|
17661
|
-
"integrity": "sha512-
|
17819
|
+
"version": "8.26.1",
|
17820
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.1.tgz",
|
17821
|
+
"integrity": "sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==",
|
17822
|
+
"dev": true,
|
17823
|
+
"license": "MIT",
|
17824
|
+
"dependencies": {
|
17825
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
17826
|
+
"@typescript-eslint/parser": "8.26.1",
|
17827
|
+
"@typescript-eslint/utils": "8.26.1"
|
17828
|
+
},
|
17829
|
+
"engines": {
|
17830
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17831
|
+
},
|
17832
|
+
"funding": {
|
17833
|
+
"type": "opencollective",
|
17834
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17835
|
+
},
|
17836
|
+
"peerDependencies": {
|
17837
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
17838
|
+
"typescript": ">=4.8.4 <5.9.0"
|
17839
|
+
}
|
17840
|
+
},
|
17841
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
17842
|
+
"version": "8.26.1",
|
17843
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
17844
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
17845
|
+
"dev": true,
|
17846
|
+
"license": "MIT",
|
17847
|
+
"dependencies": {
|
17848
|
+
"@typescript-eslint/types": "8.26.1",
|
17849
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
17850
|
+
},
|
17851
|
+
"engines": {
|
17852
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17853
|
+
},
|
17854
|
+
"funding": {
|
17855
|
+
"type": "opencollective",
|
17856
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17857
|
+
}
|
17858
|
+
},
|
17859
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
17860
|
+
"version": "8.26.1",
|
17861
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
17862
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
17863
|
+
"dev": true,
|
17864
|
+
"license": "MIT",
|
17865
|
+
"engines": {
|
17866
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17867
|
+
},
|
17868
|
+
"funding": {
|
17869
|
+
"type": "opencollective",
|
17870
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17871
|
+
}
|
17872
|
+
},
|
17873
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
17874
|
+
"version": "8.26.1",
|
17875
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
17876
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
17877
|
+
"dev": true,
|
17878
|
+
"license": "MIT",
|
17879
|
+
"dependencies": {
|
17880
|
+
"@typescript-eslint/types": "8.26.1",
|
17881
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
17882
|
+
"debug": "^4.3.4",
|
17883
|
+
"fast-glob": "^3.3.2",
|
17884
|
+
"is-glob": "^4.0.3",
|
17885
|
+
"minimatch": "^9.0.4",
|
17886
|
+
"semver": "^7.6.0",
|
17887
|
+
"ts-api-utils": "^2.0.1"
|
17888
|
+
},
|
17889
|
+
"engines": {
|
17890
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17891
|
+
},
|
17892
|
+
"funding": {
|
17893
|
+
"type": "opencollective",
|
17894
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17895
|
+
},
|
17896
|
+
"peerDependencies": {
|
17897
|
+
"typescript": ">=4.8.4 <5.9.0"
|
17898
|
+
}
|
17899
|
+
},
|
17900
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
17901
|
+
"version": "8.26.1",
|
17902
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
17903
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
17662
17904
|
"dev": true,
|
17663
17905
|
"license": "MIT",
|
17664
17906
|
"dependencies": {
|
17665
|
-
"@
|
17666
|
-
"@typescript-eslint/
|
17667
|
-
"@typescript-eslint/
|
17907
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
17908
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
17909
|
+
"@typescript-eslint/types": "8.26.1",
|
17910
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
17668
17911
|
},
|
17669
17912
|
"engines": {
|
17670
17913
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -17678,6 +17921,66 @@
|
|
17678
17921
|
"typescript": ">=4.8.4 <5.9.0"
|
17679
17922
|
}
|
17680
17923
|
},
|
17924
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
17925
|
+
"version": "8.26.1",
|
17926
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
17927
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
17928
|
+
"dev": true,
|
17929
|
+
"license": "MIT",
|
17930
|
+
"dependencies": {
|
17931
|
+
"@typescript-eslint/types": "8.26.1",
|
17932
|
+
"eslint-visitor-keys": "^4.2.0"
|
17933
|
+
},
|
17934
|
+
"engines": {
|
17935
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17936
|
+
},
|
17937
|
+
"funding": {
|
17938
|
+
"type": "opencollective",
|
17939
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17940
|
+
}
|
17941
|
+
},
|
17942
|
+
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
17943
|
+
"version": "4.2.0",
|
17944
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
17945
|
+
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
17946
|
+
"dev": true,
|
17947
|
+
"license": "Apache-2.0",
|
17948
|
+
"engines": {
|
17949
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17950
|
+
},
|
17951
|
+
"funding": {
|
17952
|
+
"url": "https://opencollective.com/eslint"
|
17953
|
+
}
|
17954
|
+
},
|
17955
|
+
"node_modules/typescript-eslint/node_modules/minimatch": {
|
17956
|
+
"version": "9.0.5",
|
17957
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
17958
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
17959
|
+
"dev": true,
|
17960
|
+
"license": "ISC",
|
17961
|
+
"dependencies": {
|
17962
|
+
"brace-expansion": "^2.0.1"
|
17963
|
+
},
|
17964
|
+
"engines": {
|
17965
|
+
"node": ">=16 || 14 >=14.17"
|
17966
|
+
},
|
17967
|
+
"funding": {
|
17968
|
+
"url": "https://github.com/sponsors/isaacs"
|
17969
|
+
}
|
17970
|
+
},
|
17971
|
+
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
17972
|
+
"version": "2.0.1",
|
17973
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
17974
|
+
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
|
17975
|
+
"dev": true,
|
17976
|
+
"license": "MIT",
|
17977
|
+
"engines": {
|
17978
|
+
"node": ">=18.12"
|
17979
|
+
},
|
17980
|
+
"peerDependencies": {
|
17981
|
+
"typescript": ">=4.8.4"
|
17982
|
+
}
|
17983
|
+
},
|
17681
17984
|
"node_modules/uc.micro": {
|
17682
17985
|
"version": "2.1.0",
|
17683
17986
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|