From 6ef3e65e790397d0d25d60865c8f6f6521fb4eb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 00:17:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a556fd6..f9c3975 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "antd": "^2.6.4", - "axios": "^0.15.3", + "axios": "^0.21.1", "babel-plugin-import": "^1.1.0", "babel-plugin-transform-runtime": "^6.22.0", "body-parser": "^1.15.2",