From 3b5da56b4424538eb2907a5f405bce561407b9b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 02:18:13 +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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- 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" } }