@asyncapi/cli 3.1.0 → 3.2.0

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.
@@ -31,6 +31,25 @@
31
31
  "node": ">=6.0.0"
32
32
  }
33
33
  },
34
+ "node_modules/@asamuzakjp/css-color": {
35
+ "version": "3.2.0",
36
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
37
+ "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
38
+ "license": "MIT",
39
+ "dependencies": {
40
+ "@csstools/css-calc": "^2.1.3",
41
+ "@csstools/css-color-parser": "^3.0.9",
42
+ "@csstools/css-parser-algorithms": "^3.0.4",
43
+ "@csstools/css-tokenizer": "^3.0.3",
44
+ "lru-cache": "^10.4.3"
45
+ }
46
+ },
47
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
48
+ "version": "10.4.3",
49
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
50
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
51
+ "license": "ISC"
52
+ },
34
53
  "node_modules/@asyncapi/avro-schema-parser": {
35
54
  "version": "3.0.24",
36
55
  "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.24.tgz",
@@ -216,20 +235,82 @@
216
235
  }
217
236
  },
218
237
  "node_modules/@asyncapi/html-template": {
219
- "version": "3.0.0",
220
- "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-3.0.0.tgz",
221
- "integrity": "sha512-U5+fx9fdtQwi7C6PabODP01m1z596fhOjCcRdaOHI2/OBm2DFeQIDel2QZ1B1KmChouANaj0IC4lGfJgJcPw1g==",
238
+ "version": "3.2.1",
239
+ "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-3.2.1.tgz",
240
+ "integrity": "sha512-VeyIMIi/f4B2J8MCZDvEWzjujCcIKwqan9/zrGLKKcz3MUol64Wwr0Gp4z4cDMrM8w06MPG1qASCzXNOs4QSjQ==",
241
+ "license": "Apache-2.0",
222
242
  "dependencies": {
223
243
  "@asyncapi/generator-react-sdk": "^1.1.2",
224
244
  "@asyncapi/parser": "^3.1.0",
225
- "@asyncapi/react-component": "^1.2.13",
245
+ "@asyncapi/react-component": "^2.5.1",
226
246
  "highlight.js": "10.7.3",
227
- "puppeteer": "^14.1.0",
228
- "react-dom": "^17.0.2",
247
+ "puppeteer": "^24.4.0",
248
+ "react": "^18.3.1",
249
+ "react-dom": "^18.3.1",
229
250
  "rimraf": "^3.0.2",
230
251
  "sync-fetch": "^0.5.2"
231
252
  }
232
253
  },
254
+ "node_modules/@asyncapi/html-template/node_modules/@asyncapi/react-component": {
255
+ "version": "2.6.3",
256
+ "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-2.6.3.tgz",
257
+ "integrity": "sha512-Cs42mJxw8TQcc9RL66EAMF/b5T+ERq0a3DrJRkqr8v0URmUw/D4r/wIVpLApt9AgED4okSNDZfLJYSBUWyRk2g==",
258
+ "license": "Apache-2.0",
259
+ "dependencies": {
260
+ "@asyncapi/avro-schema-parser": "^3.0.24",
261
+ "@asyncapi/openapi-schema-parser": "^3.0.24",
262
+ "@asyncapi/parser": "^3.3.0",
263
+ "@asyncapi/protobuf-schema-parser": "^3.5.1",
264
+ "highlight.js": "^10.7.2",
265
+ "isomorphic-dompurify": "^2.14.0",
266
+ "marked": "^4.0.14",
267
+ "openapi-sampler": "^1.2.1",
268
+ "react-error-boundary": "^4.1.2",
269
+ "use-resize-observer": "^9.1.0"
270
+ },
271
+ "peerDependencies": {
272
+ "react": ">=18.0.0",
273
+ "react-dom": ">=18.0.0"
274
+ }
275
+ },
276
+ "node_modules/@asyncapi/html-template/node_modules/react": {
277
+ "version": "18.3.1",
278
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
279
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
280
+ "license": "MIT",
281
+ "dependencies": {
282
+ "loose-envify": "^1.1.0"
283
+ },
284
+ "engines": {
285
+ "node": ">=0.10.0"
286
+ }
287
+ },
288
+ "node_modules/@asyncapi/html-template/node_modules/react-dom": {
289
+ "version": "18.3.1",
290
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
291
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
292
+ "license": "MIT",
293
+ "dependencies": {
294
+ "loose-envify": "^1.1.0",
295
+ "scheduler": "^0.23.2"
296
+ },
297
+ "peerDependencies": {
298
+ "react": "^18.3.1"
299
+ }
300
+ },
301
+ "node_modules/@asyncapi/html-template/node_modules/use-resize-observer": {
302
+ "version": "9.1.0",
303
+ "resolved": "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-9.1.0.tgz",
304
+ "integrity": "sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==",
305
+ "license": "MIT",
306
+ "dependencies": {
307
+ "@juggle/resize-observer": "^3.3.1"
308
+ },
309
+ "peerDependencies": {
310
+ "react": "16.8.0 - 18",
311
+ "react-dom": "16.8.0 - 18"
312
+ }
313
+ },
233
314
  "node_modules/@asyncapi/markdown-template": {
234
315
  "version": "1.6.6",
235
316
  "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.6.tgz",
@@ -281,11 +362,12 @@
281
362
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
282
363
  },
283
364
  "node_modules/@asyncapi/parser": {
284
- "version": "3.2.2",
285
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.2.2.tgz",
286
- "integrity": "sha512-ved4ja3ANs6BcRhWLbK/A7JIhJyMQBYdV1GZwo6Ptf+qBkGIdvV3dt8M4T6TZqtIbUI2NOvmO2YUqtaPWTudgA==",
365
+ "version": "3.4.0",
366
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz",
367
+ "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==",
368
+ "license": "Apache-2.0",
287
369
  "dependencies": {
288
- "@asyncapi/specs": "^6.6.0",
370
+ "@asyncapi/specs": "^6.8.0",
289
371
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
290
372
  "@stoplight/json": "3.21.0",
291
373
  "@stoplight/json-ref-readers": "^1.2.2",
@@ -302,7 +384,7 @@
302
384
  "ajv-formats": "^2.1.1",
303
385
  "avsc": "^5.7.5",
304
386
  "js-yaml": "^4.1.0",
305
- "jsonpath-plus": "^7.2.0",
387
+ "jsonpath-plus": "^10.0.0",
306
388
  "node-fetch": "2.6.7"
307
389
  }
308
390
  },
@@ -350,6 +432,24 @@
350
432
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
351
433
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
352
434
  },
435
+ "node_modules/@asyncapi/parser/node_modules/jsonpath-plus": {
436
+ "version": "10.3.0",
437
+ "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
438
+ "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
439
+ "license": "MIT",
440
+ "dependencies": {
441
+ "@jsep-plugin/assignment": "^1.3.0",
442
+ "@jsep-plugin/regex": "^1.0.4",
443
+ "jsep": "^1.4.0"
444
+ },
445
+ "bin": {
446
+ "jsonpath": "bin/jsonpath-cli.js",
447
+ "jsonpath-plus": "bin/jsonpath-cli.js"
448
+ },
449
+ "engines": {
450
+ "node": ">=18.0.0"
451
+ }
452
+ },
353
453
  "node_modules/@asyncapi/parser/node_modules/node-fetch": {
354
454
  "version": "2.6.7",
355
455
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
@@ -389,13 +489,17 @@
389
489
  }
390
490
  },
391
491
  "node_modules/@asyncapi/protobuf-schema-parser": {
392
- "version": "3.2.14",
393
- "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.14.tgz",
394
- "integrity": "sha512-7v64Jxhz2IBfaQECUhfwuLRMFQTysvmqtvT+Esgd9NooIPRnkEzgCbBnC25oGjzSB6Sju28G406lQpO15HHaEw==",
492
+ "version": "3.5.1",
493
+ "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.5.1.tgz",
494
+ "integrity": "sha512-rfSHrsJm+W5I10KhQGx2VZTBObw0w5fsMCcZJVSCV1E9YhKDUQkeH+78QBzuLdHtfo9ut90Ykx02wslpZlcu1A==",
495
+ "license": "Apache-2.0",
395
496
  "dependencies": {
396
- "@asyncapi/parser": "^3.1.0",
397
- "@types/protocol-buffers-schema": "^3.4.1",
398
- "protobufjs": "^7.2.6"
497
+ "@asyncapi/parser": "^3.4.0",
498
+ "@types/protocol-buffers-schema": "^3.4.3",
499
+ "protobufjs": "^7.4.0"
500
+ },
501
+ "engines": {
502
+ "node": ">=18"
399
503
  }
400
504
  },
401
505
  "node_modules/@asyncapi/raml-dt-schema-parser": {
@@ -425,26 +529,6 @@
425
529
  "js-yaml": "bin/js-yaml.js"
426
530
  }
427
531
  },
428
- "node_modules/@asyncapi/react-component": {
429
- "version": "1.4.10",
430
- "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.10.tgz",
431
- "integrity": "sha512-ejANS06yj1ZM4YDtsRi0g7h3EEJLGusewjzeugK+tGntNAKVZRvTPUXhbSDMhTARHuZXhUGLlITIno7N1aXapw==",
432
- "dependencies": {
433
- "@asyncapi/avro-schema-parser": "^3.0.22",
434
- "@asyncapi/openapi-schema-parser": "^3.0.22",
435
- "@asyncapi/parser": "^3.0.14",
436
- "@asyncapi/protobuf-schema-parser": "^3.2.12",
437
- "highlight.js": "^10.7.2",
438
- "isomorphic-dompurify": "^0.13.0",
439
- "marked": "^4.0.14",
440
- "openapi-sampler": "^1.2.1",
441
- "use-resize-observer": "^8.0.0"
442
- },
443
- "peerDependencies": {
444
- "react": ">=16.8.0",
445
- "react-dom": ">=16.8.0"
446
- }
447
- },
448
532
  "node_modules/@asyncapi/specs": {
449
533
  "version": "6.8.0",
450
534
  "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.0.tgz",
@@ -454,12 +538,14 @@
454
538
  }
455
539
  },
456
540
  "node_modules/@babel/code-frame": {
457
- "version": "7.24.7",
458
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
459
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
541
+ "version": "7.27.1",
542
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
543
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
544
+ "license": "MIT",
460
545
  "dependencies": {
461
- "@babel/highlight": "^7.24.7",
462
- "picocolors": "^1.0.0"
546
+ "@babel/helper-validator-identifier": "^7.27.1",
547
+ "js-tokens": "^4.0.0",
548
+ "picocolors": "^1.1.1"
463
549
  },
464
550
  "engines": {
465
551
  "node": ">=6.9.0"
@@ -756,17 +842,19 @@
756
842
  }
757
843
  },
758
844
  "node_modules/@babel/helper-string-parser": {
759
- "version": "7.24.8",
760
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
761
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
845
+ "version": "7.27.1",
846
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
847
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
848
+ "license": "MIT",
762
849
  "engines": {
763
850
  "node": ">=6.9.0"
764
851
  }
765
852
  },
766
853
  "node_modules/@babel/helper-validator-identifier": {
767
- "version": "7.24.7",
768
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
769
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
854
+ "version": "7.27.1",
855
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
856
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
857
+ "license": "MIT",
770
858
  "engines": {
771
859
  "node": ">=6.9.0"
772
860
  }
@@ -793,101 +881,25 @@
793
881
  }
794
882
  },
795
883
  "node_modules/@babel/helpers": {
796
- "version": "7.25.6",
797
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
798
- "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
799
- "dependencies": {
800
- "@babel/template": "^7.25.0",
801
- "@babel/types": "^7.25.6"
802
- },
803
- "engines": {
804
- "node": ">=6.9.0"
805
- }
806
- },
807
- "node_modules/@babel/highlight": {
808
- "version": "7.24.7",
809
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
810
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
884
+ "version": "7.27.4",
885
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.4.tgz",
886
+ "integrity": "sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==",
887
+ "license": "MIT",
811
888
  "dependencies": {
812
- "@babel/helper-validator-identifier": "^7.24.7",
813
- "chalk": "^2.4.2",
814
- "js-tokens": "^4.0.0",
815
- "picocolors": "^1.0.0"
889
+ "@babel/template": "^7.27.2",
890
+ "@babel/types": "^7.27.3"
816
891
  },
817
892
  "engines": {
818
893
  "node": ">=6.9.0"
819
894
  }
820
895
  },
