@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.
@@ -28,6 +28,25 @@
28
28
  "node": ">=6.0.0"
29
29
  }
30
30
  },
31
+ "node_modules/@asamuzakjp/css-color": {
32
+ "version": "3.2.0",
33
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
34
+ "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
35
+ "license": "MIT",
36
+ "dependencies": {
37
+ "@csstools/css-calc": "^2.1.3",
38
+ "@csstools/css-color-parser": "^3.0.9",
39
+ "@csstools/css-parser-algorithms": "^3.0.4",
40
+ "@csstools/css-tokenizer": "^3.0.3",
41
+ "lru-cache": "^10.4.3"
42
+ }
43
+ },
44
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
45
+ "version": "10.4.3",
46
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
47
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
48
+ "license": "ISC"
49
+ },
31
50
  "node_modules/@asyncapi/avro-schema-parser": {
32
51
  "version": "3.0.24",
33
52
  "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.24.tgz",
@@ -213,20 +232,82 @@
213
232
  }
214
233
  },
215
234
  "node_modules/@asyncapi/html-template": {
216
- "version": "3.0.0",
217
- "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-3.0.0.tgz",
218
- "integrity": "sha512-U5+fx9fdtQwi7C6PabODP01m1z596fhOjCcRdaOHI2/OBm2DFeQIDel2QZ1B1KmChouANaj0IC4lGfJgJcPw1g==",
235
+ "version": "3.2.1",
236
+ "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-3.2.1.tgz",
237
+ "integrity": "sha512-VeyIMIi/f4B2J8MCZDvEWzjujCcIKwqan9/zrGLKKcz3MUol64Wwr0Gp4z4cDMrM8w06MPG1qASCzXNOs4QSjQ==",
238
+ "license": "Apache-2.0",
219
239
  "dependencies": {
220
240
  "@asyncapi/generator-react-sdk": "^1.1.2",
221
241
  "@asyncapi/parser": "^3.1.0",
222
- "@asyncapi/react-component": "^1.2.13",
242
+ "@asyncapi/react-component": "^2.5.1",
223
243
  "highlight.js": "10.7.3",
224
- "puppeteer": "^14.1.0",
225
- "react-dom": "^17.0.2",
244
+ "puppeteer": "^24.4.0",
245
+ "react": "^18.3.1",
246
+ "react-dom": "^18.3.1",
226
247
  "rimraf": "^3.0.2",
227
248
  "sync-fetch": "^0.5.2"
228
249
  }
229
250
  },
251
+ "node_modules/@asyncapi/html-template/node_modules/@asyncapi/react-component": {
252
+ "version": "2.6.3",
253
+ "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-2.6.3.tgz",
254
+ "integrity": "sha512-Cs42mJxw8TQcc9RL66EAMF/b5T+ERq0a3DrJRkqr8v0URmUw/D4r/wIVpLApt9AgED4okSNDZfLJYSBUWyRk2g==",
255
+ "license": "Apache-2.0",
256
+ "dependencies": {
257
+ "@asyncapi/avro-schema-parser": "^3.0.24",
258
+ "@asyncapi/openapi-schema-parser": "^3.0.24",
259
+ "@asyncapi/parser": "^3.3.0",
260
+ "@asyncapi/protobuf-schema-parser": "^3.5.1",
261
+ "highlight.js": "^10.7.2",
262
+ "isomorphic-dompurify": "^2.14.0",
263
+ "marked": "^4.0.14",
264
+ "openapi-sampler": "^1.2.1",
265
+ "react-error-boundary": "^4.1.2",
266
+ "use-resize-observer": "^9.1.0"
267
+ },
268
+ "peerDependencies": {
269
+ "react": ">=18.0.0",
270
+ "react-dom": ">=18.0.0"
271
+ }
272
+ },
273
+ "node_modules/@asyncapi/html-template/node_modules/react": {
274
+ "version": "18.3.1",
275
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
276
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
277
+ "license": "MIT",
278
+ "dependencies": {
279
+ "loose-envify": "^1.1.0"
280
+ },
281
+ "engines": {
282
+ "node": ">=0.10.0"
283
+ }
284
+ },
285
+ "node_modules/@asyncapi/html-template/node_modules/react-dom": {
286
+ "version": "18.3.1",
287
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
288
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
289
+ "license": "MIT",
290
+ "dependencies": {
291
+ "loose-envify": "^1.1.0",
292
+ "scheduler": "^0.23.2"
293
+ },
294
+ "peerDependencies": {
295
+ "react": "^18.3.1"
296
+ }
297
+ },
298
+ "node_modules/@asyncapi/html-template/node_modules/use-resize-observer": {
299
+ "version": "9.1.0",
300
+ "resolved": "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-9.1.0.tgz",
301
+ "integrity": "sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==",
302
+ "license": "MIT",
303
+ "dependencies": {
304
+ "@juggle/resize-observer": "^3.3.1"
305
+ },
306
+ "peerDependencies": {
307
+ "react": "16.8.0 - 18",
308
+ "react-dom": "16.8.0 - 18"
309
+ }
310
+ },
230
311
  "node_modules/@asyncapi/markdown-template": {
231
312
  "version": "1.6.6",
232
313
  "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.6.tgz",
@@ -278,11 +359,12 @@
278
359
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
279
360
  },
280
361
  "node_modules/@asyncapi/parser": {
281
- "version": "3.2.2",
282
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.2.2.tgz",
283
- "integrity": "sha512-ved4ja3ANs6BcRhWLbK/A7JIhJyMQBYdV1GZwo6Ptf+qBkGIdvV3dt8M4T6TZqtIbUI2NOvmO2YUqtaPWTudgA==",
362
+ "version": "3.4.0",
363
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz",
364
+ "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==",
365
+ "license": "Apache-2.0",
284
366
  "dependencies": {
285
- "@asyncapi/specs": "^6.6.0",
367
+ "@asyncapi/specs": "^6.8.0",
286
368
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
287
369
  "@stoplight/json": "3.21.0",
288
370
  "@stoplight/json-ref-readers": "^1.2.2",
@@ -299,7 +381,7 @@
299
381
  "ajv-formats": "^2.1.1",
300
382
  "avsc": "^5.7.5",
301
383
  "js-yaml": "^4.1.0",
302
- "jsonpath-plus": "^7.2.0",
384
+ "jsonpath-plus": "^10.0.0",
303
385
  "node-fetch": "2.6.7"
304
386
  }
305
387
  },
@@ -347,6 +429,24 @@
347
429
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
348
430
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
349
431
  },
432
+ "node_modules/@asyncapi/parser/node_modules/jsonpath-plus": {
433
+ "version": "10.3.0",
434
+ "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
435
+ "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
436
+ "license": "MIT",
437
+ "dependencies": {
438
+ "@jsep-plugin/assignment": "^1.3.0",
439
+ "@jsep-plugin/regex": "^1.0.4",
440
+ "jsep": "^1.4.0"
441
+ },
442
+ "bin": {
443
+ "jsonpath": "bin/jsonpath-cli.js",
444
+ "jsonpath-plus": "bin/jsonpath-cli.js"
445
+ },
446
+ "engines": {
447
+ "node": ">=18.0.0"
448
+ }
449
+ },
350
450
  "node_modules/@asyncapi/parser/node_modules/node-fetch": {
351
451
  "version": "2.6.7",
352
452
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
@@ -386,13 +486,17 @@
386
486
  }
387
487
  },
388
488
  "node_modules/@asyncapi/protobuf-schema-parser": {
389
- "version": "3.2.14",
390
- "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.14.tgz",
391
- "integrity": "sha512-7v64Jxhz2IBfaQECUhfwuLRMFQTysvmqtvT+Esgd9NooIPRnkEzgCbBnC25oGjzSB6Sju28G406lQpO15HHaEw==",
489
+ "version": "3.5.1",
490
+ "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.5.1.tgz",
491
+ "integrity": "sha512-rfSHrsJm+W5I10KhQGx2VZTBObw0w5fsMCcZJVSCV1E9YhKDUQkeH+78QBzuLdHtfo9ut90Ykx02wslpZlcu1A==",
492
+ "license": "Apache-2.0",
392
493
  "dependencies": {
393
- "@asyncapi/parser": "^3.1.0",
394
- "@types/protocol-buffers-schema": "^3.4.1",
395
- "protobufjs": "^7.2.6"
494
+ "@asyncapi/parser": "^3.4.0",
495
+ "@types/protocol-buffers-schema": "^3.4.3",
496
+ "protobufjs": "^7.4.0"
497
+ },
498
+ "engines": {
499
+ "node": ">=18"
396
500
  }
397
501
  },
398
502
  "node_modules/@asyncapi/raml-dt-schema-parser": {
@@ -422,26 +526,6 @@
422
526
  "js-yaml": "bin/js-yaml.js"
423
527
  }
424
528
  },
