From a94acf769953077bd15bddddba0833d9a1f552bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 08:01:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index deb1da86..078f3f2e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "postinstall-postinstall": "^2.0.0", "prop-types": "^15.5.10", "react": "18.0.0", - "react-native": "^0.69.7", + "react-native": "^0.73.0", "react-native-action-sheet": "^2.2.0", "react-native-alert-async": "^1.0.5", "react-native-app-auth": "^6.4.0",