From 0a3c065bf73b993e2f42014591c4bac6e0d52eb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 19:09:47 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 9e3b65b..0d8c8a1 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "enzyme": "^2.6.0", "mocha": "^3.2.0", "react-addons-test-utils": "^15.4.1", - "react-scripts": "0.8.4" + "react-scripts": "4.0.0" }, "dependencies": { "react": "^15.4.1",