From 8157184b1719699350ff3ea446b2d0a9b2d9d5f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 00:30:07 +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-ASYNC-7414156 --- 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" }