From 8fa7f8cf8e5ed28bddccfcec1fc74a60a4830a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:23:24 +0000 Subject: [PATCH] chore(deps): bump react-native-reanimated Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.18.0 to 3.19.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/3.19.5/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 3.19.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platforms/react-native/sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/react-native/sample/package.json b/platforms/react-native/sample/package.json index 0a793a38..846554f9 100644 --- a/platforms/react-native/sample/package.json +++ b/platforms/react-native/sample/package.json @@ -31,7 +31,7 @@ "react-native-nitro-modules": "^0.33.7", "react-native-quick-base64": "^2.2.2", "react-native-quick-crypto": "1.0.9", - "react-native-reanimated": "3.18.0", + "react-native-reanimated": "3.19.5", "react-native-safe-area-context": "^5.6.1", "react-native-screens": "4.16.0", "react-native-vector-icons": "^10.3.0",