@@ -6234,6 +6234,18 @@ hash.js@^1.0.0, hash.js@^1.0.3:
6234
6234
inherits "^2.0.3"
6235
6235
minimalistic-assert "^1.0.1"
6236
6236
6237
+ hast-to-hyperscript@^7.0.0:
6238
+ version "7.0.4"
6239
+ resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz#7c4c037d9a8ea19b0a3fdb676a26448ad922353d"
6240
+ integrity sha512-vmwriQ2H0RPS9ho4Kkbf3n3lY436QKLq6VaGA1pzBh36hBi3tm1DO9bR+kaJIbpT10UqaANDkMjxvjVfr+cnOA==
6241
+ dependencies:
6242
+ comma-separated-tokens "^1.0.0"
6243
+ property-information "^5.3.0"
6244
+ space-separated-tokens "^1.0.0"
6245
+ style-to-object "^0.2.1"
6246
+ unist-util-is "^3.0.0"
6247
+ web-namespaces "^1.1.2"
6248
+
6237
6249
hast-util-from-parse5@^5.0.0:
6238
6250
version "5.0.3"
6239
6251
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz#3089dc0ee2ccf6ec8bc416919b51a54a589e097c"
@@ -6255,6 +6267,20 @@ hast-util-parse-selector@^2.0.0:
6255
6267
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.4.tgz#60c99d0b519e12ab4ed32e58f150ec3f61ed1974"
6256
6268
integrity sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA==
6257
6269
6270
+ hast-util-raw@^5.0.0:
6271
+ version "5.0.2"
6272
+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.2.tgz#62288f311ec2f35e066a30d5e0277f963ad43a67"
6273
+ integrity sha512-3ReYQcIHmzSgMq8UrDZHFL0oGlbuVGdLKs8s/Fe8BfHFAyZDrdv1fy/AGn+Fim8ZuvAHcJ61NQhVMtyfHviT/g==
6274
+ dependencies:
6275
+ hast-util-from-parse5 "^5.0.0"
6276
+ hast-util-to-parse5 "^5.0.0"
6277
+ html-void-elements "^1.0.0"
6278
+ parse5 "^5.0.0"
6279
+ unist-util-position "^3.0.0"
6280
+ web-namespaces "^1.0.0"
6281
+ xtend "^4.0.0"
6282
+ zwitch "^1.0.0"
6283
+
6258
6284
hast-util-sanitize@^2.0.0:
6259
6285
version "2.0.1"
6260
6286
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-2.0.1.tgz#de2f32c5aa9e93b61903e4381be6c49887d3829e"
@@ -6278,6 +6304,17 @@ hast-util-to-html@^6.0.0:
6278
6304
unist-util-is "^3.0.0"
6279
6305
xtend "^4.0.1"
6280
6306
6307
+ hast-util-to-parse5@^5.0.0:
6308
+ version "5.1.2"
6309
+ resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-5.1.2.tgz#09d27bee9ba9348ea05a6cfcc44e02f9083969b6"
6310
+ integrity sha512-ZgYLJu9lYknMfsBY0rBV4TJn2xiwF1fXFFjbP6EE7S0s5mS8LIKBVWzhA1MeIs1SWW6GnnE4In6c3kPb+CWhog==
6311
+ dependencies:
6312
+ hast-to-hyperscript "^7.0.0"
6313
+ property-information "^5.0.0"
6314
+ web-namespaces "^1.0.0"
6315
+ xtend "^4.0.0"
6316
+ zwitch "^1.0.0"
6317
+
6281
6318
hast-util-to-text@^2.0.0:
6282
6319
version "2.0.0"
6283
6320
resolved "https://registry.yarnpkg.com/hast-util-to-text/-/hast-util-to-text-2.0.0.tgz#c59afa8798145c10d40c2f34f92900f4dfc8ac69"
@@ -10434,7 +10471,7 @@ prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2,
10434
10471
object-assign "^4.1.1"
10435
10472
react-is "^16.8.1"
10436
10473
10437
- property-information@^5.0.0:
10474
+ property-information@^5.0.0, property-information@^5.3.0 :
10438
10475
version "5.4.0"
10439
10476
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.4.0.tgz#16e08f13f4e5c4a7be2e4ec431c01c4f8dba869a"
10440
10477
integrity sha512-nmMWAm/3vKFGmmOWOcdLjgq/Hlxa+hsuR/px1Lp/UGEyc5A22A6l78Shc2C0E71sPmAqglni+HrS7L7VJ7AUCA==
@@ -11113,6 +11150,13 @@ rehype-parse@^6.0.0:
11113
11150
parse5 "^5.0.0"
11114
11151
xtend "^4.0.0"
11115
11152
11153
+ rehype-raw@^4.0.2:
11154
+ version "4.0.2"
11155
+ resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-4.0.2.tgz#5d3191689df96c8c651ce5f51a6c668d2c07b9c8"
11156
+ integrity sha512-xQt94oXfDaO7sK9mJBtsZXkjW/jm6kArCoYN+HqKZ51O19AFHlp3Xa5UfZZ2tJkbpAZzKtgVUYvnconk9IsFuA==
11157
+ dependencies:
11158
+ hast-util-raw "^5.0.0"
11159
+
11116
11160
rehype-stringify@^6.0.1:
11117
11161
version "6.0.1"
11118
11162
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-6.0.1.tgz#b6aa9f84d5276c5d247c62fc1ea15983a35a4575"
12399
12443
dependencies:
12400
12444
inline-style-parser "0.1.1"
12401
12445
12446
+ style-to-object@^0.2.1:
12447
+ version "0.2.3"
12448
+ resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.2.3.tgz#afcf42bc03846b1e311880c55632a26ad2780bcb"
12449
+ integrity sha512-1d/k4EY2N7jVLOqf2j04dTc37TPOv/hHxZmvpg8Pdh8UYydxeu/C1W1U4vD8alzf5V2Gt7rLsmkr4dxAlDm9ng==
12450
+ dependencies:
12451
+ inline-style-parser "0.1.1"
12452
+
12402
12453
styled-components@^4.4.1:
12403
12454
version "4.4.1"
12404
12455
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.4.1.tgz#e0631e889f01db67df4de576fedaca463f05c2f2"
@@ -13390,7 +13441,7 @@ wbuf@^1.1.0, wbuf@^1.7.3:
13390
13441
dependencies:
13391
13442
minimalistic-assert "^1.0.0"
13392
13443
13393
- web-namespaces@^1.1.2:
13444
+ web-namespaces@^1.0.0, web-namespaces@^1. 1.2:
13394
13445
version "1.1.4"
13395
13446
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
13396
13447
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
@@ -13941,3 +13992,8 @@ zip-stream@^1.2.0:
13941
13992
compress-commons "^1.2.0"
13942
13993
lodash "^4.8.0"
13943
13994
readable-stream "^2.0.0"
13995
+
13996
+ zwitch@^1.0.0:
13997
+ version "1.0.5"
13998
+ resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
13999
+ integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
0 commit comments