From 5931229112a35a523c0312b6139614357c948532 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 00:26:01 -0400 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9dd1fe958..1aa12f035 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "firebase": "^9.9.0", "firebase-admin": "^11.2.1", "fscreen": "^1.0.2", - "husky": "^3.1.0", + "husky": "^4.0.0", "linkify-it": "^3.0.2", "lint-staged": "^9.5.0", "lodash.throttle": "^4.1.1", @@ -44,7 +44,7 @@ "strip-color": "^0.1.0", "swiper": "^8.1.5", "ts-node": "^9.1.1", - "twilio": "^3.63.1", + "twilio": "^4.0.0", "twilio-video": "^2.25.0", "typescript": "^4.6.2" },