From b7e559d7854748eec41549e866278a6d6eaf65ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 11:04:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f60d9ab..73349d9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react": "^16.5.2", "react-dom": "^16.5.2", "react-script": "^2.0.5", - "react-scripts": "^2.0.4", + "react-scripts": "^4.0.0", "semantic-ui-react": "^0.82.5", "sqreen": "^1.27.1" },