From f90b606a01ddfabfc7465c73f96a1b8dcc34fcd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Nov 2020 22:41:24 +0000 Subject: [PATCH] fix: scm-ui/ui-components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- scm-ui/ui-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index d7ab4e15a0..26ade308d6 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -63,7 +63,7 @@ "react-diff-view": "^2.4.1", "react-dom": "^16.8.6", "react-i18next": "^10.13.1", - "react-markdown": "^4.0.6", + "react-markdown": "^5.0.0", "react-router-dom": "^5.1.2", "react-select": "^2.1.2", "react-syntax-highlighter": "^15.2.1",