From 67afab322e05b830a8028f6e3a99cb795c9c7737 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 00:34:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 153d751..d841426 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "history": "4.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "3.2.0" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",