From 0cef31d92ae4f505afbbcd223a96cf1fe78efc39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 04:30:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 63d9a633bc4..55fe2ced342 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -24,7 +24,7 @@ "dependencies": { "@fluentui/react": "^8.112.5", "@fluentui/theme": "^2.6.37", - "@storybook/addon-knobs": "6.4.0", + "@storybook/addon-knobs": "7.0.0", "@storybook/addon-essentials": "6.5.15", "@storybook/addons": "6.5.15", "@fluentui/azure-themes": "^8.6.42",