From 057dbad450a4d35ec8cf2cb7f5c2adb281471248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Oct 2023 02:24:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba54ba89..8d8ccc0c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/node": "^12.0.3", "@types/three": "0.129.0", "ant-design-vue": "1.7.2", - "axios": "^0.21.1", + "axios": "^1.6.0", "babel-plugin-import": "^1.13.5", "canvg": "~3.0.10", "clipboard": "^2.0.6",