821
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
822
- "version": "3.2.1",
823
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
824
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
825
- "dependencies": {
826
- "color-convert": "^1.9.0"
827
- },
828
- "engines": {
829
- "node": ">=4"
830
- }
831
- },
832
- "node_modules/@babel/highlight/node_modules/chalk": {
833
- "version": "2.4.2",
834
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
835
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
836
- "dependencies": {
837
- "ansi-styles": "^3.2.1",
838
- "escape-string-regexp": "^1.0.5",
839
- "supports-color": "^5.3.0"
840
- },
841
- "engines": {
842
- "node": ">=4"
843
- }
844
- },
845
- "node_modules/@babel/highlight/node_modules/color-convert": {
846
- "version": "1.9.3",
847
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
848
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
849
- "dependencies": {
850
- "color-name": "1.1.3"
851
- }
852
- },
853
- "node_modules/@babel/highlight/node_modules/color-name": {
854
- "version": "1.1.3",
855
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
856
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
857
- },
858
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
859
- "version": "1.0.5",
860
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
861
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
862
- "engines": {
863
- "node": ">=0.8.0"
864
- }
865
- },
866
- "node_modules/@babel/highlight/node_modules/has-flag": {
867
- "version": "3.0.0",
868
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
869
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
870
- "engines": {
871
- "node": ">=4"
872
- }
873
- },
874
- "node_modules/@babel/highlight/node_modules/supports-color": {
875
- "version": "5.5.0",
876
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
877
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
878
- "dependencies": {
879
- "has-flag": "^3.0.0"
880
- },
881
- "engines": {
882
- "node": ">=4"
883
- }
884
- },
885
896
  "node_modules/@babel/parser": {
886
- "version": "7.25.6",
887
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
888
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
897
+ "version": "7.27.4",
898
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz",
899
+ "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==",
900
+ "license": "MIT",
889
901
  "dependencies": {
890
- "@babel/types": "^7.25.6"
902
+ "@babel/types": "^7.27.3"
891
903
  },
892
904
  "bin": {
893
905
  "parser": "bin/babel-parser.js"
@@ -2151,24 +2163,23 @@
2151
2163
  "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
2152
2164
  },
2153
2165
  "node_modules/@babel/runtime": {
2154
- "version": "7.25.6",
2155
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
2156
- "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
2157
- "dependencies": {
2158
- "regenerator-runtime": "^0.14.0"
2159
- },
2166
+ "version": "7.27.1",
2167
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz",
2168
+ "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
2169
+ "license": "MIT",
2160
2170
  "engines": {
2161
2171
  "node": ">=6.9.0"
2162
2172
  }
2163
2173
  },
2164
2174
  "node_modules/@babel/template": {
2165
- "version": "7.25.0",
2166
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
2167
- "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
2175
+ "version": "7.27.2",
2176
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
2177
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
2178
+ "license": "MIT",
2168
2179
  "dependencies": {
2169
- "@babel/code-frame": "^7.24.7",
2170
- "@babel/parser": "^7.25.0",
2171
- "@babel/types": "^7.25.0"
2180
+ "@babel/code-frame": "^7.27.1",
2181
+ "@babel/parser": "^7.27.2",
2182
+ "@babel/types": "^7.27.1"
2172
2183
  },
2173
2184
  "engines": {
2174
2185
  "node": ">=6.9.0"
@@ -2192,13 +2203,13 @@
2192
2203
  }
2193
2204
  },
2194
2205
  "node_modules/@babel/types": {
2195
- "version": "7.25.6",
2196
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
2197
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
2206
+ "version": "7.27.3",
2207
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz",
2208
+ "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==",
2209
+ "license": "MIT",
2198
2210
  "dependencies": {
2199
- "@babel/helper-string-parser": "^7.24.8",
2200
- "@babel/helper-validator-identifier": "^7.24.7",
2201
- "to-fast-properties": "^2.0.0"
2211
+ "@babel/helper-string-parser": "^7.27.1",
2212
+ "@babel/helper-validator-identifier": "^7.27.1"
2202
2213
  },
2203
2214
  "engines": {
2204
2215
  "node": ">=6.9.0"
@@ -2224,6 +2235,116 @@
2224
2235
  "@jridgewell/sourcemap-codec": "^1.4.10"
2225
2236
  }
2226
2237
  },
2238
+ "node_modules/@csstools/color-helpers": {
2239
+ "version": "5.0.2",
2240
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
2241
+ "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
2242
+ "funding": [
2243
+ {
2244
+ "type": "github",
2245
+ "url": "https://github.com/sponsors/csstools"
2246
+ },
2247
+ {
2248
+ "type": "opencollective",
2249
+ "url": "https://opencollective.com/csstools"
2250
+ }
2251
+ ],
2252
+ "license": "MIT-0",
2253
+ "engines": {
2254
+ "node": ">=18"
2255
+ }
2256
+ },
2257
+ "node_modules/@csstools/css-calc": {
2258
+ "version": "2.1.3",
2259
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.3.tgz",
2260
+ "integrity": "sha512-XBG3talrhid44BY1x3MHzUx/aTG8+x/Zi57M4aTKK9RFB4aLlF3TTSzfzn8nWVHWL3FgAXAxmupmDd6VWww+pw==",
2261
+ "funding": [
2262
+ {
2263
+ "type": "github",
2264
+ "url": "https://github.com/sponsors/csstools"
2265
+ },
2266
+ {
2267
+ "type": "opencollective",
2268
+ "url": "https://opencollective.com/csstools"
2269
+ }
2270
+ ],
2271
+ "license": "MIT",
2272
+ "engines": {
2273
+ "node": ">=18"
2274
+ },
2275
+ "peerDependencies": {
2276
+ "@csstools/css-parser-algorithms": "^3.0.4",
2277
+ "@csstools/css-tokenizer": "^3.0.3"
2278
+ }
2279
+ },
2280
+ "node_modules/@csstools/css-color-parser": {
2281
+ "version": "3.0.9",
2282
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.9.tgz",
2283
+ "integrity": "sha512-wILs5Zk7BU86UArYBJTPy/FMPPKVKHMj1ycCEyf3VUptol0JNRLFU/BZsJ4aiIHJEbSLiizzRrw8Pc1uAEDrXw==",
2284
+ "funding": [
2285
+ {
2286
+ "type": "github",
2287
+ "url": "https://github.com/sponsors/csstools"
2288
+ },
2289
+ {
2290
+ "type": "opencollective",
2291
+ "url": "https://opencollective.com/csstools"
2292
+ }
2293
+ ],
2294
+ "license": "MIT",
2295
+ "dependencies": {
2296
+ "@csstools/color-helpers": "^5.0.2",
2297
+ "@csstools/css-calc": "^2.1.3"
2298
+ },
2299
+ "engines": {
2300
+ "node": ">=18"
2301
+ },
2302
+ "peerDependencies": {
2303
+ "@csstools/css-parser-algorithms": "^3.0.4",
2304
+ "@csstools/css-tokenizer": "^3.0.3"
2305
+ }
2306
+ },
2307
+ "node_modules/@csstools/css-parser-algorithms": {
2308
+ "version": "3.0.4",
2309
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
2310
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
2311
+ "funding": [
2312
+ {
2313
+ "type": "github",
2314
+ "url": "https://github.com/sponsors/csstools"
2315
+ },
2316
+ {
2317
+ "type": "opencollective",
2318
+ "url": "https://opencollective.com/csstools"
2319
+ }
2320
+ ],
2321
+ "license": "MIT",
2322
+ "engines": {
2323
+ "node": ">=18"
2324
+ },
2325
+ "peerDependencies": {
2326
+ "@csstools/css-tokenizer": "^3.0.3"
2327
+ }
2328
+ },
2329
+ "node_modules/@csstools/css-tokenizer": {
2330
+ "version": "3.0.3",
2331
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
2332
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
2333
+ "funding": [
2334
+ {
2335
+ "type": "github",
2336
+ "url": "https://github.com/sponsors/csstools"
2337
+ },
2338
+ {
2339
+ "type": "opencollective",
2340
+ "url": "https://opencollective.com/csstools"
2341
+ }
2342
+ ],
2343
+ "license": "MIT",
2344
+ "engines": {
2345
+ "node": ">=18"
2346
+ }
2347
+ },
2227
2348
  "node_modules/@eslint-community/eslint-utils": {
2228
2349
  "version": "4.4.0",
2229
2350
  "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@@ -2891,10 +3012,23 @@
2891
3012
  "@jridgewell/sourcemap-codec": "^1.4.14"
2892
3013
  }
2893
3014
  },
