From 227a8eb6859f40faeacd8912dc3c2edb8d684bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:28:04 +0000 Subject: [PATCH] chore(deps): bump react-native-reanimated in /examples/expo Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 4.1.2 to 4.1.5. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.1.5/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index 97dcc60..00222f1 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -36,7 +36,7 @@ "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-mmkv": "^3.3.3", - "react-native-reanimated": "~4.1.1", + "react-native-reanimated": "~4.1.5", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-worklets": "0.5.1"