From 958ae5a52fad11cd981ceaa6b95d63b3c5d8fedd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 00:07:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HERMESENGINE-2342071 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 9f4b25722c7d8..260e372bc4e75 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "progress": "2.0.3", "react": "17.0.2", "react-dom": "17.0.2", - "react-native": "0.66.2", + "react-native": "0.68.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.10.0", "react-test-renderer": "17.0.2",