From d1199a7cffab97ef171d1b9910576c331b6e03e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 18:50:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb46a69..4539114 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.0.0", "lodash": "^4.14.0", "request": "^2.74.0", "request-promise": "^4.0.2"