3015
+ "node_modules/@jsep-plugin/assignment": {
3016
+ "version": "1.3.0",
3017
+ "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz",
3018
+ "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==",
3019
+ "license": "MIT",
3020
+ "engines": {
3021
+ "node": ">= 10.16.0"
3022
+ },
3023
+ "peerDependencies": {
3024
+ "jsep": "^0.4.0||^1.0.0"
3025
+ }
3026
+ },
2894
3027
  "node_modules/@jsep-plugin/regex": {
2895
- "version": "1.0.3",
2896
- "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
2897
- "integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==",
3028
+ "version": "1.0.4",
3029
+ "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz",
3030
+ "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==",
3031
+ "license": "MIT",
2898
3032
  "engines": {
2899
3033
  "node": ">= 10.16.0"
2900
3034
  },
@@ -2916,7 +3050,8 @@
2916
3050
  "node_modules/@juggle/resize-observer": {
2917
3051
  "version": "3.4.0",
2918
3052
  "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
2919
- "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA=="
3053
+ "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
3054
+ "license": "Apache-2.0"
2920
3055
  },
2921
3056
  "node_modules/@kwsites/file-exists": {
2922
3057
  "version": "1.1.1",
@@ -3287,6 +3422,50 @@
3287
3422
  "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
3288
3423
  "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
3289
3424
  },
3425
+ "node_modules/@puppeteer/browsers": {
3426
+ "version": "2.10.5",
3427
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.5.tgz",
3428
+ "integrity": "sha512-eifa0o+i8dERnngJwKrfp3dEq7ia5XFyoqB17S4gK8GhsQE4/P8nxOfQSE0zQHxzzLo/cmF+7+ywEQ7wK7Fb+w==",
3429
+ "license": "Apache-2.0",
3430
+ "dependencies": {
3431
+ "debug": "^4.4.1",
3432
+ "extract-zip": "^2.0.1",
3433
+ "progress": "^2.0.3",
3434
+ "proxy-agent": "^6.5.0",
3435
+ "semver": "^7.7.2",
3436
+ "tar-fs": "^3.0.8",
3437
+ "yargs": "^17.7.2"
3438
+ },
3439
+ "bin": {
3440
+ "browsers": "lib/cjs/main-cli.js"
3441
+ },
3442
+ "engines": {
3443
+ "node": ">=18"
3444
+ }
3445
+ },
3446
+ "node_modules/@puppeteer/browsers/node_modules/debug": {
3447
+ "version": "4.4.1",
3448
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
3449
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
3450
+ "license": "MIT",
3451
+ "dependencies": {
3452
+ "ms": "^2.1.3"
3453
+ },
3454
+ "engines": {
3455
+ "node": ">=6.0"
3456
+ },
3457
+ "peerDependenciesMeta": {
3458
+ "supports-color": {
3459
+ "optional": true
3460
+ }
3461
+ }
3462
+ },
3463
+ "node_modules/@puppeteer/browsers/node_modules/ms": {
3464
+ "version": "2.1.3",
3465
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3466
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3467
+ "license": "MIT"
3468
+ },
3290
3469
  "node_modules/@redis/bloom": {
3291
3470
  "version": "1.2.0",
3292
3471
  "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-1.2.0.tgz",
@@ -3857,13 +4036,11 @@
3857
4036
  "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
3858
4037
  "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
3859
4038
  },
3860
- "node_modules/@tootallnate/once": {
3861
- "version": "1.1.2",
3862
- "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
3863
- "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
3864
- "engines": {
3865
- "node": ">= 6"
3866
- }
4039
+ "node_modules/@tootallnate/quickjs-emscripten": {
4040
+ "version": "0.23.0",
4041
+ "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
4042
+ "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
4043
+ "license": "MIT"
3867
4044
  },
3868
4045
  "node_modules/@tsconfig/node10": {
3869
4046
  "version": "1.0.11",
@@ -3898,14 +4075,6 @@
3898
4075
  "@types/node": "*"
3899
4076
  }
3900
4077
  },
3901
- "node_modules/@types/dompurify": {
3902
- "version": "2.4.0",
3903
- "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-2.4.0.tgz",
3904
- "integrity": "sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==",
3905
- "dependencies": {
3906
- "@types/trusted-types": "*"
3907
- }
3908
- },
3909
4078
  "node_modules/@types/es-aggregate-error": {
3910
4079
  "version": "1.0.6",
3911
4080
  "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz",
@@ -3993,7 +4162,9 @@
3993
4162
  "node_modules/@types/trusted-types": {
3994
4163
  "version": "2.0.7",
3995
4164
  "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
3996
- "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
4165
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
4166
+ "license": "MIT",
4167
+ "optional": true
3997
4168
  },
3998
4169
  "node_modules/@types/urijs": {
3999
4170
  "version": "1.19.25",
@@ -4017,6 +4188,7 @@
4017
4188
  "version": "2.10.3",
4018
4189
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
4019
4190
  "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
4191
+ "license": "MIT",
4020
4192
  "optional": true,
4021
4193
  "dependencies": {
4022
4194
  "@types/node": "*"
@@ -4240,12 +4412,6 @@
4240
4412
  "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
4241
4413
  "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA=="
4242
4414
  },
4243
- "node_modules/abab": {
4244
- "version": "2.0.6",
4245
- "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
4246
- "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
4247
- "deprecated": "Use your platform's native atob() and btoa() methods instead"
4248
- },
4249
4415
  "node_modules/abbrev": {
4250
4416
  "version": "1.1.1",
4251
4417
  "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@@ -4285,26 +4451,6 @@
4285
4451
  "node": ">=0.4.0"
4286
4452
  }
4287
4453
  },
4288
- "node_modules/acorn-globals": {
4289
- "version": "6.0.0",
4290
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
4291
- "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
4292
- "dependencies": {
4293
- "acorn": "^7.1.1",
4294
- "acorn-walk": "^7.1.1"
4295
- }
4296
- },
4297
- "node_modules/acorn-globals/node_modules/acorn": {
4298
- "version": "7.4.1",
4299
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
4300
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
4301
- "bin": {
4302
- "acorn": "bin/acorn"
4303
- },
4304
- "engines": {
4305
- "node": ">=0.4.0"
4306
- }
4307
- },
4308
4454
  "node_modules/acorn-jsx": {
4309
4455
  "version": "5.3.2",
4310
4456
  "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
@@ -4314,14 +4460,6 @@
4314
4460
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
4315
4461
  }
4316
4462
  },
4317
- "node_modules/acorn-walk": {
4318
- "version": "7.2.0",
4319
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
4320
- "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
4321
- "engines": {
4322
- "node": ">=0.4.0"
4323
- }
4324
- },
4325
4463
  "node_modules/agent-base": {
4326
4464
  "version": "6.0.2",
4327
4465
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -4639,11 +4777,29 @@
4639
4777
  "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
4640
4778
  "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
4641
4779
  },
4780
+ "node_modules/ast-types": {
4781
+ "version": "0.13.4",
4782
+ "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
4783
+ "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
4784
+ "license": "MIT",
4785
+ "dependencies": {
4786
+ "tslib": "^2.0.1"
4787
+ },
4788
+ "engines": {
4789
+ "node": ">=4"
4790
+ }
4791
+ },
4642
4792
  "node_modules/ast-types-flow": {
4643
4793
  "version": "0.0.8",
4644
4794
  "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
4645
4795
  "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="
4646
4796
  },
4797
+ "node_modules/ast-types/node_modules/tslib": {
4798
+ "version": "2.8.1",
4799
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4800
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4801
+ "license": "0BSD"
4802
+ },
4647
4803
  "node_modules/astral-regex": {
4648
4804
  "version": "2.0.0",
4649
4805
  "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
@@ -4665,11 +4821,6 @@
4665
4821
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
4666
4822
  "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
4667
4823
  },
4668
- "node_modules/asynckit": {
4669
- "version": "0.4.0",
4670
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
4671
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
4672
- },
4673
4824
  "node_modules/available-typed-arrays": {
4674
4825
  "version": "1.0.7",
4675
4826
  "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -4708,6 +4859,12 @@
4708
4859
  "node": ">= 0.4"
4709
4860
  }
4710
4861
  },
4862
+ "node_modules/b4a": {
4863
+ "version": "1.6.7",
4864
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
4865
+ "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
4866
+ "license": "Apache-2.0"
4867
+ },
4711
4868
  "node_modules/babel-plugin-polyfill-corejs2": {
4712
4869
  "version": "0.4.11",
4713
4870
  "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
@@ -4765,6 +4922,78 @@
4765
4922
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
4766
4923
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
4767
4924
  },
4925
+ "node_modules/bare-events": {
4926
+ "version": "2.5.4",
4927
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz",
4928
+ "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
4929
+ "license": "Apache-2.0",
4930
+ "optional": true
4931
+ },
4932
+ "node_modules/bare-fs": {
4933
+ "version": "4.1.5",
4934
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.1.5.tgz",
4935
+ "integrity": "sha512-1zccWBMypln0jEE05LzZt+V/8y8AQsQQqxtklqaIyg5nu6OAYFhZxPXinJTSG+kU5qyNmeLgcn9AW7eHiCHVLA==",
4936
+ "license": "Apache-2.0",
4937
+ "optional": true,
4938
+ "dependencies": {
4939
+ "bare-events": "^2.5.4",
4940
+ "bare-path": "^3.0.0",
4941
+ "bare-stream": "^2.6.4"
4942
+ },
4943
+ "engines": {
4944
+ "bare": ">=1.16.0"
4945
+ },
4946
+ "peerDependencies": {
4947
+ "bare-buffer": "*"
4948
+ },
4949
+ "peerDependenciesMeta": {
4950
+ "bare-buffer": {
4951
+ "optional": true
4952
+ }
4953
+ }
4954
+ },
4955
+ "node_modules/bare-os": {
4956
+ "version": "3.6.1",
4957
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.1.tgz",
4958
+ "integrity": "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==",
4959
+ "license": "Apache-2.0",
4960
+ "optional": true,
4961
+ "engines": {
4962
+ "bare": ">=1.14.0"
4963
+ }
4964
+ },
4965
+ "node_modules/bare-path": {
4966
+ "version": "3.0.0",
4967
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
4968
+ "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
4969
+ "license": "Apache-2.0",
4970
+ "optional": true,
4971
+ "dependencies": {
4972
+ "bare-os": "^3.0.1"
4973
+ }
4974
+ },
4975
+ "node_modules/bare-stream": {
4976
+ "version": "2.6.5",
4977
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.5.tgz",
4978
+ "integrity": "sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==",
4979
+ "license": "Apache-2.0",
4980
+ "optional": true,
4981
+ "dependencies": {
4982
+ "streamx": "^2.21.0"
4983
+ },
4984
+ "peerDependencies": {
4985
+ "bare-buffer": "*",
4986
+ "bare-events": "*"
4987
+ },
4988
+ "peerDependenciesMeta": {
4989
+ "bare-buffer": {
4990
+ "optional": true
4991
+ },
4992
+ "bare-events": {
4993
+ "optional": true
4994
+ }
4995
+ }
4996
+ },
4768
4997
  "node_modules/base64-js": {
4769
4998
  "version": "1.5.1",
4770
4999
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -4792,6 +5021,15 @@
4792
5021
  "node": "^4.5.0 || >= 5.9"
4793
5022
  }
4794
5023
  },
5024
+ "node_modules/basic-ftp": {
5025
+ "version": "5.0.5",
5026
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
5027
+ "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
5028
+ "license": "MIT",
5029
+ "engines": {
5030
+ "node": ">=10.0.0"
5031
+ }
5032
+ },
4795
5033
  "node_modules/better-ajv-errors": {
4796
5034
  "version": "0.7.0",
4797
5035
  "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-0.7.0.tgz",
@@ -4943,11 +5181,6 @@
4943
5181
  "node": ">=8"
4944
5182
  }
4945
5183
  },
4946
- "node_modules/browser-process-hrtime": {
4947
- "version": "1.0.0",
4948
- "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
4949
- "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
4950
- },
4951
5184
  "node_modules/browserslist": {
4952
5185
  "version": "4.23.3",
4953
5186
  "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
@@ -5006,6 +5239,7 @@
5006
5239
  "version": "0.2.13",
5007
5240
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
5008
5241
  "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
5242
+ "license": "MIT",
5009
5243
  "engines": {
5010
5244
  "node": "*"
5011
5245
  }
@@ -5126,7 +5360,6 @@
5126
5360
  "version": "3.1.0",
5127
5361
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
5128
5362
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
5129
- "peer": true,
5130
5363
  "engines": {
5131
5364
  "node": ">=6"
5132
5365
  }
@@ -5204,6 +5437,19 @@
5204
5437
  "node": ">=10"
5205
5438
  }
5206
5439
  },
5440
+ "node_modules/chromium-bidi": {
5441
+ "version": "5.1.0",
5442
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-5.1.0.tgz",
5443
+ "integrity": "sha512-9MSRhWRVoRPDG0TgzkHrshFSJJNZzfY5UFqUMuksg7zL1yoZIZ3jLB0YAgHclbiAxPI86pBnwDX1tbzoiV8aFw==",
5444
+ "license": "Apache-2.0",
5445
+ "dependencies": {
5446
+ "mitt": "^3.0.1",
5447
+ "zod": "^3.24.1"
5448
+ },
5449
+ "peerDependencies": {
5450
+ "devtools-protocol": "*"
5451
+ }
5452
+ },
5207
5453
  "node_modules/ci-info": {
5208
5454
  "version": "3.9.0",
5209
5455
  "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
@@ -5237,6 +5483,37 @@
5237
5483
  "node": ">=8"
5238
5484
  }
5239
5485
  },
5486
+ "node_modules/cliui": {
5487
+ "version": "8.0.1",
5488
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
5489
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
5490
+ "license": "ISC",
5491
+ "dependencies": {
5492
+ "string-width": "^4.2.0",
5493
+ "strip-ansi": "^6.0.1",
5494
+ "wrap-ansi": "^7.0.0"
5495
+ },
5496
+ "engines": {
5497
+ "node": ">=12"
5498
+ }
5499
+ },
5500
+ "node_modules/cliui/node_modules/wrap-ansi": {
5501
+ "version": "7.0.0",
5502
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5503
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5504
+ "license": "MIT",
5505
+ "dependencies": {
5506
+ "ansi-styles": "^4.0.0",
5507
+ "string-width": "^4.1.0",
5508
+ "strip-ansi": "^6.0.0"
5509
+ },
5510
+ "engines": {
5511
+ "node": ">=10"
5512
+ },
5513
+ "funding": {
5514
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5515
+ }
5516
+ },
5240
5517
  "node_modules/cluster-key-slot": {
5241
5518
  "version": "1.1.2",
5242
5519
  "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
@@ -5297,17 +5574,6 @@
5297
5574
  "color-support": "bin.js"
5298
5575
  }
5299
5576
  },
5300
- "node_modules/combined-stream": {
5301
- "version": "1.0.8",
5302
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
5303
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
5304
- "dependencies": {
5305
- "delayed-stream": "~1.0.0"
5306
- },
5307
- "engines": {
5308
- "node": ">= 0.8"
5309
- }
5310
- },
5311
5577
  "node_modules/commander": {
5312
5578
  "version": "6.2.1",
5313
5579
  "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
@@ -5410,57 +5676,55 @@
5410
5676
  "node": ">= 0.10"
5411
5677
  }
5412
5678
  },
