From f442bd14449970b4de92e56977be3e7a0339b474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 07:00:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1357783..6849f82 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@femessage/log-viewer": "^1.4.1", - "axios": "0.21.2", + "axios": "1.13.5", "bootstrap-vue": "^2.13.0", "clipboard": "2.0.6", "codemirror": "5.58.2", @@ -74,7 +74,7 @@ "string-similarity": "^4.0.1", "tui-editor": "1.4.10", "vue": "2.6.10", - "vue-authenticate": "^1.4.1", + "vue-authenticate": "^1.5.0", "vue-count-to": "1.0.13", "vue-json-pretty": "^1.8.1", "vue-jstree": "^2.1.6",