From c2c0b17ca27b73156ca7ea20e16a5b11aa4b304b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 21:49:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14bc1efbab6..6e8215825ff 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "react-markdown": "^4.3.1", "react-redux": "^7.2.2", "react-router-dom": "^5.0.0", - "react-scripts": "^4.0.3", + "react-scripts": "^5.0.0", "react-spring": "^8.0.27", "react-use-gesture": "^6.0.14", "redux": "^4.1.2",