From a670d7e0d0dc88c854671d0df95083a3b8c499c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Nov 2021 00:04:24 +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-UGLIFYJS-1727251 --- app/react/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/react/package.json b/app/react/package.json index dd1b3b9fd1c9..f0989cee77db 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", @@ -57,8 +57,8 @@ "glamor": "^2.20.40", "glamorous": "^4.11.2", "global": "^4.3.2", - "html-loader": "^0.5.4", - "html-webpack-plugin": "^2.30.1", + "html-loader": "^1.0.0", + "html-webpack-plugin": "^4.0.0", "json-loader": "^0.5.7", "json-stringify-safe": "^5.0.1", "json5": "^0.5.1", @@ -78,7 +78,7 @@ "url-loader": "^0.6.2", "util-deprecate": "^1.0.2", "uuid": "^3.2.0", - "webpack": "^3.10.0", + "webpack": "^4.26.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0" },