425
- "node_modules/@asyncapi/react-component": {
426
- "version": "1.4.10",
427
- "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.10.tgz",
428
- "integrity": "sha512-ejANS06yj1ZM4YDtsRi0g7h3EEJLGusewjzeugK+tGntNAKVZRvTPUXhbSDMhTARHuZXhUGLlITIno7N1aXapw==",
429
- "dependencies": {
430
- "@asyncapi/avro-schema-parser": "^3.0.22",
431
- "@asyncapi/openapi-schema-parser": "^3.0.22",
432
- "@asyncapi/parser": "^3.0.14",
433
- "@asyncapi/protobuf-schema-parser": "^3.2.12",
434
- "highlight.js": "^10.7.2",
435
- "isomorphic-dompurify": "^0.13.0",
436
- "marked": "^4.0.14",
437
- "openapi-sampler": "^1.2.1",
438
- "use-resize-observer": "^8.0.0"
439
- },
440
- "peerDependencies": {
441
- "react": ">=16.8.0",
442
- "react-dom": ">=16.8.0"
443
- }
444
- },
445
529
  "node_modules/@asyncapi/specs": {
446
530
  "version": "6.8.0",
447
531
  "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.0.tgz",
@@ -451,11 +535,13 @@
451
535
  }
452
536
  },
453
537
  "node_modules/@babel/code-frame": {
454
- "version": "7.24.7",
455
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
456
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
538
+ "version": "7.26.2",
539
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
540
+ "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
541
+ "license": "MIT",
457
542
  "dependencies": {
458
- "@babel/highlight": "^7.24.7",
543
+ "@babel/helper-validator-identifier": "^7.25.9",
544
+ "js-tokens": "^4.0.0",
459
545
  "picocolors": "^1.0.0"
460
546
  },
461
547
  "engines": {
@@ -753,17 +839,19 @@
753
839
  }
754
840
  },
755
841
  "node_modules/@babel/helper-string-parser": {
756
- "version": "7.24.8",
757
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
758
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
842
+ "version": "7.25.9",
843
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
844
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
845
+ "license": "MIT",
759
846
  "engines": {
760
847
  "node": ">=6.9.0"
761
848
  }
762
849
  },
763
850
  "node_modules/@babel/helper-validator-identifier": {
764
- "version": "7.24.7",
765
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
766
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
851
+ "version": "7.25.9",
852
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
853
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
854
+ "license": "MIT",
767
855
  "engines": {
768
856
  "node": ">=6.9.0"
769
857
  }
@@ -790,101 +878,25 @@
790
878
  }
791
879
  },
792
880
  "node_modules/@babel/helpers": {
793
- "version": "7.25.6",
794
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
795
- "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
796
- "dependencies": {
797
- "@babel/template": "^7.25.0",
798
- "@babel/types": "^7.25.6"
799
- },
800
- "engines": {
801
- "node": ">=6.9.0"
802
- }
803
- },
804
- "node_modules/@babel/highlight": {
805
- "version": "7.24.7",
806
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
807
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
881
+ "version": "7.26.10",
882
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz",
883
+ "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==",
884
+ "license": "MIT",
808
885
  "dependencies": {
809
- "@babel/helper-validator-identifier": "^7.24.7",
810
- "chalk": "^2.4.2",
811
- "js-tokens": "^4.0.0",
812
- "picocolors": "^1.0.0"
886
+ "@babel/template": "^7.26.9",
887
+ "@babel/types": "^7.26.10"
813
888
  },
814
889
  "engines": {
815
890
  "node": ">=6.9.0"
816
891
  }
817
892
  },
818
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
819
- "version": "3.2.1",
820
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
821
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
822
- "dependencies": {
823
- "color-convert": "^1.9.0"
824
- },
825
- "engines": {
826
- "node": ">=4"
827
- }
828
- },
829
- "node_modules/@babel/highlight/node_modules/chalk": {
830
- "version": "2.4.2",
831
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
832
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
833
- "dependencies": {
834
- "ansi-styles": "^3.2.1",
835
- "escape-string-regexp": "^1.0.5",
836
- "supports-color": "^5.3.0"
837
- },
838
- "engines": {
839
- "node": ">=4"
840
- }
841
- },
842
- "node_modules/@babel/highlight/node_modules/color-convert": {
843
- "version": "1.9.3",
844
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
845
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
846
- "dependencies": {
847
- "color-name": "1.1.3"
848
- }
849
- },
850
- "node_modules/@babel/highlight/node_modules/color-name": {
851
- "version": "1.1.3",
852
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
853
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
854
- },
855
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
856
- "version": "1.0.5",
857
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
858
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
859
- "engines": {
860
- "node": ">=0.8.0"
861
- }
862
- },
863
- "node_modules/@babel/highlight/node_modules/has-flag": {
864
- "version": "3.0.0",
865
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
866
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
867
- "engines": {
868
- "node": ">=4"
869
- }
870
- },
871
- "node_modules/@babel/highlight/node_modules/supports-color": {
872
- "version": "5.5.0",
873
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
874
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
875
- "dependencies": {
876
- "has-flag": "^3.0.0"
877
- },
878
- "engines": {
879
- "node": ">=4"
880
- }
881
- },
882
893
  "node_modules/@babel/parser": {
883
- "version": "7.25.6",
884
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
885
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
894
+ "version": "7.26.10",
895
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz",
896
+ "integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==",
897
+ "license": "MIT",
886
898
  "dependencies": {
887
- "@babel/types": "^7.25.6"
899
+ "@babel/types": "^7.26.10"
888
900
  },
889
901
  "bin": {
890
902
  "parser": "bin/babel-parser.js"
@@ -2160,13 +2172,14 @@
2160
2172
  }
2161
2173
  },
2162
2174
  "node_modules/@babel/template": {
2163
- "version": "7.25.0",
2164
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
2165
- "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
2175
+ "version": "7.26.9",
2176
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
2177
+ "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
2178
+ "license": "MIT",
2166
2179
  "dependencies": {
2167
- "@babel/code-frame": "^7.24.7",
2168
- "@babel/parser": "^7.25.0",
2169
- "@babel/types": "^7.25.0"
2180
+ "@babel/code-frame": "^7.26.2",
2181
+ "@babel/parser": "^7.26.9",
2182
+ "@babel/types": "^7.26.9"
2170
2183
  },
2171
2184
  "engines": {
2172
2185
  "node": ">=6.9.0"
@@ -2190,13 +2203,13 @@
2190
2203
  }
2191
2204
  },
2192
2205
  "node_modules/@babel/types": {
2193
- "version": "7.25.6",
2194
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
2195
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
2206
+ "version": "7.26.10",
2207
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
2208
+ "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
2209
+ "license": "MIT",
2196
2210
  "dependencies": {
2197
- "@babel/helper-string-parser": "^7.24.8",
2198
- "@babel/helper-validator-identifier": "^7.24.7",
2199
- "to-fast-properties": "^2.0.0"
2211
+ "@babel/helper-string-parser": "^7.25.9",
2212
+ "@babel/helper-validator-identifier": "^7.25.9"
2200
2213
  },
2201
2214
  "engines": {
2202
2215
  "node": ">=6.9.0"
@@ -2222,6 +2235,116 @@
2222
2235
  "@jridgewell/sourcemap-codec": "^1.4.10"
2223
2236
  }
2224
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
+ },
2225
2348
  "node_modules/@eslint-community/eslint-utils": {
2226
2349
  "version": "4.4.0",
2227
2350
  "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@@ -2889,10 +3012,23 @@
2889
3012
  "@jridgewell/sourcemap-codec": "^1.4.14"
2890
3013
  }
2891
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
+ },
2892
3027
  "node_modules/@jsep-plugin/regex": {
2893
- "version": "1.0.3",
2894
- "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
2895
- "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",
2896
3032
  "engines": {
2897
3033
  "node": ">= 10.16.0"
2898
3034
  },
@@ -2914,7 +3050,8 @@
2914
3050
  "node_modules/@juggle/resize-observer": {
2915
3051
  "version": "3.4.0",
2916
3052
  "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
2917
- "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA=="
3053
+ "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
3054
+ "license": "Apache-2.0"
2918
3055
  },
2919
3056
  "node_modules/@kwsites/file-exists": {
2920
3057
  "version": "1.1.1",
@@ -3285,6 +3422,50 @@
3285
3422
  "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
3286
3423
  "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
3287
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
+ },
3288
3469
  "node_modules/@redis/bloom": {
3289
3470
  "version": "1.2.0",
3290
3471
  "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-1.2.0.tgz",
@@ -3855,13 +4036,11 @@
3855
4036
  "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
3856
4037
  "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
3857
4038
  },
3858
- "node_modules/@tootallnate/once": {
3859
- "version": "1.1.2",
3860
- "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
3861
- "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
3862
- "engines": {
3863
- "node": ">= 6"
3864
- }
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"
3865
4044
  },
3866
4045
  "node_modules/@tsconfig/node10": {
3867
4046
  "version": "1.0.11",
@@ -3896,14 +4075,6 @@
3896
4075
  "@types/node": "*"
3897
4076
  }
3898
4077
  },
