@lark-apaas/coding-template-vite-react 0.1.13 → 0.1.14

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.
@@ -55,6 +55,7 @@
55
55
  "react-dom": "^19.2.4",
56
56
  "react-error-boundary": "^6.0.0",
57
57
  "react-hook-form": "^7.72.0",
58
+ "react-markdown": "^10.1.0",
58
59
  "react-resizable-panels": "^4.7.6",
59
60
  "react-router-dom": "^7.13.2",
60
61
  "recharts": "^3.8.0",
@@ -3846,12 +3847,39 @@
3846
3847
  "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
3847
3848
  "license": "MIT"
3848
3849
  },
3850
+ "node_modules/@types/debug": {
3851
+ "version": "4.1.13",
3852
+ "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.13.tgz",
3853
+ "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
3854
+ "license": "MIT",
3855
+ "dependencies": {
3856
+ "@types/ms": "*"
3857
+ }
3858
+ },
3849
3859
  "node_modules/@types/estree": {
3850
3860
  "version": "1.0.9",
3851
3861
  "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.9.tgz",
3852
3862
  "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
3853
3863
  "license": "MIT"
3854
3864
  },
3865
+ "node_modules/@types/estree-jsx": {
3866
+ "version": "1.0.5",
3867
+ "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
3868
+ "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
3869
+ "license": "MIT",
3870
+ "dependencies": {
3871
+ "@types/estree": "*"
3872
+ }
3873
+ },
3874
+ "node_modules/@types/hast": {
3875
+ "version": "3.0.4",
3876
+ "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
3877
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
3878
+ "license": "MIT",
3879
+ "dependencies": {
3880
+ "@types/unist": "*"
3881
+ }
3882
+ },
3855
3883
  "node_modules/@types/json-schema": {
3856
3884
  "version": "7.0.15",
3857
3885
  "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
@@ -3865,6 +3893,21 @@
3865
3893
  "dev": true,
3866
3894
  "license": "MIT"
3867
3895
  },
3896
+ "node_modules/@types/mdast": {
3897
+ "version": "4.0.4",
3898
+ "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
3899
+ "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
3900
+ "license": "MIT",
3901
+ "dependencies": {
3902
+ "@types/unist": "*"
3903
+ }
3904
+ },
3905
+ "node_modules/@types/ms": {
3906
+ "version": "2.1.0",
3907
+ "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
3908
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
3909
+ "license": "MIT"
3910
+ },
3868
3911
  "node_modules/@types/node": {
3869
3912
  "version": "24.12.4",
3870
3913
  "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.12.4.tgz",
@@ -3884,7 +3927,6 @@
3884
3927
  "version": "19.2.15",
3885
3928
  "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.15.tgz",
3886
3929
  "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
3887
- "devOptional": true,
3888
3930
  "license": "MIT",
3889
3931
  "dependencies": {
3890
3932
  "csstype": "^3.2.2"
@@ -3900,6 +3942,12 @@
3900
3942
  "@types/react": "^19.2.0"
3901
3943
  }
3902
3944
  },
3945
+ "node_modules/@types/unist": {
3946
+ "version": "3.0.3",
3947
+ "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
3948
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
3949
+ "license": "MIT"
3950
+ },
3903
3951
  "node_modules/@types/use-sync-external-store": {
3904
3952
  "version": "0.0.6",
3905
3953
  "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
@@ -4201,6 +4249,12 @@
4201
4249
  "url": "https://opencollective.com/eslint"
4202
4250
  }
4203
4251
  },
4252
+ "node_modules/@ungap/structured-clone": {
4253
+ "version": "1.3.1",
4254
+ "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.1.tgz",
4255
+ "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==",
4256
+ "license": "ISC"
4257
+ },
4204
4258
  "node_modules/@vitejs/plugin-react": {
4205
4259
  "version": "6.0.2",
4206
4260
  "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
@@ -4781,6 +4835,16 @@
4781
4835
  "proxy-from-env": "^2.1.0"
4782
4836
  }
4783
4837
  },
4838
+ "node_modules/bail": {
4839
+ "version": "2.0.2",
4840
+ "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
4841
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
4842
+ "license": "MIT",
4843
+ "funding": {
4844
+ "type": "github",
4845
+ "url": "https://github.com/sponsors/wooorm"
4846
+ }
4847
+ },
4784
4848
  "node_modules/balanced-match": {
4785
4849
  "version": "1.0.2",
4786
4850
  "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -4991,6 +5055,16 @@
4991
5055
  ],
4992
5056
  "license": "CC-BY-4.0"
4993
5057
  },
5058
+ "node_modules/ccount": {
5059
+ "version": "2.0.1",
5060
+ "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
5061
+ "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
5062
+ "license": "MIT",
5063
+ "funding": {
5064
+ "type": "github",
5065
+ "url": "https://github.com/sponsors/wooorm"
5066
+ }
5067
+ },
4994
5068
  "node_modules/chalk": {
4995
5069
  "version": "4.1.2",
4996
5070
  "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
@@ -5019,6 +5093,46 @@
5019
5093
  "node": ">=8"
5020
5094
  }
5021
5095
  },
5096
+ "node_modules/character-entities": {
5097
+ "version": "2.0.2",
5098
+ "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
5099
+ "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
5100
+ "license": "MIT",
5101
+ "funding": {
5102
+ "type": "github",
5103
+ "url": "https://github.com/sponsors/wooorm"
5104
+ }
5105
+ },
5106
+ "node_modules/character-entities-html4": {
5107
+ "version": "2.1.0",
5108
+ "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
5109
+ "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
5110
+ "license": "MIT",
5111
+ "funding": {
5112
+ "type": "github",
5113
+ "url": "https://github.com/sponsors/wooorm"
5114
+ }
5115
+ },
5116
+ "node_modules/character-entities-legacy": {
5117
+ "version": "3.0.0",
5118
+ "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
5119
+ "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
5120
+ "license": "MIT",
5121
+ "funding": {
5122
+ "type": "github",
5123
+ "url": "https://github.com/sponsors/wooorm"
5124
+ }
5125
+ },
5126
+ "node_modules/character-reference-invalid": {
5127
+ "version": "2.0.1",
5128
+ "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
5129
+ "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
5130
+ "license": "MIT",
5131
+ "funding": {
5132
+ "type": "github",
5133
+ "url": "https://github.com/sponsors/wooorm"
5134
+ }
5135
+ },
5022
5136
  "node_modules/chokidar": {
5023
5137
  "version": "3.6.0",
5024
5138
  "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
@@ -5188,6 +5302,16 @@
5188
5302
  "node": ">= 0.8"
5189
5303
  }
5190
5304
  },
