From dd96dde4d3e06969cc4a22d698f000299f9966ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Mar 2021 21:10:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0189537..c3a7b7b 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "codemirror": "^5.17.0", "csswring": "^5.1.0", "envify": "^3.4.1", - "exorcist": "0.x", + "exorcist": "2.0.0", "forever": "0.x", "isomorphic-fetch": "2.x", "koa": "2.x",