heroicons_helper 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
data/package-lock.json CHANGED
@@ -6,13 +6,13 @@
6
6
  "": {
7
7
  "name": "heroicons_helper",
8
8
  "devDependencies": {
9
- "cheerio": "1.0.0-rc.11",
10
- "fs-extra": "^7.0.1",
11
- "globby": "11.0.0",
12
- "heroicons": "^2.0.0",
9
+ "cheerio": "1.0.0",
10
+ "fs-extra": "^11.2.0",
11
+ "globby": "14.0.2",
12
+ "heroicons": "^2.2.0",
13
13
  "lodash.merge": "4.6.2",
14
- "trim-newlines": "3.0.1",
15
- "yargs": "15.1.0"
14
+ "trim-newlines": "5.0.0",
15
+ "yargs": "17.7.2"
16
16
  }
17
17
  },
18
18
  "node_modules/@nodelib/fs.scandir": {
@@ -53,6 +53,19 @@
53
53
  "node": ">= 8"
54
54
  }
55
55
  },
56
+ "node_modules/@sindresorhus/merge-streams": {
57
+ "version": "2.3.0",
58
+ "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
59
+ "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
60
+ "dev": true,
61
+ "license": "MIT",
62
+ "engines": {
63
+ "node": ">=18"
64
+ },
65
+ "funding": {
66
+ "url": "https://github.com/sponsors/sindresorhus"
67
+ }
68
+ },
56
69
  "node_modules/ansi-regex": {
57
70
  "version": "5.0.1",
58
71
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -79,16 +92,6 @@
79
92
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
80
93
  }
81
94
  },
82
- "node_modules/array-union": {
83
- "version": "2.1.0",
84
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
85
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
86
- "dev": true,
87
- "license": "MIT",
88
- "engines": {
89
- "node": ">=8"
90
- }
91
- },
92
95
  "node_modules/boolbase": {
93
96
  "version": "1.0.0",
94
97
  "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@@ -109,34 +112,27 @@
109
112
  "node": ">=8"
110
113
  }
111
114
  },
112
- "node_modules/camelcase": {
113
- "version": "5.3.1",
114
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
115
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
116
- "dev": true,
117
- "license": "MIT",
118
- "engines": {
119
- "node": ">=6"
120
- }
121
- },
122
115
  "node_modules/cheerio": {
123
- "version": "1.0.0-rc.11",
124
- "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.11.tgz",
125
- "integrity": "sha512-bQwNaDIBKID5ts/DsdhxrjqFXYfLw4ste+wMKqWA8DyKcS4qwsPP4Bk8ZNaTJjvpiX/qW3BT4sU7d6Bh5i+dag==",
116
+ "version": "1.0.0",
117
+ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz",
118
+ "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==",
126
119
  "dev": true,
127
120
  "license": "MIT",
128
121
  "dependencies": {
129
122
  "cheerio-select": "^2.1.0",
130
123
  "dom-serializer": "^2.0.0",
131
124
  "domhandler": "^5.0.3",
132
- "domutils": "^3.0.1",
133
- "htmlparser2": "^8.0.1",
134
- "parse5": "^7.0.0",
125
+ "domutils": "^3.1.0",
126
+ "encoding-sniffer": "^0.2.0",
127
+ "htmlparser2": "^9.1.0",
128
+ "parse5": "^7.1.2",
135
129
  "parse5-htmlparser2-tree-adapter": "^7.0.0",
136
- "tslib": "^2.4.0"
130
+ "parse5-parser-stream": "^7.1.2",
131
+ "undici": "^6.19.5",
132
+ "whatwg-mimetype": "^4.0.0"
137
133
  },
138
134
  "engines": {
139
- "node": ">= 6"
135
+ "node": ">=18.17"
140
136
  },
141
137
  "funding": {
142
138
  "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
@@ -161,15 +157,18 @@
161
157
  }
162
158
  },
163
159
  "node_modules/cliui": {
164
- "version": "6.0.0",
165
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
166
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
160
+ "version": "8.0.1",
161
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
162
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
167
163
  "dev": true,
168
164
  "license": "ISC",
169
165
  "dependencies": {
170
166
  "string-width": "^4.2.0",
171
- "strip-ansi": "^6.0.0",
172
- "wrap-ansi": "^6.2.0"
167
+ "strip-ansi": "^6.0.1",
168
+ "wrap-ansi": "^7.0.0"
169
+ },
170
+ "engines": {
171
+ "node": ">=12"
173
172
  }
174
173
  },