5305
+ "node_modules/comma-separated-tokens": {
5306
+ "version": "2.0.3",
5307
+ "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
5308
+ "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
5309
+ "license": "MIT",
5310
+ "funding": {
5311
+ "type": "github",
5312
+ "url": "https://github.com/sponsors/wooorm"
5313
+ }
5314
+ },
5191
5315
  "node_modules/commander": {
5192
5316
  "version": "10.0.1",
5193
5317
  "resolved": "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz",
@@ -5347,7 +5471,6 @@
5347
5471
  "version": "3.2.3",
5348
5472
  "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
5349
5473
  "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
5350
- "devOptional": true,
5351
5474
  "license": "MIT"
5352
5475
  },
5353
5476
  "node_modules/d3-array": {
@@ -5564,6 +5687,19 @@
5564
5687
  "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
5565
5688
  "license": "MIT"
5566
5689
  },
5690
+ "node_modules/decode-named-character-reference": {
5691
+ "version": "1.3.0",
5692
+ "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
5693
+ "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
5694
+ "license": "MIT",
5695
+ "dependencies": {
5696
+ "character-entities": "^2.0.0"
5697
+ },
5698
+ "funding": {
5699
+ "type": "github",
5700
+ "url": "https://github.com/sponsors/wooorm"
5701
+ }
5702
+ },
5567
5703
  "node_modules/deep-is": {
5568
5704
  "version": "0.1.4",
5569
5705
  "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
@@ -5634,6 +5770,15 @@
5634
5770
  "node": ">=0.4.0"
5635
5771
  }
5636
5772
  },
5773
+ "node_modules/dequal": {
5774
+ "version": "2.0.3",
5775
+ "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
5776
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
5777
+ "license": "MIT",
5778
+ "engines": {
5779
+ "node": ">=6"
5780
+ }
5781
+ },
5637
5782
  "node_modules/detect-libc": {
5638
5783
  "version": "2.1.2",
5639
5784
  "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
@@ -5682,6 +5827,19 @@
5682
5827
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
5683
5828
  "license": "MIT"
5684
5829
  },
5830
+ "node_modules/devlop": {
5831
+ "version": "1.1.0",
5832
+ "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
5833
+ "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
5834
+ "license": "MIT",
5835
+ "dependencies": {
5836
+ "dequal": "^2.0.0"
5837
+ },
5838
+ "funding": {
5839
+ "type": "github",
5840
+ "url": "https://github.com/sponsors/wooorm"
5841
+ }
5842
+ },
5685
5843
  "node_modules/dir-glob": {
5686
5844
  "version": "3.0.1",
5687
5845
  "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
@@ -6312,6 +6470,16 @@
6312
6470
  "node": ">=4.0"
6313
6471
  }
6314
6472
  },
6473
+ "node_modules/estree-util-is-identifier-name": {
6474
+ "version": "3.0.0",
6475
+ "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
6476
+ "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
6477
+ "license": "MIT",
6478
+ "funding": {
6479
+ "type": "opencollective",
6480
+ "url": "https://opencollective.com/unified"
6481
+ }
6482
+ },
6315
6483
  "node_modules/esutils": {
6316
6484
  "version": "2.0.3",
6317
6485
  "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
@@ -6338,6 +6506,12 @@
6338
6506
  "node": ">=0.8.x"
6339
6507
  }
6340
6508
  },
6509
+ "node_modules/extend": {
6510
+ "version": "3.0.2",
6511
+ "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
6512
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
6513
+ "license": "MIT"
6514
+ },
6341
6515
  "node_modules/fast-deep-equal": {
6342
6516
  "version": "3.1.3",
6343
6517
  "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
@@ -7096,6 +7270,46 @@
7096
7270
  "node": ">= 0.4"
7097
7271
  }
7098
7272
  },
7273
+ "node_modules/hast-util-to-jsx-runtime": {
7274
+ "version": "2.3.6",
7275
+ "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
7276
+ "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
7277
+ "license": "MIT",
7278
+ "dependencies": {
7279
+ "@types/estree": "^1.0.0",
7280
+ "@types/hast": "^3.0.0",
7281
+ "@types/unist": "^3.0.0",
7282
+ "comma-separated-tokens": "^2.0.0",
7283
+ "devlop": "^1.0.0",
7284
+ "estree-util-is-identifier-name": "^3.0.0",
7285
+ "hast-util-whitespace": "^3.0.0",
7286
+ "mdast-util-mdx-expression": "^2.0.0",
7287
+ "mdast-util-mdx-jsx": "^3.0.0",
7288
+ "mdast-util-mdxjs-esm": "^2.0.0",
7289
+ "property-information": "^7.0.0",
7290
+ "space-separated-tokens": "^2.0.0",
7291
+ "style-to-js": "^1.0.0",
7292
+ "unist-util-position": "^5.0.0",
7293
+ "vfile-message": "^4.0.0"
7294
+ },
7295
+ "funding": {
7296
+ "type": "opencollective",
7297
+ "url": "https://opencollective.com/unified"
7298
+ }
7299
+ },
7300
+ "node_modules/hast-util-whitespace": {
7301
+ "version": "3.0.0",
7302
+ "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
7303
+ "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
7304
+ "license": "MIT",
7305
+ "dependencies": {
7306
+ "@types/hast": "^3.0.0"
7307
+ },
7308
+ "funding": {
7309
+ "type": "opencollective",
7310
+ "url": "https://opencollective.com/unified"
7311
+ }
7312
+ },
7099
7313
  "node_modules/hermes-estree": {
7100
7314
  "version": "0.25.1",
7101
7315
  "resolved": "https://registry.npmmirror.com/hermes-estree/-/hermes-estree-0.25.1.tgz",
@@ -7164,6 +7378,16 @@
7164
7378
  "url": "https://github.com/sponsors/sindresorhus"
7165
7379
  }
7166
7380
  },
7381
+ "node_modules/html-url-attributes": {
7382
+ "version": "3.0.1",
7383
+ "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
7384
+ "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
7385
+ "license": "MIT",
7386
+ "funding": {
7387
+ "type": "opencollective",
7388
+ "url": "https://opencollective.com/unified"
7389
+ }
7390
+ },
7167
7391
  "node_modules/https-proxy-agent": {
7168
7392
  "version": "5.0.1",
7169
7393
  "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -7256,6 +7480,12 @@
7256
7480
  "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
7257
7481
  "license": "ISC"
7258
7482
  },
7483
+ "node_modules/inline-style-parser": {
7484
+ "version": "0.2.7",
7485
+ "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
7486
+ "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
7487
+ "license": "MIT"
7488
+ },
7259
7489
  "node_modules/input-otp": {
7260
7490
  "version": "1.4.2",
7261
7491
  "resolved": "https://registry.npmmirror.com/input-otp/-/input-otp-1.4.2.tgz",
@@ -7290,6 +7520,30 @@
7290
7520
  "node": ">=12"
7291
7521
  }
