From d06e30746b339875d3c0c0566629aeaf4209b520 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 08:22:14 +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 80ca9c6092676..c4ae60b2394e9 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -14,9 +14,9 @@ "react-dom": "^17.0.2" }, "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", "serve": "11.3.2" }