From 319b7d04fb672fa7b3ea8acc47bfefb69e33e910 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Apr 2026 08:40:35 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-16298058 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298055 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..de54f68b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -94,7 +94,7 @@ "@material-ui/pickers": "^3.3.10", "@types/jsonwebtoken": "^8.5.0", "@types/react-helmet": "^6.1.0", - "axios": "^1.7.4", + "axios": "^1.15.1", "browserify-sign": "^4.2.3", "color": "^4.2.3", "crypto-browserify": "^3.12.0",