From 9b503c67abbd281b4425557c462208f7e441ffa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 19:36:43 +0000 Subject: [PATCH] fix: misc/ReactNativeTestApp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- misc/ReactNativeTestApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ReactNativeTestApp/package.json b/misc/ReactNativeTestApp/package.json index f3c44649cf..0afa410329 100644 --- a/misc/ReactNativeTestApp/package.json +++ b/misc/ReactNativeTestApp/package.json @@ -13,7 +13,7 @@ "ethers": "^5.0.0", "@ethersproject/shims": "^5.0.0", "react": "16.13.1", - "react-native": "0.63.2", + "react-native": "0.69.0", "react-native-get-random-values": "1.5.0" }, "devDependencies": {