tangled
alpha
login
or
join now
jonmsterling.com
/
pterodactyl-language-client
0
fork
atom
A Visual Studio Code extension for Pterodactyl
0
fork
atom
overview
issues
pulls
pipelines
Upgrade some dependencies
jonmsterling.com
2 weeks ago
54518f89
b1b60129
+237
-306
1 changed file
expand all
collapse all
unified
split
package-lock.json
+237
-306
package-lock.json
···
33
33
"license": "MIT"
34
34
},
35
35
"node_modules/@eslint-community/eslint-utils": {
36
36
-
"version": "4.9.0",
37
37
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
38
38
-
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
36
36
+
"version": "4.9.1",
37
37
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
38
38
+
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
39
39
"dev": true,
40
40
"license": "MIT",
41
41
"dependencies": {
···
52
52
}
53
53
},
54
54
"node_modules/@eslint-community/regexpp": {
55
55
-
"version": "4.12.1",
56
56
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
57
57
-
"integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
55
55
+
"version": "4.12.2",
56
56
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
57
57
+
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
58
58
"dev": true,
59
59
"license": "MIT",
60
60
"engines": {
···
62
62
}
63
63
},
64
64
"node_modules/@eslint/config-array": {
65
65
-
"version": "0.21.0",
66
66
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
67
67
-
"integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
65
65
+
"version": "0.21.1",
66
66
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
67
67
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
68
68
"dev": true,
69
69
"license": "Apache-2.0",
70
70
"dependencies": {
71
71
-
"@eslint/object-schema": "^2.1.6",
71
71
+
"@eslint/object-schema": "^2.1.7",
72
72
"debug": "^4.3.1",
73
73
"minimatch": "^3.1.2"
74
74
},
···
88
88
}
89
89
},
90
90
"node_modules/@eslint/config-array/node_modules/minimatch": {
91
91
-
"version": "3.1.2",
92
92
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
93
93
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
91
91
+
"version": "3.1.3",
92
92
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
93
93
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
94
94
"dev": true,
95
95
"license": "ISC",
96
96
"dependencies": {
···
101
101
}
102
102
},
103
103
"node_modules/@eslint/config-helpers": {
104
104
-
"version": "0.3.1",
105
105
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
106
106
-
"integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
104
104
+
"version": "0.4.2",
105
105
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
106
106
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
107
107
"dev": true,
108
108
"license": "Apache-2.0",
109
109
+
"dependencies": {
110
110
+
"@eslint/core": "^0.17.0"
111
111
+
},
109
112
"engines": {
110
113
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
111
114
}
112
115
},
113
116
"node_modules/@eslint/core": {
114
114
-
"version": "0.15.2",
115
115
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
116
116
-
"integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
117
117
+
"version": "0.17.0",
118
118
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
119
119
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
117
120
"dev": true,
118
121
"license": "Apache-2.0",
119
122
"dependencies": {
···
124
127
}
125
128
},
126
129
"node_modules/@eslint/eslintrc": {
127
127
-
"version": "3.3.1",
128
128
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
129
129
-
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
130
130
+
"version": "3.3.3",
131
131
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
132
132
+
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
130
133
"dev": true,
131
134
"license": "MIT",
132
135
"dependencies": {
···
136
139
"globals": "^14.0.0",
137
140
"ignore": "^5.2.0",
138
141
"import-fresh": "^3.2.1",
139
139
-
"js-yaml": "^4.1.0",
142
142
+
"js-yaml": "^4.1.1",
140
143
"minimatch": "^3.1.2",
141
144
"strip-json-comments": "^3.1.1"
142
145
},
···
169
172
}
170
173
},
171
174
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
172
172
-
"version": "3.1.2",
173
173
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
174
174
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
175
175
+
"version": "3.1.3",
176
176
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
177
177
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
175
178
"dev": true,
176
179
"license": "ISC",
177
180
"dependencies": {
···
182
185
}
183
186
},
184
187
"node_modules/@eslint/js": {
185
185
-
"version": "9.36.0",
186
186
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz",
187
187
-
"integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==",
188
188
+
"version": "9.39.3",
189
189
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
190
190
+
"integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
188
191
"dev": true,
189
192
"license": "MIT",
190
193
"engines": {
···
195
198
}
196
199
},
197
200
"node_modules/@eslint/object-schema": {
198
198
-
"version": "2.1.6",
199
199
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
200
200
-
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
201
201
+
"version": "2.1.7",
202
202
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
203
203
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
201
204
"dev": true,
202
205
"license": "Apache-2.0",
203
206
"engines": {
···
205
208
}
206
209
},
207
210
"node_modules/@eslint/plugin-kit": {
208
208
-
"version": "0.3.5",
209
209
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
210
210
-
"integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
211
211
+
"version": "0.4.1",
212
212
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
213
213
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
211
214
"dev": true,
212
215
"license": "Apache-2.0",
213
216
"dependencies": {
214
214
-
"@eslint/core": "^0.15.2",
217
217
+
"@eslint/core": "^0.17.0",
215
218
"levn": "^0.4.1"
216
219
},
217
220
"engines": {
···
326
329
"@jridgewell/sourcemap-codec": "^1.4.14"
327
330
}
328
331
},
329
329
-
"node_modules/@nodelib/fs.scandir": {
330
330
-
"version": "2.1.5",
331
331
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
332
332
-
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
333
333
-
"dev": true,
334
334
-
"license": "MIT",
335
335
-
"dependencies": {
336
336
-
"@nodelib/fs.stat": "2.0.5",
337
337
-
"run-parallel": "^1.1.9"
338
338
-
},
339
339
-
"engines": {
340
340
-
"node": ">= 8"
341
341
-
}
342
342
-
},
343
343
-
"node_modules/@nodelib/fs.stat": {
344
344
-
"version": "2.0.5",
345
345
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
346
346
-
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
347
347
-
"dev": true,
348
348
-
"license": "MIT",
349
349
-
"engines": {
350
350
-
"node": ">= 8"
351
351
-
}
352
352
-
},
353
353
-
"node_modules/@nodelib/fs.walk": {
354
354
-
"version": "1.2.8",
355
355
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
356
356
-
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
357
357
-
"dev": true,
358
358
-
"license": "MIT",
359
359
-
"dependencies": {
360
360
-
"@nodelib/fs.scandir": "2.1.5",
361
361
-
"fastq": "^1.6.0"
362
362
-
},
363
363
-
"engines": {
364
364
-
"node": ">= 8"
365
365
-
}
366
366
-
},
367
332
"node_modules/@pkgjs/parseargs": {
368
333
"version": "0.11.0",
369
334
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
···
421
386
"license": "MIT"
422
387
},
423
388
"node_modules/@typescript-eslint/eslint-plugin": {
424
424
-
"version": "8.44.0",
425
425
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz",
426
426
-
"integrity": "sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==",
389
389
+
"version": "8.56.0",
390
390
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz",
391
391
+
"integrity": "sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==",
427
392
"dev": true,
428
393
"license": "MIT",
429
394
"dependencies": {
430
430
-
"@eslint-community/regexpp": "^4.10.0",
431
431
-
"@typescript-eslint/scope-manager": "8.44.0",
432
432
-
"@typescript-eslint/type-utils": "8.44.0",
433
433
-
"@typescript-eslint/utils": "8.44.0",
434
434
-
"@typescript-eslint/visitor-keys": "8.44.0",
435
435
-
"graphemer": "^1.4.0",
436
436
-
"ignore": "^7.0.0",
395
395
+
"@eslint-community/regexpp": "^4.12.2",
396
396
+
"@typescript-eslint/scope-manager": "8.56.0",
397
397
+
"@typescript-eslint/type-utils": "8.56.0",
398
398
+
"@typescript-eslint/utils": "8.56.0",
399
399
+
"@typescript-eslint/visitor-keys": "8.56.0",
400
400
+
"ignore": "^7.0.5",
437
401
"natural-compare": "^1.4.0",
438
438
-
"ts-api-utils": "^2.1.0"
402
402
+
"ts-api-utils": "^2.4.0"
439
403
},
440
404
"engines": {
441
405
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
445
409
"url": "https://opencollective.com/typescript-eslint"
446
410
},
447
411
"peerDependencies": {
448
448
-
"@typescript-eslint/parser": "^8.44.0",
449
449
-
"eslint": "^8.57.0 || ^9.0.0",
412
412
+
"@typescript-eslint/parser": "^8.56.0",
413
413
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
450
414
"typescript": ">=4.8.4 <6.0.0"
451
415
}
452
416
},
453
417
"node_modules/@typescript-eslint/parser": {
454
454
-
"version": "8.44.0",
455
455
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.44.0.tgz",
456
456
-
"integrity": "sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==",
418
418
+
"version": "8.56.0",
419
419
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.0.tgz",
420
420
+
"integrity": "sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==",
457
421
"dev": true,
458
422
"license": "MIT",
459
423
"dependencies": {
460
460
-
"@typescript-eslint/scope-manager": "8.44.0",
461
461
-
"@typescript-eslint/types": "8.44.0",
462
462
-
"@typescript-eslint/typescript-estree": "8.44.0",
463
463
-
"@typescript-eslint/visitor-keys": "8.44.0",
464
464
-
"debug": "^4.3.4"
424
424
+
"@typescript-eslint/scope-manager": "8.56.0",
425
425
+
"@typescript-eslint/types": "8.56.0",
426
426
+
"@typescript-eslint/typescript-estree": "8.56.0",
427
427
+
"@typescript-eslint/visitor-keys": "8.56.0",
428
428
+
"debug": "^4.4.3"
465
429
},
466
430
"engines": {
467
431
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
471
435
"url": "https://opencollective.com/typescript-eslint"
472
436
},
473
437
"peerDependencies": {
474
474
-
"eslint": "^8.57.0 || ^9.0.0",
438
438
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
475
439
"typescript": ">=4.8.4 <6.0.0"
476
440
}
477
441
},
478
442
"node_modules/@typescript-eslint/project-service": {
479
479
-
"version": "8.44.0",
480
480
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.44.0.tgz",
481
481
-
"integrity": "sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==",
443
443
+
"version": "8.56.0",
444
444
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.0.tgz",
445
445
+
"integrity": "sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==",
482
446
"dev": true,
483
447
"license": "MIT",
484
448
"dependencies": {
485
485
-
"@typescript-eslint/tsconfig-utils": "^8.44.0",
486
486
-
"@typescript-eslint/types": "^8.44.0",
487
487
-
"debug": "^4.3.4"
449
449
+
"@typescript-eslint/tsconfig-utils": "^8.56.0",
450
450
+
"@typescript-eslint/types": "^8.56.0",
451
451
+
"debug": "^4.4.3"
488
452
},
489
453
"engines": {
490
454
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
498
462
}
499
463
},
500
464
"node_modules/@typescript-eslint/scope-manager": {
501
501
-
"version": "8.44.0",
502
502
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz",
503
503
-
"integrity": "sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==",
465
465
+
"version": "8.56.0",
466
466
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz",
467
467
+
"integrity": "sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==",
504
468
"dev": true,
505
469
"license": "MIT",
506
470
"dependencies": {
507
507
-
"@typescript-eslint/types": "8.44.0",
508
508
-
"@typescript-eslint/visitor-keys": "8.44.0"
471
471
+
"@typescript-eslint/types": "8.56.0",
472
472
+
"@typescript-eslint/visitor-keys": "8.56.0"
509
473
},
510
474
"engines": {
511
475
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
516
480
}
517
481
},
518
482
"node_modules/@typescript-eslint/tsconfig-utils": {
519
519
-
"version": "8.44.0",
520
520
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz",
521
521
-
"integrity": "sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==",
483
483
+
"version": "8.56.0",
484
484
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz",
485
485
+
"integrity": "sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==",
522
486
"dev": true,
523
487
"license": "MIT",
524
488
"engines": {
···
533
497
}
534
498
},
535
499
"node_modules/@typescript-eslint/type-utils": {
536
536
-
"version": "8.44.0",
537
537
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz",
538
538
-
"integrity": "sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==",
500
500
+
"version": "8.56.0",
501
501
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz",
502
502
+
"integrity": "sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==",
539
503
"dev": true,
540
504
"license": "MIT",
541
505
"dependencies": {
542
542
-
"@typescript-eslint/types": "8.44.0",
543
543
-
"@typescript-eslint/typescript-estree": "8.44.0",
544
544
-
"@typescript-eslint/utils": "8.44.0",
545
545
-
"debug": "^4.3.4",
546
546
-
"ts-api-utils": "^2.1.0"
506
506
+
"@typescript-eslint/types": "8.56.0",
507
507
+
"@typescript-eslint/typescript-estree": "8.56.0",
508
508
+
"@typescript-eslint/utils": "8.56.0",
509
509
+
"debug": "^4.4.3",
510
510
+
"ts-api-utils": "^2.4.0"
547
511
},
548
512
"engines": {
549
513
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
553
517
"url": "https://opencollective.com/typescript-eslint"
554
518
},
555
519
"peerDependencies": {
556
556
-
"eslint": "^8.57.0 || ^9.0.0",
520
520
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
557
521
"typescript": ">=4.8.4 <6.0.0"
558
522
}
559
523
},
560
524
"node_modules/@typescript-eslint/types": {
561
561
-
"version": "8.44.0",
562
562
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.44.0.tgz",
563
563
-
"integrity": "sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==",
525
525
+
"version": "8.56.0",
526
526
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.0.tgz",
527
527
+
"integrity": "sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==",
564
528
"dev": true,
565
529
"license": "MIT",
566
530
"engines": {
···
572
536
}
573
537
},
574
538
"node_modules/@typescript-eslint/typescript-estree": {
575
575
-
"version": "8.44.0",
576
576
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz",
577
577
-
"integrity": "sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==",
539
539
+
"version": "8.56.0",
540
540
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz",
541
541
+
"integrity": "sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==",
578
542
"dev": true,
579
543
"license": "MIT",
580
544
"dependencies": {
581
581
-
"@typescript-eslint/project-service": "8.44.0",
582
582
-
"@typescript-eslint/tsconfig-utils": "8.44.0",
583
583
-
"@typescript-eslint/types": "8.44.0",
584
584
-
"@typescript-eslint/visitor-keys": "8.44.0",
585
585
-
"debug": "^4.3.4",
586
586
-
"fast-glob": "^3.3.2",
587
587
-
"is-glob": "^4.0.3",
588
588
-
"minimatch": "^9.0.4",
589
589
-
"semver": "^7.6.0",
590
590
-
"ts-api-utils": "^2.1.0"
545
545
+
"@typescript-eslint/project-service": "8.56.0",
546
546
+
"@typescript-eslint/tsconfig-utils": "8.56.0",
547
547
+
"@typescript-eslint/types": "8.56.0",
548
548
+
"@typescript-eslint/visitor-keys": "8.56.0",
549
549
+
"debug": "^4.4.3",
550
550
+
"minimatch": "^9.0.5",
551
551
+
"semver": "^7.7.3",
552
552
+
"tinyglobby": "^0.2.15",
553
553
+
"ts-api-utils": "^2.4.0"
591
554
},
592
555
"engines": {
593
556
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
601
564
}
602
565
},
603
566
"node_modules/@typescript-eslint/utils": {
604
604
-
"version": "8.44.0",
605
605
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.44.0.tgz",
606
606
-
"integrity": "sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==",
567
567
+
"version": "8.56.0",
568
568
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.0.tgz",
569
569
+
"integrity": "sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==",
607
570
"dev": true,
608
571
"license": "MIT",
609
572
"dependencies": {
610
610
-
"@eslint-community/eslint-utils": "^4.7.0",
611
611
-
"@typescript-eslint/scope-manager": "8.44.0",
612
612
-
"@typescript-eslint/types": "8.44.0",
613
613
-
"@typescript-eslint/typescript-estree": "8.44.0"
573
573
+
"@eslint-community/eslint-utils": "^4.9.1",
574
574
+
"@typescript-eslint/scope-manager": "8.56.0",
575
575
+
"@typescript-eslint/types": "8.56.0",
576
576
+
"@typescript-eslint/typescript-estree": "8.56.0"
614
577
},
615
578
"engines": {
616
579
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
620
583
"url": "https://opencollective.com/typescript-eslint"
621
584
},
622
585
"peerDependencies": {
623
623
-
"eslint": "^8.57.0 || ^9.0.0",
586
586
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
624
587
"typescript": ">=4.8.4 <6.0.0"
625
588
}
626
589
},
627
590
"node_modules/@typescript-eslint/visitor-keys": {
628
628
-
"version": "8.44.0",
629
629
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz",
630
630
-
"integrity": "sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==",
591
591
+
"version": "8.56.0",
592
592
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz",
593
593
+
"integrity": "sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==",
631
594
"dev": true,
632
595
"license": "MIT",
633
596
"dependencies": {
634
634
-
"@typescript-eslint/types": "8.44.0",
635
635
-
"eslint-visitor-keys": "^4.2.1"
597
597
+
"@typescript-eslint/types": "8.56.0",
598
598
+
"eslint-visitor-keys": "^5.0.0"
636
599
},
637
600
"engines": {
638
601
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
···
643
606
}
644
607
},
645
608
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
646
646
-
"version": "4.2.1",
647
647
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
648
648
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
609
609
+
"version": "5.0.1",
610
610
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
611
611
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
649
612
"dev": true,
650
613
"license": "Apache-2.0",
651
614
"engines": {
652
652
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
615
615
+
"node": "^20.19.0 || ^22.13.0 || >=24"
653
616
},
654
617
"funding": {
655
618
"url": "https://opencollective.com/eslint"
···
730
693
}
731
694
},
732
695
"node_modules/ajv": {
733
733
-
"version": "6.12.6",
734
734
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
735
735
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
696
696
+
"version": "6.14.0",
697
697
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
698
698
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
736
699
"dev": true,
737
700
"license": "MIT",
738
701
"dependencies": {
···
1211
1174
}
1212
1175
},
1213
1176
"node_modules/eslint": {
1214
1214
-
"version": "9.36.0",
1215
1215
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.36.0.tgz",
1216
1216
-
"integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==",
1177
1177
+
"version": "9.39.3",
1178
1178
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
1179
1179
+
"integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
1217
1180
"dev": true,
1218
1181
"license": "MIT",
1219
1182
"dependencies": {
1220
1183
"@eslint-community/eslint-utils": "^4.8.0",
1221
1184
"@eslint-community/regexpp": "^4.12.1",
1222
1222
-
"@eslint/config-array": "^0.21.0",
1223
1223
-
"@eslint/config-helpers": "^0.3.1",
1224
1224
-
"@eslint/core": "^0.15.2",
1185
1185
+
"@eslint/config-array": "^0.21.1",
1186
1186
+
"@eslint/config-helpers": "^0.4.2",
1187
1187
+
"@eslint/core": "^0.17.0",
1225
1188
"@eslint/eslintrc": "^3.3.1",
1226
1226
-
"@eslint/js": "9.36.0",
1227
1227
-
"@eslint/plugin-kit": "^0.3.5",
1189
1189
+
"@eslint/js": "9.39.3",
1190
1190
+
"@eslint/plugin-kit": "^0.4.1",
1228
1191
"@humanfs/node": "^0.16.6",
1229
1192
"@humanwhocodes/module-importer": "^1.0.1",
1230
1193
"@humanwhocodes/retry": "^0.4.2",
1231
1194
"@types/estree": "^1.0.6",
1232
1232
-
"@types/json-schema": "^7.0.15",
1233
1195
"ajv": "^6.12.4",
1234
1196
"chalk": "^4.0.0",
1235
1197
"cross-spawn": "^7.0.6",
···
1349
1311
}
1350
1312
},
1351
1313
"node_modules/eslint/node_modules/minimatch": {
1352
1352
-
"version": "3.1.2",
1353
1353
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1354
1354
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1314
1314
+
"version": "3.1.3",
1315
1315
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
1316
1316
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
1355
1317
"dev": true,
1356
1318
"license": "ISC",
1357
1319
"dependencies": {
···
1445
1407
"dev": true,
1446
1408
"license": "MIT"
1447
1409
},
1448
1448
-
"node_modules/fast-glob": {
1449
1449
-
"version": "3.3.3",
1450
1450
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1451
1451
-
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1452
1452
-
"dev": true,
1453
1453
-
"license": "MIT",
1454
1454
-
"dependencies": {
1455
1455
-
"@nodelib/fs.stat": "^2.0.2",
1456
1456
-
"@nodelib/fs.walk": "^1.2.3",
1457
1457
-
"glob-parent": "^5.1.2",
1458
1458
-
"merge2": "^1.3.0",
1459
1459
-
"micromatch": "^4.0.8"
1460
1460
-
},
1461
1461
-
"engines": {
1462
1462
-
"node": ">=8.6.0"
1463
1463
-
}
1464
1464
-
},
1465
1410
"node_modules/fast-json-stable-stringify": {
1466
1411
"version": "2.1.0",
1467
1412
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
···
1475
1420
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1476
1421
"dev": true,
1477
1422
"license": "MIT"
1478
1478
-
},
1479
1479
-
"node_modules/fastq": {
1480
1480
-
"version": "1.19.1",
1481
1481
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
1482
1482
-
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
1483
1483
-
"dev": true,
1484
1484
-
"license": "ISC",
1485
1485
-
"dependencies": {
1486
1486
-
"reusify": "^1.0.4"
1487
1487
-
}
1488
1423
},
1489
1424
"node_modules/file-entry-cache": {
1490
1425
"version": "8.0.0",
···
1623
1558
}
1624
1559
},
1625
1560
"node_modules/glob": {
1626
1626
-
"version": "10.4.5",
1627
1627
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
1628
1628
-
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
1561
1561
+
"version": "10.5.0",
1562
1562
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
1563
1563
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
1564
1564
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
1629
1565
"dev": true,
1630
1566
"license": "ISC",
1631
1567
"dependencies": {
···
1675
1611
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1676
1612
"dev": true,
1677
1613
"license": "ISC"
1678
1678
-
},
1679
1679
-
"node_modules/graphemer": {
1680
1680
-
"version": "1.4.0",
1681
1681
-
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
1682
1682
-
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
1683
1683
-
"dev": true,
1684
1684
-
"license": "MIT"
1685
1614
},
1686
1615
"node_modules/has-flag": {
1687
1616
"version": "4.0.0",
···
1870
1799
"node": ">=0.12.0"
1871
1800
}
1872
1801
},
1802
1802
+
"node_modules/is-path-inside": {
1803
1803
+
"version": "3.0.3",
1804
1804
+
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
1805
1805
+
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
1806
1806
+
"dev": true,
1807
1807
+
"license": "MIT",
1808
1808
+
"engines": {
1809
1809
+
"node": ">=8"
1810
1810
+
}
1811
1811
+
},
1873
1812
"node_modules/is-plain-obj": {
1874
1813
"version": "2.1.0",
1875
1814
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
···
1976
1915
}
1977
1916
},
1978
1917
"node_modules/js-yaml": {
1979
1979
-
"version": "4.1.0",
1980
1980
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
1981
1981
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
1918
1918
+
"version": "4.1.1",
1919
1919
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
1920
1920
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
1982
1921
"dev": true,
1983
1922
"license": "MIT",
1984
1923
"dependencies": {
···
2119
2058
"url": "https://github.com/sponsors/sindresorhus"
2120
2059
}
2121
2060
},
2122
2122
-
"node_modules/merge2": {
2123
2123
-
"version": "1.4.1",
2124
2124
-
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2125
2125
-
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2126
2126
-
"dev": true,
2127
2127
-
"license": "MIT",
2128
2128
-
"engines": {
2129
2129
-
"node": ">= 8"
2130
2130
-
}
2131
2131
-
},
2132
2132
-
"node_modules/micromatch": {
2133
2133
-
"version": "4.0.8",
2134
2134
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2135
2135
-
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2136
2136
-
"dev": true,
2137
2137
-
"license": "MIT",
2138
2138
-
"dependencies": {
2139
2139
-
"braces": "^3.0.3",
2140
2140
-
"picomatch": "^2.3.1"
2141
2141
-
},
2142
2142
-
"engines": {
2143
2143
-
"node": ">=8.6"
2144
2144
-
}
2145
2145
-
},
2146
2061
"node_modules/mimic-function": {
2147
2062
"version": "5.0.1",
2148
2063
"resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
···
2157
2072
}
2158
2073
},
2159
2074
"node_modules/minimatch": {
2160
2160
-
"version": "9.0.5",
2161
2161
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2162
2162
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2075
2075
+
"version": "9.0.6",
2076
2076
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
2077
2077
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
2163
2078
"dev": true,
2164
2079
"license": "ISC",
2165
2080
"dependencies": {
2166
2166
-
"brace-expansion": "^2.0.1"
2081
2081
+
"brace-expansion": "^5.0.2"
2167
2082
},
2168
2083
"engines": {
2169
2084
"node": ">=16 || 14 >=14.17"
2170
2085
},
2171
2086
"funding": {
2172
2087
"url": "https://github.com/sponsors/isaacs"
2088
2088
+
}
2089
2089
+
},
2090
2090
+
"node_modules/minimatch/node_modules/balanced-match": {
2091
2091
+
"version": "4.0.4",
2092
2092
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
2093
2093
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
2094
2094
+
"dev": true,
2095
2095
+
"license": "MIT",
2096
2096
+
"engines": {
2097
2097
+
"node": "18 || 20 || >=22"
2098
2098
+
}
2099
2099
+
},
2100
2100
+
"node_modules/minimatch/node_modules/brace-expansion": {
2101
2101
+
"version": "5.0.3",
2102
2102
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
2103
2103
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
2104
2104
+
"dev": true,
2105
2105
+
"license": "MIT",
2106
2106
+
"dependencies": {
2107
2107
+
"balanced-match": "^4.0.2"
2108
2108
+
},
2109
2109
+
"engines": {
2110
2110
+
"node": "18 || 20 || >=22"
2173
2111
}
2174
2112
},
2175
2113
"node_modules/minipass": {
···
2183
2121
}
2184
2122
},
2185
2123
"node_modules/mocha": {
2186
2186
-
"version": "11.7.2",
2187
2187
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz",
2188
2188
-
"integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==",
2124
2124
+
"version": "11.7.5",
2125
2125
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
2126
2126
+
"integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
2189
2127
"dev": true,
2190
2128
"license": "MIT",
2191
2129
"dependencies": {
···
2197
2135
"find-up": "^5.0.0",
2198
2136
"glob": "^10.4.5",
2199
2137
"he": "^1.2.0",
2138
2138
+
"is-path-inside": "^3.0.3",
2200
2139
"js-yaml": "^4.1.0",
2201
2140
"log-symbols": "^4.1.0",
2202
2141
"minimatch": "^9.0.5",
···
2590
2529
"node": ">=6"
2591
2530
}
2592
2531
},
2593
2593
-
"node_modules/queue-microtask": {
2594
2594
-
"version": "1.2.3",
2595
2595
-
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2596
2596
-
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2597
2597
-
"dev": true,
2598
2598
-
"funding": [
2599
2599
-
{
2600
2600
-
"type": "github",
2601
2601
-
"url": "https://github.com/sponsors/feross"
2602
2602
-
},
2603
2603
-
{
2604
2604
-
"type": "patreon",
2605
2605
-
"url": "https://www.patreon.com/feross"
2606
2606
-
},
2607
2607
-
{
2608
2608
-
"type": "consulting",
2609
2609
-
"url": "https://feross.org/support"
2610
2610
-
}
2611
2611
-
],
2612
2612
-
"license": "MIT"
2613
2613
-
},
2614
2532
"node_modules/randombytes": {
2615
2533
"version": "2.1.0",
2616
2534
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
···
2687
2605
"url": "https://github.com/sponsors/sindresorhus"
2688
2606
}
2689
2607
},
2690
2690
-
"node_modules/reusify": {
2691
2691
-
"version": "1.1.0",
2692
2692
-
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2693
2693
-
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2694
2694
-
"dev": true,
2695
2695
-
"license": "MIT",
2696
2696
-
"engines": {
2697
2697
-
"iojs": ">=1.0.0",
2698
2698
-
"node": ">=0.10.0"
2699
2699
-
}
2700
2700
-
},
2701
2701
-
"node_modules/run-parallel": {
2702
2702
-
"version": "1.2.0",
2703
2703
-
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2704
2704
-
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2705
2705
-
"dev": true,
2706
2706
-
"funding": [
2707
2707
-
{
2708
2708
-
"type": "github",
2709
2709
-
"url": "https://github.com/sponsors/feross"
2710
2710
-
},
2711
2711
-
{
2712
2712
-
"type": "patreon",
2713
2713
-
"url": "https://www.patreon.com/feross"
2714
2714
-
},
2715
2715
-
{
2716
2716
-
"type": "consulting",
2717
2717
-
"url": "https://feross.org/support"
2718
2718
-
}
2719
2719
-
],
2720
2720
-
"license": "MIT",
2721
2721
-
"dependencies": {
2722
2722
-
"queue-microtask": "^1.2.2"
2723
2723
-
}
2724
2724
-
},
2725
2608
"node_modules/safe-buffer": {
2726
2609
"version": "5.1.2",
2727
2610
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
···
2730
2613
"license": "MIT"
2731
2614
},
2732
2615
"node_modules/semver": {
2733
2733
-
"version": "7.7.2",
2734
2734
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
2735
2735
-
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
2616
2616
+
"version": "7.7.4",
2617
2617
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2618
2618
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2736
2619
"license": "ISC",
2737
2620
"bin": {
2738
2621
"semver": "bin/semver.js"
···
3010
2893
}
3011
2894
},
3012
2895
"node_modules/test-exclude/node_modules/minimatch": {
3013
3013
-
"version": "3.1.2",
3014
3014
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3015
3015
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2896
2896
+
"version": "3.1.3",
2897
2897
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
2898
2898
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
3016
2899
"dev": true,
3017
2900
"license": "ISC",
3018
2901
"dependencies": {
···
3022
2905
"node": "*"
3023
2906
}
3024
2907
},
2908
2908
+
"node_modules/tinyglobby": {
2909
2909
+
"version": "0.2.15",
2910
2910
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2911
2911
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2912
2912
+
"dev": true,
2913
2913
+
"license": "MIT",
2914
2914
+
"dependencies": {
2915
2915
+
"fdir": "^6.5.0",
2916
2916
+
"picomatch": "^4.0.3"
2917
2917
+
},
2918
2918
+
"engines": {
2919
2919
+
"node": ">=12.0.0"
2920
2920
+
},
2921
2921
+
"funding": {
2922
2922
+
"url": "https://github.com/sponsors/SuperchupuDev"
2923
2923
+
}
2924
2924
+
},
2925
2925
+
"node_modules/tinyglobby/node_modules/fdir": {
2926
2926
+
"version": "6.5.0",
2927
2927
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2928
2928
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2929
2929
+
"dev": true,
2930
2930
+
"license": "MIT",
2931
2931
+
"engines": {
2932
2932
+
"node": ">=12.0.0"
2933
2933
+
},
2934
2934
+
"peerDependencies": {
2935
2935
+
"picomatch": "^3 || ^4"
2936
2936
+
},
2937
2937
+
"peerDependenciesMeta": {
2938
2938
+
"picomatch": {
2939
2939
+
"optional": true
2940
2940
+
}
2941
2941
+
}
2942
2942
+
},
2943
2943
+
"node_modules/tinyglobby/node_modules/picomatch": {
2944
2944
+
"version": "4.0.3",
2945
2945
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2946
2946
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2947
2947
+
"dev": true,
2948
2948
+
"license": "MIT",
2949
2949
+
"engines": {
2950
2950
+
"node": ">=12"
2951
2951
+
},
2952
2952
+
"funding": {
2953
2953
+
"url": "https://github.com/sponsors/jonschlinkert"
2954
2954
+
}
2955
2955
+
},
3025
2956
"node_modules/to-regex-range": {
3026
2957
"version": "5.0.1",
3027
2958
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
···
3036
2967
}
3037
2968
},
3038
2969
"node_modules/ts-api-utils": {
3039
3039
-
"version": "2.1.0",
3040
3040
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
3041
3041
-
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
2970
2970
+
"version": "2.4.0",
2971
2971
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
2972
2972
+
"integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
3042
2973
"dev": true,
3043
2974
"license": "MIT",
3044
2975
"engines": {
···
3138
3069
}
3139
3070
},
3140
3071
"node_modules/vscode-languageclient/node_modules/minimatch": {
3141
3141
-
"version": "5.1.6",
3142
3142
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
3143
3143
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
3072
3072
+
"version": "5.1.7",
3073
3073
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.7.tgz",
3074
3074
+
"integrity": "sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==",
3144
3075
"license": "ISC",
3145
3076
"dependencies": {
3146
3077
"brace-expansion": "^2.0.1"