From a52524e973839636a1bb25ba07a8d3ab15a16fcb Mon Sep 17 00:00:00 2001 From: vjain143 Date: Tue, 14 Jul 2020 22:27:39 +0100 Subject: [PATCH] Updated simple-markdown version to 0.7.2 to fix vulnerabilities --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 487f039..5db7f4e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "license": "MIT", "dependencies": { - "simple-markdown": "^0.4.4" + "simple-markdown": "^0.7.2" }, "peerDependencies": { "react-native": "*"