From 48b12e15bf7af801bd3ec38b56596921a1c7cb9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 14:01:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1e1e5..fe3b8b5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint --ext .js,.vue src" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.16.1", "element-ui": "^1.1.6", "jsoneditor": "5.5.11", "normalize.css": "^5.0.0",