From 79a380d7c509710b8b4da755ac47224182d906db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 11:00:22 +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 85fe3b1..49c22f5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "draft-js": "^0.10.4", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "^1.0.16" + "react-scripts": "^4.0.0" }, "scripts": { "start": "react-scripts start",