From 4bb553325012b6eb49ad156de8dd850964d64a34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Nov 2022 20:42:25 +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-LOADERUTILS-3043105 --- app/react-native/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 6365275cb889..eb134f310a6f 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -31,7 +31,7 @@ "@storybook/channel-websocket": "3.4.0-rc.2", "@storybook/core": "3.4.0-rc.2", "@storybook/ui": "3.4.0-rc.2", - "babel-loader": "^7.1.4", + "babel-loader": "^8.2.4", "babel-plugin-macros": "^2.2.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-trailing-function-commas": "^6.22.0", @@ -48,10 +48,10 @@ "express": "^4.16.3", "find-cache-dir": "^1.0.0", "global": "^4.3.2", - "html-loader": "^0.5.5", - "html-webpack-plugin": "^2.30.1", + "html-loader": "^1.0.0", + "html-webpack-plugin": "^5.0.0", "json5": "^0.5.1", - "markdown-loader": "^2.0.2", + "markdown-loader": "^8.0.0", "prop-types": "^15.6.1", "react-dev-utils": "^5.0.0", "react-native-compat": "^1.0.0", @@ -61,7 +61,7 @@ "url-parse": "^1.1.9", "util-deprecate": "^1.0.2", "uuid": "^3.2.1", - "webpack": "^3.11.0", + "webpack": "^5.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.2", "ws": "^4.1.0"