@@ -11265,6 +11265,46 @@ hasown@^2.0.2:
1126511265 dependencies:
1126611266 function-bind "^1.1.2"
1126711267
11268+ hast-util-from-parse5@^8.0.0:
11269+ version "8.0.3"
11270+ resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz#830a35022fff28c3fea3697a98c2f4cc6b835a2e"
11271+ integrity sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==
11272+ dependencies:
11273+ "@types/hast" "^3.0.0"
11274+ "@types/unist" "^3.0.0"
11275+ devlop "^1.0.0"
11276+ hastscript "^9.0.0"
11277+ property-information "^7.0.0"
11278+ vfile "^6.0.0"
11279+ vfile-location "^5.0.0"
11280+ web-namespaces "^2.0.0"
11281+
11282+ hast-util-parse-selector@^4.0.0:
11283+ version "4.0.0"
11284+ resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz#352879fa86e25616036037dd8931fb5f34cb4a27"
11285+ integrity sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==
11286+ dependencies:
11287+ "@types/hast" "^3.0.0"
11288+
11289+ hast-util-raw@^9.0.0:
11290+ version "9.1.0"
11291+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz#79b66b26f6f68fb50dfb4716b2cdca90d92adf2e"
11292+ integrity sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==
11293+ dependencies:
11294+ "@types/hast" "^3.0.0"
11295+ "@types/unist" "^3.0.0"
11296+ "@ungap/structured-clone" "^1.0.0"
11297+ hast-util-from-parse5 "^8.0.0"
11298+ hast-util-to-parse5 "^8.0.0"
11299+ html-void-elements "^3.0.0"
11300+ mdast-util-to-hast "^13.0.0"
11301+ parse5 "^7.0.0"
11302+ unist-util-position "^5.0.0"
11303+ unist-util-visit "^5.0.0"
11304+ vfile "^6.0.0"
11305+ web-namespaces "^2.0.0"
11306+ zwitch "^2.0.0"
11307+
1126811308hast-util-to-jsx-runtime@^2.0.0:
1126911309 version "2.3.6"
1127011310 resolved "https://registry.yarnpkg.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz#ff31897aae59f62232e21594eac7ef6b63333e98"
@@ -11286,13 +11326,37 @@ hast-util-to-jsx-runtime@^2.0.0:
1128611326 unist-util-position "^5.0.0"
1128711327 vfile-message "^4.0.0"
1128811328
11329+ hast-util-to-parse5@^8.0.0:
11330+ version "8.0.0"
11331+ resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz#477cd42d278d4f036bc2ea58586130f6f39ee6ed"
11332+ integrity sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==
11333+ dependencies:
11334+ "@types/hast" "^3.0.0"
11335+ comma-separated-tokens "^2.0.0"
11336+ devlop "^1.0.0"
11337+ property-information "^6.0.0"
11338+ space-separated-tokens "^2.0.0"
11339+ web-namespaces "^2.0.0"
11340+ zwitch "^2.0.0"
11341+
1128911342hast-util-whitespace@^3.0.0:
1129011343 version "3.0.0"
1129111344 resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
1129211345 integrity sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
1129311346 dependencies:
1129411347 "@types/hast" "^3.0.0"
1129511348
11349+ hastscript@^9.0.0:
11350+ version "9.0.1"
11351+ resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-9.0.1.tgz#dbc84bef6051d40084342c229c451cd9dc567dff"
11352+ integrity sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==
11353+ dependencies:
11354+ "@types/hast" "^3.0.0"
11355+ comma-separated-tokens "^2.0.0"
11356+ hast-util-parse-selector "^4.0.0"
11357+ property-information "^7.0.0"
11358+ space-separated-tokens "^2.0.0"
11359+
1129611360he@^1.2.0:
1129711361 version "1.2.0"
1129811362 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -11404,6 +11468,11 @@ html-url-attributes@^3.0.0:
1140411468 resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz#83b052cd5e437071b756cd74ae70f708870c2d87"
1140511469 integrity sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==
1140611470
11471+ html-void-elements@^3.0.0:
11472+ version "3.0.0"
11473+ resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
11474+ integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
11475+
1140711476html-webpack-plugin@^5.5.0:
1140811477 version "5.6.0"
1140911478 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
@@ -13048,10 +13117,10 @@ koa-compose@^4.1.0:
1304813117 resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
1304913118 integrity sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==
1305013119
13051- koa@3.0.1:
13052- version "3.0 .1"
13053- resolved "https://registry.yarnpkg.com/koa/-/koa-3.0 .1.tgz#b211a0f350d1cc6185047671f8ef7e019c16351d "
13054- integrity sha512-oDxVkRwPOHhGlxKIDiDB2h+/l05QPtefD7nSqRgDfZt8P+QVYFWjfeK8jANf5O2YXjk8egd7KntvXKYx82wOag ==
13120+ koa@3.0.1, koa@>=3.0.3 :
13121+ version "3.1 .1"
13122+ resolved "https://registry.yarnpkg.com/koa/-/koa-3.1 .1.tgz#5550bef74f690412b1f6f2a3cbed851b80ed9809 "
13123+ integrity sha512-KDDuvpfqSK0ZKEO2gCPedNjl5wYpfj+HNiuVRlbhd1A88S3M0ySkdf2V/EJ4NWt5dwh5PXCdcenrKK2IQJAxsg ==
1305513124 dependencies:
1305613125 accepts "^1.3.8"
1305713126 content-disposition "~0.5.4"
@@ -15804,6 +15873,11 @@ proper-lockfile@^4.1.2:
1580415873 retry "^0.12.0"
1580515874 signal-exit "^3.0.2"
1580615875
15876+ property-information@^6.0.0:
15877+ version "6.5.0"
15878+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
15879+ integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
15880+
1580715881property-information@^7.0.0:
1580815882 version "7.1.0"
1580915883 resolved "https://registry.yarnpkg.com/property-information/-/property-information-7.1.0.tgz#b622e8646e02b580205415586b40804d3e8bfd5d"
@@ -16843,6 +16917,15 @@ regjsparser@^0.9.1:
1684316917 dependencies:
1684416918 jsesc "~0.5.0"
1684516919
16920+ rehype-raw@^7.0.0:
16921+ version "7.0.0"
16922+ resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-7.0.0.tgz#59d7348fd5dbef3807bbaa1d443efd2dd85ecee4"
16923+ integrity sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==
16924+ dependencies:
16925+ "@types/hast" "^3.0.0"
16926+ hast-util-raw "^9.0.0"
16927+ vfile "^6.0.0"
16928+
1684616929relateurl@^0.2.7:
1684716930 version "0.2.7"
1684816931 resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
@@ -19288,6 +19371,14 @@ verror@1.10.0:
1928819371 core-util-is "1.0.2"
1928919372 extsprintf "^1.2.0"
1929019373
19374+ vfile-location@^5.0.0:
19375+ version "5.0.3"
19376+ resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-5.0.3.tgz#cb9eacd20f2b6426d19451e0eafa3d0a846225c3"
19377+ integrity sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==
19378+ dependencies:
19379+ "@types/unist" "^3.0.0"
19380+ vfile "^6.0.0"
19381+
1929119382vfile-message@^4.0.0:
1929219383 version "4.0.3"
1929319384 resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.3.tgz#87b44dddd7b70f0641c2e3ed0864ba73e2ea8df4"
@@ -19357,6 +19448,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
1935719448 dependencies:
1935819449 defaults "^1.0.3"
1935919450
19451+ web-namespaces@^2.0.0:
19452+ version "2.0.1"
19453+ resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"
19454+ integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
19455+
1936019456web-streams-polyfill@^3.0.3:
1936119457 version "3.3.3"
1936219458 resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
0 commit comments