From acecb2a81695bc146a8bdd7d1d5730b1ff47f6f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 01:58:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5978388..485b95a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@sendgrid/mail": "^6.4.0", - "axios": "^0.19.0", + "axios": "^0.21.1", "babel-loader": "^8.0.6", "bcryptjs": "^2.4.3", "connect-flash": "^0.1.1",