From 2f064bf196c5e585fb21756f6e89cace2270fcc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 07:01:56 +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-1579269 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2164e95..c0d066e 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.3", "dayjs": "^1.8.14", "element-ui": "^2.10.0", "highlight.js": "^9.15.8",