From 04d3fb0dede64a31aae2ab30ccce48d6ff4a850e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Dec 2023 17:47:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78fdef2..dd5b868 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.13.1", + "axios": "^1.6.3", "co": "^4.6.0", "co-lambda-runner": "^1.0.0", "mock-lambda-context": "0.0.1"