From f931eae7e668aa35200adb8c60919c79096b6006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 01:21:08 +0000 Subject: [PATCH] fix: upgrade event-stream from 3.0.11 to 3.3.5 Snyk has created this PR to upgrade event-stream from 3.0.11 to 3.3.5. See this package in npm: https://www.npmjs.com/package/event-stream See this project in Snyk: https://app.snyk.io/org/rknuszka-cs/project/b5f1d7d5-b603-4387-a8ef-5be029a39c4a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6575bf4..c8d74db9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "q": "0.9.6", "lodash": "2.4.1", - "event-stream": "3.0.11", + "event-stream": "3.3.5", "readable-stream": "1.0.2", "request": "2.27.0", "hr.js": "0.6.3",