From 046b5a4652e8a5d2173ca30f8f7a63c89fc8ecbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 09:12:43 +0000 Subject: [PATCH] fix: fe/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- fe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/package.json b/fe/package.json index c5636cf..a610f0b 100644 --- a/fe/package.json +++ b/fe/package.json @@ -11,7 +11,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "confit-client": "^0.4.0", "firebase": "^4.13.0", "marked": "^0.3.18",