From 4a2b703a74a83291c766792aea5e54d61de42035 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 03:28:19 +0000 Subject: [PATCH] fix: playground/styleguide/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- playground/styleguide/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/styleguide/package.json b/playground/styleguide/package.json index ba9f5f0..53e7dc1 100644 --- a/playground/styleguide/package.json +++ b/playground/styleguide/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "react-docgen-typescript": "1.12.3", - "react-styleguidist": "8.0.6", + "react-styleguidist": "12.0.0", "typescript": "3.1.6", "webpack-blocks": "1.0.0" }