From 6af5411089adb087e41d2941845417bc5018d8c7 Mon Sep 17 00:00:00 2001 From: Yanzhan Yang Date: Mon, 1 Jul 2019 11:13:31 +0800 Subject: [PATCH] fix axios security concern (#1716) --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 42d6b11941..7fc8aac885 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "parcel-bundler": "^1.10.3", - "axios": "^0.17.1" + "axios": ">=0.18.1" }, "keywords": [], "author": "", -- GitLab