From 7a5b1ab5205005642f014c52a7c05f00c06337ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 08:29:32 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 2b164edceaf6..aaa52dcc86c8 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -31,7 +31,7 @@ "@storybook/ui": "^3.2.17", "autoprefixer": "^7.2.2", "babel-core": "^6.26.0", - "babel-loader": "^7.1.2", + "babel-loader": "^8.2.4", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-trailing-function-commas": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", @@ -47,25 +47,25 @@ "babel-runtime": "^6.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", "commander": "^2.12.2", - "css-loader": "^0.28.7", + "css-loader": "^4.0.0", "events": "^1.1.1", "express": "^4.16.2", - "file-loader": "^1.1.5", + "file-loader": "^6.0.0", "find-cache-dir": "^1.0.0", "global": "^4.3.2", "json-loader": "^0.5.7", "json5": "^0.5.1", - "postcss-loader": "^2.0.9", + "postcss-loader": "^4.0.0", "prop-types": "^15.6.0", "react-native-compat": "^1.0.0", "react-native-iphone-x-helper": "^1.0.1", "shelljs": "^0.7.8", - "style-loader": "^0.18.2", - "url-loader": "^0.6.2", + "style-loader": "^1.1.4", + "url-loader": "^4.0.0", "url-parse": "^1.1.9", "util-deprecate": "^1.0.2", "uuid": "^3.1.0", - "webpack": "^3.10.0", + "webpack": "^5.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0", "ws": "^3.3.2"