5413
- "node_modules/create-require": {
5414
- "version": "1.1.1",
5415
- "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
5416
- "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
5417
- },
5418
- "node_modules/cross-fetch": {
5419
- "version": "3.1.5",
5420
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
5421
- "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
5422
- "dependencies": {
5423
- "node-fetch": "2.6.7"
5424
- }
5425
- },
5426
- "node_modules/cross-fetch/node_modules/node-fetch": {
5427
- "version": "2.6.7",
5428
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
5429
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
5679
+ "node_modules/cosmiconfig": {
5680
+ "version": "9.0.0",
5681
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
5682
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
5683
+ "license": "MIT",
5430
5684
  "dependencies": {
5431
- "whatwg-url": "^5.0.0"
5685
+ "env-paths": "^2.2.1",
5686
+ "import-fresh": "^3.3.0",
5687
+ "js-yaml": "^4.1.0",
5688
+ "parse-json": "^5.2.0"
5432
5689
  },
5433
5690
  "engines": {
5434
- "node": "4.x || >=6.0.0"
5691
+ "node": ">=14"
5692
+ },
5693
+ "funding": {
5694
+ "url": "https://github.com/sponsors/d-fischer"
5435
5695
  },
5436
5696
  "peerDependencies": {
5437
- "encoding": "^0.1.0"
5697
+ "typescript": ">=4.9.5"
5438
5698
  },
5439
5699
  "peerDependenciesMeta": {
5440
- "encoding": {
5700
+ "typescript": {
5441
5701
  "optional": true
5442
5702
  }
5443
5703
  }
5444
5704
  },
5445
- "node_modules/cross-fetch/node_modules/tr46": {
5446
- "version": "0.0.3",
5447
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
5448
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
5449
- },
5450
- "node_modules/cross-fetch/node_modules/webidl-conversions": {
5451
- "version": "3.0.1",
5452
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
5453
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
5705
+ "node_modules/cosmiconfig/node_modules/argparse": {
5706
+ "version": "2.0.1",
5707
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
5708
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
5709
+ "license": "Python-2.0"
5454
5710
  },
5455
- "node_modules/cross-fetch/node_modules/whatwg-url": {
5456
- "version": "5.0.0",
5457
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
5458
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
5711
+ "node_modules/cosmiconfig/node_modules/js-yaml": {
5712
+ "version": "4.1.0",
5713
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
5714
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
5715
+ "license": "MIT",
5459
5716
  "dependencies": {
5460
- "tr46": "~0.0.3",
5461
- "webidl-conversions": "^3.0.0"
5717
+ "argparse": "^2.0.1"
5718
+ },
5719
+ "bin": {
5720
+ "js-yaml": "bin/js-yaml.js"
5462
5721
  }
5463
5722
  },
5723
+ "node_modules/create-require": {
5724
+ "version": "1.1.1",
5725
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
5726
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
5727
+ },
5464
5728
  "node_modules/cross-spawn": {
5465
5729
  "version": "7.0.6",
5466
5730
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -5485,27 +5749,19 @@
5485
5749
  "node": ">=4"
5486
5750
  }
5487
5751
  },
5488
- "node_modules/cssom": {
5489
- "version": "0.4.4",
5490
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
5491
- "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
5492
- },
5493
5752
  "node_modules/cssstyle": {
5494
- "version": "2.3.0",
5495
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
5496
- "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
5753
+ "version": "4.3.1",
5754
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.1.tgz",
5755
+ "integrity": "sha512-ZgW+Jgdd7i52AaLYCriF8Mxqft0gD/R9i9wi6RWBhs1pqdPEzPjym7rvRKi397WmQFf3SlyUsszhw+VVCbx79Q==",
5756
+ "license": "MIT",
5497
5757
  "dependencies": {
5498
- "cssom": "~0.3.6"
5758
+ "@asamuzakjp/css-color": "^3.1.2",
5759
+ "rrweb-cssom": "^0.8.0"
5499
5760
  },
5500
5761
  "engines": {
5501
- "node": ">=8"
5762
+ "node": ">=18"
5502
5763
  }
5503
5764
  },
5504
- "node_modules/cssstyle/node_modules/cssom": {
5505
- "version": "0.3.8",
5506
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
5507
- "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
5508
- },
5509
5765
  "node_modules/cycled": {
5510
5766
  "version": "1.2.0",
5511
5767
  "resolved": "https://registry.npmjs.org/cycled/-/cycled-1.2.0.tgz",
@@ -5522,17 +5778,26 @@
5522
5778
  "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
5523
5779
  "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
5524
5780
  },
5781
+ "node_modules/data-uri-to-buffer": {
5782
+ "version": "6.0.2",
5783
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
5784
+ "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
5785
+ "license": "MIT",
5786
+ "engines": {
5787
+ "node": ">= 14"
5788
+ }
5789
+ },
5525
5790
  "node_modules/data-urls": {
5526
- "version": "2.0.0",
5527
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
5528
- "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
5791
+ "version": "5.0.0",
5792
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
5793
+ "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
5794
+ "license": "MIT",
5529
5795
  "dependencies": {
5530
- "abab": "^2.0.3",
5531
- "whatwg-mimetype": "^2.3.0",
5532
- "whatwg-url": "^8.0.0"
5796
+ "whatwg-mimetype": "^4.0.0",
5797
+ "whatwg-url": "^14.0.0"
5533
5798
  },
5534
5799
  "engines": {
5535
- "node": ">=10"
5800
+ "node": ">=18"
5536
5801
  }
5537
5802
  },
5538
5803
  "node_modules/data-view-buffer": {
@@ -5609,9 +5874,10 @@
5609
5874
  }
5610
5875
  },
5611
5876
  "node_modules/decimal.js": {
5612
- "version": "10.4.3",
5613
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
5614
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
5877
+ "version": "10.5.0",
5878
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
5879
+ "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
5880
+ "license": "MIT"
5615
5881
  },
5616
5882
  "node_modules/decode-gif": {
5617
5883
  "version": "1.0.1",
@@ -5727,6 +5993,20 @@
5727
5993
  "url": "https://github.com/sponsors/ljharb"
5728
5994
  }
5729
5995
  },
5996
+ "node_modules/degenerator": {
5997
+ "version": "5.0.1",
5998
+ "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
5999
+ "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
6000
+ "license": "MIT",
6001
+ "dependencies": {
6002
+ "ast-types": "^0.13.4",
6003
+ "escodegen": "^2.1.0",
6004
+ "esprima": "^4.0.1"
6005
+ },
6006
+ "engines": {
6007
+ "node": ">= 14"
6008
+ }
6009
+ },
5730
6010
  "node_modules/delay": {
5731
6011
  "version": "4.4.1",
5732
6012
  "resolved": "https://registry.npmjs.org/delay/-/delay-4.4.1.tgz",
@@ -5738,14 +6018,6 @@
5738
6018
  "url": "https://github.com/sponsors/sindresorhus"
5739
6019
  }
5740
6020
  },
5741
- "node_modules/delayed-stream": {
5742
- "version": "1.0.0",
5743
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
5744
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
5745
- "engines": {
5746
- "node": ">=0.4.0"
5747
- }
5748
- },
5749
6021
  "node_modules/delegates": {
5750
6022
  "version": "1.0.0",
5751
6023
  "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
@@ -5768,9 +6040,10 @@
5768
6040
  }
5769
6041
  },
5770
6042
  "node_modules/devtools-protocol": {
5771
- "version": "0.0.1001819",
5772
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz",
5773
- "integrity": "sha512-G6OsIFnv/rDyxSqBa2lDLR6thp9oJioLsb2Gl+LbQlyoA9/OBAkrTU9jiCcQ8Pnh7z4d6slDiLaogR5hzgJLmQ=="
6043
+ "version": "0.0.1439962",
6044
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1439962.tgz",
6045
+ "integrity": "sha512-jJF48UdryzKiWhJ1bLKr7BFWUQCEIT5uCNbDLqkQJBtkFxYzILJH44WN0PDKMIlGDN7Utb8vyUY85C3w4R/t2g==",
6046
+ "license": "BSD-3-Clause"
5774
6047
  },
5775
6048
  "node_modules/dezalgo": {
5776
6049
  "version": "1.0.4",
@@ -5825,30 +6098,14 @@
5825
6098
  "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
5826
6099
  "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
5827
6100
  },
5828
- "node_modules/domexception": {
5829
- "version": "2.0.1",
5830
- "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
5831
- "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
5832
- "deprecated": "Use your platform's native DOMException instead",
5833
- "dependencies": {
5834
- "webidl-conversions": "^5.0.0"
5835
- },
5836
- "engines": {
5837
- "node": ">=8"
5838
- }
5839
- },
5840
- "node_modules/domexception/node_modules/webidl-conversions": {
5841
- "version": "5.0.0",
5842
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
5843
- "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
5844
- "engines": {
5845
- "node": ">=8"
5846
- }
5847
- },
5848
6101
  "node_modules/dompurify": {
5849
- "version": "2.5.7",
5850
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
5851
- "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q=="
6102
+ "version": "3.2.6",
6103
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
6104
+ "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
6105
+ "license": "(MPL-2.0 OR Apache-2.0)",
6106
+ "optionalDependencies": {
6107
+ "@types/trusted-types": "^2.0.7"
6108
+ }
5852
6109
  },
5853
6110
  "node_modules/dotenv": {
5854
6111
  "version": "10.0.0",
@@ -5955,6 +6212,18 @@
5955
6212
  }
5956
6213
  }
5957
6214
  },
6215
+ "node_modules/entities": {
6216
+ "version": "6.0.0",
6217
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
6218
+ "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
6219
+ "license": "BSD-2-Clause",
6220
+ "engines": {
6221
+ "node": ">=0.12"
6222
+ },
6223
+ "funding": {
6224
+ "url": "https://github.com/fb55/entities?sponsor=1"
6225
+ }
6226
+ },
5958
6227
  "node_modules/env-paths": {
5959
6228
  "version": "2.2.1",
5960
6229
  "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
@@ -5968,6 +6237,15 @@
5968
6237
  "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
5969
6238
  "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
5970
6239
  },
6240
+ "node_modules/error-ex": {
6241
+ "version": "1.3.2",
6242
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
6243
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
6244
+ "license": "MIT",
6245
+ "dependencies": {
6246
+ "is-arrayish": "^0.2.1"
6247
+ }
6248
+ },
5971
6249
  "node_modules/es-abstract": {
5972
6250
  "version": "1.23.3",
5973
6251
  "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
@@ -6182,6 +6460,7 @@
6182
6460
  "version": "2.1.0",
6183
6461
  "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
6184
6462
  "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
6463
+ "license": "BSD-2-Clause",
6185
6464
  "dependencies": {
6186
6465
  "esprima": "^4.0.1",
6187
6466
  "estraverse": "^5.2.0",
@@ -6760,6 +7039,7 @@
6760
7039
  "version": "2.0.1",
6761
7040
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
6762
7041
  "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
7042
+ "license": "BSD-2-Clause",
6763
7043
  "dependencies": {
6764
7044
  "debug": "^4.1.1",
6765
7045
  "get-stream": "^5.1.0",
@@ -6779,6 +7059,7 @@
6779
7059
  "version": "5.2.0",
6780
7060
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
6781
7061
  "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
7062
+ "license": "MIT",
6782
7063
  "dependencies": {
6783
7064
  "pump": "^3.0.0"
6784
7065
  },
@@ -6799,6 +7080,12 @@
6799
7080
  "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
6800
7081
  "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
6801
7082
  },
7083
+ "node_modules/fast-fifo": {
7084
+ "version": "1.3.2",
7085
+ "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
7086
+ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
7087
+ "license": "MIT"
7088
+ },
6802
7089
  "node_modules/fast-glob": {
6803
7090
  "version": "3.3.2",
6804
7091
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
@@ -6847,6 +7134,7 @@
6847
7134
  "version": "1.1.0",
6848
7135
  "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
6849
7136
  "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
7137
+ "license": "MIT",
6850
7138
  "dependencies": {
6851
7139
  "pend": "~1.2.0"
6852
7140
  }
@@ -6987,19 +7275,6 @@
6987
7275
  "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz",
6988
7276
  "integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw=="
6989
7277
  },
6990
- "node_modules/form-data": {
6991
- "version": "3.0.2",
6992
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz",
6993
- "integrity": "sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==",
6994
- "dependencies": {
6995
- "asynckit": "^0.4.0",
6996
- "combined-stream": "^1.0.8",
6997
- "mime-types": "^2.1.12"
6998
- },
6999
- "engines": {
7000
- "node": ">= 6"
7001
- }
7002
- },
7003
7278
  "node_modules/form-data-encoder": {
7004
7279
  "version": "2.1.4",
7005
7280
  "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
@@ -7008,11 +7283,6 @@
7008
7283
  "node": ">= 14.17"
7009
7284
  }
7010
7285
  },
7011
- "node_modules/fs-constants": {
7012
- "version": "1.0.0",
7013
- "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
7014
- "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
7015
- },
7016
7286
  "node_modules/fs-extra": {
7017
7287
  "version": "0.6.4",
7018
7288
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.4.tgz",
@@ -7155,6 +7425,15 @@
7155
7425
  "node": ">=6.9.0"
7156
7426
  }
7157
7427
  },
