From 5410fb8a0aa42875ea8b547e218acfbf40f081a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 19:57:47 +0000 Subject: [PATCH] fix: upgrade consul from 0.10.0 to 0.40.0 Snyk has created this PR to upgrade consul from 0.10.0 to 0.40.0. See this package in npm: consul See this project in Snyk: https://app.snyk.io/org/engineering-rtc/project/9720b7ef-f95d-447b-9e17-0000aeb2da96?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 1303fb4..379395a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "body-parser": "~1.4.3", "bunyan": "1.1.3", - "consul": "^0.10.0", + "consul": "^0.40.0", "coveralls": "^2.11.2", "express": "~4.6.1", "mkdirp": "0.5.0",