3899
- "node_modules/@types/dompurify": {
3900
- "version": "2.4.0",
3901
- "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-2.4.0.tgz",
3902
- "integrity": "sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==",
3903
- "dependencies": {
3904
- "@types/trusted-types": "*"
3905
- }
3906
- },
3907
4078
  "node_modules/@types/es-aggregate-error": {
3908
4079
  "version": "1.0.6",
3909
4080
  "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz",
@@ -3991,7 +4162,9 @@
3991
4162
  "node_modules/@types/trusted-types": {
3992
4163
  "version": "2.0.7",
3993
4164
  "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
3994
- "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
4165
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
4166
+ "license": "MIT",
4167
+ "optional": true
3995
4168
  },
3996
4169
  "node_modules/@types/urijs": {
3997
4170
  "version": "1.19.25",
@@ -4015,6 +4188,7 @@
4015
4188
  "version": "2.10.3",
4016
4189
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
4017
4190
  "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
4191
+ "license": "MIT",
4018
4192
  "optional": true,
4019
4193
  "dependencies": {
4020
4194
  "@types/node": "*"
@@ -4238,12 +4412,6 @@
4238
4412
  "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
4239
4413
  "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA=="
4240
4414
  },
4241
- "node_modules/abab": {
4242
- "version": "2.0.6",
4243
- "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
4244
- "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
4245
- "deprecated": "Use your platform's native atob() and btoa() methods instead"
4246
- },
4247
4415
  "node_modules/abbrev": {
4248
4416
  "version": "1.1.1",
4249
4417
  "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@@ -4283,26 +4451,6 @@
4283
4451
  "node": ">=0.4.0"
4284
4452
  }
4285
4453
  },
4286
- "node_modules/acorn-globals": {
4287
- "version": "6.0.0",
4288
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
4289
- "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
4290
- "dependencies": {
4291
- "acorn": "^7.1.1",
4292
- "acorn-walk": "^7.1.1"
4293
- }
4294
- },
4295
- "node_modules/acorn-globals/node_modules/acorn": {
4296
- "version": "7.4.1",
4297
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
4298
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
4299
- "bin": {
4300
- "acorn": "bin/acorn"
4301
- },
4302
- "engines": {
4303
- "node": ">=0.4.0"
4304
- }
4305
- },
4306
4454
  "node_modules/acorn-jsx": {
4307
4455
  "version": "5.3.2",
4308
4456
  "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
@@ -4312,14 +4460,6 @@
4312
4460
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
4313
4461
  }
4314
4462
  },
4315
- "node_modules/acorn-walk": {
4316
- "version": "7.2.0",
4317
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
4318
- "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
4319
- "engines": {
4320
- "node": ">=0.4.0"
4321
- }
4322
- },
4323
4463
  "node_modules/agent-base": {
4324
4464
  "version": "6.0.2",
4325
4465
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -4637,11 +4777,29 @@
4637
4777
  "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
4638
4778
  "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
4639
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
+ },
4640
4792
  "node_modules/ast-types-flow": {
4641
4793
  "version": "0.0.8",
4642
4794
  "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
4643
4795
  "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="
4644
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
+ },
4645
4803
  "node_modules/astral-regex": {
4646
4804
  "version": "2.0.0",
4647
4805
  "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
@@ -4663,11 +4821,6 @@
4663
4821
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
4664
4822
  "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
4665
4823
  },
4666
- "node_modules/asynckit": {
4667
- "version": "0.4.0",
4668
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
4669
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
4670
- },
4671
4824
  "node_modules/available-typed-arrays": {
4672
4825
  "version": "1.0.7",
4673
4826
  "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -4706,6 +4859,12 @@
4706
4859
  "node": ">= 0.4"
4707
4860
  }
4708
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
+ },
4709
4868
  "node_modules/babel-plugin-polyfill-corejs2": {
4710
4869
  "version": "0.4.11",
4711
4870
  "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
@@ -4763,6 +4922,78 @@
4763
4922
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
4764
4923
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
4765
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
+ },
4766
4997
  "node_modules/base64-js": {
4767
4998
  "version": "1.5.1",
4768
4999
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -4790,6 +5021,15 @@
4790
5021
  "node": "^4.5.0 || >= 5.9"
4791
5022
  }
4792
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
+ },
4793
5033
  "node_modules/better-ajv-errors": {
4794
5034
  "version": "0.7.0",
4795
5035
  "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-0.7.0.tgz",
@@ -4941,11 +5181,6 @@
4941
5181
  "node": ">=8"
4942
5182
  }
4943
5183
  },
4944
- "node_modules/browser-process-hrtime": {
4945
- "version": "1.0.0",
4946
- "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
4947
- "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
4948
- },
4949
5184
  "node_modules/browserslist": {
4950
5185
  "version": "4.23.3",
4951
5186
  "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
@@ -5004,6 +5239,7 @@
5004
5239
  "version": "0.2.13",
5005
5240
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
5006
5241
  "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
5242
+ "license": "MIT",
5007
5243
  "engines": {
5008
5244
  "node": "*"
5009
5245
  }
@@ -5124,7 +5360,6 @@
5124
5360
  "version": "3.1.0",
5125
5361
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
5126
5362
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
5127
- "peer": true,
5128
5363
  "engines": {
5129
5364
  "node": ">=6"
5130
5365
  }
@@ -5202,6 +5437,19 @@
5202
5437
  "node": ">=10"
5203
5438
  }
5204
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
+ },
5205
5453
  "node_modules/ci-info": {
5206
5454
  "version": "3.9.0",
5207
5455
  "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
@@ -5235,6 +5483,37 @@
5235
5483
  "node": ">=8"
5236
5484
  }
5237
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
+ },
5238
5517
  "node_modules/cluster-key-slot": {
5239
5518
  "version": "1.1.2",
5240
5519
  "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
@@ -5295,17 +5574,6 @@
5295
5574
  "color-support": "bin.js"
5296
5575
  }
5297
5576
  },
5298
- "node_modules/combined-stream": {
5299
- "version": "1.0.8",
5300
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
5301
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
5302
- "dependencies": {
5303
- "delayed-stream": "~1.0.0"
5304
- },
5305
- "engines": {
5306
- "node": ">= 0.8"
5307
- }
5308
- },
5309
5577
  "node_modules/commander": {
5310
5578
  "version": "6.2.1",
5311
5579
  "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
@@ -5408,57 +5676,55 @@
5408
5676
  "node": ">= 0.10"
5409
5677
  }
5410
5678
  },
5411
- "node_modules/create-require": {
5412
- "version": "1.1.1",
5413
- "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
5414
- "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
5415
- },
5416
- "node_modules/cross-fetch": {
5417
- "version": "3.1.5",
5418
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
5419
- "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
5420
- "dependencies": {
5421
- "node-fetch": "2.6.7"
5422
- }
5423
- },
5424
- "node_modules/cross-fetch/node_modules/node-fetch": {
5425
- "version": "2.6.7",
5426
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
5427
- "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",
5428
5684
  "dependencies": {
5429
- "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"
5430
5689
  },
5431
5690
  "engines": {
5432
- "node": "4.x || >=6.0.0"
5691
+ "node": ">=14"
5692
+ },
5693
+ "funding": {
5694
+ "url": "https://github.com/sponsors/d-fischer"
5433
5695
  },
5434
5696
  "peerDependencies": {
5435
- "encoding": "^0.1.0"
5697
+ "typescript": ">=4.9.5"
5436
5698
  },
5437
5699
  "peerDependenciesMeta": {
5438
- "encoding": {
5700
+ "typescript": {
5439
5701
  "optional": true
5440
5702
  }
5441
5703
  }
5442
5704
  },
5443
- "node_modules/cross-fetch/node_modules/tr46": {
5444
- "version": "0.0.3",
5445
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
5446
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
5447
- },
5448
- "node_modules/cross-fetch/node_modules/webidl-conversions": {
5449
- "version": "3.0.1",
5450
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
5451
- "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"
5452
5710
  },
5453
- "node_modules/cross-fetch/node_modules/whatwg-url": {
5454
- "version": "5.0.0",
5455
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
5456
- "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",
5457
5716
  "dependencies": {
5458
- "tr46": "~0.0.3",
5459
- "webidl-conversions": "^3.0.0"
5717
+ "argparse": "^2.0.1"
5718
+ },
5719
+ "bin": {
5720
+ "js-yaml": "bin/js-yaml.js"
5460
5721
  }
5461
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
+ },
5462
5728
  "node_modules/cross-spawn": {
5463
5729
  "version": "7.0.5",
5464
5730
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
@@ -5483,27 +5749,19 @@
5483
5749
  "node": ">=4"
5484
5750
  }
5485
5751
  },
5486
- "node_modules/cssom": {
5487
- "version": "0.4.4",
5488
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
5489
- "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
5490
- },
5491
5752
  "node_modules/cssstyle": {
5492
- "version": "2.3.0",
5493
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
5494
- "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",
5495
5757
  "dependencies": {
5496
- "cssom": "~0.3.6"
5758
+ "@asamuzakjp/css-color": "^3.1.2",
5759
+ "rrweb-cssom": "^0.8.0"
5497
5760
  },
5498
5761
  "engines": {
5499
- "node": ">=8"
5762
+ "node": ">=18"
5500
5763
  }
5501
5764
  },
