From 34764e87e2947fdd3447b61db3cc08f537c9b984 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 05:09:21 +0000 Subject: [PATCH] fix: examples/with-storybook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- examples/with-storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index b9cc8a21b09c6..4a36597f169c3 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -21,7 +21,7 @@ "@storybook/addon-links": "^6.4.9", "@storybook/builder-webpack5": "^6.4.9", "@storybook/manager-webpack5": "^6.4.9", - "@storybook/react": "^6.4.9", + "@storybook/react": "^7.0.0", "babel-loader": "^8.2.3", "serve": "13.0.2", "storybook-addon-next": "1.3.1",