From 5be9c72bc38ec9b02b5bc25140d4f02f6fba707b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:40:54 +0000 Subject: [PATCH] fix: examples/with-react-native-web/packages/ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- examples/with-react-native-web/packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-react-native-web/packages/ui/package.json b/examples/with-react-native-web/packages/ui/package.json index 221f948a4f0cb..98db2e6abf87c 100644 --- a/examples/with-react-native-web/packages/ui/package.json +++ b/examples/with-react-native-web/packages/ui/package.json @@ -17,6 +17,6 @@ }, "dependencies": { "react": "^18.2.0", - "react-native": "^0.73.1" + "react-native": "^0.73.5" } }