From e29685e4ee8dad5979f1216ecc7ec3fff65c5785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2024 21:00:01 +0000 Subject: [PATCH] fix: upgrade react-markdown from 8.0.0 to 8.0.7 Snyk has created this PR to upgrade react-markdown from 8.0.0 to 8.0.7. See this package in npm: https://www.npmjs.com/package/react-markdown See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/bef06760-1f49-482c-a194-473d63571976?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44d4ab9a0692..40b28ba689be 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "port-used": "^2.0.8", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.2",