From a16c738d2e4bf722aaabb15e0bd6242c2774f80c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Aug 2021 23:40:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IOREDIS-1567196 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb46a69..1dd9233 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "bottleneck": "^1.12.0", "gtfs-realtime-bindings": "0.0.4", - "ioredis": "^2.1.0", + "ioredis": "^4.27.8", "lodash": "^4.14.0", "request": "^2.74.0", "request-promise": "^4.0.2"