7428
+ "node_modules/get-caller-file": {
7429
+ "version": "2.0.5",
7430
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
7431
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
7432
+ "license": "ISC",
7433
+ "engines": {
7434
+ "node": "6.* || 8.* || >= 10.*"
7435
+ }
7436
+ },
7158
7437
  "node_modules/get-intrinsic": {
7159
7438
  "version": "1.2.4",
7160
7439
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
@@ -7200,6 +7479,20 @@
7200
7479
  "url": "https://github.com/sponsors/ljharb"
7201
7480
  }
7202
7481
  },
7482
+ "node_modules/get-uri": {
7483
+ "version": "6.0.4",
7484
+ "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz",
7485
+ "integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==",
7486
+ "license": "MIT",
7487
+ "dependencies": {
7488
+ "basic-ftp": "^5.0.2",
7489
+ "data-uri-to-buffer": "^6.0.2",
7490
+ "debug": "^4.3.4"
7491
+ },
7492
+ "engines": {
7493
+ "node": ">= 14"
7494
+ }
7495
+ },
7203
7496
  "node_modules/gifwrap": {
7204
7497
  "version": "0.9.4",
7205
7498
  "resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.4.tgz",
@@ -7485,6 +7778,7 @@
7485
7778
  "version": "10.7.3",
7486
7779
  "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
7487
7780
  "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
7781
+ "license": "BSD-3-Clause",
7488
7782
  "engines": {
7489
7783
  "node": "*"
7490
7784
  }
@@ -7509,14 +7803,15 @@
7509
7803
  }
7510
7804
  },
7511
7805
  "node_modules/html-encoding-sniffer": {
7512
- "version": "2.0.1",
7513
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
7514
- "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
7806
+ "version": "4.0.0",
7807
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
7808
+ "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
7809
+ "license": "MIT",
7515
7810
  "dependencies": {
7516
- "whatwg-encoding": "^1.0.5"
7811
+ "whatwg-encoding": "^3.1.1"
7517
7812
  },
7518
7813
  "engines": {
7519
- "node": ">=10"
7814
+ "node": ">=18"
7520
7815
  }
7521
7816
  },
7522
7817
  "node_modules/http-cache-semantics": {
@@ -7525,16 +7820,25 @@
7525
7820
  "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
7526
7821
  },
7527
7822
  "node_modules/http-proxy-agent": {
7528
- "version": "4.0.1",
7529
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
7530
- "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
7823
+ "version": "7.0.2",
7824
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
7825
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
7826
+ "license": "MIT",
7531
7827
  "dependencies": {
7532
- "@tootallnate/once": "1",
7533
- "agent-base": "6",
7534
- "debug": "4"
7828
+ "agent-base": "^7.1.0",
7829
+ "debug": "^4.3.4"
7535
7830
  },
7536
7831
  "engines": {
7537
- "node": ">= 6"
7832
+ "node": ">= 14"
7833
+ }
7834
+ },
7835
+ "node_modules/http-proxy-agent/node_modules/agent-base": {
7836
+ "version": "7.1.3",
7837
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
7838
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
7839
+ "license": "MIT",
7840
+ "engines": {
7841
+ "node": ">= 14"
7538
7842
  }
7539
7843
  },
7540
7844
  "node_modules/http2-wrapper": {
@@ -7581,7 +7885,6 @@
7581
7885
  "version": "0.6.3",
7582
7886
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
7583
7887
  "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
7584
- "optional": true,
7585
7888
  "dependencies": {
7586
7889
  "safer-buffer": ">= 2.1.2 < 3.0.0"
7587
7890
  },
@@ -7672,7 +7975,6 @@
7672
7975
  "version": "3.3.0",
7673
7976
  "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
7674
7977
  "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
7675
- "peer": true,
7676
7978
  "dependencies": {
7677
7979
  "parent-module": "^1.0.0",
7678
7980
  "resolve-from": "^4.0.0"
@@ -7688,7 +7990,6 @@
7688
7990
  "version": "4.0.0",
7689
7991
  "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
7690
7992
  "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
7691
- "peer": true,
7692
7993
  "engines": {
7693
7994
  "node": ">=4"
7694
7995
  }
@@ -7797,6 +8098,12 @@
7797
8098
  "url": "https://github.com/sponsors/ljharb"
7798
8099
  }
7799
8100
  },
8101
+ "node_modules/is-arrayish": {
8102
+ "version": "0.2.1",
8103
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
8104
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
8105
+ "license": "MIT"
8106
+ },
7800
8107
  "node_modules/is-async-function": {
7801
8108
  "version": "2.0.0",
7802
8109
  "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
@@ -8019,7 +8326,8 @@
8019
8326
  "node_modules/is-potential-custom-element-name": {
8020
8327
  "version": "1.0.1",
8021
8328
  "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
8022
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
8329
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
8330
+ "license": "MIT"
8023
8331
  },
8024
8332
  "node_modules/is-regex": {
8025
8333
  "version": "1.1.4",
@@ -8162,13 +8470,16 @@
8162
8470
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
8163
8471
  },
8164
8472
  "node_modules/isomorphic-dompurify": {
8165
- "version": "0.13.0",
8166
- "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-0.13.0.tgz",
8167
- "integrity": "sha512-j2/kt/PGbxvfeEm1uiRLlttZkQdn3hFe1rMr/wm3qFnMXSIw0Nmqu79k+TIoSj+KOwO98Sz9TbuNHU7ejv7IZA==",
8473
+ "version": "2.25.0",
8474
+ "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.25.0.tgz",
8475
+ "integrity": "sha512-bcpJzu9DOjN21qaCVpcoCwUX1ytpvA6EFqCK5RNtPg5+F0Jz9PX50jl6jbEicBNeO87eDDfC7XtPs4zjDClZJg==",
8476
+ "license": "MIT",
8168
8477
  "dependencies": {
8169
- "@types/dompurify": "^2.1.0",
8170
- "dompurify": "^2.2.7",
8171
- "jsdom": "^16.5.2"
8478
+ "dompurify": "^3.2.6",
8479
+ "jsdom": "^26.1.0"
8480
+ },
8481
+ "engines": {
8482
+ "node": ">=18"
8172
8483
  }
8173
8484
  },
8174
8485
  "node_modules/iterator.prototype": {
@@ -8331,43 +8642,37 @@
8331
8642
  "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
8332
8643
  },
8333
8644
  "node_modules/jsdom": {
8334
- "version": "16.7.0",
8335
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
8336
- "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
8337
- "dependencies": {
8338
- "abab": "^2.0.5",
8339
- "acorn": "^8.2.4",
8340
- "acorn-globals": "^6.0.0",
8341
- "cssom": "^0.4.4",
8342
- "cssstyle": "^2.3.0",
8343
- "data-urls": "^2.0.0",
8344
- "decimal.js": "^10.2.1",
8345
- "domexception": "^2.0.1",
8346
- "escodegen": "^2.0.0",
8347
- "form-data": "^3.0.0",
8348
- "html-encoding-sniffer": "^2.0.1",
8349
- "http-proxy-agent": "^4.0.1",
8350
- "https-proxy-agent": "^5.0.0",
8645
+ "version": "26.1.0",
8646
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz",
8647
+ "integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==",
8648
+ "license": "MIT",
8649
+ "dependencies": {
8650
+ "cssstyle": "^4.2.1",
8651
+ "data-urls": "^5.0.0",
8652
+ "decimal.js": "^10.5.0",
8653
+ "html-encoding-sniffer": "^4.0.0",
8654
+ "http-proxy-agent": "^7.0.2",
8655
+ "https-proxy-agent": "^7.0.6",
8351
8656
  "is-potential-custom-element-name": "^1.0.1",
8352
- "nwsapi": "^2.2.0",
8353
- "parse5": "6.0.1",
8354
- "saxes": "^5.0.1",
8657
+ "nwsapi": "^2.2.16",
8658
+ "parse5": "^7.2.1",
8659
+ "rrweb-cssom": "^0.8.0",
8660
+ "saxes": "^6.0.0",
8355
8661
  "symbol-tree": "^3.2.4",
8356
- "tough-cookie": "^4.0.0",
8357
- "w3c-hr-time": "^1.0.2",
8358
- "w3c-xmlserializer": "^2.0.0",
8359
- "webidl-conversions": "^6.1.0",
8360
- "whatwg-encoding": "^1.0.5",
8361
- "whatwg-mimetype": "^2.3.0",
8362
- "whatwg-url": "^8.5.0",
8363
- "ws": "^7.4.6",
8364
- "xml-name-validator": "^3.0.0"
8662
+ "tough-cookie": "^5.1.1",
8663
+ "w3c-xmlserializer": "^5.0.0",
8664
+ "webidl-conversions": "^7.0.0",
8665
+ "whatwg-encoding": "^3.1.1",
8666
+ "whatwg-mimetype": "^4.0.0",
8667
+ "whatwg-url": "^14.1.1",
8668
+ "ws": "^8.18.0",
8669
+ "xml-name-validator": "^5.0.0"
8365
8670
  },
8366
8671
  "engines": {
8367
- "node": ">=10"
8672
+ "node": ">=18"
8368
8673
  },
8369
8674
  "peerDependencies": {
8370
- "canvas": "^2.5.0"
8675
+ "canvas": "^3.0.0"
8371
8676
  },
8372
8677
  "peerDependenciesMeta": {
8373
8678
  "canvas": {
@@ -8375,10 +8680,54 @@
8375
8680
  }
8376
8681
  }
8377
8682
  },
8683
+ "node_modules/jsdom/node_modules/agent-base": {
8684
+ "version": "7.1.3",
8685
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
8686
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
8687
+ "license": "MIT",
8688
+ "engines": {
8689
+ "node": ">= 14"
8690
+ }
8691
+ },
8692
+ "node_modules/jsdom/node_modules/https-proxy-agent": {
8693
+ "version": "7.0.6",
8694
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
8695
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
8696
+ "license": "MIT",
8697
+ "dependencies": {
8698
+ "agent-base": "^7.1.2",
8699
+ "debug": "4"
8700
+ },
8701
+ "engines": {
8702
+ "node": ">= 14"
8703
+ }
8704
+ },
8705
+ "node_modules/jsdom/node_modules/ws": {
8706
+ "version": "8.18.2",
8707
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
8708
+ "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
8709
+ "license": "MIT",
8710
+ "engines": {
8711
+ "node": ">=10.0.0"
8712
+ },
8713
+ "peerDependencies": {
8714
+ "bufferutil": "^4.0.1",
8715
+ "utf-8-validate": ">=5.0.2"
8716
+ },
8717
+ "peerDependenciesMeta": {
8718
+ "bufferutil": {
8719
+ "optional": true
8720
+ },
8721
+ "utf-8-validate": {
8722
+ "optional": true
8723
+ }
8724
+ }
8725
+ },
8378
8726
  "node_modules/jsep": {
8379
- "version": "1.3.9",
8380
- "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz",
8381
- "integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==",
8727
+ "version": "1.4.0",
8728
+ "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz",
8729
+ "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==",
8730
+ "license": "MIT",
8382
8731
  "engines": {
8383
8732
  "node": ">= 10.16.0"
8384
8733
  }
@@ -8606,6 +8955,12 @@
8606
8955
  "node": ">= 0.8.0"
8607
8956
  }
8608
8957
  },
8958
+ "node_modules/lines-and-columns": {
8959
+ "version": "1.2.4",
8960
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
8961
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
8962
+ "license": "MIT"
8963
+ },
8609
8964
  "node_modules/load-bmfont": {
8610
8965
  "version": "1.4.2",
8611
8966
  "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.2.tgz",
@@ -8816,6 +9171,7 @@
8816
9171
  "version": "4.3.0",
8817
9172
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
8818
9173
  "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
9174
+ "license": "MIT",
8819
9175
  "bin": {
8820
9176
  "marked": "bin/marked.js"
8821
9177
  },
@@ -9026,6 +9382,12 @@
9026
9382
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
9027
9383
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
9028
9384
  },
9385
+ "node_modules/mitt": {
9386
+ "version": "3.0.1",
9387
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
9388
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
9389
+ "license": "MIT"
9390
+ },
9029
9391
  "node_modules/mkdirp": {
9030
9392
  "version": "1.0.4",
9031
9393
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -9037,11 +9399,6 @@
9037
9399
  "node": ">=10"
9038
9400
  }
9039
9401
  },
