From 81ed2f82a1eae577c9dc31b9d9f3bdd8516d3854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 06:17:33 +0000 Subject: [PATCH] fix: types/storybook-addon-jsx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- types/storybook-addon-jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/storybook-addon-jsx/package.json b/types/storybook-addon-jsx/package.json index 7ce123ccfda002..5885f365e4acba 100644 --- a/types/storybook-addon-jsx/package.json +++ b/types/storybook-addon-jsx/package.json @@ -2,6 +2,6 @@ "private": true, "dependencies": { "@storybook/addons": "^6.5.9", - "@storybook/react": "^6.5.9" + "@storybook/react": "^7.0.0" } }