From 17f275ed51bf49dba991d5a1c112f849f92a8989 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 01:21:03 +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-ANSIREGEX-1583908 --- examples/with-storybook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index 3b151db4e3b42..60b1e7be2656f 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -16,9 +16,9 @@ }, "license": "MIT", "devDependencies": { - "@storybook/addon-essentials": "6.0.26", + "@storybook/addon-essentials": "6.2.0", "@storybook/addon-links": "6.0.26", - "@storybook/react": "6.0.26", + "@storybook/react": "6.2.0", "babel-loader": "^8.0.5" } }