7292
7522
  },
7523
+ "node_modules/is-alphabetical": {
7524
+ "version": "2.0.1",
7525
+ "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
7526
+ "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
7527
+ "license": "MIT",
7528
+ "funding": {
7529
+ "type": "github",
7530
+ "url": "https://github.com/sponsors/wooorm"
7531
+ }
7532
+ },
7533
+ "node_modules/is-alphanumerical": {
7534
+ "version": "2.0.1",
7535
+ "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
7536
+ "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
7537
+ "license": "MIT",
7538
+ "dependencies": {
7539
+ "is-alphabetical": "^2.0.0",
7540
+ "is-decimal": "^2.0.0"
7541
+ },
7542
+ "funding": {
7543
+ "type": "github",
7544
+ "url": "https://github.com/sponsors/wooorm"
7545
+ }
7546
+ },
7293
7547
  "node_modules/is-array-buffer": {
7294
7548
  "version": "3.0.5",
7295
7549
  "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
@@ -7443,6 +7697,16 @@
7443
7697
  "url": "https://github.com/sponsors/ljharb"
7444
7698
  }
7445
7699
  },
7700
+ "node_modules/is-decimal": {
7701
+ "version": "2.0.1",
7702
+ "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
7703
+ "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
7704
+ "license": "MIT",
7705
+ "funding": {
7706
+ "type": "github",
7707
+ "url": "https://github.com/sponsors/wooorm"
7708
+ }
7709
+ },
7446
7710
  "node_modules/is-docker": {
7447
7711
  "version": "2.2.1",
7448
7712
  "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
@@ -7525,6 +7789,16 @@
7525
7789
  "node": ">=0.10.0"
7526
7790
  }
7527
7791
  },
7792
+ "node_modules/is-hexadecimal": {
7793
+ "version": "2.0.1",
7794
+ "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
7795
+ "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
7796
+ "license": "MIT",
7797
+ "funding": {
7798
+ "type": "github",
7799
+ "url": "https://github.com/sponsors/wooorm"
7800
+ }
7801
+ },
7528
7802
  "node_modules/is-map": {
7529
7803
  "version": "2.0.3",
7530
7804
  "resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
@@ -7590,6 +7864,18 @@
7590
7864
  "url": "https://github.com/sponsors/sindresorhus"
7591
7865
  }
7592
7866
  },
7867
+ "node_modules/is-plain-obj": {
7868
+ "version": "4.1.0",
7869
+ "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
7870
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
7871
+ "license": "MIT",
7872
+ "engines": {
7873
+ "node": ">=12"
7874
+ },
7875
+ "funding": {
7876
+ "url": "https://github.com/sponsors/sindresorhus"
7877
+ }
7878
+ },
7593
7879
  "node_modules/is-regex": {
7594
7880
  "version": "1.2.1",
7595
7881
  "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
@@ -8244,6 +8530,16 @@
8244
8530
  "dev": true,
8245
8531
  "license": "MIT"
8246
8532
  },
8533
+ "node_modules/longest-streak": {
8534
+ "version": "3.1.0",
8535
+ "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
8536
+ "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
8537
+ "license": "MIT",
8538
+ "funding": {
8539
+ "type": "github",
8540
+ "url": "https://github.com/sponsors/wooorm"
8541
+ }
8542
+ },
8247
8543
  "node_modules/lower-case": {
8248
8544
  "version": "2.0.2",
8249
8545
  "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz",
@@ -8303,6 +8599,159 @@
8303
8599
  "url": "https://github.com/sponsors/wooorm"
8304
8600
  }
8305
8601
  },
