From 85a2f8b7e97e717c822f8feb4ad1ac63f883be9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 14:05:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 006820be..4cb4ce78 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "husky": "7.0.2", "lint-staged": "11.1.1", "react": "16.13.1", - "react-native": "0.64.1", + "react-native": "0.65.0", "react-native-camera": "4.0.3", "react-native-reanimated": "2.0.1", "semantic-release": "17.3.7",