5502
- "node_modules/cssstyle/node_modules/cssom": {
5503
- "version": "0.3.8",
5504
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
5505
- "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
5506
- },
5507
5765
  "node_modules/cycled": {
5508
5766
  "version": "1.2.0",
5509
5767
  "resolved": "https://registry.npmjs.org/cycled/-/cycled-1.2.0.tgz",
@@ -5520,17 +5778,26 @@
5520
5778
  "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
5521
5779
  "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
5522
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
+ },
5523
5790
  "node_modules/data-urls": {
5524
- "version": "2.0.0",
5525
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
5526
- "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",
5527
5795
  "dependencies": {
5528
- "abab": "^2.0.3",
5529
- "whatwg-mimetype": "^2.3.0",
5530
- "whatwg-url": "^8.0.0"
5796
+ "whatwg-mimetype": "^4.0.0",
5797
+ "whatwg-url": "^14.0.0"
5531
5798
  },
5532
5799
  "engines": {
5533
- "node": ">=10"
5800
+ "node": ">=18"
5534
5801
  }
5535
5802
  },
5536
5803
  "node_modules/data-view-buffer": {
@@ -5607,9 +5874,10 @@
5607
5874
  }
5608
5875
  },
5609
5876
  "node_modules/decimal.js": {
5610
- "version": "10.4.3",
5611
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
5612
- "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"
5613
5881
  },
5614
5882
  "node_modules/decode-gif": {
5615
5883
  "version": "1.0.1",
@@ -5725,6 +5993,20 @@
5725
5993
  "url": "https://github.com/sponsors/ljharb"
5726
5994
  }
5727
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
+ },
5728
6010
  "node_modules/delay": {
5729
6011
  "version": "4.4.1",
5730
6012
  "resolved": "https://registry.npmjs.org/delay/-/delay-4.4.1.tgz",
@@ -5736,14 +6018,6 @@
5736
6018
  "url": "https://github.com/sponsors/sindresorhus"
5737
6019
  }
5738
6020
  },
5739
- "node_modules/delayed-stream": {
5740
- "version": "1.0.0",
5741
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
5742
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
5743
- "engines": {
5744
- "node": ">=0.4.0"
5745
- }
5746
- },
5747
6021
  "node_modules/delegates": {
5748
6022
  "version": "1.0.0",
5749
6023
  "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
@@ -5766,9 +6040,10 @@
5766
6040
  }
5767
6041
  },
5768
6042
  "node_modules/devtools-protocol": {
5769
- "version": "0.0.1001819",
5770
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz",
5771
- "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"
5772
6047
  },
5773
6048
  "node_modules/dezalgo": {
5774
6049
  "version": "1.0.4",
@@ -5823,30 +6098,14 @@
5823
6098
  "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
5824
6099
  "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
5825
6100
  },
5826
- "node_modules/domexception": {
5827
- "version": "2.0.1",
5828
- "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
5829
- "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
5830
- "deprecated": "Use your platform's native DOMException instead",
5831
- "dependencies": {
5832
- "webidl-conversions": "^5.0.0"
5833
- },
5834
- "engines": {
5835
- "node": ">=8"
5836
- }
5837
- },
5838
- "node_modules/domexception/node_modules/webidl-conversions": {
5839
- "version": "5.0.0",
5840
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
5841
- "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
5842
- "engines": {
5843
- "node": ">=8"
5844
- }
5845
- },
5846
6101
  "node_modules/dompurify": {
5847
- "version": "2.5.7",
5848
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
5849
- "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
+ }
5850
6109
  },
5851
6110
  "node_modules/dotenv": {
5852
6111
  "version": "10.0.0",
@@ -5953,6 +6212,18 @@
5953
6212
  }
5954
6213
  }
5955
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
+ },
5956
6227
  "node_modules/env-paths": {
5957
6228
  "version": "2.2.1",
5958
6229
  "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
@@ -5966,6 +6237,15 @@
5966
6237
  "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
5967
6238
  "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
5968
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
+ },
5969
6249
  "node_modules/es-abstract": {
5970
6250
  "version": "1.23.3",
5971
6251
  "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
@@ -6180,6 +6460,7 @@
6180
6460
  "version": "2.1.0",
6181
6461
  "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
6182
6462
  "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
6463
+ "license": "BSD-2-Clause",
6183
6464
  "dependencies": {
6184
6465
  "esprima": "^4.0.1",
6185
6466
  "estraverse": "^5.2.0",
@@ -6758,6 +7039,7 @@
6758
7039
  "version": "2.0.1",
6759
7040
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
6760
7041
  "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
7042
+ "license": "BSD-2-Clause",
6761
7043
  "dependencies": {
6762
7044
  "debug": "^4.1.1",
6763
7045
  "get-stream": "^5.1.0",
@@ -6777,6 +7059,7 @@
6777
7059
  "version": "5.2.0",
6778
7060
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
6779
7061
  "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
7062
+ "license": "MIT",
6780
7063
  "dependencies": {
6781
7064
  "pump": "^3.0.0"
6782
7065
  },
@@ -6797,6 +7080,12 @@
6797
7080
  "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
6798
7081
  "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
6799
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
+ },
6800
7089
  "node_modules/fast-glob": {
6801
7090
  "version": "3.3.2",
6802
7091
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
@@ -6845,6 +7134,7 @@
6845
7134
  "version": "1.1.0",
6846
7135
  "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
6847
7136
  "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
7137
+ "license": "MIT",
6848
7138
  "dependencies": {
6849
7139
  "pend": "~1.2.0"
6850
7140
  }
@@ -6985,19 +7275,6 @@
6985
7275
  "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz",
6986
7276
  "integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw=="
6987
7277
  },
6988
- "node_modules/form-data": {
6989
- "version": "3.0.2",
6990
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz",
6991
- "integrity": "sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==",
6992
- "dependencies": {
6993
- "asynckit": "^0.4.0",
6994
- "combined-stream": "^1.0.8",
6995
- "mime-types": "^2.1.12"
6996
- },
6997
- "engines": {
6998
- "node": ">= 6"
6999
- }
7000
- },
7001
7278
  "node_modules/form-data-encoder": {
7002
7279
  "version": "2.1.4",
7003
7280
  "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
@@ -7006,11 +7283,6 @@
7006
7283
  "node": ">= 14.17"
7007
7284
  }
7008
7285
  },
7009
- "node_modules/fs-constants": {
7010
- "version": "1.0.0",
7011
- "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
7012
- "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
7013
- },
7014
7286
  "node_modules/fs-extra": {
7015
7287
  "version": "0.6.4",
7016
7288
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.4.tgz",
@@ -7153,6 +7425,15 @@
7153
7425
  "node": ">=6.9.0"
7154
7426
  }
7155
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
+ },
7156
7437
  "node_modules/get-intrinsic": {
7157
7438
  "version": "1.2.4",
7158
7439
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
@@ -7198,6 +7479,20 @@
7198
7479
  "url": "https://github.com/sponsors/ljharb"
7199
7480
  }
7200
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
+ },
7201
7496
  "node_modules/gifwrap": {
7202
7497
  "version": "0.9.4",
7203
7498
  "resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.4.tgz",
@@ -7483,6 +7778,7 @@
7483
7778
  "version": "10.7.3",
7484
7779
  "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
7485
7780
  "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
7781
+ "license": "BSD-3-Clause",
7486
7782
  "engines": {
7487
7783
  "node": "*"
7488
7784
  }
@@ -7507,14 +7803,15 @@
7507
7803
  }
7508
7804
  },
7509
7805
  "node_modules/html-encoding-sniffer": {
7510
- "version": "2.0.1",
7511
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
7512
- "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",
7513
7810
  "dependencies": {
7514
- "whatwg-encoding": "^1.0.5"
7811
+ "whatwg-encoding": "^3.1.1"
7515
7812
  },
7516
7813
  "engines": {
7517
- "node": ">=10"
7814
+ "node": ">=18"
7518
7815
  }
7519
7816
  },
7520
7817
  "node_modules/http-cache-semantics": {
@@ -7523,16 +7820,25 @@
7523
7820
  "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
7524
7821
  },
7525
7822
  "node_modules/http-proxy-agent": {
7526
- "version": "4.0.1",
7527
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
7528
- "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",
7529
7827
  "dependencies": {
7530
- "@tootallnate/once": "1",
7531
- "agent-base": "6",
7532
- "debug": "4"
7828
+ "agent-base": "^7.1.0",
7829
+ "debug": "^4.3.4"
7533
7830
  },
7534
7831
  "engines": {
7535
- "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"
7536
7842
  }
7537
7843
  },
