From 619bb6d4ae8b7114a2efa8aa27f465900b80502f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 06:02:39 +0000 Subject: [PATCH] fix: app/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- app/react-native/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 6365275cb889..445ff4ed10f4 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -29,7 +29,7 @@ "@storybook/addon-links": "3.4.0-rc.2", "@storybook/addons": "3.4.0-rc.2", "@storybook/channel-websocket": "3.4.0-rc.2", - "@storybook/core": "3.4.0-rc.2", + "@storybook/core": "4.0.0", "@storybook/ui": "3.4.0-rc.2", "babel-loader": "^7.1.4", "babel-plugin-macros": "^2.2.0", @@ -61,7 +61,7 @@ "url-parse": "^1.1.9", "util-deprecate": "^1.0.2", "uuid": "^3.2.1", - "webpack": "^3.11.0", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.2", "ws": "^4.1.0"