8602
+ "node_modules/mdast-util-from-markdown": {
8603
+ "version": "2.0.3",
8604
+ "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
8605
+ "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
8606
+ "license": "MIT",
8607
+ "dependencies": {
8608
+ "@types/mdast": "^4.0.0",
8609
+ "@types/unist": "^3.0.0",
8610
+ "decode-named-character-reference": "^1.0.0",
8611
+ "devlop": "^1.0.0",
8612
+ "mdast-util-to-string": "^4.0.0",
8613
+ "micromark": "^4.0.0",
8614
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
8615
+ "micromark-util-decode-string": "^2.0.0",
8616
+ "micromark-util-normalize-identifier": "^2.0.0",
8617
+ "micromark-util-symbol": "^2.0.0",
8618
+ "micromark-util-types": "^2.0.0",
8619
+ "unist-util-stringify-position": "^4.0.0"
8620
+ },
8621
+ "funding": {
8622
+ "type": "opencollective",
8623
+ "url": "https://opencollective.com/unified"
8624
+ }
8625
+ },
8626
+ "node_modules/mdast-util-mdx-expression": {
8627
+ "version": "2.0.1",
8628
+ "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
8629
+ "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
8630
+ "license": "MIT",
8631
+ "dependencies": {
8632
+ "@types/estree-jsx": "^1.0.0",
8633
+ "@types/hast": "^3.0.0",
8634
+ "@types/mdast": "^4.0.0",
8635
+ "devlop": "^1.0.0",
8636
+ "mdast-util-from-markdown": "^2.0.0",
8637
+ "mdast-util-to-markdown": "^2.0.0"
8638
+ },
8639
+ "funding": {
8640
+ "type": "opencollective",
8641
+ "url": "https://opencollective.com/unified"
8642
+ }
8643
+ },
8644
+ "node_modules/mdast-util-mdx-jsx": {
8645
+ "version": "3.2.0",
8646
+ "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
8647
+ "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
8648
+ "license": "MIT",
8649
+ "dependencies": {
8650
+ "@types/estree-jsx": "^1.0.0",
8651
+ "@types/hast": "^3.0.0",
8652
+ "@types/mdast": "^4.0.0",
8653
+ "@types/unist": "^3.0.0",
8654
+ "ccount": "^2.0.0",
8655
+ "devlop": "^1.1.0",
8656
+ "mdast-util-from-markdown": "^2.0.0",
8657
+ "mdast-util-to-markdown": "^2.0.0",
8658
+ "parse-entities": "^4.0.0",
8659
+ "stringify-entities": "^4.0.0",
8660
+ "unist-util-stringify-position": "^4.0.0",
8661
+ "vfile-message": "^4.0.0"
8662
+ },
8663
+ "funding": {
8664
+ "type": "opencollective",
8665
+ "url": "https://opencollective.com/unified"
8666
+ }
8667
+ },
8668
+ "node_modules/mdast-util-mdxjs-esm": {
8669
+ "version": "2.0.1",
8670
+ "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
8671
+ "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
8672
+ "license": "MIT",
8673
+ "dependencies": {
8674
+ "@types/estree-jsx": "^1.0.0",
8675
+ "@types/hast": "^3.0.0",
8676
+ "@types/mdast": "^4.0.0",
8677
+ "devlop": "^1.0.0",
8678
+ "mdast-util-from-markdown": "^2.0.0",
8679
+ "mdast-util-to-markdown": "^2.0.0"
8680
+ },
8681
+ "funding": {
8682
+ "type": "opencollective",
8683
+ "url": "https://opencollective.com/unified"
8684
+ }
8685
+ },
8686
+ "node_modules/mdast-util-phrasing": {
8687
+ "version": "4.1.0",
8688
+ "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
8689
+ "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
8690
+ "license": "MIT",
8691
+ "dependencies": {
8692
+ "@types/mdast": "^4.0.0",
8693
+ "unist-util-is": "^6.0.0"
8694
+ },
8695
+ "funding": {
8696
+ "type": "opencollective",
8697
+ "url": "https://opencollective.com/unified"
8698
+ }
8699
+ },
8700
+ "node_modules/mdast-util-to-hast": {
8701
+ "version": "13.2.1",
8702
+ "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
8703
+ "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
8704
+ "license": "MIT",
8705
+ "dependencies": {
8706
+ "@types/hast": "^3.0.0",
8707
+ "@types/mdast": "^4.0.0",
8708
+ "@ungap/structured-clone": "^1.0.0",
8709
+ "devlop": "^1.0.0",
8710
+ "micromark-util-sanitize-uri": "^2.0.0",
8711
+ "trim-lines": "^3.0.0",
8712
+ "unist-util-position": "^5.0.0",
8713
+ "unist-util-visit": "^5.0.0",
8714
+ "vfile": "^6.0.0"
8715
+ },
8716
+ "funding": {
8717
+ "type": "opencollective",
8718
+ "url": "https://opencollective.com/unified"
8719
+ }
8720
+ },
8721
+ "node_modules/mdast-util-to-markdown": {
8722
+ "version": "2.1.2",
8723
+ "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
8724
+ "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
8725
+ "license": "MIT",
8726
+ "dependencies": {
8727
+ "@types/mdast": "^4.0.0",
8728
+ "@types/unist": "^3.0.0",
8729
+ "longest-streak": "^3.0.0",
8730
+ "mdast-util-phrasing": "^4.0.0",
8731
+ "mdast-util-to-string": "^4.0.0",
8732
+ "micromark-util-classify-character": "^2.0.0",
8733
+ "micromark-util-decode-string": "^2.0.0",
8734
+ "unist-util-visit": "^5.0.0",
8735
+ "zwitch": "^2.0.0"
8736
+ },
8737
+ "funding": {
8738
+ "type": "opencollective",
8739
+ "url": "https://opencollective.com/unified"
8740
+ }
8741
+ },
8742
+ "node_modules/mdast-util-to-string": {
8743
+ "version": "4.0.0",
8744
+ "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
8745
+ "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
8746
+ "license": "MIT",
8747
+ "dependencies": {
8748
+ "@types/mdast": "^4.0.0"
8749
+ },
8750
+ "funding": {
8751
+ "type": "opencollective",
8752
+ "url": "https://opencollective.com/unified"
8753
+ }
8754
+ },
8306
8755
  "node_modules/mdn-data": {
8307
8756
  "version": "2.27.1",
8308
8757
  "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.27.1.tgz",
@@ -8351,10 +8800,452 @@
8351
8800
  "node": ">= 8"
8352
8801
  }
8353
8802
  },