9040
- "node_modules/mkdirp-classic": {
9041
- "version": "0.5.3",
9042
- "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
9043
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
9044
- },
9045
9402
  "node_modules/mkdirp-infer-owner": {
9046
9403
  "version": "2.0.0",
9047
9404
  "resolved": "https://registry.npmjs.org/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz",
@@ -9139,6 +9496,15 @@
9139
9496
  "node": ">= 0.6"
9140
9497
  }
9141
9498
  },
9499
+ "node_modules/netmask": {
9500
+ "version": "2.0.2",
9501
+ "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
9502
+ "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
9503
+ "license": "MIT",
9504
+ "engines": {
9505
+ "node": ">= 0.4.0"
9506
+ }
9507
+ },
9142
9508
  "node_modules/nimma": {
9143
9509
  "version": "0.2.2",
9144
9510
  "resolved": "https://registry.npmjs.org/nimma/-/nimma-0.2.2.tgz",
@@ -9491,9 +9857,10 @@
9491
9857
  }
9492
9858
  },
9493
9859
  "node_modules/nwsapi": {
9494
- "version": "2.2.13",
9495
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz",
9496
- "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ=="
9860
+ "version": "2.2.20",
9861
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
9862
+ "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
9863
+ "license": "MIT"
9497
9864
  },
9498
9865
  "node_modules/object-assign": {
9499
9866
  "version": "4.1.1",
@@ -9705,12 +10072,72 @@
9705
10072
  "url": "https://github.com/sponsors/sindresorhus"
9706
10073
  }
9707
10074
  },
9708
- "node_modules/p-try": {
9709
- "version": "2.2.0",
9710
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
9711
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
10075
+ "node_modules/pac-proxy-agent": {
10076
+ "version": "7.2.0",
10077
+ "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
10078
+ "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
10079
+ "license": "MIT",
10080
+ "dependencies": {
10081
+ "@tootallnate/quickjs-emscripten": "^0.23.0",
10082
+ "agent-base": "^7.1.2",
10083
+ "debug": "^4.3.4",
10084
+ "get-uri": "^6.0.1",
10085
+ "http-proxy-agent": "^7.0.0",
10086
+ "https-proxy-agent": "^7.0.6",
10087
+ "pac-resolver": "^7.0.1",
10088
+ "socks-proxy-agent": "^8.0.5"
10089
+ },
9712
10090
  "engines": {
9713
- "node": ">=6"
10091
+ "node": ">= 14"
10092
+ }
10093
+ },
10094
+ "node_modules/pac-proxy-agent/node_modules/agent-base": {
10095
+ "version": "7.1.3",
10096
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
10097
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
10098
+ "license": "MIT",
10099
+ "engines": {
10100
+ "node": ">= 14"
10101
+ }
10102
+ },
10103
+ "node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
10104
+ "version": "7.0.6",
10105
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
10106
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
10107
+ "license": "MIT",
10108
+ "dependencies": {
10109
+ "agent-base": "^7.1.2",
10110
+ "debug": "4"
10111
+ },
10112
+ "engines": {
10113
+ "node": ">= 14"
10114
+ }
10115
+ },
10116
+ "node_modules/pac-proxy-agent/node_modules/socks-proxy-agent": {
10117
+ "version": "8.0.5",
10118
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
10119
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
10120
+ "license": "MIT",
10121
+ "dependencies": {
10122
+ "agent-base": "^7.1.2",
10123
+ "debug": "^4.3.4",
10124
+ "socks": "^2.8.3"
10125
+ },
10126
+ "engines": {
10127
+ "node": ">= 14"
10128
+ }
10129
+ },
10130
+ "node_modules/pac-resolver": {
10131
+ "version": "7.0.1",
10132
+ "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
10133
+ "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
10134
+ "license": "MIT",
10135
+ "dependencies": {
10136
+ "degenerator": "^5.0.0",
10137
+ "netmask": "^2.0.2"
10138
+ },
10139
+ "engines": {
10140
+ "node": ">= 14"
9714
10141
  }
9715
10142
  },
9716
10143
  "node_modules/pacote": {
@@ -9756,7 +10183,6 @@
9756
10183
  "version": "1.0.1",
9757
10184
  "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
9758
10185
  "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
9759
- "peer": true,
9760
10186
  "dependencies": {
9761
10187
  "callsites": "^3.0.0"
9762
10188
  },
@@ -9801,10 +10227,35 @@
9801
10227
  "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz",
9802
10228
  "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA=="
9803
10229
  },
10230
+ "node_modules/parse-json": {
10231
+ "version": "5.2.0",
10232
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
10233
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
10234
+ "license": "MIT",
10235
+ "dependencies": {
10236
+ "@babel/code-frame": "^7.0.0",
10237
+ "error-ex": "^1.3.1",
10238
+ "json-parse-even-better-errors": "^2.3.0",
10239
+ "lines-and-columns": "^1.1.6"
10240
+ },
10241
+ "engines": {
10242
+ "node": ">=8"
10243
+ },
10244
+ "funding": {
10245
+ "url": "https://github.com/sponsors/sindresorhus"
10246
+ }
10247
+ },
9804
10248
  "node_modules/parse5": {
9805
- "version": "6.0.1",
9806
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
9807
- "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
10249
+ "version": "7.3.0",
10250
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
10251
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
10252
+ "license": "MIT",
10253
+ "dependencies": {
10254
+ "entities": "^6.0.0"
10255
+ },
10256
+ "funding": {
10257
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
10258
+ }
9808
10259
  },
9809
10260
  "node_modules/parserapiv1": {
9810
10261
  "name": "@asyncapi/parser",
@@ -10143,6 +10594,7 @@
10143
10594
  "version": "4.0.0",
10144
10595
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
10145
10596
  "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
10597
+ "peer": true,
10146
10598
  "engines": {
10147
10599
  "node": ">=8"
10148
10600
  }
@@ -10196,7 +10648,8 @@
10196
10648
  "node_modules/pend": {
10197
10649
  "version": "1.2.0",
10198
10650
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
10199
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
10651
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
10652
+ "license": "MIT"
10200
10653
  },
10201
10654
  "node_modules/phin": {
10202
10655
  "version": "2.9.3",
@@ -10205,9 +10658,10 @@
10205
10658
  "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."
10206
10659
  },
10207
10660
  "node_modules/picocolors": {
10208
- "version": "1.1.0",
10209
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
10210
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
10661
+ "version": "1.1.1",
10662
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
10663
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
10664
+ "license": "ISC"
10211
10665
  },
10212
10666
  "node_modules/picomatch": {
10213
10667
  "version": "2.3.1",
@@ -10231,65 +10685,6 @@
10231
10685
  "pixelmatch": "bin/pixelmatch"
10232
10686
  }
10233
10687
  },
10234
- "node_modules/pkg-dir": {
10235
- "version": "4.2.0",
10236
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
10237
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
10238
- "dependencies": {
10239
- "find-up": "^4.0.0"
10240
- },
10241
- "engines": {
10242
- "node": ">=8"
10243
- }
10244
- },
10245
- "node_modules/pkg-dir/node_modules/find-up": {
10246
- "version": "4.1.0",
10247
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
10248
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
10249
- "dependencies": {
10250
- "locate-path": "^5.0.0",
10251
- "path-exists": "^4.0.0"
10252
- },
10253
- "engines": {
10254
- "node": ">=8"
10255
- }
10256
- },
10257
- "node_modules/pkg-dir/node_modules/locate-path": {
10258
- "version": "5.0.0",
10259
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
10260
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
10261
- "dependencies": {
10262
- "p-locate": "^4.1.0"
10263
- },
10264
- "engines": {
10265
- "node": ">=8"
10266
- }
10267
- },
10268
- "node_modules/pkg-dir/node_modules/p-limit": {
10269
- "version": "2.3.0",
10270
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
10271
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
10272
- "dependencies": {
10273
- "p-try": "^2.0.0"
10274
- },
10275
- "engines": {
10276
- "node": ">=6"
10277
- },
10278
- "funding": {
10279
- "url": "https://github.com/sponsors/sindresorhus"
10280
- }
10281
- },
10282
- "node_modules/pkg-dir/node_modules/p-locate": {
10283
- "version": "4.1.0",
10284
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
10285
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
10286
- "dependencies": {
10287
- "p-limit": "^2.2.0"
10288
- },
10289
- "engines": {
10290
- "node": ">=8"
10291
- }
10292
- },
10293
10688
  "node_modules/plist": {
10294
10689
  "version": "3.1.0",
10295
10690
  "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
@@ -10422,6 +10817,7 @@
10422
10817
  "version": "2.0.3",
10423
10818
  "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
10424
10819
  "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
10820
+ "license": "MIT",
10425
10821
  "engines": {
10426
10822
  "node": ">=0.4.0"
10427
10823
  }
@@ -10497,15 +10893,75 @@
10497
10893
  "node": ">=12.0.0"
10498
10894
  }
10499
10895
  },
10896
+ "node_modules/proxy-agent": {
10897
+ "version": "6.5.0",
10898
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
10899
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
10900
+ "license": "MIT",
10901
+ "dependencies": {
10902
+ "agent-base": "^7.1.2",
10903
+ "debug": "^4.3.4",
10904
+ "http-proxy-agent": "^7.0.1",
10905
+ "https-proxy-agent": "^7.0.6",
10906
+ "lru-cache": "^7.14.1",
10907
+ "pac-proxy-agent": "^7.1.0",
10908
+ "proxy-from-env": "^1.1.0",
10909
+ "socks-proxy-agent": "^8.0.5"
10910
+ },
10911
+ "engines": {
10912
+ "node": ">= 14"
10913
+ }
10914
+ },
10915
+ "node_modules/proxy-agent/node_modules/agent-base": {
10916
+ "version": "7.1.3",
10917
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
10918
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
10919
+ "license": "MIT",
10920
+ "engines": {
10921
+ "node": ">= 14"
10922
+ }
10923
+ },
10924
+ "node_modules/proxy-agent/node_modules/https-proxy-agent": {
10925
+ "version": "7.0.6",
10926
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
10927
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
10928
+ "license": "MIT",
10929
+ "dependencies": {
10930
+ "agent-base": "^7.1.2",
10931
+ "debug": "4"
10932
+ },
10933
+ "engines": {
10934
+ "node": ">= 14"
10935
+ }
10936
+ },
10937
+ "node_modules/proxy-agent/node_modules/lru-cache": {
10938
+ "version": "7.18.3",
10939
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
10940
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
10941
+ "license": "ISC",
10942
+ "engines": {
10943
+ "node": ">=12"
10944
+ }
10945
+ },
10946
+ "node_modules/proxy-agent/node_modules/socks-proxy-agent": {
10947
+ "version": "8.0.5",
10948
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
10949
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
10950
+ "license": "MIT",
10951
+ "dependencies": {
10952
+ "agent-base": "^7.1.2",
10953
+ "debug": "^4.3.4",
10954
+ "socks": "^2.8.3"
10955
+ },
10956
+ "engines": {
10957
+ "node": ">= 14"
10958
+ }
10959
+ },
10500
10960
  "node_modules/proxy-from-env": {
10501
10961
  "version": "1.1.0",
10502
10962
  "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
10503
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
10504
- },
10505
- "node_modules/psl": {
10506
- "version": "1.9.0",
10507
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
10508
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
10963
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
10964
+ "license": "MIT"
10509
10965
  },
