From 2cb4b1b2b8b20fddb87b0459a816a3e01a05b9de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 08:01:11 +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-TMP-11501554 --- 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..300d585 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": "11.1.2", "typescript": "3.1.6", "webpack-blocks": "1.0.0" }