From 62c239102b8b0914eaf97ee44c06bfd0e74ef9fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 14:41:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f60d9ab..01d608a 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": "^5.0.0", "semantic-ui-react": "^0.82.5", "sqreen": "^1.27.1" },