From a41ad3af6863e2fbd2536b336f8aebfece8dab10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 01:10:40 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2164e95..edf6ec5 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.1", "dayjs": "^1.8.14", "element-ui": "^2.10.0", "highlight.js": "^9.15.8",