7538
7844
  "node_modules/http2-wrapper": {
@@ -7579,7 +7885,6 @@
7579
7885
  "version": "0.6.3",
7580
7886
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
7581
7887
  "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
7582
- "optional": true,
7583
7888
  "dependencies": {
7584
7889
  "safer-buffer": ">= 2.1.2 < 3.0.0"
7585
7890
  },
@@ -7670,7 +7975,6 @@
7670
7975
  "version": "3.3.0",
7671
7976
  "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
7672
7977
  "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
7673
- "peer": true,
7674
7978
  "dependencies": {
7675
7979
  "parent-module": "^1.0.0",
7676
7980
  "resolve-from": "^4.0.0"
@@ -7686,7 +7990,6 @@
7686
7990
  "version": "4.0.0",
7687
7991
  "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
7688
7992
  "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
7689
- "peer": true,
7690
7993
  "engines": {
7691
7994
  "node": ">=4"
7692
7995
  }
@@ -7795,6 +8098,12 @@
7795
8098
  "url": "https://github.com/sponsors/ljharb"
7796
8099
  }
7797
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
+ },
7798
8107
  "node_modules/is-async-function": {
7799
8108
  "version": "2.0.0",
7800
8109
  "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
@@ -8017,7 +8326,8 @@
8017
8326
  "node_modules/is-potential-custom-element-name": {
8018
8327
  "version": "1.0.1",
8019
8328
  "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
8020
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
8329
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
8330
+ "license": "MIT"
8021
8331
  },
8022
8332
  "node_modules/is-regex": {
8023
8333
  "version": "1.1.4",
@@ -8160,13 +8470,16 @@
8160
8470
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
8161
8471
  },
8162
8472
  "node_modules/isomorphic-dompurify": {
8163
- "version": "0.13.0",
8164
- "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-0.13.0.tgz",
8165
- "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",
8166
8477
  "dependencies": {
8167
- "@types/dompurify": "^2.1.0",
8168
- "dompurify": "^2.2.7",
8169
- "jsdom": "^16.5.2"
8478
+ "dompurify": "^3.2.6",
8479
+ "jsdom": "^26.1.0"
8480
+ },
8481
+ "engines": {
8482
+ "node": ">=18"
8170
8483
  }
8171
8484
  },
8172
8485
  "node_modules/iterator.prototype": {
@@ -8329,43 +8642,37 @@
8329
8642
  "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
8330
8643
  },
8331
8644
  "node_modules/jsdom": {
8332
- "version": "16.7.0",
8333
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
8334
- "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
8335
- "dependencies": {
8336
- "abab": "^2.0.5",
8337
- "acorn": "^8.2.4",
8338
- "acorn-globals": "^6.0.0",
8339
- "cssom": "^0.4.4",
8340
- "cssstyle": "^2.3.0",
8341
- "data-urls": "^2.0.0",
8342
- "decimal.js": "^10.2.1",
8343
- "domexception": "^2.0.1",
8344
- "escodegen": "^2.0.0",
8345
- "form-data": "^3.0.0",
8346
- "html-encoding-sniffer": "^2.0.1",
8347
- "http-proxy-agent": "^4.0.1",
8348
- "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",
8349
8656
  "is-potential-custom-element-name": "^1.0.1",
8350
- "nwsapi": "^2.2.0",
8351
- "parse5": "6.0.1",
8352
- "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",
8353
8661
  "symbol-tree": "^3.2.4",
8354
- "tough-cookie": "^4.0.0",
8355
- "w3c-hr-time": "^1.0.2",
8356
- "w3c-xmlserializer": "^2.0.0",
8357
- "webidl-conversions": "^6.1.0",
8358
- "whatwg-encoding": "^1.0.5",
8359
- "whatwg-mimetype": "^2.3.0",
8360
- "whatwg-url": "^8.5.0",
8361
- "ws": "^7.4.6",
8362
- "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"
8363
8670
  },
8364
8671
  "engines": {
8365
- "node": ">=10"
8672
+ "node": ">=18"
8366
8673
  },
8367
8674
  "peerDependencies": {
8368
- "canvas": "^2.5.0"
8675
+ "canvas": "^3.0.0"
8369
8676
  },
8370
8677
  "peerDependenciesMeta": {
8371
8678
  "canvas": {
@@ -8373,10 +8680,54 @@
8373
8680
  }
8374
8681
  }
8375
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
+ },
8376
8726
  "node_modules/jsep": {
8377
- "version": "1.3.9",
8378
- "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz",
8379
- "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",
8380
8731
  "engines": {
8381
8732
  "node": ">= 10.16.0"
8382
8733
  }
@@ -8604,6 +8955,12 @@
8604
8955
  "node": ">= 0.8.0"
8605
8956
  }
8606
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
+ },
8607
8964
  "node_modules/load-bmfont": {
8608
8965
  "version": "1.4.2",
8609
8966
  "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.2.tgz",
@@ -8814,6 +9171,7 @@
8814
9171
  "version": "4.3.0",
8815
9172
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
8816
9173
  "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
9174
+ "license": "MIT",
8817
9175
  "bin": {
8818
9176
  "marked": "bin/marked.js"
8819
9177
  },
@@ -9024,6 +9382,12 @@
9024
9382
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
9025
9383
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
9026
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
+ },
9027
9391
  "node_modules/mkdirp": {
9028
9392
  "version": "1.0.4",
9029
9393
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -9035,11 +9399,6 @@
9035
9399
  "node": ">=10"
9036
9400
  }
9037
9401
  },
9038
- "node_modules/mkdirp-classic": {
9039
- "version": "0.5.3",
9040
- "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
9041
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
9042
- },
9043
9402
  "node_modules/mkdirp-infer-owner": {
9044
9403
  "version": "2.0.0",
9045
9404
  "resolved": "https://registry.npmjs.org/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz",
@@ -9137,6 +9496,15 @@
9137
9496
  "node": ">= 0.6"
9138
9497
  }
9139
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
+ },
9140
9508
  "node_modules/nimma": {
9141
9509
  "version": "0.2.2",
9142
9510
  "resolved": "https://registry.npmjs.org/nimma/-/nimma-0.2.2.tgz",
@@ -9489,9 +9857,10 @@
9489
9857
  }
9490
9858
  },
9491
9859
  "node_modules/nwsapi": {
9492
- "version": "2.2.13",
9493
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz",
9494
- "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"
9495
9864
  },
9496
9865
  "node_modules/object-assign": {
9497
9866
  "version": "4.1.1",
@@ -9694,21 +10063,81 @@
9694
10063
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
9695
10064
  "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
9696
10065
  "dependencies": {
9697
- "aggregate-error": "^3.0.0"
10066
+ "aggregate-error": "^3.0.0"
10067
+ },
10068
+ "engines": {
10069
+ "node": ">=10"
10070
+ },
10071
+ "funding": {
10072
+ "url": "https://github.com/sponsors/sindresorhus"
10073
+ }
10074
+ },
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
+ },
10090
+ "engines": {
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"
9698
10125
  },
9699
10126
  "engines": {
9700
- "node": ">=10"
9701
- },
9702
- "funding": {
9703
- "url": "https://github.com/sponsors/sindresorhus"
10127
+ "node": ">= 14"
9704
10128
  }
9705
10129
  },
9706
- "node_modules/p-try": {
9707
- "version": "2.2.0",
9708
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
9709
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
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
+ },
9710
10139
  "engines": {
9711
- "node": ">=6"
10140
+ "node": ">= 14"
9712
10141
  }
9713
10142
  },
9714
10143
  "node_modules/pacote": {
@@ -9754,7 +10183,6 @@
9754
10183
  "version": "1.0.1",
9755
10184
  "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
9756
10185
  "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
9757
- "peer": true,
9758
10186
  "dependencies": {
9759
10187
  "callsites": "^3.0.0"
9760
10188
  },
@@ -9799,10 +10227,35 @@
9799
10227
  "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz",
9800
10228
  "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA=="
9801
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
+ },
9802
10248
  "node_modules/parse5": {
9803
- "version": "6.0.1",
9804
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
9805
- "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
+ }
9806
10259
  },
9807
10260
  "node_modules/parserapiv1": {
9808
10261
  "name": "@asyncapi/parser",
@@ -10141,6 +10594,7 @@
10141
10594
  "version": "4.0.0",
10142
10595
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
10143
10596
  "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
10597
+ "peer": true,
10144
10598
  "engines": {
10145
10599
  "node": ">=8"
10146
10600
  }
@@ -10194,7 +10648,8 @@
10194
10648
  "node_modules/pend": {
10195
10649
  "version": "1.2.0",
10196
10650
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
10197
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
10651
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
10652
+ "license": "MIT"
10198
10653
  },
10199
10654
  "node_modules/phin": {
10200
10655
  "version": "2.9.3",
@@ -10229,65 +10684,6 @@
10229
10684
  "pixelmatch": "bin/pixelmatch"
10230
10685
  }
10231
10686
  },
10232
- "node_modules/pkg-dir": {
10233
- "version": "4.2.0",
10234
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
10235
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
10236
- "dependencies": {
10237
- "find-up": "^4.0.0"
10238
- },
10239
- "engines": {
10240
- "node": ">=8"
10241
- }
10242
- },
10243
- "node_modules/pkg-dir/node_modules/find-up": {
10244
- "version": "4.1.0",
10245
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
10246
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
10247
- "dependencies": {
10248
- "locate-path": "^5.0.0",
10249
- "path-exists": "^4.0.0"
10250
- },
10251
- "engines": {
10252
- "node": ">=8"
10253
- }
10254
- },
10255
- "node_modules/pkg-dir/node_modules/locate-path": {
10256
- "version": "5.0.0",
10257
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
10258
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
10259
- "dependencies": {
10260
- "p-locate": "^4.1.0"
10261
- },
10262
- "engines": {
10263
- "node": ">=8"
10264
- }
10265
- },
10266
- "node_modules/pkg-dir/node_modules/p-limit": {
10267
- "version": "2.3.0",
10268
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
10269
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
10270
- "dependencies": {
10271
- "p-try": "^2.0.0"
10272
- },
10273
- "engines": {
10274
- "node": ">=6"
10275
- },
10276
- "funding": {
10277
- "url": "https://github.com/sponsors/sindresorhus"
10278
- }
10279
- },
10280
- "node_modules/pkg-dir/node_modules/p-locate": {
10281
- "version": "4.1.0",
10282
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
10283
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
10284
- "dependencies": {
10285
- "p-limit": "^2.2.0"
10286
- },
10287
- "engines": {
10288
- "node": ">=8"
10289
- }
10290
- },
10291
10687
  "node_modules/plist": {
10292
10688
  "version": "3.1.0",
10293
10689
  "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
@@ -10420,6 +10816,7 @@
10420
10816
  "version": "2.0.3",
10421
10817
  "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
10422
10818
  "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
10819
+ "license": "MIT",
10423
10820
  "engines": {
10424
10821
  "node": ">=0.4.0"
10425
10822
  }
@@ -10495,15 +10892,75 @@
10495
10892
  "node": ">=12.0.0"
10496
10893
  }
