From 194be49333090dacbe35f218faee0d12ee595ee2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2019 23:06:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHOWDOWN-469487 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2cc7b1cca..4a29e2f5c2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "quill": "2.0.0-dev.2", "qz-tray": "^2.0.8", "redis": "^2.8.0", - "showdown": "^1.8.6", + "showdown": "^1.9.1", "socket.io": "^2.0.4", "superagent": "^3.8.2", "touch": "^3.1.0",