From 3ebd12aba83b6bfb52370c6a3762772ad0fb84ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 08:01:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a44cfb84..817d5e569 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "nexmo": "^1.0.0-beta-7", "nodemailer": "^4.0.1", "papaparse": "^4.3.6", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-auth0": "^0.5.2", "pg": "^6.4.0", "query-string": "^4.1.0", @@ -121,7 +121,7 @@ "rollbar": "^0.6.2", "thinky": "^2.3.3", "transform-loader": "^0.2.3", - "twilio": "^2.11.0", + "twilio": "^3.17.1", "uuid": "^3.1.0", "webpack": "^1.13.1", "webpack-manifest-plugin": "^1.0.1",