From 7b19ffa8a53c8442d7e78b39a50f7c0273d0a5eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:14:52 +0000 Subject: [PATCH] fix(deps): update dependency react-native-screens to ~4.14.0 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 83323e93..5ac03e0c 100644 --- a/bun.lock +++ b/bun.lock @@ -69,7 +69,7 @@ "react-native-reanimated": "~3.16.7", "react-native-reanimated-carousel": "4.0.2", "react-native-safe-area-context": "5.4.0", - "react-native-screens": "~4.11.1", + "react-native-screens": "~4.14.0", "react-native-svg": "15.11.2", "react-native-udp": "^4.1.7", "react-native-url-polyfill": "^2.0.0", @@ -1647,7 +1647,7 @@ "react-native-safe-area-context": ["react-native-safe-area-context@5.4.0", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-JaEThVyJcLhA+vU0NU8bZ0a1ih6GiF4faZ+ArZLqpYbL6j7R3caRqj+mE3lEtKCuHgwjLg3bCxLL1GPUJZVqUA=="], - "react-native-screens": ["react-native-screens@4.11.1", "", { "dependencies": { "react-freeze": "^1.0.0", "react-native-is-edge-to-edge": "^1.1.7", "warn-once": "^0.1.0" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-F0zOzRVa3ptZfLpD0J8ROdo+y1fEPw+VBFq1MTY/iyDu08al7qFUO5hLMd+EYMda5VXGaTFCa8q7bOppUszhJw=="], + "react-native-screens": ["react-native-screens@4.14.1", "", { "dependencies": { "react-freeze": "^1.0.0", "react-native-is-edge-to-edge": "^1.2.1", "warn-once": "^0.1.0" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-/7zxVdk2H4BH/dvqpQQh45VCA05UeC+LCE8TPtGfjn5A+9/UJfKPB8LHhAcWxciLYfMCyW8J2u5dGLGQJH/Ecg=="], "react-native-svg": ["react-native-svg@15.11.2", "", { "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3", "warn-once": "0.1.1" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-+YfF72IbWQUKzCIydlijV1fLuBsQNGMT6Da2kFlo1sh+LE3BIm/2Q7AR1zAAR6L0BFLi1WaQPLfFUC9bNZpOmw=="], diff --git a/package.json b/package.json index 44d4c0c4..c60d105b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-native-reanimated": "~3.16.7", "react-native-reanimated-carousel": "4.0.2", "react-native-safe-area-context": "5.4.0", - "react-native-screens": "~4.11.1", + "react-native-screens": "~4.14.0", "react-native-svg": "15.11.2", "react-native-udp": "^4.1.7", "react-native-url-polyfill": "^2.0.0",