From 811e732f9f1c63c6443e7f84a84f06d28d8fda10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 11:21:13 +0000 Subject: [PATCH] fix: public/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/package.json b/public/package.json index 52f5c23bbc..d268a7c905 100644 --- a/public/package.json +++ b/public/package.json @@ -4,7 +4,7 @@ "proxy": "http://localhost:3000", "private": true, "dependencies": { - "axios": "^0.21.4", + "axios": "^1.13.5", "dangerously-set-html-content": "^1.0.8", "get-browser-fingerprint": "^2.0.1", "history": "^4.10.1",