8354
- "node_modules/micromatch": {
8355
- "version": "4.0.8",
8356
- "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
8357
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
8803
+ "node_modules/micromark": {
8804
+ "version": "4.0.2",
8805
+ "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
8806
+ "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
8807
+ "funding": [
8808
+ {
8809
+ "type": "GitHub Sponsors",
8810
+ "url": "https://github.com/sponsors/unifiedjs"
8811
+ },
8812
+ {
8813
+ "type": "OpenCollective",
8814
+ "url": "https://opencollective.com/unified"
8815
+ }
8816
+ ],
8817
+ "license": "MIT",
8818
+ "dependencies": {
8819
+ "@types/debug": "^4.0.0",
8820
+ "debug": "^4.0.0",
8821
+ "decode-named-character-reference": "^1.0.0",
8822
+ "devlop": "^1.0.0",
8823
+ "micromark-core-commonmark": "^2.0.0",
8824
+ "micromark-factory-space": "^2.0.0",
8825
+ "micromark-util-character": "^2.0.0",
8826
+ "micromark-util-chunked": "^2.0.0",
8827
+ "micromark-util-combine-extensions": "^2.0.0",
8828
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
8829
+ "micromark-util-encode": "^2.0.0",
8830
+ "micromark-util-normalize-identifier": "^2.0.0",
8831
+ "micromark-util-resolve-all": "^2.0.0",
8832
+ "micromark-util-sanitize-uri": "^2.0.0",
8833
+ "micromark-util-subtokenize": "^2.0.0",
8834
+ "micromark-util-symbol": "^2.0.0",
8835
+ "micromark-util-types": "^2.0.0"
8836
+ }
8837
+ },
8838
+ "node_modules/micromark-core-commonmark": {
8839
+ "version": "2.0.3",
8840
+ "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
8841
+ "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
8842
+ "funding": [
8843
+ {
8844
+ "type": "GitHub Sponsors",
8845
+ "url": "https://github.com/sponsors/unifiedjs"
8846
+ },
8847
+ {
8848
+ "type": "OpenCollective",
8849
+ "url": "https://opencollective.com/unified"
8850
+ }
8851
+ ],
8852
+ "license": "MIT",
8853
+ "dependencies": {
8854
+ "decode-named-character-reference": "^1.0.0",
8855
+ "devlop": "^1.0.0",
8856
+ "micromark-factory-destination": "^2.0.0",
8857
+ "micromark-factory-label": "^2.0.0",
8858
+ "micromark-factory-space": "^2.0.0",
8859
+ "micromark-factory-title": "^2.0.0",
8860
+ "micromark-factory-whitespace": "^2.0.0",
8861
+ "micromark-util-character": "^2.0.0",
8862
+ "micromark-util-chunked": "^2.0.0",
8863
+ "micromark-util-classify-character": "^2.0.0",
8864
+ "micromark-util-html-tag-name": "^2.0.0",
8865
+ "micromark-util-normalize-identifier": "^2.0.0",
8866
+ "micromark-util-resolve-all": "^2.0.0",
8867
+ "micromark-util-subtokenize": "^2.0.0",
8868
+ "micromark-util-symbol": "^2.0.0",
8869
+ "micromark-util-types": "^2.0.0"
8870
+ }
8871
+ },
8872
+ "node_modules/micromark-factory-destination": {
8873
+ "version": "2.0.1",
8874
+ "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
8875
+ "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
8876
+ "funding": [
8877
+ {
8878
+ "type": "GitHub Sponsors",
8879
+ "url": "https://github.com/sponsors/unifiedjs"
8880
+ },
8881
+ {
8882
+ "type": "OpenCollective",
8883
+ "url": "https://opencollective.com/unified"
8884
+ }
8885
+ ],
8886
+ "license": "MIT",
8887
+ "dependencies": {
8888
+ "micromark-util-character": "^2.0.0",
8889
+ "micromark-util-symbol": "^2.0.0",
8890
+ "micromark-util-types": "^2.0.0"
8891
+ }
8892
+ },
8893
+ "node_modules/micromark-factory-label": {
8894
+ "version": "2.0.1",
8895
+ "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
8896
+ "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
8897
+ "funding": [
8898
+ {
8899
+ "type": "GitHub Sponsors",
8900
+ "url": "https://github.com/sponsors/unifiedjs"
8901
+ },
8902
+ {
8903
+ "type": "OpenCollective",
8904
+ "url": "https://opencollective.com/unified"
8905
+ }
8906
+ ],
8907
+ "license": "MIT",
8908
+ "dependencies": {
8909
+ "devlop": "^1.0.0",
8910
+ "micromark-util-character": "^2.0.0",
8911
+ "micromark-util-symbol": "^2.0.0",
8912
+ "micromark-util-types": "^2.0.0"
8913
+ }
8914
+ },
8915
+ "node_modules/micromark-factory-space": {
8916
+ "version": "2.0.1",
8917
+ "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
8918
+ "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
8919
+ "funding": [
8920
+ {
8921
+ "type": "GitHub Sponsors",
8922
+ "url": "https://github.com/sponsors/unifiedjs"
8923
+ },
8924
+ {
8925
+ "type": "OpenCollective",
8926
+ "url": "https://opencollective.com/unified"
8927
+ }
8928
+ ],
8929
+ "license": "MIT",
8930
+ "dependencies": {
8931
+ "micromark-util-character": "^2.0.0",
8932
+ "micromark-util-types": "^2.0.0"
8933
+ }
8934
+ },
8935
+ "node_modules/micromark-factory-title": {
8936
+ "version": "2.0.1",
8937
+ "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
8938
+ "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
8939
+ "funding": [
8940
+ {
8941
+ "type": "GitHub Sponsors",
8942
+ "url": "https://github.com/sponsors/unifiedjs"
8943
+ },
8944
+ {
8945
+ "type": "OpenCollective",
8946
+ "url": "https://opencollective.com/unified"
8947
+ }
8948
+ ],
8949
+ "license": "MIT",
8950
+ "dependencies": {
8951
+ "micromark-factory-space": "^2.0.0",
8952
+ "micromark-util-character": "^2.0.0",
8953
+ "micromark-util-symbol": "^2.0.0",
8954
+ "micromark-util-types": "^2.0.0"
8955
+ }
8956
+ },
8957
+ "node_modules/micromark-factory-whitespace": {
8958
+ "version": "2.0.1",
8959
+ "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
8960
+ "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
8961
+ "funding": [
8962
+ {
8963
+ "type": "GitHub Sponsors",
8964
+ "url": "https://github.com/sponsors/unifiedjs"
8965
+ },
8966
+ {
8967
+ "type": "OpenCollective",
8968
+ "url": "https://opencollective.com/unified"
8969
+ }
8970
+ ],
8971
+ "license": "MIT",
8972
+ "dependencies": {
8973
+ "micromark-factory-space": "^2.0.0",
8974
+ "micromark-util-character": "^2.0.0",
8975
+ "micromark-util-symbol": "^2.0.0",
8976
+ "micromark-util-types": "^2.0.0"
8977
+ }
8978
+ },
8979
+ "node_modules/micromark-util-character": {
8980
+ "version": "2.1.1",
8981
+ "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
8982
+ "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
8983
+ "funding": [
8984
+ {
8985
+ "type": "GitHub Sponsors",
8986
+ "url": "https://github.com/sponsors/unifiedjs"
8987
+ },
8988
+ {
8989
+ "type": "OpenCollective",
8990
+ "url": "https://opencollective.com/unified"
8991
+ }
8992
+ ],
8993
+ "license": "MIT",
8994
+ "dependencies": {
8995
+ "micromark-util-symbol": "^2.0.0",
8996
+ "micromark-util-types": "^2.0.0"
8997
+ }
8998
+ },
8999
+ "node_modules/micromark-util-chunked": {
9000
+ "version": "2.0.1",
9001
+ "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
9002
+ "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
9003
+ "funding": [
9004
+ {
9005
+ "type": "GitHub Sponsors",
9006
+ "url": "https://github.com/sponsors/unifiedjs"
9007
+ },
9008
+ {
9009
+ "type": "OpenCollective",
9010
+ "url": "https://opencollective.com/unified"
9011
+ }
9012
+ ],
9013
+ "license": "MIT",
9014
+ "dependencies": {
9015
+ "micromark-util-symbol": "^2.0.0"
9016
+ }
9017
+ },
9018
+ "node_modules/micromark-util-classify-character": {
9019
+ "version": "2.0.1",
9020
+ "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
9021
+ "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
9022
+ "funding": [
9023
+ {
9024
+ "type": "GitHub Sponsors",
9025
+ "url": "https://github.com/sponsors/unifiedjs"
9026
+ },
9027
+ {
9028
+ "type": "OpenCollective",
9029
+ "url": "https://opencollective.com/unified"
9030
+ }
9031
+ ],
9032
+ "license": "MIT",
9033
+ "dependencies": {
9034
+ "micromark-util-character": "^2.0.0",
9035
+ "micromark-util-symbol": "^2.0.0",
9036
+ "micromark-util-types": "^2.0.0"
9037
+ }
9038
+ },
9039
+ "node_modules/micromark-util-combine-extensions": {
9040
+ "version": "2.0.1",
9041
+ "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
9042
+ "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
9043
+ "funding": [
9044
+ {
9045
+ "type": "GitHub Sponsors",
9046
+ "url": "https://github.com/sponsors/unifiedjs"
9047
+ },
9048
+ {
9049
+ "type": "OpenCollective",
9050
+ "url": "https://opencollective.com/unified"
9051
+ }
9052
+ ],
9053
+ "license": "MIT",
9054
+ "dependencies": {
9055
+ "micromark-util-chunked": "^2.0.0",
9056
+ "micromark-util-types": "^2.0.0"
9057
+ }
9058
+ },
9059
+ "node_modules/micromark-util-decode-numeric-character-reference": {
9060
+ "version": "2.0.2",
9061
+ "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
9062
+ "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
9063
+ "funding": [
9064
+ {
9065
+ "type": "GitHub Sponsors",
9066
+ "url": "https://github.com/sponsors/unifiedjs"
9067
+ },
9068
+ {
9069
+ "type": "OpenCollective",
9070
+ "url": "https://opencollective.com/unified"
9071
+ }
9072
+ ],
9073
+ "license": "MIT",
9074
+ "dependencies": {
9075
+ "micromark-util-symbol": "^2.0.0"
9076
+ }
9077
+ },
9078
+ "node_modules/micromark-util-decode-string": {
9079
+ "version": "2.0.1",
9080
+ "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
9081
+ "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
9082
+ "funding": [
9083
+ {
9084
+ "type": "GitHub Sponsors",
9085
+ "url": "https://github.com/sponsors/unifiedjs"
9086
+ },
9087
+ {
9088
+ "type": "OpenCollective",
9089
+ "url": "https://opencollective.com/unified"
9090
+ }
9091
+ ],
9092
+ "license": "MIT",
9093
+ "dependencies": {
9094
+ "decode-named-character-reference": "^1.0.0",
9095
+ "micromark-util-character": "^2.0.0",
9096
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
9097
+ "micromark-util-symbol": "^2.0.0"
9098
+ }
9099
+ },
9100
+ "node_modules/micromark-util-encode": {
9101
+ "version": "2.0.1",
9102
+ "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
9103
+ "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
9104
+ "funding": [
9105
+ {
9106
+ "type": "GitHub Sponsors",
9107
+ "url": "https://github.com/sponsors/unifiedjs"
9108
+ },
9109
+ {
9110
+ "type": "OpenCollective",
9111
+ "url": "https://opencollective.com/unified"
9112
+ }
9113
+ ],
9114
+ "license": "MIT"
9115
+ },
9116
+ "node_modules/micromark-util-html-tag-name": {
9117
+ "version": "2.0.1",
9118
+ "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
9119
+ "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
9120
+ "funding": [
9121
+ {
9122
+ "type": "GitHub Sponsors",
9123
+ "url": "https://github.com/sponsors/unifiedjs"
9124
+ },
9125
+ {
9126
+ "type": "OpenCollective",
9127
+ "url": "https://opencollective.com/unified"
9128
+ }
9129
+ ],
9130
+ "license": "MIT"
9131
+ },
9132
+ "node_modules/micromark-util-normalize-identifier": {
9133
+ "version": "2.0.1",
9134
+ "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
9135
+ "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
9136
+ "funding": [
9137
+ {
9138
+ "type": "GitHub Sponsors",
9139
+ "url": "https://github.com/sponsors/unifiedjs"
9140
+ },
9141
+ {
9142
+ "type": "OpenCollective",
9143
+ "url": "https://opencollective.com/unified"
9144
+ }
9145
+ ],
9146
+ "license": "MIT",
9147
+ "dependencies": {
9148
+ "micromark-util-symbol": "^2.0.0"
9149
+ }
9150
+ },
9151
+ "node_modules/micromark-util-resolve-all": {
9152
+ "version": "2.0.1",
9153
+ "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
9154
+ "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
9155
+ "funding": [
9156
+ {
9157
+ "type": "GitHub Sponsors",
9158
+ "url": "https://github.com/sponsors/unifiedjs"
9159
+ },
9160
+ {
9161
+ "type": "OpenCollective",
9162
+ "url": "https://opencollective.com/unified"
9163
+ }
9164
+ ],
9165
+ "license": "MIT",
9166
+ "dependencies": {
9167
+ "micromark-util-types": "^2.0.0"
9168
+ }
9169
+ },
9170
+ "node_modules/micromark-util-sanitize-uri": {
9171
+ "version": "2.0.1",
9172
+ "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
9173
+ "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
9174
+ "funding": [
9175
+ {
9176
+ "type": "GitHub Sponsors",
9177
+ "url": "https://github.com/sponsors/unifiedjs"
9178
+ },
9179
+ {
9180
+ "type": "OpenCollective",
9181
+ "url": "https://opencollective.com/unified"
9182
+ }
9183
+ ],
9184
+ "license": "MIT",
9185
+ "dependencies": {
9186
+ "micromark-util-character": "^2.0.0",
9187
+ "micromark-util-encode": "^2.0.0",
9188
+ "micromark-util-symbol": "^2.0.0"
9189
+ }
9190
+ },
9191
+ "node_modules/micromark-util-subtokenize": {
9192
+ "version": "2.1.0",
9193
+ "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
9194
+ "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
9195
+ "funding": [
9196
+ {
9197
+ "type": "GitHub Sponsors",
9198
+ "url": "https://github.com/sponsors/unifiedjs"
9199
+ },
9200
+ {
9201
+ "type": "OpenCollective",
9202
+ "url": "https://opencollective.com/unified"
9203
+ }
9204
+ ],
9205
+ "license": "MIT",
9206
+ "dependencies": {
9207
+ "devlop": "^1.0.0",
9208
+ "micromark-util-chunked": "^2.0.0",
9209
+ "micromark-util-symbol": "^2.0.0",
9210
+ "micromark-util-types": "^2.0.0"
9211
+ }
9212
+ },
9213
+ "node_modules/micromark-util-symbol": {
9214
+ "version": "2.0.1",
9215
+ "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
9216
+ "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
9217
+ "funding": [
9218
+ {
9219
+ "type": "GitHub Sponsors",
9220
+ "url": "https://github.com/sponsors/unifiedjs"
9221
+ },
9222
+ {
9223
+ "type": "OpenCollective",
9224
+ "url": "https://opencollective.com/unified"
9225
+ }
9226
+ ],
9227
+ "license": "MIT"
9228
+ },
9229
+ "node_modules/micromark-util-types": {
9230
+ "version": "2.0.2",
9231
+ "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
9232
+ "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
9233
+ "funding": [
9234
+ {
9235
+ "type": "GitHub Sponsors",
9236
+ "url": "https://github.com/sponsors/unifiedjs"
9237
+ },
9238
+ {
9239
+ "type": "OpenCollective",
9240
+ "url": "https://opencollective.com/unified"
9241
+ }
9242
+ ],
9243
+ "license": "MIT"
9244
+ },
9245
+ "node_modules/micromatch": {
9246
+ "version": "4.0.8",
9247
+ "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
9248
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
8358
9249
  "license": "MIT",
8359
9250
  "dependencies": {
8360
9251
  "braces": "^3.0.3",
@@ -8756,6 +9647,31 @@
8756
9647
  "node": ">=6"
8757
9648
  }
8758
9649
  },
9650
+ "node_modules/parse-entities": {
9651
+ "version": "4.0.2",
9652
+ "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
9653
+ "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
9654
+ "license": "MIT",
9655
+ "dependencies": {
9656
+ "@types/unist": "^2.0.0",
9657
+ "character-entities-legacy": "^3.0.0",
9658
+ "character-reference-invalid": "^2.0.0",
9659
+ "decode-named-character-reference": "^1.0.0",
9660
+ "is-alphanumerical": "^2.0.0",
9661
+ "is-decimal": "^2.0.0",
9662
+ "is-hexadecimal": "^2.0.0"
9663
+ },
9664
+ "funding": {
9665
+ "type": "github",
9666
+ "url": "https://github.com/sponsors/wooorm"
9667
+ }
9668
+ },
9669
+ "node_modules/parse-entities/node_modules/@types/unist": {
9670
+ "version": "2.0.11",
9671
+ "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
9672
+ "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
9673
+ "license": "MIT"
9674
+ },
8759
9675
  "node_modules/parse-json": {
8760
9676
  "version": "5.2.0",
8761
9677
  "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
@@ -9035,6 +9951,16 @@
9035
9951
  "node": ">= 6"
9036
9952
  }
9037
9953
  },
