From 6628160596f3c6504cf6c23e78fe3dc95fae609d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:35:19 +0000 Subject: [PATCH] chore(deps): bump react-native-reanimated from 4.5.1 to 4.6.0 in /mobile Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 4.5.1 to 4.6.0. - [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/CHANGELOG.md) - [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.6.0/packages/react-native-reanimated) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobile/package-lock.json | 12 ++++++------ mobile/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 104f466..29d818a 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -31,7 +31,7 @@ "react-dom": "19.2.3", "react-native": "0.86.3", "react-native-maps": "1.27.2", - "react-native-reanimated": "4.5.1", + "react-native-reanimated": "4.6.0", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.26.0", "react-native-svg": "15.15.4", @@ -12492,9 +12492,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.5.1.tgz", - "integrity": "sha512-RnMvtDuR+68ig864gAvZCOdZehqhC5rFmMo0kn+ARfgVSTvFeF6IFLBVgMPUu0KwihaapEyW24WRi6nEyy1kSA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.6.0.tgz", + "integrity": "sha512-9vbQmok5BPX2J3RLPFt2UnwmK2QQoMDPDi0VB4a9JWIiEc55pdzvwEsdH91V/JXKNErqM6a9fElTBMc/1cbtBA==", "license": "MIT", "dependencies": { "react-native-is-edge-to-edge": "^1.3.1", @@ -12502,8 +12502,8 @@ }, "peerDependencies": { "react": "*", - "react-native": "0.83 - 0.86", - "react-native-worklets": "0.10.x" + "react-native": "0.83 - 0.87", + "react-native-worklets": "0.12.x" } }, "node_modules/react-native-reanimated/node_modules/semver": { diff --git a/mobile/package.json b/mobile/package.json index 252019a..4a5fc7a 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -33,7 +33,7 @@ "react-dom": "19.2.3", "react-native": "0.86.3", "react-native-maps": "1.27.2", - "react-native-reanimated": "4.5.1", + "react-native-reanimated": "4.6.0", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.26.0", "react-native-svg": "15.15.4",