From 496d0583bf857946f4d21c2aaa8eaa16d01267d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 17:03:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06e2535f..1645177a 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": "^13.0.2", "prop-types": "^15.5.10", "react-native-fit-image": "^1.5.2" },