From cfea163cf5bfe3abaeda8e0d758ea3cb28aaf631 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Feb 2022 16:19:42 +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(-) diff --git a/package.json b/package.json index 89b5424c7..5998aba1e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ngstorage": "0.3.11", "oclazyload": "1.1.0", "parse-uri": "1.0.0", - "showdown": "1.9.1", + "showdown": "2.0.0", "three": "0.105.2", "timeago.js": "3.0.2", "traverse": "0.6.6",