From b37f1aeeae86d1b7c749da3cb423e9451a380979 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Mar 2023 15:26:30 +0000 Subject: [PATCH] fix: packages/grafana-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 --- packages/grafana-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 77ea9443b07a4..a017a333866ba 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -85,7 +85,7 @@ "@storybook/addon-storysource": "6.3.7", "@storybook/builder-webpack5": "6.3.7", "@storybook/manager-webpack5": "6.3.7", - "@storybook/react": "6.3.7", + "@storybook/react": "7.0.0", "@storybook/theming": "6.3.7", "@testing-library/jest-dom": "5.11.9", "@types/classnames": "2.2.7",