9954
+ "node_modules/property-information": {
9955
+ "version": "7.2.0",
9956
+ "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.2.0.tgz",
9957
+ "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
9958
+ "license": "MIT",
9959
+ "funding": {
9960
+ "type": "github",
9961
+ "url": "https://github.com/sponsors/wooorm"
9962
+ }
9963
+ },
9038
9964
  "node_modules/proxy-from-env": {
9039
9965
  "version": "2.1.0",
9040
9966
  "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
@@ -9209,6 +10135,33 @@
9209
10135
  "license": "MIT",
9210
10136
  "peer": true
9211
10137
  },
10138
+ "node_modules/react-markdown": {
10139
+ "version": "10.1.0",
10140
+ "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-10.1.0.tgz",
10141
+ "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
10142
+ "license": "MIT",
10143
+ "dependencies": {
10144
+ "@types/hast": "^3.0.0",
10145
+ "@types/mdast": "^4.0.0",
10146
+ "devlop": "^1.0.0",
10147
+ "hast-util-to-jsx-runtime": "^2.0.0",
10148
+ "html-url-attributes": "^3.0.0",
10149
+ "mdast-util-to-hast": "^13.0.0",
10150
+ "remark-parse": "^11.0.0",
10151
+ "remark-rehype": "^11.0.0",
10152
+ "unified": "^11.0.0",
10153
+ "unist-util-visit": "^5.0.0",
10154
+ "vfile": "^6.0.0"
10155
+ },
10156
+ "funding": {
10157
+ "type": "opencollective",
10158
+ "url": "https://opencollective.com/unified"
10159
+ },
10160
+ "peerDependencies": {
10161
+ "@types/react": ">=18",
10162
+ "react": ">=18"
10163
+ }
10164
+ },
9212
10165
  "node_modules/react-redux": {
9213
10166
  "version": "9.3.0",
9214
10167
  "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-9.3.0.tgz",
@@ -9482,6 +10435,39 @@
9482
10435
  "node": ">= 0.10"
9483
10436
  }
