From 097b2978dad8b9e727b58fc99e69d0f17dcd86c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:19:57 +0000 Subject: [PATCH] Bump react-markdown from 4.3.0 to 4.3.1 Bumps [react-markdown](https://github.com/rexxars/react-markdown) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/rexxars/react-markdown/releases) - [Changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rexxars/react-markdown/compare/v4.3.0...v4.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c7d84d..cbe7069 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react": "^16.12.0", "react-clipboard.js": "^2.0.16", "react-dom": "^16.12.0", - "react-markdown": "^4.3.0", + "react-markdown": "^4.3.1", "styled-components": "^4.4.1", "throttle-debounce": "^2.1.0" }, diff --git a/yarn.lock b/yarn.lock index 1e995a2..a217c02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7080,10 +7080,10 @@ react-is@^16.6.0, react-is@^16.8.1, react-is@^16.8.6: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== -react-markdown@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-4.3.0.tgz#9575a1d93bff138022689ebc809c7d463cb8ec63" - integrity sha512-DGecgkhonJRakIDqT7Q0SYdD7rkHpLOESl5XyoWW0KMj1eyu0VkNbFL0HVLwgr5sgjFBnX5DUZcq2e79tcABag== +react-markdown@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-4.3.1.tgz#39f0633b94a027445b86c9811142d05381300f2f" + integrity sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw== dependencies: html-to-react "^1.3.4" mdast-add-list-metadata "1.0.1"