From 7d860ecf7879a05909f79d6a0a40add42ae782c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 06:50:58 +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-12613773 --- public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/package.json b/public/package.json index 52f5c23bbc..dcadb9d97d 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.12.0", "dangerously-set-html-content": "^1.0.8", "get-browser-fingerprint": "^2.0.1", "history": "^4.10.1",