From 8376755f387a7ea720ffadfb8cfbcb7c450d5196 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jun 2026 08:42:28 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-17111081 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index cc7025c3..d8e6b22f 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@babel/traverse": "7.23.2", - "axios": "1.7.8", + "axios": "1.16.0", "bootstrap": "4.1.1", "bootstrap-vue": "2.0.0-rc.12", "brace": "^0.11.1",