From 04deae19f231143466009edca5825ea4ae54bd1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 08:25:26 +0000 Subject: [PATCH] fix: packages/playground/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- packages/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index a917eb55..92cd4a54 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -20,7 +20,7 @@ "react-dom": "^17.0.2", "react-modal": "3.14.3", "react-router-dom": "5.3.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-styleguidist": "11.1.7", "web-vitals": "^2.1.2" },