From 6c24af1e648cee6c1664eec6743c89b01c39ce27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:11:18 +0000 Subject: [PATCH] fix: apps/test-suite/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- apps/test-suite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/test-suite/package.json b/apps/test-suite/package.json index 62955a098fc94..31ce8daa5f21f 100644 --- a/apps/test-suite/package.json +++ b/apps/test-suite/package.json @@ -49,7 +49,7 @@ "jasmine-core": "^2.4.1", "lodash": "^4.17.4", "react": "16.9.0", - "react-native": "0.61.4", + "react-native": "0.62.0", "react-native-gesture-handler": "~1.5.1", "react-native-safe-area-view": "^0.14.8", "react-native-web": "^0.11.0",