From 993641df6a90e09dab8167b2fe19ca748fec5156 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Feb 2022 16:49:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 74744b9..9455007 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ "d3": "6.x.x", "mithril": "^2.0.4", "hsutil": "3.x.x", - "showdown": "^1.9.1" + "showdown": "^2.0.0" } }