From 53e38b82d80b4a531440bd450e11a4f47faf3d1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 10:35:29 +0000 Subject: [PATCH] fix: packages/storybook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 63d9a633bc4..d6717de3836 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -25,7 +25,7 @@ "@fluentui/react": "^8.112.5", "@fluentui/theme": "^2.6.37", "@storybook/addon-knobs": "6.4.0", - "@storybook/addon-essentials": "6.5.15", + "@storybook/addon-essentials": "8.0.0", "@storybook/addons": "6.5.15", "@fluentui/azure-themes": "^8.6.42", "@fluentui/theme-samples": "^8.7.119",