From c3884a883007f4efded9982270019329feb08bd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2026 15:31:22 +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-16417750 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index c0e3bc18593..53237ba634e 100644 --- a/shell/package.json +++ b/shell/package.json @@ -52,7 +52,7 @@ "@vue/vue3-jest": "27.0.0", "add": "2.0.6", "ansi_up": "5.0.0", - "axios": "1.15.0", + "axios": "1.15.2", "axios-retry": "3.1.9", "babel-eslint": "10.1.0", "babel-plugin-module-resolver": "5.0.2",