From 22d2ca77a06b26df94ef759cb49ec21ae8d8b20b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2020 02:33:44 +0000 Subject: [PATCH] fix: upgrade axios from 0.16.2 to 0.19.2 Snyk has created this PR to upgrade axios from 0.16.2 to 0.19.2. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/saurabharch/project/f03ef78e-1553-46b4-a9b3-56b6b01c71ef?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 388e8f5c..46a1aecf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "async": "2.1.2", - "axios": "0.16.2", + "axios": "0.19.2", "eventemitter2": "2.2.1", "pubnub": "4.20.2" }