From 6f94745355237f1018e85e22d196b814860dec07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2026 13:39:14 +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-16417750 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..fdfbf41c 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.2", "browserify-sign": "^4.2.3", "color": "^4.2.3", "crypto-browserify": "^3.12.0",