From 40e3e0b0d4de0f02dbe0c1aa872a34543c33be24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 03:02:24 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 76ffe3f..627285e 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "@voximplant/react-native-foreground-service": "^3.0.2", "clevertap-react-native": "^1.0.2", "react": "18.1.0", - "react-native": "0.70.6", + "react-native": "0.76.0", "react-native-permissions": "^3.8.0", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0",