Skip to content

Commit e9cf649

Browse files
fix(deps): update dependency react-markdown to v9 (#10117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ceccff commit e9cf649

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"postcss-nesting": "^13.0.1",
8585
"react": "^18.2.0",
8686
"react-dom": "^18.2.0",
87-
"react-markdown": "8.0.7",
87+
"react-markdown": "9.0.3",
8888
"react-select": "5.8.0",
8989
"typescript-json-schema": "0.56.0"
9090
},

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -4791,7 +4791,7 @@
47914791
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.2.tgz#6c2324641cc4ba050a8c710b2b251b377581fbf0"
47924792
integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==
47934793

4794-
"@types/prop-types@*", "@types/prop-types@^15.0.0":
4794+
"@types/prop-types@*":
47954795
version "15.7.5"
47964796
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
47974797
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
@@ -9206,6 +9206,11 @@ html-escaper@^2.0.0, html-escaper@^2.0.2:
92069206
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
92079207
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
92089208

9209+
html-url-attributes@^3.0.0:
9210+
version "3.0.1"
9211+
resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz#83b052cd5e437071b756cd74ae70f708870c2d87"
9212+
integrity sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==
9213+
92099214
html-void-elements@^3.0.0:
92109215
version "3.0.0"
92119216
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
@@ -13381,7 +13386,7 @@ prompts@^2.0.1:
1338113386
kleur "^3.0.3"
1338213387
sisteransi "^1.0.5"
1338313388

13384-
prop-types@^15, prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
13389+
prop-types@^15, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1338513390
version "15.8.1"
1338613391
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1338713392
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -13502,26 +13507,21 @@ react-is@^18.0.0:
1350213507
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
1350313508
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
1350413509

13505-
react-markdown@8.0.7:
13506-
version "8.0.7"
13507-
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.7.tgz#c8dbd1b9ba5f1c5e7e5f2a44de465a3caafdf89b"
13508-
integrity sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==
13510+
react-markdown@9.0.3:
13511+
version "9.0.3"
13512+
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.3.tgz#c12bf60dad05e9bf650b86bcc612d80636e8456e"
13513+
integrity sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==
1350913514
dependencies:
13510-
"@types/hast" "^2.0.0"
13511-
"@types/prop-types" "^15.0.0"
13512-
"@types/unist" "^2.0.0"
13513-
comma-separated-tokens "^2.0.0"
13514-
hast-util-whitespace "^2.0.0"
13515-
prop-types "^15.0.0"
13516-
property-information "^6.0.0"
13517-
react-is "^18.0.0"
13518-
remark-parse "^10.0.0"
13519-
remark-rehype "^10.0.0"
13520-
space-separated-tokens "^2.0.0"
13521-
style-to-object "^0.4.0"
13522-
unified "^10.0.0"
13523-
unist-util-visit "^4.0.0"
13524-
vfile "^5.0.0"
13515+
"@types/hast" "^3.0.0"
13516+
devlop "^1.0.0"
13517+
hast-util-to-jsx-runtime "^2.0.0"
13518+
html-url-attributes "^3.0.0"
13519+
mdast-util-to-hast "^13.0.0"
13520+
remark-parse "^11.0.0"
13521+
remark-rehype "^11.0.0"
13522+
unified "^11.0.0"
13523+
unist-util-visit "^5.0.0"
13524+
vfile "^6.0.0"
1352513525

1352613526
1352713527
version "8.2.0"

0 commit comments

Comments
 (0)