From 9ca193a745792f7b46c4a7259a7d9bde33425912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 16:07:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- 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"