From 34803c4e5e7a056e585e98bf36a33bcb3c046d8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Oct 2025 06:50:05 +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-MINDOCUMENT-13045385 --- packages/storybook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 63d9a633bc4..165b9602f54 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -25,8 +25,8 @@ "@fluentui/react": "^8.112.5", "@fluentui/theme": "^2.6.37", "@storybook/addon-knobs": "6.4.0", - "@storybook/addon-essentials": "6.5.15", - "@storybook/addons": "6.5.15", + "@storybook/addon-essentials": "7.0.0", + "@storybook/addons": "7.0.0", "@fluentui/azure-themes": "^8.6.42", "@fluentui/theme-samples": "^8.7.119", "tslib": "^2.1.0"