From b1a76c5d47ec759e9e0bc92bc965f062a3c745a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 07:36:26 +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 7a92e9e..4672397 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Smokie", "license": "MIT", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "dotenv": "^6.1.0", "express": "^4.16.4", "helmet": "^3.15.0",