10497
10894
  },
10895
+ "node_modules/proxy-agent": {
10896
+ "version": "6.5.0",
10897
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
10898
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
10899
+ "license": "MIT",
10900
+ "dependencies": {
10901
+ "agent-base": "^7.1.2",
10902
+ "debug": "^4.3.4",
10903
+ "http-proxy-agent": "^7.0.1",
10904
+ "https-proxy-agent": "^7.0.6",
10905
+ "lru-cache": "^7.14.1",
10906
+ "pac-proxy-agent": "^7.1.0",
10907
+ "proxy-from-env": "^1.1.0",
10908
+ "socks-proxy-agent": "^8.0.5"
10909
+ },
10910
+ "engines": {
10911
+ "node": ">= 14"
10912
+ }
10913
+ },
10914
+ "node_modules/proxy-agent/node_modules/agent-base": {
10915
+ "version": "7.1.3",
10916
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
10917
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
10918
+ "license": "MIT",
10919
+ "engines": {
10920
+ "node": ">= 14"
10921
+ }
10922
+ },
10923
+ "node_modules/proxy-agent/node_modules/https-proxy-agent": {
10924
+ "version": "7.0.6",
10925
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
10926
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
10927
+ "license": "MIT",
10928
+ "dependencies": {
10929
+ "agent-base": "^7.1.2",
10930
+ "debug": "4"
10931
+ },
10932
+ "engines": {
10933
+ "node": ">= 14"
10934
+ }
10935
+ },
10936
+ "node_modules/proxy-agent/node_modules/lru-cache": {
10937
+ "version": "7.18.3",
10938
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
10939
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
10940
+ "license": "ISC",
10941
+ "engines": {
10942
+ "node": ">=12"
10943
+ }
10944
+ },
10945
+ "node_modules/proxy-agent/node_modules/socks-proxy-agent": {
10946
+ "version": "8.0.5",
10947
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
10948
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
10949
+ "license": "MIT",
10950
+ "dependencies": {
10951
+ "agent-base": "^7.1.2",
10952
+ "debug": "^4.3.4",
10953
+ "socks": "^2.8.3"
10954
+ },
10955
+ "engines": {
10956
+ "node": ">= 14"
10957
+ }
10958
+ },
10498
10959
  "node_modules/proxy-from-env": {
10499
10960
  "version": "1.1.0",
10500
10961
  "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
10501
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
10502
- },
10503
- "node_modules/psl": {
10504
- "version": "1.9.0",
10505
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
10506
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
10962
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
10963
+ "license": "MIT"
10507
10964
  },
10508
10965
  "node_modules/pump": {
10509
10966
  "version": "3.0.0",
@@ -10523,35 +10980,50 @@
10523
10980
  }
10524
10981
  },
10525
10982
  "node_modules/puppeteer": {
10526
- "version": "14.4.1",
10527
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.4.1.tgz",
10528
- "integrity": "sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==",
10529
- "deprecated": "< 22.8.2 is no longer supported",
10983
+ "version": "24.9.0",
10984
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.9.0.tgz",
10985
+ "integrity": "sha512-L0pOtALIx8rgDt24Y+COm8X52v78gNtBOW6EmUcEPci0TYD72SAuaXKqasRIx4JXxmg2Tkw5ySKcpPOwN8xXnQ==",
10530
10986
  "hasInstallScript": true,
10987
+ "license": "Apache-2.0",
10988
+ "dependencies": {
10989
+ "@puppeteer/browsers": "2.10.5",
10990
+ "chromium-bidi": "5.1.0",
10991
+ "cosmiconfig": "^9.0.0",
10992
+ "devtools-protocol": "0.0.1439962",
10993
+ "puppeteer-core": "24.9.0",
10994
+ "typed-query-selector": "^2.12.0"
10995
+ },
10996
+ "bin": {
10997
+ "puppeteer": "lib/cjs/puppeteer/node/cli.js"
10998
+ },
10999
+ "engines": {
11000
+ "node": ">=18"
11001
+ }
11002
+ },
11003
+ "node_modules/puppeteer-core": {
11004
+ "version": "24.9.0",
11005
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.9.0.tgz",
11006
+ "integrity": "sha512-HFdCeH/wx6QPz8EncafbCqJBqaCG1ENW75xg3cLFMRUoqZDgByT6HSueiumetT2uClZxwqj0qS4qMVZwLHRHHw==",
11007
+ "license": "Apache-2.0",
10531
11008
  "dependencies": {
10532
- "cross-fetch": "3.1.5",
10533
- "debug": "4.3.4",
10534
- "devtools-protocol": "0.0.1001819",
10535
- "extract-zip": "2.0.1",
10536
- "https-proxy-agent": "5.0.1",
10537
- "pkg-dir": "4.2.0",
10538
- "progress": "2.0.3",
10539
- "proxy-from-env": "1.1.0",
10540
- "rimraf": "3.0.2",
10541
- "tar-fs": "2.1.1",
10542
- "unbzip2-stream": "1.4.3",
10543
- "ws": "8.7.0"
11009
+ "@puppeteer/browsers": "2.10.5",
11010
+ "chromium-bidi": "5.1.0",
11011
+ "debug": "^4.4.1",
11012
+ "devtools-protocol": "0.0.1439962",
11013
+ "typed-query-selector": "^2.12.0",
11014
+ "ws": "^8.18.2"
10544
11015
  },
10545
11016
  "engines": {
10546
- "node": ">=14.1.0"
11017
+ "node": ">=18"
10547
11018
  }
10548
11019
  },
10549
- "node_modules/puppeteer/node_modules/debug": {
10550
- "version": "4.3.4",
10551
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
10552
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11020
+ "node_modules/puppeteer-core/node_modules/debug": {
11021
+ "version": "4.4.1",
11022
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
11023
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
11024
+ "license": "MIT",
10553
11025
  "dependencies": {
10554
- "ms": "2.1.2"
11026
+ "ms": "^2.1.3"
10555
11027
  },
10556
11028
  "engines": {
10557
11029
  "node": ">=6.0"
@@ -10562,16 +11034,23 @@
10562
11034
  }
10563
11035
  }
10564
11036
  },
10565
- "node_modules/puppeteer/node_modules/ws": {
10566
- "version": "8.7.0",
10567
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
10568
- "integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
11037
+ "node_modules/puppeteer-core/node_modules/ms": {
11038
+ "version": "2.1.3",
11039
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
11040
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
11041
+ "license": "MIT"
11042
+ },
11043
+ "node_modules/puppeteer-core/node_modules/ws": {
11044
+ "version": "8.18.2",
11045
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
11046
+ "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
11047
+ "license": "MIT",
10569
11048
  "engines": {
10570
11049
  "node": ">=10.0.0"
10571
11050
  },
10572
11051
  "peerDependencies": {
10573
11052
  "bufferutil": "^4.0.1",
10574
- "utf-8-validate": "^5.0.2"
11053
+ "utf-8-validate": ">=5.0.2"
10575
11054
  },
10576
11055
  "peerDependenciesMeta": {
10577
11056
  "bufferutil": {
@@ -10596,11 +11075,6 @@
10596
11075
  "url": "https://github.com/sponsors/ljharb"
10597
11076
  }
10598
11077
  },
10599
- "node_modules/querystringify": {
10600
- "version": "2.2.0",
10601
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
10602
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
10603
- },
10604
11078
  "node_modules/queue-microtask": {
10605
11079
  "version": "1.2.3",
10606
11080
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -10666,17 +11140,16 @@
10666
11140
  "node": ">=0.10.0"
10667
11141
  }
10668
11142
  },
10669
- "node_modules/react-dom": {
10670
- "version": "17.0.2",
10671
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
10672
- "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
11143
+ "node_modules/react-error-boundary": {
11144
+ "version": "4.1.2",
11145
+ "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.2.tgz",
11146
+ "integrity": "sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==",
11147
+ "license": "MIT",
10673
11148
  "dependencies": {
10674
- "loose-envify": "^1.1.0",
10675
- "object-assign": "^4.1.1",
10676
- "scheduler": "^0.20.2"
11149
+ "@babel/runtime": "^7.12.5"
10677
11150
  },
10678
11151
  "peerDependencies": {
10679
- "react": "17.0.2"
11152
+ "react": ">=16.13.1"
10680
11153
  }
10681
11154
  },
10682
11155
  "node_modules/react-is": {
@@ -11379,6 +11852,15 @@
11379
11852
  "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
11380
11853
  "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
11381
11854
  },
11855
+ "node_modules/require-directory": {
11856
+ "version": "2.1.1",
11857
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
11858
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
11859
+ "license": "MIT",
11860
+ "engines": {
11861
+ "node": ">=0.10.0"
11862
+ }
11863
+ },
11382
11864
  "node_modules/require-from-string": {
11383
11865
  "version": "2.0.2",
11384
11866
  "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -11387,11 +11869,6 @@
11387
11869
  "node": ">=0.10.0"
11388
11870
  }
11389
11871
  },
11390
- "node_modules/requires-port": {
11391
- "version": "1.0.0",
11392
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
11393
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
11394
- },
11395
11872
  "node_modules/resolve": {
11396
11873
  "version": "1.22.8",
11397
11874
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
@@ -11529,6 +12006,12 @@
11529
12006
  "fsevents": "~2.3.2"
11530
12007
  }
11531
12008
  },
