From 3b79806b44d987633bd37f56a7b1f24724e26abb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 21:44:54 +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-SERIALIZEJAVASCRIPT-6056521 --- 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..86c9485 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": "10.0.0", "typescript": "3.1.6", "webpack-blocks": "1.0.0" }