From bb33cc0cef4ad06bc4f9f7fc989867d31739ed07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 01:09:42 +0000 Subject: [PATCH] fix: apps/native-component-list/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- apps/native-component-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/native-component-list/package.json b/apps/native-component-list/package.json index 58b9e3a5bbe66..88d1a9d833e00 100644 --- a/apps/native-component-list/package.json +++ b/apps/native-component-list/package.json @@ -77,7 +77,7 @@ "prop-types": "^15.6.0", "react": "16.9.0", "react-dom": "16.9.0", - "react-native": "0.61.4", + "react-native": "0.65.0", "react-native-appearance": "0.2.1", "react-native-branch": "4.2.1", "react-native-gesture-handler": "~1.5.1",