summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2021-09-23 22:06:44 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2021-09-23 22:51:23 +0300
commit348cbfd987a05326f086b713e7f5af93974d74aa (patch)
tree38ae74041ba6bdb34e861103e3ed75eabdc0dc2a /package.json
parenta02c6f94bd541b07067ac30bab609896b3f6f988 (diff)
downloadwebui-vue-348cbfd987a05326f086b713e7f5af93974d74aa.tar.xz
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 <jason.m.bills@linux.intel.com> Change-Id: I40e858ac244179bf90e3314726e67db35e8ebef3
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",