From 6b6df9c3b51b3ff86ede313696f4455ef31d40fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Apr 2026 21:44:45 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15965856 - https://snyk.io/vuln/SNYK-JS-AXIOS-15969258 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index fcf6954eaa2..a4a0d039db3 100644 --- a/shell/package.json +++ b/shell/package.json @@ -53,7 +53,7 @@ "add": "2.0.6", "ansi_up": "5.0.0", "axios-retry": "3.1.9", - "axios": "1.13.5", + "axios": "1.15.0", "babel-eslint": "10.1.0", "babel-plugin-module-resolver": "5.0.2", "babel-preset-vue": "2.0.2",