From f001ba919ffed93c421a8ec7b9cf3203fe0809fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:18: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-ASYNC-2441827 --- 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" }