1
0
Fork 0

chore(deps): bump react-markdown from 8.0.4 to 8.0.5

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.4...8.0.5)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-20 05:14:45 +00:00 committed by GitHub
parent 3e60c57bd0
commit 2e6196e46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 9 deletions

View file

@ -42,7 +42,7 @@
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.3.2",
"react-instantsearch-dom": "6.38.3",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-swipeable": "7.0.0",
"react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1",

View file

@ -47,7 +47,7 @@
"react-hotkeys-hook": "4.3.2",
"react-i18next": "12.1.4",
"react-instantsearch-dom": "6.38.3",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-swipeable": "7.0.0",
"react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1",

View file

@ -41,7 +41,7 @@
"next": "13.1.1",
"react-hotkeys-hook": "4.3.2",
"react-instantsearch-dom": "6.38.3",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-swipeable": "7.0.0",
"react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1",

View file

@ -36,7 +36,7 @@
"postcss-for": "2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-sizeme": "3.0.2",
"react-timeago": "7.1.0",
"react-zoom-pan-pinch": "2.2.0",

View file

@ -16729,10 +16729,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.4, react-markdown@~8.0.0:
version "8.0.4"
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.4.tgz#b5ff1f0f29ead71a7a6f98815eb1a70bcc2a036e"
integrity sha512-2oxHa6oDxc1apg/Gnc1Goh06t3B617xeywqI/92wmDV9FELI6ayRkwge7w7DoEqM0gRpZGTNU6xQG+YpJISnVg==
react-markdown@8.0.5, react-markdown@~8.0.0:
version "8.0.5"
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.5.tgz#c9a70a33ca9aeeafb769c6582e7e38843b9d70ad"
integrity sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==
dependencies:
"@types/hast" "^2.0.0"
"@types/prop-types" "^15.0.0"
@ -16745,7 +16745,7 @@ react-markdown@8.0.4, react-markdown@~8.0.0:
remark-parse "^10.0.0"
remark-rehype "^10.0.0"
space-separated-tokens "^2.0.0"
style-to-object "^0.3.0"
style-to-object "^0.4.0"
unified "^10.0.0"
unist-util-visit "^4.0.0"
vfile "^5.0.0"
@ -19161,6 +19161,13 @@ style-to-object@^0.3.0:
dependencies:
inline-style-parser "0.1.1"
style-to-object@^0.4.0:
version "0.4.1"
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.4.1.tgz#53cf856f7cf7f172d72939d9679556469ba5de37"
integrity sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==
dependencies:
inline-style-parser "0.1.1"
style-value-types@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad"