From fd1c2c0cf0fd3b0c81279cab895c6a9bd224b81f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 03:17:14 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 d0baba8da998..02b0c673a6d7 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -28,7 +28,7 @@ "@storybook/addons": "3.4.0-rc.2", "@storybook/channel-postmessage": "3.4.0-rc.2", "@storybook/client-logger": "3.4.0-rc.2", - "@storybook/core": "3.4.0-rc.2", + "@storybook/core": "6.2.0", "@storybook/node-logger": "3.4.0-rc.2", "@storybook/ui": "3.4.0-rc.2", "airbnb-js-shims": "^1.4.1", @@ -60,7 +60,7 @@ "redux": "^3.7.2", "uglifyjs-webpack-plugin": "^1.2.3", "util-deprecate": "^1.0.2", - "webpack": "^3.11.0", + "webpack": "^5.0.0", "webpack-hot-middleware": "^2.21.2" }, "devDependencies": {