From f8b9d0f96a6b751c60f80d60c5ba49a4655bd01c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jul 2023 03:58:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53720bdbbb..b1fd8d8d6e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "1.0.14" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",