From c21b484223d65c6c8e6c7491478af465df9e9161 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 22:55:51 +0000 Subject: [PATCH] fix: covid-vaccine-faq-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- covid-vaccine-faq-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covid-vaccine-faq-bot/package.json b/covid-vaccine-faq-bot/package.json index 28b67283..0f3c0336 100644 --- a/covid-vaccine-faq-bot/package.json +++ b/covid-vaccine-faq-bot/package.json @@ -5,6 +5,6 @@ "dependencies": { "@google-cloud/dialogflow": "^4.1.0", "crypto": "^1.0.1", - "twilio": "^3.64.0" + "twilio": "^5.4.4" } }