From b29d6ad19900ef0a300127cf046652d3a08eb3f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 04:21:43 +0000 Subject: [PATCH] fix: examples/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 35c9808b1bc..17ae6017182 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -31,7 +31,7 @@ "pouchdb-adapter-http": "6.4.1", "random-token": "0.0.8", "react": "16.0.0", - "react-native": "0.50.3", + "react-native": "0.69.12", "rxdb": "../../", "rxjs": "5.5.6", "util": "0.10.3"