From 49c57e0a4b42b03cd072db77e747ed69595d17c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 03:48:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- 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 74668dfb..3e722079 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-masonry-css": "^1.0.16", "react-reactions": "^0.1.3", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-spring": "^8.0.27", "react-sticky-state": "^2.1.9", "react-text-transition": "^1.3.0",