diff --git a/sites/dev/package.json b/sites/dev/package.json index 7da9fda6170..fb5c1413b35 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -42,7 +42,7 @@ "react-dom": "18.2.0", "react-hotkeys-hook": "4.3.8", "react-instantsearch-dom": "6.39.1", - "react-markdown": "8.0.6", + "react-markdown": "8.0.7", "react-swipeable": "7.0.0", "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", diff --git a/sites/lab/package.json b/sites/lab/package.json index 3b7e22795a6..5fa5b8eb30f 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -47,7 +47,7 @@ "react-hotkeys-hook": "4.3.8", "react-i18next": "12.2.0", "react-instantsearch-dom": "6.39.1", - "react-markdown": "8.0.6", + "react-markdown": "8.0.7", "react-swipeable": "7.0.0", "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", diff --git a/sites/org/package.json b/sites/org/package.json index 6076073ffc1..eae562f537d 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -45,7 +45,7 @@ "react-hotkeys-hook": "4.3.8", "react-instantsearch-dom": "6.39.1", "react-hot-toast": "2.4.0", - "react-markdown": "8.0.6", + "react-markdown": "8.0.7", "react-swipeable": "7.0.0", "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", diff --git a/sites/shared/package.json b/sites/shared/package.json index d6fe4d835a8..150f3d173d8 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -37,7 +37,7 @@ "postcss-for": "2.1.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-markdown": "8.0.6", + "react-markdown": "8.0.7", "react-sizeme": "3.0.2", "react-timeago": "7.1.0", "react-zoom-pan-pinch": "3.0.7", diff --git a/yarn.lock b/yarn.lock index e947f505421..62943862f83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16187,10 +16187,10 @@ react-lifecycles-compat@^3.0.4: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-markdown@8.0.6: - version "8.0.6" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.6.tgz#3e939018f8bfce800ffdf22cf50aba3cdded7ad1" - integrity sha512-KgPWsYgHuftdx510wwIzpwf+5js/iHqBR+fzxefv8Khk3mFbnioF1bmL2idHN3ler0LMQmICKeDrWnZrX9mtbQ== +react-markdown@8.0.7: + version "8.0.7" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.7.tgz#c8dbd1b9ba5f1c5e7e5f2a44de465a3caafdf89b" + integrity sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ== dependencies: "@types/hast" "^2.0.0" "@types/prop-types" "^15.0.0"