10510
10966
  "node_modules/pump": {
10511
10967
  "version": "3.0.0",
@@ -10525,35 +10981,50 @@
10525
10981
  }
10526
10982
  },
10527
10983
  "node_modules/puppeteer": {
10528
- "version": "14.4.1",
10529
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.4.1.tgz",
10530
- "integrity": "sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==",
10531
- "deprecated": "< 22.8.2 is no longer supported",
10984
+ "version": "24.9.0",
10985
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.9.0.tgz",
10986
+ "integrity": "sha512-L0pOtALIx8rgDt24Y+COm8X52v78gNtBOW6EmUcEPci0TYD72SAuaXKqasRIx4JXxmg2Tkw5ySKcpPOwN8xXnQ==",
10532
10987
  "hasInstallScript": true,
10988
+ "license": "Apache-2.0",
10989
+ "dependencies": {
10990
+ "@puppeteer/browsers": "2.10.5",
10991
+ "chromium-bidi": "5.1.0",
10992
+ "cosmiconfig": "^9.0.0",
10993
+ "devtools-protocol": "0.0.1439962",
10994
+ "puppeteer-core": "24.9.0",
10995
+ "typed-query-selector": "^2.12.0"
10996
+ },
10997
+ "bin": {
10998
+ "puppeteer": "lib/cjs/puppeteer/node/cli.js"
10999
+ },
11000
+ "engines": {
11001
+ "node": ">=18"
11002
+ }
11003
+ },
11004
+ "node_modules/puppeteer-core": {
11005
+ "version": "24.9.0",
11006
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.9.0.tgz",
11007
+ "integrity": "sha512-HFdCeH/wx6QPz8EncafbCqJBqaCG1ENW75xg3cLFMRUoqZDgByT6HSueiumetT2uClZxwqj0qS4qMVZwLHRHHw==",
11008
+ "license": "Apache-2.0",
10533
11009
  "dependencies": {
10534
- "cross-fetch": "3.1.5",
10535
- "debug": "4.3.4",
10536
- "devtools-protocol": "0.0.1001819",
10537
- "extract-zip": "2.0.1",
10538
- "https-proxy-agent": "5.0.1",
10539
- "pkg-dir": "4.2.0",
10540
- "progress": "2.0.3",
10541
- "proxy-from-env": "1.1.0",
10542
- "rimraf": "3.0.2",
10543
- "tar-fs": "2.1.1",
10544
- "unbzip2-stream": "1.4.3",
10545
- "ws": "8.7.0"
11010
+ "@puppeteer/browsers": "2.10.5",
11011
+ "chromium-bidi": "5.1.0",
11012
+ "debug": "^4.4.1",
11013
+ "devtools-protocol": "0.0.1439962",
11014
+ "typed-query-selector": "^2.12.0",
11015
+ "ws": "^8.18.2"
10546
11016
  },
10547
11017
  "engines": {
10548
- "node": ">=14.1.0"
11018
+ "node": ">=18"
10549
11019
  }
10550
11020
  },
10551
- "node_modules/puppeteer/node_modules/debug": {
10552
- "version": "4.3.4",
10553
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
10554
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11021
+ "node_modules/puppeteer-core/node_modules/debug": {
11022
+ "version": "4.4.1",
11023
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
11024
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
11025
+ "license": "MIT",
10555
11026
  "dependencies": {
10556
- "ms": "2.1.2"
11027
+ "ms": "^2.1.3"
10557
11028
  },
10558
11029
  "engines": {
10559
11030
  "node": ">=6.0"
@@ -10564,16 +11035,23 @@
10564
11035
  }
10565
11036
  }
10566
11037
  },
10567
- "node_modules/puppeteer/node_modules/ws": {
10568
- "version": "8.7.0",
10569
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
10570
- "integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
11038
+ "node_modules/puppeteer-core/node_modules/ms": {
11039
+ "version": "2.1.3",
11040
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
11041
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
11042
+ "license": "MIT"
11043
+ },
11044
+ "node_modules/puppeteer-core/node_modules/ws": {
11045
+ "version": "8.18.2",
11046
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
11047
+ "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
11048
+ "license": "MIT",
10571
11049
  "engines": {
10572
11050
  "node": ">=10.0.0"
10573
11051
  },
10574
11052
  "peerDependencies": {
10575
11053
  "bufferutil": "^4.0.1",
10576
- "utf-8-validate": "^5.0.2"
11054
+ "utf-8-validate": ">=5.0.2"
10577
11055
  },
10578
11056
  "peerDependenciesMeta": {
10579
11057
  "bufferutil": {
@@ -10598,11 +11076,6 @@
10598
11076
  "url": "https://github.com/sponsors/ljharb"
10599
11077
  }
10600
11078
  },
10601
- "node_modules/querystringify": {
10602
- "version": "2.2.0",
10603
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
10604
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
10605
- },
10606
11079
  "node_modules/queue-microtask": {
10607
11080
  "version": "1.2.3",
10608
11081
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -10668,17 +11141,16 @@
10668
11141
  "node": ">=0.10.0"
10669
11142
  }
10670
11143
  },
10671
- "node_modules/react-dom": {
10672
- "version": "17.0.2",
10673
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
10674
- "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
11144
+ "node_modules/react-error-boundary": {
11145
+ "version": "4.1.2",
11146
+ "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.2.tgz",
11147
+ "integrity": "sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==",
11148
+ "license": "MIT",
10675
11149
  "dependencies": {
10676
- "loose-envify": "^1.1.0",
10677
- "object-assign": "^4.1.1",
10678
- "scheduler": "^0.20.2"
11150
+ "@babel/runtime": "^7.12.5"
10679
11151
  },
10680
11152
  "peerDependencies": {
10681
- "react": "17.0.2"
11153
+ "react": ">=16.13.1"
10682
11154
  }
10683
11155
  },
10684
11156
  "node_modules/react-is": {
@@ -10832,11 +11304,6 @@
10832
11304
  "node": ">=4"
10833
11305
  }
10834
11306
  },
10835
- "node_modules/regenerator-runtime": {
10836
- "version": "0.14.1",
10837
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
10838
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
10839
- },
10840
11307
  "node_modules/regenerator-transform": {
10841
11308
  "version": "0.15.2",
10842
11309
  "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
@@ -11381,6 +11848,15 @@
11381
11848
  "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
11382
11849
  "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
11383
11850
  },
11851
+ "node_modules/require-directory": {
11852
+ "version": "2.1.1",
11853
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
11854
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
11855
+ "license": "MIT",
11856
+ "engines": {
11857
+ "node": ">=0.10.0"
11858
+ }
11859
+ },
11384
11860
  "node_modules/require-from-string": {
11385
11861
  "version": "2.0.2",
11386
11862
  "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -11389,11 +11865,6 @@
11389
11865
  "node": ">=0.10.0"
11390
11866
  }
11391
11867
  },
11392
- "node_modules/requires-port": {
11393
- "version": "1.0.0",
11394
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
11395
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
11396
- },
11397
11868
  "node_modules/resolve": {
11398
11869
  "version": "1.22.8",
11399
11870
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
@@ -11531,6 +12002,12 @@
11531
12002
  "fsevents": "~2.3.2"
11532
12003
  }
11533
12004
  },
12005
+ "node_modules/rrweb-cssom": {
12006
+ "version": "0.8.0",
12007
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
12008
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
12009
+ "license": "MIT"
12010
+ },
11534
12011
  "node_modules/run-parallel": {
11535
12012
  "version": "1.2.0",
11536
12013
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
@@ -11629,29 +12106,31 @@
11629
12106
  "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
11630
12107
  },
11631
12108
  "node_modules/saxes": {
11632
- "version": "5.0.1",
11633
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
11634
- "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
12109
+ "version": "6.0.0",
12110
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
12111
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
12112
+ "license": "ISC",
11635
12113
  "dependencies": {
11636
12114
  "xmlchars": "^2.2.0"
11637
12115
  },
11638
12116
  "engines": {
11639
- "node": ">=10"
12117
+ "node": ">=v12.22.7"
11640
12118
  }
11641
12119
  },
11642
12120
  "node_modules/scheduler": {
11643
- "version": "0.20.2",
11644
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
11645
- "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
12121
+ "version": "0.23.2",
12122
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
12123
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
12124
+ "license": "MIT",
11646
12125
  "dependencies": {
11647
- "loose-envify": "^1.1.0",
11648
- "object-assign": "^4.1.1"
12126
+ "loose-envify": "^1.1.0"
11649
12127
  }
11650
12128
  },
11651
12129
  "node_modules/semver": {
11652
- "version": "7.6.3",
11653
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
11654
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
12130
+ "version": "7.7.2",
12131
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
12132
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
12133
+ "license": "ISC",
11655
12134
  "bin": {
11656
12135
  "semver": "bin/semver.js"
11657
12136
  },
@@ -11981,6 +12460,19 @@
11981
12460
  "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
11982
12461
  "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ=="
11983
12462
  },
12463
+ "node_modules/streamx": {
12464
+ "version": "2.22.0",
12465
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz",
12466
+ "integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==",
12467
+ "license": "MIT",
12468
+ "dependencies": {
12469
+ "fast-fifo": "^1.3.2",
12470
+ "text-decoder": "^1.1.0"
12471
+ },
12472
+ "optionalDependencies": {
12473
+ "bare-events": "^2.2.0"
12474
+ }
12475
+ },
11984
12476
  "node_modules/string_decoder": {
11985
12477
  "version": "1.3.0",
11986
12478
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -12170,7 +12662,8 @@
12170
12662
  "node_modules/symbol-tree": {
12171
12663
  "version": "3.2.4",
12172
12664
  "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
12173
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
12665
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
12666
+ "license": "MIT"
12174
12667
  },
12175
12668
  "node_modules/sync-fetch": {
12176
12669
  "version": "0.5.2",
@@ -12220,34 +12713,28 @@
12220
12713
  }
12221
12714
  },
12222
12715
  "node_modules/tar-fs": {
12223
- "version": "2.1.1",
12224
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
12225
- "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
12716
+ "version": "3.0.9",
12717
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.9.tgz",
12718
+ "integrity": "sha512-XF4w9Xp+ZQgifKakjZYmFdkLoSWd34VGKcsTCwlNWM7QG3ZbaxnTsaBwnjFZqHRf/rROxaR8rXnbtwdvaDI+lA==",
12719
+ "license": "MIT",
12226
12720
  "dependencies": {
12227
- "chownr": "^1.1.1",
12228
- "mkdirp-classic": "^0.5.2",
12229
12721
  "pump": "^3.0.0",
12230
- "tar-stream": "^2.1.4"
12722
+ "tar-stream": "^3.1.5"
12723
+ },
12724
+ "optionalDependencies": {
12725
+ "bare-fs": "^4.0.1",
12726
+ "bare-path": "^3.0.0"
12231
12727
  }
12232
12728
  },
12233
- "node_modules/tar-fs/node_modules/chownr": {
12234
- "version": "1.1.4",
12235
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
12236
- "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
12237
- },
12238
12729
  "node_modules/tar-stream": {
12239
- "version": "2.2.0",
12240
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
12241
- "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
12730
+ "version": "3.1.7",
12731
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
12732
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
12733
+ "license": "MIT",
12242
12734
  "dependencies": {
12243
- "bl": "^4.0.3",
12244
- "end-of-stream": "^1.4.1",
12245
- "fs-constants": "^1.0.0",
12246
- "inherits": "^2.0.3",
12247
- "readable-stream": "^3.1.1"
12248
- },
12249
- "engines": {
12250
- "node": ">=6"
12735
+ "b4a": "^1.6.4",
12736
+ "fast-fifo": "^1.2.0",
12737
+ "streamx": "^2.15.0"
12251
12738
  }
12252
12739
  },
12253
12740
  "node_modules/tar/node_modules/minipass": {
@@ -12321,17 +12808,21 @@
12321
12808
  "url": "https://github.com/sponsors/sindresorhus"
12322
12809
  }
12323
12810
  },
