From 8a595ec867b709254a10d2b77bfb7bf980f5069f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Jan 2023 18:40:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-2441248 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb46a69..4f852d0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "bottleneck": "^1.12.0", - "gtfs-realtime-bindings": "0.0.4", + "gtfs-realtime-bindings": "1.0.0", "ioredis": "^2.1.0", "lodash": "^4.14.0", "request": "^2.74.0",