From 0a975839ba9cf3a103a5961d8f0dd1695271321d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:01:28 +0000 Subject: [PATCH] chore: upgrade react-native-webview from 13.17.0 to 14.0.1 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 83c16df..20c3ab9 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "react": "19.2.3", "react-native": "0.85.2", "react-native-get-random-values": "^2.0.0", - "react-native-webview": "^13.16.1" + "react-native-webview": "^14.0.1" }, "devDependencies": { "@babel/core": "^7.29.0",