From 2bf8a91d74f6036751ef1ab8d85b33e376f95920 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 02:22:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 170d339..93a3938 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-standard": "^4.0.1", "firebase": "^8.0.1", "react": "16.13.1", - "react-native": "0.64.1", + "react-native": "0.65.0", "react-native-gesture-handler": "^1.8.0", "react-native-reanimated": "^1.13.1", "react-native-safe-area-context": "^3.1.8",