12009
+ "node_modules/rrweb-cssom": {
12010
+ "version": "0.8.0",
12011
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
12012
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
12013
+ "license": "MIT"
12014
+ },
11532
12015
  "node_modules/run-parallel": {
11533
12016
  "version": "1.2.0",
11534
12017
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
@@ -11627,29 +12110,31 @@
11627
12110
  "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
11628
12111
  },
11629
12112
  "node_modules/saxes": {
11630
- "version": "5.0.1",
11631
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
11632
- "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
12113
+ "version": "6.0.0",
12114
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
12115
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
12116
+ "license": "ISC",
11633
12117
  "dependencies": {
11634
12118
  "xmlchars": "^2.2.0"
11635
12119
  },
11636
12120
  "engines": {
11637
- "node": ">=10"
12121
+ "node": ">=v12.22.7"
11638
12122
  }
11639
12123
  },
11640
12124
  "node_modules/scheduler": {
11641
- "version": "0.20.2",
11642
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
11643
- "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
12125
+ "version": "0.23.2",
12126
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
12127
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
12128
+ "license": "MIT",
11644
12129
  "dependencies": {
11645
- "loose-envify": "^1.1.0",
11646
- "object-assign": "^4.1.1"
12130
+ "loose-envify": "^1.1.0"
11647
12131
  }
11648
12132
  },
11649
12133
  "node_modules/semver": {
11650
- "version": "7.6.3",
11651
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
11652
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
12134
+ "version": "7.7.2",
12135
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
12136
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
12137
+ "license": "ISC",
11653
12138
  "bin": {
11654
12139
  "semver": "bin/semver.js"
11655
12140
  },
@@ -11979,6 +12464,19 @@
11979
12464
  "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
11980
12465
  "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ=="
11981
12466
  },
12467
+ "node_modules/streamx": {
12468
+ "version": "2.22.0",
12469
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz",
12470
+ "integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==",
12471
+ "license": "MIT",
12472
+ "dependencies": {
12473
+ "fast-fifo": "^1.3.2",
12474
+ "text-decoder": "^1.1.0"
12475
+ },
12476
+ "optionalDependencies": {
12477
+ "bare-events": "^2.2.0"
12478
+ }
12479
+ },
11982
12480
  "node_modules/string_decoder": {
11983
12481
  "version": "1.3.0",
11984
12482
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -12168,7 +12666,8 @@
12168
12666
  "node_modules/symbol-tree": {
12169
12667
  "version": "3.2.4",
12170
12668
  "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
12171
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
12669
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
12670
+ "license": "MIT"
12172
12671
  },
12173
12672
  "node_modules/sync-fetch": {
12174
12673
  "version": "0.5.2",
@@ -12218,34 +12717,28 @@
12218
12717
  }
12219
12718
  },
12220
12719
  "node_modules/tar-fs": {
12221
- "version": "2.1.1",
12222
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
12223
- "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
12720
+ "version": "3.0.9",
12721
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.9.tgz",
12722
+ "integrity": "sha512-XF4w9Xp+ZQgifKakjZYmFdkLoSWd34VGKcsTCwlNWM7QG3ZbaxnTsaBwnjFZqHRf/rROxaR8rXnbtwdvaDI+lA==",
12723
+ "license": "MIT",
12224
12724
  "dependencies": {
12225
- "chownr": "^1.1.1",
12226
- "mkdirp-classic": "^0.5.2",
12227
12725
  "pump": "^3.0.0",
12228
- "tar-stream": "^2.1.4"
12726
+ "tar-stream": "^3.1.5"
12727
+ },
12728
+ "optionalDependencies": {
12729
+ "bare-fs": "^4.0.1",
12730
+ "bare-path": "^3.0.0"
12229
12731
  }
12230
12732
  },
12231
- "node_modules/tar-fs/node_modules/chownr": {
12232
- "version": "1.1.4",
12233
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
12234
- "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
12235
- },
12236
12733
  "node_modules/tar-stream": {
12237
- "version": "2.2.0",
12238
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
12239
- "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
12734
+ "version": "3.1.7",
12735
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
12736
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
12737
+ "license": "MIT",
12240
12738
  "dependencies": {
12241
- "bl": "^4.0.3",
12242
- "end-of-stream": "^1.4.1",
12243
- "fs-constants": "^1.0.0",
12244
- "inherits": "^2.0.3",
12245
- "readable-stream": "^3.1.1"
12246
- },
12247
- "engines": {
12248
- "node": ">=6"
12739
+ "b4a": "^1.6.4",
12740
+ "fast-fifo": "^1.2.0",
12741
+ "streamx": "^2.15.0"
12249
12742
  }
12250
12743
  },
12251
12744
  "node_modules/tar/node_modules/minipass": {
@@ -12319,17 +12812,21 @@
12319
12812
  "url": "https://github.com/sponsors/sindresorhus"
12320
12813
  }
12321
12814
  },
12815
+ "node_modules/text-decoder": {
12816
+ "version": "1.2.3",
12817
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
12818
+ "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
12819
+ "license": "Apache-2.0",
12820
+ "dependencies": {
12821
+ "b4a": "^1.6.4"
12822
+ }
12823
+ },
12322
12824
  "node_modules/text-table": {
12323
12825
  "version": "0.2.0",
12324
12826
  "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
12325
12827
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
12326
12828
  "peer": true
12327
12829
  },
12328
- "node_modules/through": {
12329
- "version": "2.3.8",
12330
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
12331
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
12332
- },
12333
12830
  "node_modules/timm": {
12334
12831
  "version": "1.7.1",
12335
12832
  "resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz",
@@ -12340,14 +12837,24 @@
12340
12837
  "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
12341
12838
  "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
12342
12839
  },
12343
- "node_modules/to-fast-properties": {
12344
- "version": "2.0.0",
12345
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
12346
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
12347
- "engines": {
12348
- "node": ">=4"
12840
+ "node_modules/tldts": {
12841
+ "version": "6.1.86",
12842
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
12843
+ "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
12844
+ "license": "MIT",
12845
+ "dependencies": {
12846
+ "tldts-core": "^6.1.86"
12847
+ },
12848
+ "bin": {
12849
+ "tldts": "bin/cli.js"
12349
12850
  }
12350
12851
  },
12852
+ "node_modules/tldts-core": {
12853
+ "version": "6.1.86",
12854
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
12855
+ "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
12856
+ "license": "MIT"
12857
+ },
12351
12858
  "node_modules/to-regex-range": {
12352
12859
  "version": "5.0.1",
12353
12860
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -12376,28 +12883,27 @@
12376
12883
  }
12377
12884
  },
12378
12885
  "node_modules/tough-cookie": {
12379
- "version": "4.1.4",
12380
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
12381
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
12886
+ "version": "5.1.2",
12887
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
12888
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
12889
+ "license": "BSD-3-Clause",
12382
12890
  "dependencies": {
12383
- "psl": "^1.1.33",
12384
- "punycode": "^2.1.1",
12385
- "universalify": "^0.2.0",
12386
- "url-parse": "^1.5.3"
12891
+ "tldts": "^6.1.32"
12387
12892
  },
12388
12893
  "engines": {
12389
- "node": ">=6"
12894
+ "node": ">=16"
12390
12895
  }
12391
12896
  },
12392
12897
  "node_modules/tr46": {
12393
- "version": "2.1.0",
12394
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
12395
- "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
12898
+ "version": "5.1.1",
12899
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
12900
+ "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
12901
+ "license": "MIT",
12396
12902
  "dependencies": {
12397
- "punycode": "^2.1.1"
12903
+ "punycode": "^2.3.1"
12398
12904
  },
12399
12905
  "engines": {
12400
- "node": ">=8"
12906
+ "node": ">=18"
12401
12907
  }
12402
12908
  },
12403
12909
  "node_modules/treeverse": {
@@ -12610,6 +13116,12 @@
12610
13116
  "url": "https://github.com/sponsors/ljharb"
12611
13117
  }
12612
13118
  },
