From a410ed2c748983da4cd937a0c70c4636db3f171f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Feb 2022 03:56:32 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.4 to 0.24.0 Snyk has created this PR to upgrade axios from 0.21.4 to 0.24.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/logdna/project/8fbd05b5-5e6a-4449-bd5a-766f642c666c?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 feaeabf..1e1ad8f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "agentkeepalive": "^2.2.0", - "axios": "^0.21.1", + "axios": "^0.24.0", "es6-promise": "^4.2.6", "json-stringify-safe": "^5.0.1", "lodash.bind": "^4.2.1",