From 7b592b363d6c59e288783df877198a2d667ee49c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 00:55:52 +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 b14f17975530..8a1576ca42f4 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -69,7 +69,7 @@ "url-loader": "^0.5.8", "util-deprecate": "^1.0.2", "uuid": "^3.0.1", - "webpack": "^2.4.1", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.10.1", "webpack-hot-middleware": "^2.18.0" }