175
174
  "node_modules/color-convert": {
@@ -222,29 +221,6 @@
222
221
  "url": "https://github.com/sponsors/fb55"
223
222
  }
224
223
  },
225
- "node_modules/decamelize": {
226
- "version": "1.2.0",
227
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
228
- "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
229
- "dev": true,
230
- "license": "MIT",
231
- "engines": {
232
- "node": ">=0.10.0"
233
- }
234
- },
235
- "node_modules/dir-glob": {
236
- "version": "3.0.1",
237
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
238
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
239
- "dev": true,
240
- "license": "MIT",
241
- "dependencies": {
242
- "path-type": "^4.0.0"
243
- },
244
- "engines": {
245
- "node": ">=8"
246
- }
247
- },
248
224
  "node_modules/dom-serializer": {
249
225
  "version": "2.0.0",
250
226
  "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
@@ -311,6 +287,20 @@
311
287
  "dev": true,
312
288
  "license": "MIT"
313
289
  },
290
+ "node_modules/encoding-sniffer": {
291
+ "version": "0.2.0",
292
+ "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz",
293
+ "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==",
294
+ "dev": true,
295
+ "license": "MIT",
296
+ "dependencies": {
297
+ "iconv-lite": "^0.6.3",
298
+ "whatwg-encoding": "^3.1.1"
299
+ },
300
+ "funding": {
301
+ "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
302
+ }
303
+ },
314
304
  "node_modules/entities": {
315
305
  "version": "4.5.0",
316
306
  "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
@@ -324,6 +314,16 @@
324
314
  "url": "https://github.com/fb55/entities?sponsor=1"
325
315
  }
326
316
  },
317
+ "node_modules/escalade": {
318
+ "version": "3.2.0",
319
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
320
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
321
+ "dev": true,
322
+ "license": "MIT",
323
+ "engines": {
324
+ "node": ">=6"
325
+ }
326
+ },
327
327
  "node_modules/fast-glob": {
328
328
  "version": "3.3.2",
329
329
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
@@ -364,33 +364,19 @@
364
364
  "node": ">=8"
365
365
  }
366
366
  },
367
- "node_modules/find-up": {
368
- "version": "4.1.0",
369
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
370
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
371
- "dev": true,
372
- "license": "MIT",
373
- "dependencies": {
374
- "locate-path": "^5.0.0",
375
- "path-exists": "^4.0.0"
376
- },
377
- "engines": {
378
- "node": ">=8"
379
- }
380
- },
381
367
  "node_modules/fs-extra": {
382
- "version": "7.0.1",
383
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
384
- "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
368
+ "version": "11.2.0",
369
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
370
+ "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
385
371
  "dev": true,
386
372
  "license": "MIT",
387
373
  "dependencies": {
388
- "graceful-fs": "^4.1.2",
389
- "jsonfile": "^4.0.0",
390
- "universalify": "^0.1.0"
374
+ "graceful-fs": "^4.2.0",
375
+ "jsonfile": "^6.0.1",
376
+ "universalify": "^2.0.0"
391
377
  },
392
378
  "engines": {
393
- "node": ">=6 <7 || >=8"
379
+ "node": ">=14.14"
394
380
  }
395
381
  },
396
382
  "node_modules/get-caller-file": {
@@ -417,21 +403,21 @@
417
403
  }
418
404
  },
