From 0842a84a7bafdf7c1d299a2912c9476dfe37b6eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 08:41:38 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 35cfbc8..a4da398 100644 --- a/client/package.json +++ b/client/package.json @@ -17,12 +17,12 @@ "react-dropzone": "^4.2.8", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", - "react-scripts": "1.1.0", + "react-scripts": "5.0.0", "react-select": "^1.2.1", "redux": "^3.7.2", "redux-logger": "^3.0.6", "sha1": "^1.1.1", - "superagent": "^3.8.2", + "superagent": "^10.2.2", "tachyons": "^4.9.1", "tachyons-cli": "^1.2.0" },