From 39c590d6e929936552697b0fd9379f7bedac9b6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Feb 2022 16:49:05 +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 f7a9f27..cdb0d1f --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ "hsutil": "3.x.x", "hswidget": "2.x.x", "mithril": "^2.0.4", - "showdown": "^1.9.1" + "showdown": "^2.0.0" } }