From c8bf86ba3b83b20f39a76a1eafb1d70745c27095 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Mar 2020 03:42:49 +0000 Subject: [PATCH] fix: app/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- app/react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react/package.json b/app/react/package.json index dd1b3b9fd1c9..f26ddd41ae50 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -28,7 +28,7 @@ "@storybook/addons": "^3.4.0-alpha.4", "@storybook/channel-postmessage": "^3.4.0-alpha.4", "@storybook/client-logger": "^3.4.0-alpha.4", - "@storybook/core": "^3.4.0-alpha.4", + "@storybook/core": "^4.0.0", "@storybook/node-logger": "^3.4.0-alpha.4", "@storybook/ui": "^3.4.0-alpha.4", "airbnb-js-shims": "^1.4.0", @@ -78,7 +78,7 @@ "url-loader": "^0.6.2", "util-deprecate": "^1.0.2", "uuid": "^3.2.0", - "webpack": "^3.10.0", + "webpack": "^4.29.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0" },