From bc9193ef40a8cf833789cc7969edd10cfbf86781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 04:01:27 +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-YARGSPARSER-560381 --- app/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 22b2d4ded54e..8d51687db389 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -67,7 +67,7 @@ "url-parse": "^1.1.9", "util-deprecate": "^1.0.2", "uuid": "^3.2.0", - "webpack": "^3.10.0", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0", "ws": "^3.3.3"