From 7f2cdba142d2b9822bf3791f1f4e4788162c57e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 02:47:52 +0000 Subject: [PATCH] fix: examples/react-native-vanilla/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- examples/react-native-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-vanilla/package.json b/examples/react-native-vanilla/package.json index b8703bb8d7cb..3f62255a79f9 100644 --- a/examples/react-native-vanilla/package.json +++ b/examples/react-native-vanilla/package.json @@ -10,7 +10,7 @@ "dependencies": { "prop-types": "^15.6.0", "react": "~16.0.0", - "react-native": "~0.49.3" + "react-native": "~0.69.12" }, "devDependencies": { "babel-jest": "21.0.0",