From 01add923463d17dbfa61f99af68807b02a47f125 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 21:19:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a92e9e..8fa5613 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Smokie", "license": "MIT", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.3", "dotenv": "^6.1.0", "express": "^4.16.4", "helmet": "^3.15.0",