From e1496952a7cb0c4270beb6d43cd23c128ec8d9c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 11:07:37 +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 d4fbd43..5be4375 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-markdown": "^4.0.8", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "^3.3.0", + "react-scripts": "^4.0.0", "styled-components": "^4.3.1", "typescript": "^3.4.5" },