From 4763aa048bcfd6c201de44e79e73320d440ed771 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 May 2022 22:55:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5849120..2c09ddc 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "bluebird": "^3.1.5", "es6-promise": "^3.0.2", "event-source-polyfill": "0.0.7", - "eventsource": "^0.2.1", + "eventsource": "^2.0.2", "lodash": "^4.0.1", "keplerbase": "1.0.0", "toml": "^2.3.0"