From be9291d3e5189380dc795cc79ffcd1168d9fd047 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 15:04:02 -0400 Subject: [PATCH] fix: patient-appointment-management/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- patient-appointment-management/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patient-appointment-management/package.json b/patient-appointment-management/package.json index 8752f8fe..8dcf88a3 100644 --- a/patient-appointment-management/package.json +++ b/patient-appointment-management/package.json @@ -4,9 +4,9 @@ "private": true, "dependencies": { "aws-sdk": "^2.925.0", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "jszip": "^3.6.0", - "twilio": "^3.61.0", + "twilio": "^4.0.0", "uuid": "^8.3.2", "validator": "^13.6.0" }