From 348cbfd987a05326f086b713e7f5af93974d74aa Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Thu, 23 Sep 2021 12:06:44 -0700 Subject: Update axios to 0.21.4 Update axios to the latest to include the fix for this CVE: https://nvd.nist.gov/vuln/detail/CVE-2021-3749 Tested: Built and logged into the web UI successfully. Signed-off-by: Jason M. Bills Change-Id: I40e858ac244179bf90e3314726e67db35e8ebef3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9a99d162..91d45434 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@carbon/icons-vue": "10.28.0", "@novnc/novnc": "1.2.0", - "axios": "0.21.1", + "axios": "0.21.4", "bootstrap": "4.6.0", "bootstrap-vue": "2.21.2", "core-js": "3.9.1", -- cgit v1.2.3