13119
+ "node_modules/typed-query-selector": {
13120
+ "version": "2.12.0",
13121
+ "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
13122
+ "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
13123
+ "license": "MIT"
13124
+ },
12613
13125
  "node_modules/typedarray": {
12614
13126
  "version": "0.0.6",
12615
13127
  "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
@@ -12641,15 +13153,6 @@
12641
13153
  "url": "https://github.com/sponsors/ljharb"
12642
13154
  }
12643
13155
  },
12644
- "node_modules/unbzip2-stream": {
12645
- "version": "1.4.3",
12646
- "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
12647
- "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
12648
- "dependencies": {
12649
- "buffer": "^5.2.1",
12650
- "through": "^2.3.8"
12651
- }
12652
- },
12653
13156
  "node_modules/undici-types": {
12654
13157
  "version": "6.19.8",
12655
13158
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
@@ -12713,14 +13216,6 @@
12713
13216
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
12714
13217
  }
12715
13218
  },
12716
- "node_modules/universalify": {
12717
- "version": "0.2.0",
12718
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
12719
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
12720
- "engines": {
12721
- "node": ">= 4.0.0"
12722
- }
12723
- },
12724
13219
  "node_modules/update-browserslist-db": {
12725
13220
  "version": "1.1.0",
12726
13221
  "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
@@ -12768,27 +13263,6 @@
12768
13263
  "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz",
12769
13264
  "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="
12770
13265
  },
12771
- "node_modules/url-parse": {
12772
- "version": "1.5.10",
12773
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
12774
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
12775
- "dependencies": {
12776
- "querystringify": "^2.1.1",
12777
- "requires-port": "^1.0.0"
12778
- }
12779
- },
12780
- "node_modules/use-resize-observer": {
12781
- "version": "8.0.0",
12782
- "resolved": "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-8.0.0.tgz",
12783
- "integrity": "sha512-n0iKSeiQpJCyaFh5JA0qsVLBIovsF4EIIR1G6XiBwKJN66ZrD4Oj62bjcuTAATPKiSp6an/2UZZxCf/67fk3sQ==",
12784
- "dependencies": {
12785
- "@juggle/resize-observer": "^3.3.1"
12786
- },
12787
- "peerDependencies": {
12788
- "react": ">=16.8.0",
12789
- "react-dom": ">=16.8.0"
12790
- }
12791
- },
12792
13266
  "node_modules/utf-8-validate": {
12793
13267
  "version": "5.0.10",
12794
13268
  "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz",
@@ -12863,24 +13337,16 @@
12863
13337
  "node": ">= 0.8"
12864
13338
  }
12865
13339
  },
12866
- "node_modules/w3c-hr-time": {
12867
- "version": "1.0.2",
12868
- "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
12869
- "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
12870
- "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
12871
- "dependencies": {
12872
- "browser-process-hrtime": "^1.0.0"
12873
- }
12874
- },
12875
13340
  "node_modules/w3c-xmlserializer": {
12876
- "version": "2.0.0",
12877
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
12878
- "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
13341
+ "version": "5.0.0",
13342
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
13343
+ "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
13344
+ "license": "MIT",
12879
13345
  "dependencies": {
12880
- "xml-name-validator": "^3.0.0"
13346
+ "xml-name-validator": "^5.0.0"
12881
13347
  },
12882
13348
  "engines": {
12883
- "node": ">=10"
13349
+ "node": ">=18"
12884
13350
  }
12885
13351
  },
12886
13352
  "node_modules/walk": {
@@ -12929,48 +13395,46 @@
12929
13395
  "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w=="
12930
13396
  },
12931
13397
  "node_modules/webidl-conversions": {
12932
- "version": "6.1.0",
12933
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
12934
- "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
13398
+ "version": "7.0.0",
13399
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
13400
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
13401
+ "license": "BSD-2-Clause",
12935
13402
  "engines": {
12936
- "node": ">=10.4"
13403
+ "node": ">=12"
12937
13404
  }
12938
13405
  },
12939
13406
  "node_modules/whatwg-encoding": {
12940
- "version": "1.0.5",
12941
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
12942
- "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
12943
- "dependencies": {
12944
- "iconv-lite": "0.4.24"
12945
- }
12946
- },
12947
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
12948
- "version": "0.4.24",
12949
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
12950
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
13407
+ "version": "3.1.1",
13408
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
13409
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
13410
+ "license": "MIT",
12951
13411
  "dependencies": {
12952
- "safer-buffer": ">= 2.1.2 < 3"
13412
+ "iconv-lite": "0.6.3"
12953
13413
  },
12954
13414
  "engines": {
12955
- "node": ">=0.10.0"
13415
+ "node": ">=18"
12956
13416
  }
12957
13417
  },
12958
13418
  "node_modules/whatwg-mimetype": {
12959
- "version": "2.3.0",
12960
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
12961
- "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
13419
+ "version": "4.0.0",
13420
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
13421
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
13422
+ "license": "MIT",
13423
+ "engines": {
13424
+ "node": ">=18"
13425
+ }
12962
13426
  },
12963
13427
  "node_modules/whatwg-url": {
12964
- "version": "8.7.0",
12965
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
12966
- "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
13428
+ "version": "14.2.0",
13429
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
13430
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
13431
+ "license": "MIT",
12967
13432
  "dependencies": {
12968
- "lodash": "^4.7.0",
12969
- "tr46": "^2.1.0",
12970
- "webidl-conversions": "^6.1.0"
13433
+ "tr46": "^5.1.0",
13434
+ "webidl-conversions": "^7.0.0"
12971
13435
  },
12972
13436
  "engines": {
12973
- "node": ">=10"
13437
+ "node": ">=18"
12974
13438
  }
12975
13439
  },
12976
13440
  "node_modules/which": {
@@ -13140,9 +13604,13 @@
13140
13604
  }
13141
13605
  },
13142
13606
  "node_modules/xml-name-validator": {
13143
- "version": "3.0.0",
13144
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
13145
- "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
13607
+ "version": "5.0.0",
13608
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
13609
+ "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
13610
+ "license": "Apache-2.0",
13611
+ "engines": {
13612
+ "node": ">=18"
13613
+ }
13146
13614
  },
13147
13615
  "node_modules/xml-parse-from-string": {
13148
13616
  "version": "1.0.1",
@@ -13180,7 +13648,8 @@
13180
13648
  "node_modules/xmlchars": {
13181
13649
  "version": "2.2.0",
13182
13650
  "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
13183
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
13651
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
13652
+ "license": "MIT"
13184
13653
  },
13185
13654
  "node_modules/xtend": {
13186
13655
  "version": "4.0.2",
@@ -13190,6 +13659,15 @@
13190
13659
  "node": ">=0.4"
13191
13660
  }
13192
13661
  },
13662
+ "node_modules/y18n": {
13663
+ "version": "5.0.8",
13664
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
13665
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
13666
+ "license": "ISC",
13667
+ "engines": {
13668
+ "node": ">=10"
13669
+ }
13670
+ },
13193
13671
  "node_modules/yallist": {
13194
13672
  "version": "3.1.1",
13195
13673
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
@@ -13203,10 +13681,38 @@
13203
13681
  "node": ">= 6"
13204
13682
  }
13205
13683
  },
13684
+ "node_modules/yargs": {
13685
+ "version": "17.7.2",
13686
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
13687
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
13688
+ "license": "MIT",
13689
+ "dependencies": {
13690
+ "cliui": "^8.0.1",
13691
+ "escalade": "^3.1.1",
13692
+ "get-caller-file": "^2.0.5",
13693
+ "require-directory": "^2.1.1",
13694
+ "string-width": "^4.2.3",
13695
+ "y18n": "^5.0.5",
13696
+ "yargs-parser": "^21.1.1"
13697
+ },
13698
+ "engines": {
13699
+ "node": ">=12"
13700
+ }
13701
+ },
13702
+ "node_modules/yargs-parser": {
13703
+ "version": "21.1.1",
13704
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
13705
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
13706
+ "license": "ISC",
13707
+ "engines": {
13708
+ "node": ">=12"
13709
+ }
13710
+ },
13206
13711
  "node_modules/yauzl": {
13207
13712
  "version": "2.10.0",
13208
13713
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
13209
13714
  "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
13715
+ "license": "MIT",
13210
13716
  "dependencies": {
13211
13717
  "buffer-crc32": "~0.2.3",
13212
13718
  "fd-slicer": "~1.1.0"
@@ -13231,6 +13737,15 @@
13231
13737
  "funding": {
13232
13738
  "url": "https://github.com/sponsors/sindresorhus"
13233
13739
  }
13740
+ },
13741
+ "node_modules/zod": {
13742
+ "version": "3.25.28",
13743
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.28.tgz",
13744
+ "integrity": "sha512-/nt/67WYKnr5by3YS7LroZJbtcCBurDKKPBPWWzaxvVCGuG/NOsiKkrjoOhI8mJ+SQUXEbUzeB3S+6XDUEEj7Q==",
13745
+ "license": "MIT",
13746
+ "funding": {
13747
+ "url": "https://github.com/sponsors/colinhacks"
13748
+ }
13234
13749
  }
13235
13750
  }
13236
13751
  }