From 738da2f196a8b93aeac9021b59d8f84ea666afcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Apr 2026 18:44:06 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-16298058 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299923 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 40918bf66b..52b617fd54 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "proxy": "http://localhost:3000", "private": true, "dependencies": { - "axios": "^0.21.4", + "axios": "^0.31.1", "dangerously-set-html-content": "^1.0.8", "file-type": "^16.5.3", "get-browser-fingerprint": "^2.0.1",