From f9cea1cd4d3297879d8a9bd828442241835f30ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 00:29:31 +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-SEMVER-3247795 --- packages/playground/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index a917eb55..06797f19 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -20,8 +20,8 @@ "react-dom": "^17.0.2", "react-modal": "3.14.3", "react-router-dom": "5.3.0", - "react-scripts": "4.0.3", - "react-styleguidist": "11.1.7", + "react-scripts": "5.0.0", + "react-styleguidist": "11.2.0", "web-vitals": "^2.1.2" }, "scripts": {