From f0c74cb468b402efd202a4db7d7056b7cde1515f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2026 08:57:00 +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-16299923 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299921 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299904 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298130 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299819 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299925 --- 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",