From 0bdb85d21a4e4e372f116c22d053b43962c76331 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Oct 2022 05:26:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8416bb3335bf..496747acaa71 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@storybook/addons": "^6.1.10", "@storybook/components": "^6.1.10", "@storybook/core": "^6.1.10", - "@storybook/react": "^6.1.10", + "@storybook/react": "^6.4.13", "@storybook/theming": "^6.1.10", "@testing-library/react": "^10.4.8", "@testing-library/react-hooks": "^3.4.1",