Skip to content

Commit c7afb10

Browse files
chore(deps): bump rehype-react from 6.1.0 to 7.1.0
Bumps [rehype-react](https://github.com/rehypejs/rehype-react) from 6.1.0 to 7.1.0. - [Release notes](https://github.com/rehypejs/rehype-react/releases) - [Commits](rehypejs/rehype-react@6.1.0...7.1.0) --- updated-dependencies: - dependency-name: rehype-react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1775c73 commit c7afb10

File tree

2 files changed

+129
-36
lines changed

2 files changed

+129
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-html-parser": "^2.0.2",
3333
"react-slick": "^0.27.13",
3434
"reflexbox": "^4.0.6",
35-
"rehype-react": "^6.1.0",
35+
"rehype-react": "^7.1.0",
3636
"sharp": "^0.26.2",
3737
"slick-carousel": "^1.8.1",
3838
"styled-components": "^5.0.0"

yarn.lock

Lines changed: 128 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,12 +1754,12 @@
17541754
"@babel/runtime" "^7.7.2"
17551755
regenerator-runtime "^0.13.3"
17561756

1757-
"@mapbox/hast-util-table-cell-style@^0.1.3":
1758-
version "0.1.3"
1759-
resolved "https://registry.yarnpkg.com/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.1.3.tgz#5b7166ae01297d72216932b245e4b2f0b642dca6"
1760-
integrity sha512-QsEsh5YaDvHoMQ2YHdvZy2iDnU3GgKVBTcHf6cILyoWDZtPSdlG444pL/ioPYO/GpXSfODBb9sefEetfC4v9oA==
1757+
"@mapbox/hast-util-table-cell-style@^0.2.0":
1758+
version "0.2.0"
1759+
resolved "https://registry.yarnpkg.com/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.0.tgz#1003f59d54fae6f638cb5646f52110fb3da95b4d"
1760+
integrity sha512-gqaTIGC8My3LVSnU38IwjHVKJC94HSonjvFHDk8/aSrApL8v4uWgm8zJkK7MJIIbHuNOr/+Mv2KkQKcxs6LEZA==
17611761
dependencies:
1762-
unist-util-visit "^1.3.0"
1762+
unist-util-visit "^1.4.1"
17631763

17641764
"@mdx-js/util@^2.0.0-next.8":
17651765
version "2.0.0-next.8"
@@ -2054,6 +2054,13 @@
20542054
"@types/minimatch" "*"
20552055
"@types/node" "*"
20562056

2057+
"@types/hast@^2.0.0":
2058+
version "2.3.4"
2059+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
2060+
integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==
2061+
dependencies:
2062+
"@types/unist" "*"
2063+
20572064
"@types/history@*":
20582065
version "4.7.8"
20592066
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
@@ -2183,12 +2190,13 @@
21832190
"@types/history" "*"
21842191
"@types/react" "*"
21852192

2186-
"@types/react@*":
2187-
version "16.9.56"
2188-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
2189-
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
2193+
"@types/react@*", "@types/react@^18.0.0":
2194+
version "18.0.5"
2195+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301"
2196+
integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ==
21902197
dependencies:
21912198
"@types/prop-types" "*"
2199+
"@types/scheduler" "*"
21922200
csstype "^3.0.2"
21932201

21942202
"@types/responselike@*":
@@ -2206,6 +2214,11 @@
22062214
"@types/glob" "*"
22072215
"@types/node" "*"
22082216

2217+
"@types/scheduler@*":
2218+
version "0.16.2"
2219+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
2220+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
2221+
22092222
"@types/tmp@^0.0.33":
22102223
version "0.0.33"
22112224
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
@@ -3116,6 +3129,11 @@ bail@^1.0.0:
31163129
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
31173130
integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
31183131

3132+
bail@^2.0.0:
3133+
version "2.0.2"
3134+
resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d"
3135+
integrity sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==
3136+
31193137
balanced-match@^1.0.0:
31203138
version "1.0.0"
31213139
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -4115,6 +4133,11 @@ comma-separated-tokens@^1.0.0, comma-separated-tokens@^1.0.1:
41154133
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea"
41164134
integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==
41174135

4136+
comma-separated-tokens@^2.0.0:
4137+
version "2.0.2"
4138+
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz#d4c25abb679b7751c880be623c1179780fe1dd98"
4139+
integrity sha512-G5yTt3KQN4Yn7Yk4ed73hlZ1evrFKXeUW3086p3PRFNp7m2vIjI6Pg+Kgb+oyzhd9F2qdcoj67+y3SdxL5XWsg==
4140+
41184141
command-exists@^1.2.4:
41194142
version "1.2.9"
41204143
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69"
@@ -7847,6 +7870,19 @@ hasha@^5.2.0:
78477870
is-stream "^2.0.0"
78487871
type-fest "^0.8.0"
78497872

7873+
hast-to-hyperscript@^10.0.0:
7874+
version "10.0.1"
7875+
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-10.0.1.tgz#3decd7cb4654bca8883f6fcbd4fb3695628c4296"
7876+
integrity sha512-dhIVGoKCQVewFi+vz3Vt567E4ejMppS1haBRL6TEmeLeJVB1i/FJIIg/e6s1Bwn0g5qtYojHEKvyGA+OZuyifw==
7877+
dependencies:
7878+
"@types/unist" "^2.0.0"
7879+
comma-separated-tokens "^2.0.0"
7880+
property-information "^6.0.0"
7881+
space-separated-tokens "^2.0.0"
7882+
style-to-object "^0.3.0"
7883+
unist-util-is "^5.0.0"
7884+
web-namespaces "^2.0.0"
7885+
78507886
hast-to-hyperscript@^5.0.0:
78517887
version "5.0.0"
78527888
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz#5106cbba78edb7c95e2e8a49079371eb196c1ced"
@@ -7859,19 +7895,6 @@ hast-to-hyperscript@^5.0.0:
78597895
unist-util-is "^2.0.0"
78607896
web-namespaces "^1.1.2"
78617897

7862-
hast-to-hyperscript@^9.0.0:
7863-
version "9.0.1"
7864-
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
7865-
integrity sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==
7866-
dependencies:
7867-
"@types/unist" "^2.0.3"
7868-
comma-separated-tokens "^1.0.0"
7869-
property-information "^5.3.0"
7870-
space-separated-tokens "^1.0.0"
7871-
style-to-object "^0.3.0"
7872-
unist-util-is "^4.0.0"
7873-
web-namespaces "^1.0.0"
7874-
78757898
hast-util-from-parse5@^4.0.2:
78767899
version "4.0.2"
78777900
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab"
@@ -7939,6 +7962,11 @@ hast-util-whitespace@^1.0.0:
79397962
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz#e4fe77c4a9ae1cb2e6c25e02df0043d0164f6e41"
79407963
integrity sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==
79417964

7965+
hast-util-whitespace@^2.0.0:
7966+
version "2.0.0"
7967+
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz#4fc1086467cc1ef5ba20673cb6b03cec3a970f1c"
7968+
integrity sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==
7969+
79427970
hastscript@^4.0.0:
79437971
version "4.1.0"
79447972
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-4.1.0.tgz#ea5593fa6f6709101fc790ced818393ddaa045ce"
@@ -8818,6 +8846,11 @@ is-plain-obj@^2.0.0:
88188846
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
88198847
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
88208848

8849+
is-plain-obj@^4.0.0:
8850+
version "4.0.0"
8851+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.0.0.tgz#06c0999fd7574edf5a906ba5644ad0feb3a84d22"
8852+
integrity sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==
8853+
88218854
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
88228855
version "2.0.4"
88238856
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -11890,12 +11923,10 @@ property-information@^4.0.0:
1189011923
dependencies:
1189111924
xtend "^4.0.1"
1189211925

11893-
property-information@^5.3.0:
11894-
version "5.6.0"
11895-
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
11896-
integrity sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==
11897-
dependencies:
11898-
xtend "^4.0.0"
11926+
property-information@^6.0.0:
11927+
version "6.1.1"
11928+
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.1.1.tgz#5ca85510a3019726cb9afed4197b7b8ac5926a22"
11929+
integrity sha512-hrzC564QIl0r0vy4l6MvRLhafmUowhO/O3KgVSoXIbbA2Sz4j8HGpJc6T2cubRVwMwpdiG/vKGfhT4IixmKN9w==
1189911930

1190011931
proto-list@~1.2.1:
1190111932
version "1.2.4"
@@ -12510,13 +12541,17 @@ regjsparser@^0.6.4:
1251012541
dependencies:
1251112542
jsesc "~0.5.0"
1251212543

12513-
rehype-react@^6.1.0:
12514-
version "6.1.0"
12515-
resolved "https://registry.yarnpkg.com/rehype-react/-/rehype-react-6.1.0.tgz#95f8c936eea2159f92adfbf58e5e90be86a97cbf"
12516-
integrity sha512-hQ4DSGOJKA1a87Ei4fJtSHzopbfgoHkwjWMCFpLrcVR5+AIyCOtHy4oQcpGF11kTZOU6oKmJ9UKzO/JpI/XZWA==
12544+
rehype-react@^7.1.0:
12545+
version "7.1.0"
12546+
resolved "https://registry.yarnpkg.com/rehype-react/-/rehype-react-7.1.0.tgz#d2ca1d2dde59320d9c9c875f35af9cabbe38e546"
12547+
integrity sha512-XRo00BqFzpcAhb5r4M3ClbvLWBGf/aZNwK1g9XUHmnXAAElqZ4YGUafqH2TJhRsyyQ4PdZXAQqsqe/n7EwsVQg==
1251712548
dependencies:
12518-
"@mapbox/hast-util-table-cell-style" "^0.1.3"
12519-
hast-to-hyperscript "^9.0.0"
12549+
"@mapbox/hast-util-table-cell-style" "^0.2.0"
12550+
"@types/hast" "^2.0.0"
12551+
"@types/react" "^18.0.0"
12552+
hast-to-hyperscript "^10.0.0"
12553+
hast-util-whitespace "^2.0.0"
12554+
unified "^10.0.0"
1252012555

1252112556
remark-burger@^1.0.1:
1252212557
version "1.0.1"
@@ -13516,6 +13551,11 @@ space-separated-tokens@^1.0.0:
1351613551
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899"
1351713552
integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==
1351813553

13554+
space-separated-tokens@^2.0.0:
13555+
version "2.0.1"
13556+
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.1.tgz#43193cec4fb858a2ce934b7f98b7f2c18107098b"
13557+
integrity sha512-ekwEbFp5aqSPKaqeY1PGrlGQxPNaq+Cnx4+bE2D8sciBQrHpbwoBbawqTN2+6jPs9IdWxxiUcN0K2pkczD3zmw==
13558+
1351913559
spdx-correct@^3.0.0:
1352013560
version "3.1.1"
1352113561
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
@@ -14404,6 +14444,11 @@ trough@^1.0.0:
1440414444
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
1440514445
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
1440614446

14447+
trough@^2.0.0:
14448+
version "2.1.0"
14449+
resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876"
14450+
integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==
14451+
1440714452
"true-case-path@^2.2.1":
1440814453
version "2.2.1"
1440914454
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
@@ -14603,6 +14648,19 @@ unicode-property-aliases-ecmascript@^1.0.4:
1460314648
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
1460414649
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
1460514650

14651+
unified@^10.0.0:
14652+
version "10.1.2"
14653+
resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.2.tgz#b1d64e55dafe1f0b98bb6c719881103ecf6c86df"
14654+
integrity sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==
14655+
dependencies:
14656+
"@types/unist" "^2.0.0"
14657+
bail "^2.0.0"
14658+
extend "^3.0.0"
14659+
is-buffer "^2.0.0"
14660+
is-plain-obj "^4.0.0"
14661+
trough "^2.0.0"
14662+
vfile "^5.0.0"
14663+
1460614664
unified@^6.2.0:
1460714665
version "6.2.0"
1460814666
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
@@ -14708,6 +14766,11 @@ unist-util-is@^4.0.0:
1470814766
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.3.tgz#e8b44db55fc20c43752b3346c116344d45d7c91d"
1470914767
integrity sha512-bTofCFVx0iQM8Jqb1TBDVRIQW03YkD3p66JOd/aCWuqzlLyUtx1ZAGw/u+Zw+SttKvSVcvTiKYbfrtLoLefykw==
1471014768

14769+
unist-util-is@^5.0.0:
14770+
version "5.1.1"
14771+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.1.1.tgz#e8aece0b102fa9bc097b0fef8f870c496d4a6236"
14772+
integrity sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==
14773+
1471114774
unist-util-modify-children@^2.0.0:
1471214775
version "2.0.0"
1471314776
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-2.0.0.tgz#9c9c30d4e32502aabb3fde10d7872a17c86801e2"
@@ -14755,6 +14818,13 @@ unist-util-stringify-position@^2.0.0, unist-util-stringify-position@^2.0.3:
1475514818
dependencies:
1475614819
"@types/unist" "^2.0.2"
1475714820

14821+
unist-util-stringify-position@^3.0.0:
14822+
version "3.0.2"
14823+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz#5c6aa07c90b1deffd9153be170dce628a869a447"
14824+
integrity sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==
14825+
dependencies:
14826+
"@types/unist" "^2.0.0"
14827+
1475814828
unist-util-visit-children@^1.0.0:
1475914829
version "1.1.4"
1476014830
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz#e8a087e58a33a2815f76ea1901c15dec2cb4b432"
@@ -14775,7 +14845,7 @@ unist-util-visit-parents@^3.0.0:
1477514845
"@types/unist" "^2.0.0"
1477614846
unist-util-is "^4.0.0"
1477714847

14778-
unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.3.0, unist-util-visit@^1.4.1:
14848+
unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.4.1:
1477914849
version "1.4.1"
1478014850
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
1478114851
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
@@ -15051,6 +15121,14 @@ vfile-message@^1.0.0:
1505115121
dependencies:
1505215122
unist-util-stringify-position "^1.1.1"
1505315123

15124+
vfile-message@^3.0.0:
15125+
version "3.1.2"
15126+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.2.tgz#a2908f64d9e557315ec9d7ea3a910f658ac05f7d"
15127+
integrity sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==
15128+
dependencies:
15129+
"@types/unist" "^2.0.0"
15130+
unist-util-stringify-position "^3.0.0"
15131+
1505415132
vfile@^2.0.0:
1505515133
version "2.3.0"
1505615134
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
@@ -15082,6 +15160,16 @@ vfile@^4.0.0:
1508215160
unist-util-stringify-position "^2.0.0"
1508315161
vfile-message "^2.0.0"
1508415162

15163+
vfile@^5.0.0:
15164+
version "5.3.2"
15165+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.2.tgz#b499fbc50197ea50ad3749e9b60beb16ca5b7c54"
15166+
integrity sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==
15167+
dependencies:
15168+
"@types/unist" "^2.0.0"
15169+
is-buffer "^2.0.0"
15170+
unist-util-stringify-position "^3.0.0"
15171+
vfile-message "^3.0.0"
15172+
1508515173
vm-browserify@^1.0.1:
1508615174
version "1.1.2"
1508715175
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
@@ -15124,6 +15212,11 @@ web-namespaces@^1.0.0, web-namespaces@^1.1.2:
1512415212
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
1512515213
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
1512615214

15215+
web-namespaces@^2.0.0:
15216+
version "2.0.1"
15217+
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"
15218+
integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
15219+
1512715220
webidl-conversions@^3.0.0:
1512815221
version "3.0.1"
1512915222
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)