From 92a34555a0d03c27db3fc5bf2c1308d61412f27f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Apr 2020 08:14:08 +0000 Subject: [PATCH] fix: upgrade axios from 0.18.1 to 0.19.2 Snyk has created this PR to upgrade axios from 0.18.1 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/iamtheluckyest/project/65d75618-6529-4f81-a0c4-028ecf1cb57b?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 e47477a..f7c9d32 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "prepublish": "npm run snyk-protect" }, "dependencies": { - "axios": "^0.18.1", + "axios": "^0.19.2", "bootstrap": "^4.0.0-alpha.6", "firebase": "^4.2.0", "firebase-auth": "^0.1.2",