From 0aa3b0a4282a03229dc39eeb237207a33ef00aaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:21:59 +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-INFLIGHT-6095116 --- 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" },