From bf47d3b4d5d3165432dc792ddad331a03782581c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Dec 2020 22:17:57 +0000 Subject: [PATCH] fix: upgrade react-markdown from 5.0.2 to 5.0.3 Snyk has created this PR to upgrade react-markdown from 5.0.2 to 5.0.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/ee280047-f651-440a-aaec-462aac2b4fe2?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3a7dcac6..30e6e5a94 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-dom": "^16.12.0", "react-helmet": "^6.1.0", "react-live": "^2.2.2", - "react-markdown": "^5.0.0", + "react-markdown": "^5.0.3", "react-middle-ellipsis": "^1.1.0", "react-shadow": "^18.4.2", "react-simple-code-editor": "^0.11.0", diff --git a/yarn.lock b/yarn.lock index 287777e0d..ddf44ab30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16205,10 +16205,10 @@ react-live@^2.2.2: react-simple-code-editor "^0.10.0" unescape "^1.0.1" -react-markdown@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-5.0.2.tgz#d15a8beb37b4ec34fc23dd892e7755eb7040b8db" - integrity sha512-kmkB4JbV7LqkDAjvaKRKtodB3n3Id76/DalaDun1U8FuLB0SenPfvH+jAQ5Pcpo54cACRQc1LB1yXmuuuIVecw== +react-markdown@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-5.0.3.tgz#41040ea7a9324b564b328fb81dd6c04f2a5373ac" + integrity sha512-jDWOc1AvWn0WahpjW6NK64mtx6cwjM4iSsLHJPNBqoAgGOVoIdJMqaKX4++plhOtdd4JksdqzlDibgPx6B/M2w== dependencies: "@types/mdast" "^3.0.3" "@types/unist" "^2.0.3"