From 7c4e758b3c49f9b71a25c90c389ed5796ec40c01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 16:24:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06e2535f..5e12c08a 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": "^12.3.2", "prop-types": "^15.5.10", "react-native-fit-image": "^1.5.2" },