12811
+ "node_modules/text-decoder": {
12812
+ "version": "1.2.3",
12813
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
12814
+ "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
12815
+ "license": "Apache-2.0",
12816
+ "dependencies": {
12817
+ "b4a": "^1.6.4"
12818
+ }
12819
+ },
12324
12820
  "node_modules/text-table": {
12325
12821
  "version": "0.2.0",
12326
12822
  "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
12327
12823
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
12328
12824
  "peer": true
12329
12825
  },
12330
- "node_modules/through": {
12331
- "version": "2.3.8",
12332
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
12333
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
12334
- },
12335
12826
  "node_modules/timm": {
12336
12827
  "version": "1.7.1",
12337
12828
  "resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz",
@@ -12342,14 +12833,24 @@
12342
12833
  "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
12343
12834
  "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
12344
12835
  },
12345
- "node_modules/to-fast-properties": {
12346
- "version": "2.0.0",
12347
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
12348
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
12349
- "engines": {
12350
- "node": ">=4"
12836
+ "node_modules/tldts": {
12837
+ "version": "6.1.86",
12838
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
12839
+ "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
12840
+ "license": "MIT",
12841
+ "dependencies": {
12842
+ "tldts-core": "^6.1.86"
12843
+ },
12844
+ "bin": {
12845
+ "tldts": "bin/cli.js"
12351
12846
  }
12352
12847
  },
12848
+ "node_modules/tldts-core": {
12849
+ "version": "6.1.86",
12850
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
12851
+ "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
12852
+ "license": "MIT"
12853
+ },
12353
12854
  "node_modules/to-regex-range": {
12354
12855
  "version": "5.0.1",
12355
12856
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -12378,28 +12879,27 @@
12378
12879
  }
12379
12880
  },
12380
12881
  "node_modules/tough-cookie": {
12381
- "version": "4.1.4",
12382
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
12383
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
12882
+ "version": "5.1.2",
12883
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
12884
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
12885
+ "license": "BSD-3-Clause",
12384
12886
  "dependencies": {
12385
- "psl": "^1.1.33",
12386
- "punycode": "^2.1.1",
12387
- "universalify": "^0.2.0",
12388
- "url-parse": "^1.5.3"
12887
+ "tldts": "^6.1.32"
12389
12888
  },
12390
12889
  "engines": {
12391
- "node": ">=6"
12890
+ "node": ">=16"
12392
12891
  }
12393
12892
  },
12394
12893
  "node_modules/tr46": {
12395
- "version": "2.1.0",
12396
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
12397
- "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
12894
+ "version": "5.1.1",
12895
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
12896
+ "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
12897
+ "license": "MIT",
12398
12898
  "dependencies": {
12399
- "punycode": "^2.1.1"
12899
+ "punycode": "^2.3.1"
12400
12900
  },
12401
12901
  "engines": {
12402
- "node": ">=8"
12902
+ "node": ">=18"
12403
12903
  }
12404
12904
  },
12405
12905
  "node_modules/treeverse": {
@@ -12612,6 +13112,12 @@
12612
13112
  "url": "https://github.com/sponsors/ljharb"
12613
13113
  }
12614
13114
  },
13115
+ "node_modules/typed-query-selector": {
13116
+ "version": "2.12.0",
13117
+ "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
13118
+ "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
13119
+ "license": "MIT"
13120
+ },
12615
13121
  "node_modules/typedarray": {
12616
13122
  "version": "0.0.6",
12617
13123
  "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
@@ -12643,15 +13149,6 @@
12643
13149
  "url": "https://github.com/sponsors/ljharb"
12644
13150
  }
12645
13151
  },
12646
- "node_modules/unbzip2-stream": {
12647
- "version": "1.4.3",
12648
- "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
12649
- "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
12650
- "dependencies": {
12651
- "buffer": "^5.2.1",
12652
- "through": "^2.3.8"
12653
- }
12654
- },
12655
13152
  "node_modules/undici-types": {
12656
13153
  "version": "6.19.8",
12657
13154
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
@@ -12715,14 +13212,6 @@
12715
13212
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
12716
13213
  }
12717
13214
  },
12718
- "node_modules/universalify": {
12719
- "version": "0.2.0",
12720
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
12721
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
12722
- "engines": {
12723
- "node": ">= 4.0.0"
12724
- }
12725
- },
12726
13215
  "node_modules/update-browserslist-db": {
12727
13216
  "version": "1.1.0",
12728
13217
  "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
@@ -12770,27 +13259,6 @@
12770
13259
  "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz",
12771
13260
  "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="
12772
13261
  },
12773
- "node_modules/url-parse": {
12774
- "version": "1.5.10",
12775
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
12776
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
12777
- "dependencies": {
12778
- "querystringify": "^2.1.1",
12779
- "requires-port": "^1.0.0"
12780
- }
12781
- },
12782
- "node_modules/use-resize-observer": {
12783
- "version": "8.0.0",
12784
- "resolved": "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-8.0.0.tgz",
12785
- "integrity": "sha512-n0iKSeiQpJCyaFh5JA0qsVLBIovsF4EIIR1G6XiBwKJN66ZrD4Oj62bjcuTAATPKiSp6an/2UZZxCf/67fk3sQ==",
12786
- "dependencies": {
12787
- "@juggle/resize-observer": "^3.3.1"
12788
- },
12789
- "peerDependencies": {
12790
- "react": ">=16.8.0",
12791
- "react-dom": ">=16.8.0"
12792
- }
12793
- },
12794
13262
  "node_modules/utf-8-validate": {
12795
13263
  "version": "5.0.10",
12796
13264
  "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz",
@@ -12865,24 +13333,16 @@
12865
13333
  "node": ">= 0.8"
12866
13334
  }
12867
13335
  },
12868
- "node_modules/w3c-hr-time": {
12869
- "version": "1.0.2",
12870
- "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
12871
- "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
12872
- "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
12873
- "dependencies": {
12874
- "browser-process-hrtime": "^1.0.0"
12875
- }
12876
- },
12877
13336
  "node_modules/w3c-xmlserializer": {
12878
- "version": "2.0.0",
12879
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
12880
- "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
13337
+ "version": "5.0.0",
13338
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
13339
+ "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
13340
+ "license": "MIT",
12881
13341
  "dependencies": {
12882
- "xml-name-validator": "^3.0.0"
13342
+ "xml-name-validator": "^5.0.0"
12883
13343
  },
12884
13344
  "engines": {
12885
- "node": ">=10"
13345
+ "node": ">=18"
12886
13346
  }
12887
13347
  },
12888
13348
  "node_modules/walk": {
@@ -12931,48 +13391,46 @@
12931
13391
  "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w=="
12932
13392
  },
12933
13393
  "node_modules/webidl-conversions": {
12934
- "version": "6.1.0",
12935
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
12936
- "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
13394
+ "version": "7.0.0",
13395
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
13396
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
13397
+ "license": "BSD-2-Clause",
12937
13398
  "engines": {
12938
- "node": ">=10.4"
13399
+ "node": ">=12"
12939
13400
  }
12940
13401
  },
12941
13402
  "node_modules/whatwg-encoding": {
12942
- "version": "1.0.5",
12943
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
12944
- "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
12945
- "dependencies": {
12946
- "iconv-lite": "0.4.24"
12947
- }
12948
- },
12949
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
12950
- "version": "0.4.24",
12951
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
12952
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
13403
+ "version": "3.1.1",
13404
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
13405
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
13406
+ "license": "MIT",
12953
13407
  "dependencies": {
12954
- "safer-buffer": ">= 2.1.2 < 3"
13408
+ "iconv-lite": "0.6.3"
12955
13409
  },
12956
13410
  "engines": {
12957
- "node": ">=0.10.0"
13411
+ "node": ">=18"
12958
13412
  }
12959
13413
  },
12960
13414
  "node_modules/whatwg-mimetype": {
12961
- "version": "2.3.0",
12962
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
12963
- "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
13415
+ "version": "4.0.0",
13416
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
13417
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
13418
+ "license": "MIT",
13419
+ "engines": {
13420
+ "node": ">=18"
13421
+ }
12964
13422
  },
12965
13423
  "node_modules/whatwg-url": {
12966
- "version": "8.7.0",
12967
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
12968
- "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
13424
+ "version": "14.2.0",
13425
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
13426
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
13427
+ "license": "MIT",
12969
13428
  "dependencies": {
12970
- "lodash": "^4.7.0",
12971
- "tr46": "^2.1.0",
12972
- "webidl-conversions": "^6.1.0"
13429
+ "tr46": "^5.1.0",
13430
+ "webidl-conversions": "^7.0.0"
12973
13431
  },
12974
13432
  "engines": {
12975
- "node": ">=10"
13433
+ "node": ">=18"
12976
13434
  }
12977
13435
  },
12978
13436
  "node_modules/which": {
@@ -13142,9 +13600,13 @@
13142
13600
  }
13143
13601
  },
13144
13602
  "node_modules/xml-name-validator": {
13145
- "version": "3.0.0",
13146
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
13147
- "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
13603
+ "version": "5.0.0",
13604
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
13605
+ "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
13606
+ "license": "Apache-2.0",
13607
+ "engines": {
13608
+ "node": ">=18"
13609
+ }
13148
13610
  },
13149
13611
  "node_modules/xml-parse-from-string": {
13150
13612
  "version": "1.0.1",
@@ -13182,7 +13644,8 @@
13182
13644
  "node_modules/xmlchars": {
13183
13645
  "version": "2.2.0",
13184
13646
  "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
13185
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
13647
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
13648
+ "license": "MIT"
13186
13649
  },
13187
13650
  "node_modules/xtend": {
13188
13651
  "version": "4.0.2",
@@ -13192,6 +13655,15 @@
13192
13655
  "node": ">=0.4"
13193
13656
  }
13194
13657
  },
13658
+ "node_modules/y18n": {
13659
+ "version": "5.0.8",
13660
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
13661
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
13662
+ "license": "ISC",
13663
+ "engines": {
13664
+ "node": ">=10"
13665
+ }
13666
+ },
13195
13667
  "node_modules/yallist": {
13196
13668
  "version": "3.1.1",
13197
13669
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
@@ -13205,10 +13677,38 @@
13205
13677
  "node": ">= 6"
13206
13678
  }
13207
13679
  },
13680
+ "node_modules/yargs": {
13681
+ "version": "17.7.2",
13682
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
13683
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
13684
+ "license": "MIT",
13685
+ "dependencies": {
13686
+ "cliui": "^8.0.1",
13687
+ "escalade": "^3.1.1",
13688
+ "get-caller-file": "^2.0.5",
13689
+ "require-directory": "^2.1.1",
13690
+ "string-width": "^4.2.3",
13691
+ "y18n": "^5.0.5",
13692
+ "yargs-parser": "^21.1.1"
13693
+ },
13694
+ "engines": {
13695
+ "node": ">=12"
13696
+ }
13697
+ },
13698
+ "node_modules/yargs-parser": {
13699
+ "version": "21.1.1",
13700
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
13701
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
13702
+ "license": "ISC",
13703
+ "engines": {
13704
+ "node": ">=12"
13705
+ }
13706
+ },
13208
13707
  "node_modules/yauzl": {
13209
13708
  "version": "2.10.0",
13210
13709
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
13211
13710
  "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
13711
+ "license": "MIT",
13212
13712
  "dependencies": {
13213
13713
  "buffer-crc32": "~0.2.3",
13214
13714
  "fd-slicer": "~1.1.0"
@@ -13233,6 +13733,15 @@
13233
13733
  "funding": {
13234
13734
  "url": "https://github.com/sponsors/sindresorhus"
13235
13735
  }
13736
+ },
13737
+ "node_modules/zod": {
13738
+ "version": "3.25.28",
13739
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.28.tgz",
13740
+ "integrity": "sha512-/nt/67WYKnr5by3YS7LroZJbtcCBurDKKPBPWWzaxvVCGuG/NOsiKkrjoOhI8mJ+SQUXEbUzeB3S+6XDUEEj7Q==",
13741
+ "license": "MIT",
13742
+ "funding": {
13743
+ "url": "https://github.com/sponsors/colinhacks"
13744
+ }
13236
13745
  }
13237
13746
  }
13238
13747
  }