From 0ae9f69ca697b06c63ad8134c8670ed5860e56da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 01:21:04 +0000 Subject: [PATCH] fix: upgrade readable-stream from 1.0.2 to 1.1.14 Snyk has created this PR to upgrade readable-stream from 1.0.2 to 1.1.14. See this package in npm: https://www.npmjs.com/package/readable-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..2a3d657f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "q": "0.9.6", "lodash": "2.4.1", "event-stream": "3.0.11", - "readable-stream": "1.0.2", + "readable-stream": "1.1.14", "request": "2.27.0", "hr.js": "0.6.3", "commander": "1.1.1",