From 8c9d6bc1efd8768e34f8ce2fce540d8e127e9514 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 00:22:42 +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-INFLIGHT-6095116 --- 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 2e0e865ec481..0be17867a0a2 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "18.2.0", - "react-native": "0.71.6" + "react-native": "1000.0.0" }, "devDependencies": { "@babel/core": "^7.11.6",