From a8f947461cc9b5c7bb10fe2ed2233e813351e2a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Mar 2022 16:05:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- 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",