From 39f5b2404529f673861c5b54c41ae9ea549944fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2019 21:21:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-459438 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06e2535..e55e447 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@types/markdown-it": "^0.0.4", "@types/react-native": ">=0.50.0", - "markdown-it": "^8.4.0", + "markdown-it": "^10.0.0", "prop-types": "^15.5.10", "react-native-fit-image": "^1.5.2" },