9484
10437
  },
10438
+ "node_modules/remark-parse": {
10439
+ "version": "11.0.0",
10440
+ "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
10441
+ "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
10442
+ "license": "MIT",
10443
+ "dependencies": {
10444
+ "@types/mdast": "^4.0.0",
10445
+ "mdast-util-from-markdown": "^2.0.0",
10446
+ "micromark-util-types": "^2.0.0",
10447
+ "unified": "^11.0.0"
10448
+ },
10449
+ "funding": {
10450
+ "type": "opencollective",
10451
+ "url": "https://opencollective.com/unified"
10452
+ }
10453
+ },
10454
+ "node_modules/remark-rehype": {
10455
+ "version": "11.1.2",
10456
+ "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
10457
+ "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
10458
+ "license": "MIT",
10459
+ "dependencies": {
10460
+ "@types/hast": "^3.0.0",
10461
+ "@types/mdast": "^4.0.0",
10462
+ "mdast-util-to-hast": "^13.0.0",
10463
+ "unified": "^11.0.0",
10464
+ "vfile": "^6.0.0"
10465
+ },
10466
+ "funding": {
10467
+ "type": "opencollective",
10468
+ "url": "https://opencollective.com/unified"
10469
+ }
10470
+ },
9485
10471
  "node_modules/require-directory": {
9486
10472
  "version": "2.1.1",
9487
10473
  "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
@@ -9961,6 +10947,16 @@
9961
10947
  "source-map": "^0.6.0"
9962
10948
  }
9963
10949
  },
10950
+ "node_modules/space-separated-tokens": {
10951
+ "version": "2.0.2",
10952
+ "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
10953
+ "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
10954
+ "license": "MIT",
10955
+ "funding": {
10956
+ "type": "github",
10957
+ "url": "https://github.com/sponsors/wooorm"
10958
+ }
10959
+ },
9964
10960
  "node_modules/stack-generator": {
9965
10961
  "version": "2.0.10",
9966
10962
  "resolved": "https://registry.npmmirror.com/stack-generator/-/stack-generator-2.0.10.tgz",
@@ -10125,6 +11121,20 @@
10125
11121
  "url": "https://github.com/sponsors/ljharb"
10126
11122
  }
10127
11123
  },
11124
+ "node_modules/stringify-entities": {
11125
+ "version": "4.0.4",
11126
+ "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
11127
+ "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
11128
+ "license": "MIT",
11129
+ "dependencies": {
11130
+ "character-entities-html4": "^2.0.0",
11131
+ "character-entities-legacy": "^3.0.0"
11132
+ },
11133
+ "funding": {
11134
+ "type": "github",
11135
+ "url": "https://github.com/sponsors/wooorm"
11136
+ }
11137
+ },
10128
11138
  "node_modules/strip-ansi": {
10129
11139
  "version": "6.0.1",
10130
11140
  "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
@@ -10160,6 +11170,24 @@
10160
11170
  "url": "https://github.com/sponsors/sindresorhus"
10161
11171
  }
10162
11172
  },
