From 748a9b5148523587856400863c34d26984af4ecb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Feb 2020 21:31:47 +0000 Subject: [PATCH] fix: upgrade axios from 0.19.0 to 0.19.1 Snyk has created this PR to upgrade axios from 0.19.0 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/theabbie/project/07e74d2b-df6e-42e6-9d96-01cae987fd41?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 8d6c96d..e77cf44 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "express": "4.17.1", - "axios": "0.19.0" + "axios": "0.19.1" }, "author": "", "license": "ISC"