From 56e6b40f424de5740ac507cfc0827c16560d6e7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Feb 2022 16:04:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78fdef2..88058ae 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.13.1", + "axios": "^0.16.1", "co": "^4.6.0", "co-lambda-runner": "^1.0.0", "mock-lambda-context": "0.0.1"