From 29b630cca412a9d89e50a8fe4d2e12b365b7b71c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 22:34:27 +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-ASYNC-7414156 --- 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 29def731e485..1752e7d8f887 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.13.1", - "react-native": "0.63.2" + "react-native": "0.69.12" }, "devDependencies": { "@babel/core": "*",