From 4d2312249e5134b48579c306958722186b205716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:24:46 +0000 Subject: [PATCH] build(deps): bump react-native-url-polyfill from 2.0.0 to 3.0.0 Bumps [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/charpeni/react-native-url-polyfill/releases) - [Commits](https://github.com/charpeni/react-native-url-polyfill/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: react-native-url-polyfill dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edfc80e..5990730 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-native-reanimated-carousel": "^4.0.2", "react-native-safe-area-context": "^5.5.2", "react-native-screens": "^4.16.0", - "react-native-url-polyfill": "^2.0.0", + "react-native-url-polyfill": "^3.0.0", "react-native-worklets": "^0.6.1", "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.1",