11173
+ "node_modules/style-to-js": {
11174
+ "version": "1.1.21",
11175
+ "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.21.tgz",
11176
+ "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
11177
+ "license": "MIT",
11178
+ "dependencies": {
11179
+ "style-to-object": "1.0.14"
11180
+ }
11181
+ },
11182
+ "node_modules/style-to-object": {
11183
+ "version": "1.0.14",
11184
+ "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.14.tgz",
11185
+ "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
11186
+ "license": "MIT",
11187
+ "dependencies": {
11188
+ "inline-style-parser": "0.2.7"
11189
+ }
11190
+ },
10163
11191
  "node_modules/stylelint": {
10164
11192
  "version": "17.12.0",
10165
11193
  "resolved": "https://registry.npmmirror.com/stylelint/-/stylelint-17.12.0.tgz",
@@ -10709,6 +11737,26 @@
10709
11737
  "tree-kill": "cli.js"
10710
11738
  }
10711
11739
  },
11740
+ "node_modules/trim-lines": {
11741
+ "version": "3.0.1",
11742
+ "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
11743
+ "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
11744
+ "license": "MIT",
11745
+ "funding": {
11746
+ "type": "github",
11747
+ "url": "https://github.com/sponsors/wooorm"
11748
+ }
11749
+ },
11750
+ "node_modules/trough": {
11751
+ "version": "2.2.0",
11752
+ "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
11753
+ "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
11754
+ "license": "MIT",
11755
+ "funding": {
11756
+ "type": "github",
11757
+ "url": "https://github.com/sponsors/wooorm"
11758
+ }
11759
+ },
10712
11760
  "node_modules/ts-api-utils": {
10713
11761
  "version": "2.5.0",
10714
11762
  "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
@@ -10929,6 +11977,93 @@
10929
11977
  "url": "https://github.com/sponsors/sindresorhus"
10930
11978
  }
10931
11979
  },
11980
+ "node_modules/unified": {
11981
+ "version": "11.0.5",
11982
+ "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
11983
+ "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
11984
+ "license": "MIT",
11985
+ "dependencies": {
11986
+ "@types/unist": "^3.0.0",
11987
+ "bail": "^2.0.0",
11988
+ "devlop": "^1.0.0",
11989
+ "extend": "^3.0.0",
11990
+ "is-plain-obj": "^4.0.0",
11991
+ "trough": "^2.0.0",
11992
+ "vfile": "^6.0.0"
11993
+ },
11994
+ "funding": {
11995
+ "type": "opencollective",
11996
+ "url": "https://opencollective.com/unified"
11997
+ }
11998
+ },
11999
+ "node_modules/unist-util-is": {
12000
+ "version": "6.0.1",
12001
+ "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
12002
+ "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
12003
+ "license": "MIT",
12004
+ "dependencies": {
12005
+ "@types/unist": "^3.0.0"
12006
+ },
12007
+ "funding": {
12008
+ "type": "opencollective",
12009
+ "url": "https://opencollective.com/unified"
12010
+ }
12011
+ },
12012
+ "node_modules/unist-util-position": {
12013
+ "version": "5.0.0",
12014
+ "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
12015
+ "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
12016
+ "license": "MIT",
12017
+ "dependencies": {
12018
+ "@types/unist": "^3.0.0"
12019
+ },
12020
+ "funding": {
12021
+ "type": "opencollective",
12022
+ "url": "https://opencollective.com/unified"
12023
+ }
12024
+ },
12025
+ "node_modules/unist-util-stringify-position": {
12026
+ "version": "4.0.0",
12027
+ "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
12028
+ "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
12029
+ "license": "MIT",
12030
+ "dependencies": {
12031
+ "@types/unist": "^3.0.0"
12032
+ },
12033
+ "funding": {
12034
+ "type": "opencollective",
12035
+ "url": "https://opencollective.com/unified"
12036
+ }
12037
+ },
12038
+ "node_modules/unist-util-visit": {
12039
+ "version": "5.1.0",
12040
+ "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
12041
+ "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
12042
+ "license": "MIT",
12043
+ "dependencies": {
12044
+ "@types/unist": "^3.0.0",
12045
+ "unist-util-is": "^6.0.0",
12046
+ "unist-util-visit-parents": "^6.0.0"
12047
+ },
12048
+ "funding": {
12049
+ "type": "opencollective",
12050
+ "url": "https://opencollective.com/unified"
12051
+ }
12052
+ },
12053
+ "node_modules/unist-util-visit-parents": {
12054
+ "version": "6.0.2",
12055
+ "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
12056
+ "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
12057
+ "license": "MIT",
12058
+ "dependencies": {
12059
+ "@types/unist": "^3.0.0",
12060
+ "unist-util-is": "^6.0.0"
12061
+ },
12062
+ "funding": {
12063
+ "type": "opencollective",
12064
+ "url": "https://opencollective.com/unified"
12065
+ }
12066
+ },
10932
12067
  "node_modules/universalify": {
10933
12068
  "version": "2.0.1",
10934
12069
  "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
@@ -11049,6 +12184,34 @@
11049
12184
  "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
11050
12185
  }
11051
12186
  },
12187
+ "node_modules/vfile": {
12188
+ "version": "6.0.3",
12189
+ "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
12190
+ "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
12191
+ "license": "MIT",
12192
+ "dependencies": {
12193
+ "@types/unist": "^3.0.0",
12194
+ "vfile-message": "^4.0.0"
12195
+ },
12196
+ "funding": {
12197
+ "type": "opencollective",
12198
+ "url": "https://opencollective.com/unified"
12199
+ }
12200
+ },
12201
+ "node_modules/vfile-message": {
12202
+ "version": "4.0.3",
12203
+ "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
12204
+ "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
12205
+ "license": "MIT",
12206
+ "dependencies": {
12207
+ "@types/unist": "^3.0.0",
12208
+ "unist-util-stringify-position": "^4.0.0"
12209
+ },
12210
+ "funding": {
12211
+ "type": "opencollective",
12212
+ "url": "https://opencollective.com/unified"
12213
+ }
12214
+ },
11052
12215
  "node_modules/victory-vendor": {
11053
12216
  "version": "37.3.6",
11054
12217
  "resolved": "https://registry.npmmirror.com/victory-vendor/-/victory-vendor-37.3.6.tgz",
@@ -11623,6 +12786,16 @@
11623
12786
  "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
11624
12787
  "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
11625
12788
  "license": "0BSD"
12789
+ },
12790
+ "node_modules/zwitch": {
12791
+ "version": "2.0.4",
12792
+ "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
12793
+ "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
12794
+ "license": "MIT",
12795
+ "funding": {
12796
+ "type": "github",
12797
+ "url": "https://github.com/sponsors/wooorm"
12798
+ }
11626
12799
  }
11627
12800
  }
11628
12801
  }