From bfcbebb7d70d3c5b55a017a832a547af594563e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Dec 2020 04:47:51 +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 bf935d0..b88ae8c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ } ], "dependencies": { - "axios": "~0.18.0", + "axios": "~0.21.1", "boom": "~7.3.0", "dotenv": "~6.2.0", "handlebars": "~4.6.0",