From 4cb60d15c5098f66b59e37385dfc3f5ebd74c2a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 15:50:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- 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",