From f8a229c3e30f713ddd60bce9c09e6bdb9fb69a65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Oct 2024 20:43:20 +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-BASICAUTHCONNECT-8136828 --- 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 00f33cdfdd83..9de1ebdeda22 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^15.4.2", - "react-native": "^0.40.0" + "react-native": "^0.69.12" }, "devDependencies": { "babel-jest": "*",