419
405
  "node_modules/globby": {
420
- "version": "11.0.0",
421
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz",
422
- "integrity": "sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==",
406
+ "version": "14.0.2",
407
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
408
+ "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
423
409
  "dev": true,
424
410
  "license": "MIT",
425
411
  "dependencies": {
426
- "array-union": "^2.1.0",
427
- "dir-glob": "^3.0.1",
428
- "fast-glob": "^3.1.1",
429
- "ignore": "^5.1.4",
430
- "merge2": "^1.3.0",
431
- "slash": "^3.0.0"
412
+ "@sindresorhus/merge-streams": "^2.1.0",
413
+ "fast-glob": "^3.3.2",
414
+ "ignore": "^5.2.4",
415
+ "path-type": "^5.0.0",
416
+ "slash": "^5.1.0",
417
+ "unicorn-magic": "^0.1.0"
432
418
  },
433
419
  "engines": {
434
- "node": ">=10"
420
+ "node": ">=18"
435
421
  },
436
422
  "funding": {
437
423
  "url": "https://github.com/sponsors/sindresorhus"
@@ -445,16 +431,16 @@
445
431
  "license": "ISC"
446
432
  },
447
433
  "node_modules/heroicons": {
448
- "version": "2.1.5",
449
- "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.1.5.tgz",
450
- "integrity": "sha512-XLq3m45bJphmWdR6im52alaYajp0/fluJa2+7xh3x7CgItumbLsjhKYe+mCf0lErXLy7ZyiEgKIty2gFNxhoyA==",
434
+ "version": "2.2.0",
435
+ "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.2.0.tgz",
436
+ "integrity": "sha512-yOwvztmNiBWqR946t+JdgZmyzEmnRMC2nxvHFC90bF1SUttwB6yJKYeme1JeEcBfobdOs827nCyiWBS2z/brog==",
451
437
  "dev": true,
452
438
  "license": "MIT"
453
439
  },
454
440
  "node_modules/htmlparser2": {
455
- "version": "8.0.2",
456
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz",
457
- "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==",
441
+ "version": "9.1.0",
442
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
443
+ "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
458
444
  "dev": true,
459
445
  "funding": [
460
446
  "https://github.com/fb55/htmlparser2?sponsor=1",
@@ -467,8 +453,21 @@
467
453
  "dependencies": {
468
454
  "domelementtype": "^2.3.0",
469
455
  "domhandler": "^5.0.3",
470
- "domutils": "^3.0.1",
471
- "entities": "^4.4.0"
456
+ "domutils": "^3.1.0",
457
+ "entities": "^4.5.0"
458
+ }
459
+ },
460
+ "node_modules/iconv-lite": {
461
+ "version": "0.6.3",
462
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
463
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
464
+ "dev": true,
465
+ "license": "MIT",
466
+ "dependencies": {
467
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
468
+ },
469
+ "engines": {
470
+ "node": ">=0.10.0"
472
471
  }
473
472
  },
474
473
  "node_modules/ignore": {
@@ -525,26 +524,16 @@
525
524
  }
526
525
  },
527
526
  "node_modules/jsonfile": {
528
- "version": "4.0.0",
529
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
530
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
531
- "dev": true,
532
- "license": "MIT",
533
- "optionalDependencies": {
534
- "graceful-fs": "^4.1.6"
535
- }
536
- },
537
- "node_modules/locate-path": {
538
- "version": "5.0.0",
539
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
540
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
527
+ "version": "6.1.0",
528
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
529
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
541
530
  "dev": true,
542
531
  "license": "MIT",
543
532
  "dependencies": {
544
- "p-locate": "^4.1.0"
533
+ "universalify": "^2.0.0"
545
534
  },
546
- "engines": {
547
- "node": ">=8"
535
+ "optionalDependencies": {
536
+ "graceful-fs": "^4.1.6"
548
537
  }
549
538
  },
550
539
  "node_modules/lodash.merge": {
@@ -591,90 +580,57 @@
591
580
  "url": "https://github.com/fb55/nth-check?sponsor=1"
592
581
  }
593
582
  },
594
- "node_modules/p-limit": {
595
- "version": "2.3.0",
596
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
597
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
583
+ "node_modules/parse5": {
584
+ "version": "7.2.1",
585
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
586
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
598
587
  "dev": true,
599
588
  "license": "MIT",
600
589
  "dependencies": {
601
- "p-try": "^2.0.0"
602
- },
603
- "engines": {
604
- "node": ">=6"
590
+ "entities": "^4.5.0"
605
591
  },
606
592
  "funding": {
607
- "url": "https://github.com/sponsors/sindresorhus"
608
- }
609
- },
610
- "node_modules/p-locate": {
611
- "version": "4.1.0",
612
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
613
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
614
- "dev": true,
615
- "license": "MIT",
616
- "dependencies": {
617
- "p-limit": "^2.2.0"
618
- },
619
- "engines": {
620
- "node": ">=8"
621
- }
622
- },
623
- "node_modules/p-try": {
624
- "version": "2.2.0",
625
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
626
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
627
- "dev": true,
628
- "license": "MIT",
629
- "engines": {
630
- "node": ">=6"
593
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
631
594
  }
632
595
  },
633
- "node_modules/parse5": {
634
- "version": "7.1.2",
635
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
636
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
596
+ "node_modules/parse5-htmlparser2-tree-adapter": {
597
+ "version": "7.1.0",
598
+ "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
599
+ "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
637
600
  "dev": true,
638
601
  "license": "MIT",
639
602
  "dependencies": {
640
- "entities": "^4.4.0"
603
+ "domhandler": "^5.0.3",
604
+ "parse5": "^7.0.0"
641
605
  },
642
606
  "funding": {
643
607
  "url": "https://github.com/inikulin/parse5?sponsor=1"
644
608
  }
645
609
  },
646
- "node_modules/parse5-htmlparser2-tree-adapter": {
647
- "version": "7.0.0",
648
- "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
649
- "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
610
+ "node_modules/parse5-parser-stream": {
611
+ "version": "7.1.2",
612
+ "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
613
+ "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
650
614
  "dev": true,
651
615
  "license": "MIT",
652
616
  "dependencies": {
653
- "domhandler": "^5.0.2",
654
617
  "parse5": "^7.0.0"
655
618
  },
656
619
  "funding": {
657
620
  "url": "https://github.com/inikulin/parse5?sponsor=1"
658
621
  }
659
622
  },
660
- "node_modules/path-exists": {
661
- "version": "4.0.0",
662
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
663
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
664
- "dev": true,
665
- "license": "MIT",
666
- "engines": {
667
- "node": ">=8"
668
- }
669
- },
670
623
  "node_modules/path-type": {
671
- "version": "4.0.0",
672
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
673
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
624
+ "version": "5.0.0",
625
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
626
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
674
627
  "dev": true,
675
628
  "license": "MIT",
676
629
  "engines": {
677
- "node": ">=8"
630
+ "node": ">=12"
631
+ },
632
+ "funding": {
633
+ "url": "https://github.com/sponsors/sindresorhus"
678
634
  }
679
635
  },
680
636
  "node_modules/picomatch": {
@@ -721,13 +677,6 @@
721
677
  "node": ">=0.10.0"
722
678
  }
723
679
  },
724
- "node_modules/require-main-filename": {
725
- "version": "2.0.0",
726
- "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
727
- "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
728
- "dev": true,
729
- "license": "ISC"
730
- },
731
680
  "node_modules/reusify": {
732
681
  "version": "1.0.4",
733
682
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -763,21 +712,24 @@
763
712
  "queue-microtask": "^1.2.2"
764
713
  }
765
714
  },
766
- "node_modules/set-blocking": {
767
- "version": "2.0.0",
768
- "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
769
- "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
715
+ "node_modules/safer-buffer": {
716
+ "version": "2.1.2",
717
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
718
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
770
719
  "dev": true,
771
- "license": "ISC"
720
+ "license": "MIT"
772
721
  },
773
722
  "node_modules/slash": {
774
- "version": "3.0.0",
775
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
776
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
723
+ "version": "5.1.0",
724
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
725
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
777
726
  "dev": true,
778
727
  "license": "MIT",
779
728
  "engines": {
780
- "node": ">=8"
729
+ "node": ">=14.16"
730
+ },
731
+ "funding": {
732
+ "url": "https://github.com/sponsors/sindresorhus"
781
733
  }
782
734
  },
783
735
  "node_modules/string-width": {
@@ -822,43 +774,78 @@
822
774
  }
823
775
  },
824
776
  "node_modules/trim-newlines": {
825
- "version": "3.0.1",
826
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
827
- "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
777
+ "version": "5.0.0",
778
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
779
+ "integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg==",
828
780
  "dev": true,
829
781
  "license": "MIT",
830
782
  "engines": {
831
- "node": ">=8"
783
+ "node": ">=14.16"
784
+ },
785
+ "funding": {
786
+ "url": "https://github.com/sponsors/sindresorhus"
832
787
  }
833
788
  },
834
- "node_modules/tslib": {
835
- "version": "2.7.0",
836
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
837
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
789
+ "node_modules/undici": {
790
+ "version": "6.21.0",
791
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz",
792
+ "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==",
838
793
  "dev": true,
839
- "license": "0BSD"
794
+ "license": "MIT",
795
+ "engines": {
796
+ "node": ">=18.17"
797
+ }
840
798
  },
841
- "node_modules/universalify": {
842
- "version": "0.1.2",
843
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
844
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
799
+ "node_modules/unicorn-magic": {
800
+ "version": "0.1.0",
801
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
802
+ "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
845
803
  "dev": true,
846
804
  "license": "MIT",
847
805
  "engines": {
848
- "node": ">= 4.0.0"
806
+ "node": ">=18"
807
+ },
808
+ "funding": {
809
+ "url": "https://github.com/sponsors/sindresorhus"
849
810
  }
850
811
  },
851
- "node_modules/which-module": {
812
+ "node_modules/universalify": {
852
813
  "version": "2.0.1",
853
- "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
854
- "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
814
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
815
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
855
816
  "dev": true,
856
- "license": "ISC"
817
+ "license": "MIT",
818
+ "engines": {
819
+ "node": ">= 10.0.0"
820
+ }
821
+ },
822
+ "node_modules/whatwg-encoding": {
823
+ "version": "3.1.1",
824
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
825
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
826
+ "dev": true,
827
+ "license": "MIT",
828
+ "dependencies": {
829
+ "iconv-lite": "0.6.3"
830
+ },
831
+ "engines": {
832
+ "node": ">=18"
833
+ }
834
+ },
835
+ "node_modules/whatwg-mimetype": {
836
+ "version": "4.0.0",
837
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
838
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
839
+ "dev": true,
840
+ "license": "MIT",
841
+ "engines": {
842
+ "node": ">=18"
843
+ }
857
844
  },
858
845
  "node_modules/wrap-ansi": {
859
- "version": "6.2.0",
860
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
861
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
846
+ "version": "7.0.0",
847
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
848
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
862
849
  "dev": true,
863
850
  "license": "MIT",
864
851
  "dependencies": {
@@ -867,48 +854,49 @@
867
854
  "strip-ansi": "^6.0.0"
868
855
  },
869
856
  "engines": {
870
- "node": ">=8"
857
+ "node": ">=10"
858
+ },
859
+ "funding": {
860
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
871
861
  }
872
862
  },
873
863
  "node_modules/y18n": {
874
- "version": "4.0.3",
875
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
876
- "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
864
+ "version": "5.0.8",
865
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
866
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
877
867
  "dev": true,
878
- "license": "ISC"
868
+ "license": "ISC",
869
+ "engines": {
870
+ "node": ">=10"
871
+ }
879
872
  },
880
873
  "node_modules/yargs": {
881
- "version": "15.1.0",
882
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz",
883
- "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==",
874
+ "version": "17.7.2",
875
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
876
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
884
877
  "dev": true,
885
878
  "license": "MIT",
886
879
  "dependencies": {
887
- "cliui": "^6.0.0",
888
- "decamelize": "^1.2.0",
889
- "find-up": "^4.1.0",
890
- "get-caller-file": "^2.0.1",
880
+ "cliui": "^8.0.1",
881
+ "escalade": "^3.1.1",
882
+ "get-caller-file": "^2.0.5",
891
883
  "require-directory": "^2.1.1",
892
- "require-main-filename": "^2.0.0",
893
- "set-blocking": "^2.0.0",
894
- "string-width": "^4.2.0",
895
- "which-module": "^2.0.0",
896
- "y18n": "^4.0.0",
897
- "yargs-parser": "^16.1.0"
884
+ "string-width": "^4.2.3",
885
+ "y18n": "^5.0.5",
886
+ "yargs-parser": "^21.1.1"
898
887
  },
899
888
  "engines": {
900
- "node": ">=8"
889
+ "node": ">=12"
901
890
  }
902
891
  },
903
892
  "node_modules/yargs-parser": {
904
- "version": "16.1.0",
905
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz",
906
- "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==",
893
+ "version": "21.1.1",
894
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
895
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
907
896
  "dev": true,
908
897
  "license": "ISC",
909
- "dependencies": {
910
- "camelcase": "^5.0.0",
911
- "decamelize": "^1.2.0"
898
+ "engines": {
899
+ "node": ">=12"
912
900
  }
913
901
  }
914
902
  }