From 1c0ed85b9543d9d08799e0885998525f636d85c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 01:26:32 +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-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- 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..a492eb8 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": "9.0.0", "typescript": "3.1.6", "webpack-blocks": "1.0.0" }