From 8d9727ee2d013faa0edec1bbaef532210e0cadc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 00:37:45 +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 ce35c3f..ed5421d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "production": "cross-env NODE_ENV=production node server/" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.21.1", "body-parser": "^1.17.2", "compression": "^1.6.2", "cors": "^2.8.3",