From 8c87e22f9082a9969bbb2eb06b7add497bcb12c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2020 23:55:00 +0000 Subject: [PATCH] fix: upgrade axios from 0.15.3 to 0.19.1 Snyk has created this PR to upgrade axios from 0.15.3 to 0.19.1. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/netanelhadas/project/2207222b-0d3e-4c27-884f-3dd4150794c2?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 11ac5e7..447598b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.1", "react": "15.4.1", "react-native": "0.38.0" },