From 76868188a33b36d883204884193533a6467d9711 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 02:45:44 +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/github-open-source/project/e0bd792c-f821-4dd5-9214-e691b391a0f3?utm_source=github&utm_medium=upgrade-pr --- templates/blank/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blank/package.json b/templates/blank/package.json index 03c415a1b..75df52d04 100644 --- a/templates/blank/package.json +++ b/templates/blank/package.json @@ -8,7 +8,7 @@ "serve": "serve dist -p 3000 -s" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.19.2", "react": "^16.6.3", "react-dom": "^16.6.3", "react-hot-loader": "^4.3.12",