From 82eec804c844759d72f381de46eaeb360d02fab8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Feb 2022 06:09:44 -0800 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bff7567..95d65c4 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "start": "node ./bin/www" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.20.0", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "dotenv": "^8.0.0", "express": "~4.16.1", "http-errors": "~1.6.3", "morgan": "~1.9.1", - "pug": "2.0.0-beta11", + "pug": "3.0.0", "twilio": "^3.31.0", "ws": "^7.0.0" }