From 4af9cd2c2c04c310bfc4a6cc8b55ff06e5a10f4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Mar 2022 01:04:51 +0000 Subject: [PATCH] fix: upgrade axios from 0.25.0 to 0.26.0 Snyk has created this PR to upgrade axios from 0.25.0 to 0.26.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/logdna/project/31bce51c-e565-4bdd-806a-3a23b7dfe82f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32103c4..a684487 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "dependencies": { "@logdna/stdlib": "^1.1.5", "agentkeepalive": "^4.1.3", - "axios": "^0.25.0", + "axios": "^0.26.0", "https-proxy-agent": "^5.0.0", "json-stringify-safe": "^5.0.1" },