Skip to content

chore(deps): bump the dependencies group across 1 directory with 48 updates#138

Open
dependabot[bot] wants to merge 1 commit into
chore/file-cleanupfrom
dependabot/npm_and_yarn/apps/mobile/dependencies-56df889ecf
Open

chore(deps): bump the dependencies group across 1 directory with 48 updates#138
dependabot[bot] wants to merge 1 commit into
chore/file-cleanupfrom
dependabot/npm_and_yarn/apps/mobile/dependencies-56df889ecf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown

Bumps the dependencies group with 48 updates in the /apps/mobile directory:

Package From To
@expo/metro-runtime 55.0.6 57.0.6
@react-native-async-storage/async-storage 2.2.0 3.1.1
@react-native-community/datetimepicker 8.6.0 9.1.0
@react-native-community/netinfo 11.5.2 12.0.1
@react-navigation/native 7.1.28 7.3.11
@react-navigation/stack 7.7.2 7.10.14
ably 2.20.0 2.25.0
axios 1.6.8 1.18.1
date-fns 4.1.0 4.4.0
expo 55.0.6 57.0.7
expo-blur 55.0.8 57.0.2
expo-build-properties 55.0.9 57.0.6
expo-device 55.0.9 57.0.1
expo-document-picker 55.0.8 57.0.1
expo-file-system 55.0.10 57.0.1
expo-image-manipulator 55.0.9 57.0.5
expo-image-picker 55.0.11 57.0.5
expo-linear-gradient 55.0.8 57.0.1
expo-linking 55.0.7 57.0.3
expo-localization 55.0.8 57.0.1
expo-location 55.1.2 57.0.5
expo-notifications 55.0.11 57.0.6
expo-secure-store 55.0.13 57.0.1
expo-sharing 55.0.11 57.0.6
expo-status-bar 55.0.4 57.0.1
i18next 23.16.8 26.3.6
jose 5.10.0 6.2.3
lucide-react-native 0.395.0 1.25.0
react 19.2.0 19.2.7
@types/react 19.2.14 19.2.17
react-dom 19.2.0 19.2.7
react-i18next 14.1.3 17.0.10
react-native 0.83.2 0.86.0
react-native-gesture-handler 2.30.0 3.1.0
react-native-gifted-charts 1.4.74 1.4.77
react-native-safe-area-context 5.6.2 5.8.0
react-native-screens 4.23.0 4.26.2
react-native-signature-canvas 5.0.2 5.1.0
react-native-svg 15.15.3 15.15.5
react-native-webview 13.16.0 14.0.1
zustand 5.0.12 5.0.14
@testing-library/react-native 12.9.0 14.0.1
babel-preset-expo 55.0.11 57.0.3
eslint-config-expo 55.0.0 57.0.0
jest 29.7.0 30.4.2
jest-expo 55.0.9 57.0.2
react-test-renderer 18.3.1 19.2.7
typescript 5.9.3 7.0.2

Updates @expo/metro-runtime from 55.0.6 to 57.0.6

Changelog

Sourced from @​expo/metro-runtime's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates @react-native-async-storage/async-storage from 2.2.0 to 3.1.1

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

Async Storage v3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

Async Storage v3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

This eliminates the extra step in installation for android.

Async Storage v3.0.3

Patch Changes

350e149:

  • Correctly handle "other" error for Apple platforms
  • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
  • When providing null for a key, for some reason, throw an error instead of crashing the app
  • Make example RN example work again
  • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
  • Double check lock for legacy storage initialization on android

Async Storage v3.0.2

Patch Changes

  • 1d1867f: include jest mock

Async Storage v3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

Async Storage v3.0.0

‼️ Due to missing native artifacts, please do not use this version - 3.0.1 contains a fix!

Major Changes

  • Release of version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
    • useAsyncStorage hook has been removed (will be introduced later)

... (truncated)

Changelog

Sourced from @​react-native-async-storage/async-storage's changelog.

3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

    This eliminates the extra step in installation for android.

3.0.3

Patch Changes

  • 350e149: - Correctly handle "other" error for Apple platforms
    • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
    • When providing null for a key, for some reason, throw an error instead of crashing the app
    • Make example RN example work again
    • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
    • Double check lock for legacy storage initialization on android

3.0.2

Patch Changes

  • 1d1867f: include jest mock

3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

3.0.0

Major Changes

  • f100276: Initial release of upcoming version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-native-async-storage/async-storage since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @react-native-community/datetimepicker from 8.6.0 to 9.1.0

Release notes

Sourced from @​react-native-community/datetimepicker's releases.

v9.1.0

9.1.0 (2026-03-17)

Features

v9.0.0

9.0.0 (2026-03-16)

⚠ BREAKING CHANGES

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039)

Features

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039) (4e463d3)

Bug Fixes

  • android: material date picker off by one day (#1031) (2577e71)
Changelog

Sourced from @​react-native-community/datetimepicker's changelog.

9.1.0 (2026-03-17)

Features

9.0.0 (2026-03-16)

⚠ BREAKING CHANGES

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039)

Features

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039) (4e463d3)

Bug Fixes

  • android: material date picker off by one day (#1031) (2577e71)
Commits
  • 81b9098 chore(master): release 9.1.0 (#1041)
  • ad3f799 feat: introduce more granular event listeners (#1040)
  • 3c29153 chore(master): release 9.0.0 (#1038)
  • 4e463d3 feat(android)!: remove deprecated positiveButtonLabel, negativeButtonLabel, n...
  • 2577e71 fix(android): material date picker off by one day (#1031)
  • 8b1e62e chore: migrate ci to gh actions, bump dependencies (#1037)
  • See full diff in compare view

Updates @react-native-community/netinfo from 11.5.2 to 12.0.1

Release notes

Sourced from @​react-native-community/netinfo's releases.

v12.0.1

12.0.1 (2026-02-14)

Bug Fixes

  • ios: new wifi config API usage requires NetworkExtension framework (#793) (5b1f9b0)

v12.0.0

12.0.0 (2026-02-14)

  • fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wifi info, iOS14+ required (#791) (dd7a88f)

BREAKING CHANGES

  • iOS 14+ is new minimum, that's react-native 0.76+

The first react-native version to require iOS 14+ was react-native 0.76 so that is pretty old but this still may be a breaking change for some people so we are noting it.

Note from Apple Developer Documentation:

"This method also requires the app to have the Access Wi-Fi Information Entitlement, and produces nil if the app lacks this entitlement."

See: https://developer.apple.com/documentation/networkextension/nehotspotnetwork/fetchcurrent(completionhandler:)

Changelog

Sourced from @​react-native-community/netinfo's changelog.

12.0.1 (2026-02-14)

Bug Fixes

  • ios: new wifi config API usage requires NetworkExtension framework (#793) (5b1f9b0)

12.0.0 (2026-02-14)

  • fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wifi info, iOS14+ required (#791) (dd7a88f)

BREAKING CHANGES

  • iOS 14+ is new minimum, that's react-native 0.76+

The first react-native version to require iOS 14+ was react-native 0.76 so that is pretty old but this still may be a breaking change for some people so we are noting it.

Note from Apple Developer Documentation:

"This method also requires the app to have the Access Wi-Fi Information Entitlement, and produces nil if the app lacks this entitlement."

See: https://developer.apple.com/documentation/networkextension/nehotspotnetwork/fetchcurrent(completionhandler:)

Commits
  • d9923d2 chore(release): 12.0.1 [skip ci]
  • 5b1f9b0 fix(ios): new wifi config API usage requires NetworkExtension framework (#793)
  • 223d4d9 chore(release): 12.0.0 [skip ci]
  • dd7a88f fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wi...
  • 2cab2ac chore: document that native module load style is used for react-native 0.77+ ...
  • See full diff in compare view

Updates @react-navigation/native from 7.1.28 to 7.3.11

Release notes

Sourced from @​react-navigation/native's releases.

@​react-navigation/native@​7.3.9

7.3.9 (2026-07-16)

Bug Fixes

@​react-navigation/native@​7.3.8

7.3.8 (2026-07-07)

Bug Fixes

@​react-navigation/native@​7.3.6

7.3.6 (2026-07-03)

Bug Fixes

@​react-navigation/native@​7.3.2

7.3.2 (2026-06-14)

Bug Fixes

@​react-navigation/native@​7.3.0

7.3.0 (2026-06-08)

Features

@​react-navigation/native@​7.2.6

7.2.6 (2026-06-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​react-navigation/native's changelog.

7.3.11 (2026-07-17)

Note: Version bump only for package @​react-navigation/native

7.3.10 (2026-07-17)

Note: Version bump only for package @​react-navigation/native

7.3.9 (2026-07-16)

Bug Fixes

7.3.8 (2026-07-07)

Bug Fixes

7.3.7 (2026-07-03)

Note: Version bump only for package @​react-navigation/native

7.3.6 (2026-07-03)

Bug Fixes

7.3.5 (2026-06-30)

Note: Version bump only for package @​react-navigation/native

7.3.4 (2026-06-23)

Note: Version bump only for package @​react-navigation/native

7.3.3 (2026-06-15)

Note: Version bump only for package @​react-navigation/native

7.3.2 (2026-06-14)

Bug Fixes

... (truncated)

Commits
  • 1f32fd8 chore: publish
  • 449fee2 chore: publish
  • d9dafe2 chore: publish
  • 2eb7e84 chore: upgrade expo sdk to 56 (#13181)
  • 5e41018 chore: update standard-navigation
  • e9900d6 fix: handle link actions, hrefs, and disabled state correctly (#13152)
  • 2f75989 fix: fix handling target _self, _blank etc. in link
  • a9f7cb6 fix: cleanup stale listener after failed browser navigation
  • ef8820d fix: clone action for links to make subsequent navigation work
  • 239bf71 chore: publish
  • Additional commits viewable in compare view

Updates @react-navigation/stack from 7.7.2 to 7.10.14

Release notes

Sourced from @​react-navigation/stack's releases.

@​react-navigation/stack@​7.10.10

7.10.10 (2026-07-04)

Bug Fixes

  • add a stub for InteractionManager (2cd8f9c) - by @

@​react-navigation/stack@​7.10.0

7.10.0 (2026-06-07)

Features

Changelog

Sourced from @​react-navigation/stack's changelog.

7.10.14 (2026-07-17)

Note: Version bump only for package @​react-navigation/stack

7.10.13 (2026-07-17)

Note: Version bump only for package @​react-navigation/stack

7.10.12 (2026-07-16)

Note: Version bump only for package @​react-navigation/stack

7.10.11 (2026-07-07)

Note: Version bump only for package @​react-navigation/stack

7.10.10 (2026-07-04)

Bug Fixes

  • add a stub for InteractionManager (2cd8f9c) - by @

7.10.9 (2026-07-03)

Note: Version bump only for package @​react-navigation/stack

7.10.8 (2026-07-03)

Note: Version bump only for package @​react-navigation/stack

7.10.7 (2026-06-30)

Note: Version bump only for package @​react-navigation/stack

7.10.6 (2026-06-23)

Note: Version bump only for package @​react-navigation/stack

7.10.5 (2026-06-15)

Note: Version bump only for package @​react-navigation/stack

7.10.4 (2026-06-14)

Note: Version bump only for package @​react-navigation/stack

7.10.3 (2026-06-11)

Note: Version bump only for package @​react-navigation/stack

... (truncated)

Commits

Updates ably from 2.20.0 to 2.25.0

Release notes

Sourced from ably's releases.

v2.25.0

Full Changelog

What's Changed

  • Add push notification support for React Native via the new ably/react-native-push plugin. Adds an asynchronous client.getDevice() and deprecates the synchronous client.device() #2262
  • Surface previously silent failures when channel modes are missing: presence.get() without the presence_subscribe mode and channel.subscribe() without the subscribe mode now log an error, or throw when the new strictMode client option is enabled #2236

v2.24.0

What's Changed

  • Add iOS Live Activity support via APNs broadcast channels: push.admin.createApnsBroadcast and push.admin.liveActivity (start/update/end) #2253
  • Fix: use error code 40106 for missing credentials #2254

v2.23.0

Full Changelog: ably/ably-js@2.22.1...2.23.0

What's Changed

  • Allow omitting channelName in the React channel hooks to use the nearest ChannelProvider #2248
  • Fix presence auto-reenter causing "Unable to perform operation on channel" NACKs after reconnecting from a transient disconnect; presence operations are now queued at the channel level until the channel next re-attaches #2241

v2.22.1

Full Changelog: ably/ably-js@2.22.0...2.22.1

What's Changed

  • Fix v1-callback deprecated overloads breaking mock assignment by changing return type from never to void #2239

v2.22.0

Full Changelog: ably/ably-js@2.21.0...2.22.0

What's Changed

  • Make agent channel option additive in React hooks #2237
  • Add missing RestAnnotation#delete typings #2218
  • Throw on legacy v1 ably/promises and ably/callbacks imports #2227
  • Mark v1 callback API as deprecated and throw on v1 callback shapes #2226
  • Mark public ObjectMessage.id and .timestamp as optional #2230
  • Change channels#release semantics to implicit detach rather than error on unexpected channel state #2190
  • Bump ws to 8.20.1 to resolve security advisory #2225

v2.21.0

Full Changelog: ably/ably-js@2.20.0...2.21.0

What's Changed

New features

  • Add LiveObjects REST client: channel.object is now available on REST channel instances, exposing get() to read object state, publish() to send object operations, and generateObjectId() to create object IDs on the client side for atomic batch operations with cross-references between newly created objects #2109
Changelog

Sourced from ably's changelog.

2.25.0 (2026-07-17)

Full Changelog

What's Changed

  • Add push notification support for React Native via the new ably/react-native-push plugin. Adds an asynchronous client.getDevice() and deprecates the synchronous client.device() #2262
  • Surface previously silent failures when channel modes are missing: presence.get() without the presence_subscribe mode and channel.subscribe() without the subscribe mode now log an error, or throw when the new strictMode client option is enabled #2236

2.24.0 (2026-07-08)

Full Changelog

What's Changed

  • Add iOS Live Activity support via APNs broadcast channels: push.admin.createApnsBroadcast and push.admin.liveActivity (start/update/end) #2253
  • Fix: use error code 40106 for missing credentials #2254

2.23.0 (2026-06-19)

Full Changelog

What's Changed

  • Allow omitting channelName in the React channel hooks to use the nearest ChannelProvider #2248
  • Fix presence auto-reenter causing "Unable to perform operation on channel" NACKs after reconnecting from a transient disconnect; presence operations are now queued at the channel level until the channel next re-attaches #2241

2.22.1 (2026-06-08)

Full Changelog

What's Changed

  • Fix v1-callback deprecated overloads breaking mock assignment by changing return type from never to void #2239

2.22.0 (2026-06-05)

Full Changelog

What's Changed

  • Make agent channel option additive in React hooks #2237
  • Add missing RestAnnotation#delete typings #2218
  • Throw on legacy v1 ably/promises and ably/callbacks imports #2227
  • Mark v1 callback API as deprecated and throw on v1 callback shapes #2226
  • Mark public ObjectMessage.id and .timestamp as optional #2230
  • Add PathEvent.isOriginalTarget as alternative to bubbles for LiveObjects path subscriptions #2223
  • Introduce Path type alias for path arrays in LiveObjects code #2222
  • Change channels#release semantics to implicit detach rather than error on unexpected channel state #2190
  • Bump ws to 8.20.1 to resolve security advisory #2225

... (truncated)

Commits
  • dfa453a Merge pull request #2264 from ably/release/2.25.0
  • 41883a6 chore: release/2.25.0
  • e847d96 Merge pull request #2262 from ably/AIT-850/react-native-push
  • ff2ce3a build: add root react-native-push.js shim for resolvers without exports support
  • c76ec4c fix: declare ably/react-native-push types with export = to match runtime
  • 8ff6f46 fix: validate ReactNativePush options and token results
  • db73278 fix: make push storage failures recoverable and ordered
  • 6e1403e fix: resolve push config per client instead of installing it globally
  • 4a3b1a4 fix: typing follow-ups for client.getDevice()
  • acaa34f build: publish ably/react-native-push plugin bundle
  • Additional commits viewable in compare view

Updates axios from 1.6.8 to 1.18.1

Release notes

Sourced from axios's releases.

v1.18.1 — June 21, 2026

This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.

🐛 Bug Fixes

  • AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. (#10913)
  • Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. (#10917, #10930, #10942, #10993)
  • Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. (#10959, #11021)
  • AxiosURLSearchParams: Switched the encoder callback to an arrow function so encoder.call(this) receives the AxiosURLSearchParams instance correctly. (#11019)

🔧 Maintenance & Chores

  • Documentation: Documented sensitive headers and status transition beh...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
field-service-management Ready Ready Preview, Comment Jul 20, 2026 10:55am
field-service-management-mobile Error Error Jul 20, 2026 10:55am

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🤖 Hi @dependabot[bot], I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
structra befd548 Jul 20 2026, 10:52 AM

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🤖 I'm sorry @dependabot[bot], but I was unable to process your request. Please see the logs for more details.

…pdates

Bumps the dependencies group with 48 updates in the /apps/mobile directory:

| Package | From | To |
| --- | --- | --- |
| [@expo/metro-runtime](https://github.com/expo/expo) | `55.0.6` | `57.0.6` |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `2.2.0` | `3.1.1` |
| [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | `8.6.0` | `9.1.0` |
| [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | `11.5.2` | `12.0.1` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.28` | `7.3.11` |
| [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) | `7.7.2` | `7.10.14` |
| [ably](https://github.com/ably/ably-js) | `2.20.0` | `2.25.0` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.18.1` |
| [date-fns](https://github.com/date-fns/date-fns) | `4.1.0` | `4.4.0` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `55.0.6` | `57.0.7` |
| [expo-blur](https://github.com/expo/expo/tree/HEAD/packages/expo-blur) | `55.0.8` | `57.0.2` |
| [expo-build-properties](https://github.com/expo/expo/tree/HEAD/packages/expo-build-properties) | `55.0.9` | `57.0.6` |
| [expo-device](https://github.com/expo/expo/tree/HEAD/packages/expo-device) | `55.0.9` | `57.0.1` |
| [expo-document-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-document-picker) | `55.0.8` | `57.0.1` |
| [expo-file-system](https://github.com/expo/expo/tree/HEAD/packages/expo-file-system) | `55.0.10` | `57.0.1` |
| [expo-image-manipulator](https://github.com/expo/expo/tree/HEAD/packages/expo-image-manipulator) | `55.0.9` | `57.0.5` |
| [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) | `55.0.11` | `57.0.5` |
| [expo-linear-gradient](https://github.com/expo/expo/tree/HEAD/packages/expo-linear-gradient) | `55.0.8` | `57.0.1` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `55.0.7` | `57.0.3` |
| [expo-localization](https://github.com/expo/expo/tree/HEAD/packages/expo-localization) | `55.0.8` | `57.0.1` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `55.1.2` | `57.0.5` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `55.0.11` | `57.0.6` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `55.0.13` | `57.0.1` |
| [expo-sharing](https://github.com/expo/expo/tree/HEAD/packages/expo-sharing) | `55.0.11` | `57.0.6` |
| [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) | `55.0.4` | `57.0.1` |
| [i18next](https://github.com/i18next/i18next) | `23.16.8` | `26.3.6` |
| [jose](https://github.com/panva/jose) | `5.10.0` | `6.2.3` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `0.395.0` | `1.25.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.17` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.7` |
| [react-i18next](https://github.com/i18next/react-i18next) | `14.1.3` | `17.0.10` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.2` | `0.86.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.30.0` | `3.1.0` |
| [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | `1.4.74` | `1.4.77` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.8.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.26.2` |
| [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | `5.0.2` | `5.1.0` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.3` | `15.15.5` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.16.0` | `14.0.1` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.12` | `5.0.14` |
| [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | `12.9.0` | `14.0.1` |
| [babel-preset-expo](https://github.com/expo/expo/tree/HEAD/packages/babel-preset-expo) | `55.0.11` | `57.0.3` |
| [eslint-config-expo](https://github.com/expo/expo/tree/HEAD/packages/eslint-config-expo) | `55.0.0` | `57.0.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` |
| [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) | `55.0.9` | `57.0.2` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `18.3.1` | `19.2.7` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |



Updates `@expo/metro-runtime` from 55.0.6 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits)

Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.1.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage)

Updates `@react-native-community/datetimepicker` from 8.6.0 to 9.1.0
- [Release notes](https://github.com/react-native-datetimepicker/datetimepicker/releases)
- [Changelog](https://github.com/react-native-datetimepicker/datetimepicker/blob/master/CHANGELOG.md)
- [Commits](react-native-datetimepicker/datetimepicker@v8.6.0...v9.1.0)

Updates `@react-native-community/netinfo` from 11.5.2 to 12.0.1
- [Release notes](https://github.com/react-native-netinfo/react-native-netinfo/releases)
- [Changelog](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/CHANGELOG.md)
- [Commits](react-native-netinfo/react-native-netinfo@v11.5.2...v12.0.1)

Updates `@react-navigation/native` from 7.1.28 to 7.3.11
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.3.11/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.3.11/packages/native)

Updates `@react-navigation/stack` from 7.7.2 to 7.10.14
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/stack@7.10.14/packages/stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@7.10.14/packages/stack)

Updates `ably` from 2.20.0 to 2.25.0
- [Release notes](https://github.com/ably/ably-js/releases)
- [Changelog](https://github.com/ably/ably-js/blob/main/CHANGELOG.md)
- [Commits](ably/ably-js@2.20.0...2.25.0)

Updates `axios` from 1.6.8 to 1.18.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.18.1)

Updates `date-fns` from 4.1.0 to 4.4.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Commits](date-fns/date-fns@v4.1.0...v4.4.0)

Updates `expo` from 55.0.6 to 57.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-blur` from 55.0.8 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-blur/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-blur)

Updates `expo-build-properties` from 55.0.9 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-build-properties/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-build-properties)

Updates `expo-device` from 55.0.9 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-device/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-device)

Updates `expo-document-picker` from 55.0.8 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-document-picker/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-document-picker)

Updates `expo-file-system` from 55.0.10 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-file-system/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-file-system)

Updates `expo-image-manipulator` from 55.0.9 to 57.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image-manipulator/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image-manipulator)

Updates `expo-image-picker` from 55.0.11 to 57.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image-picker/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image-picker)

Updates `expo-linear-gradient` from 55.0.8 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-linear-gradient/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linear-gradient)

Updates `expo-linking` from 55.0.7 to 57.0.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-linking/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linking)

Updates `expo-localization` from 55.0.8 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-localization/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-localization)

Updates `expo-location` from 55.1.2 to 57.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-location/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location)

Updates `expo-notifications` from 55.0.11 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-notifications/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-notifications)

Updates `expo-secure-store` from 55.0.13 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `expo-sharing` from 55.0.11 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-sharing/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sharing)

Updates `expo-status-bar` from 55.0.4 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-status-bar/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-status-bar)

Updates `i18next` from 23.16.8 to 26.3.6
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.8...v26.3.6)

Updates `jose` from 5.10.0 to 6.2.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.10.0...v6.2.3)

Updates `lucide-react-native` from 0.395.0 to 1.25.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide-react-native)

Updates `react` from 19.2.0 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.0 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `react-i18next` from 14.1.3 to 17.0.10
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.1.3...v17.0.10)

Updates `react-native` from 0.83.2 to 0.86.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.86.0/packages/react-native)

Updates `react-native-gesture-handler` from 2.30.0 to 3.1.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.30.0...v3.1.0)

Updates `react-native-gifted-charts` from 1.4.74 to 1.4.77
- [Release notes](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/releases)
- [Commits](Abhinandan-Kushwaha/react-native-gifted-charts@v1.4.74...v1.4.77)

Updates `react-native-safe-area-context` from 5.6.2 to 5.8.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.6.2...v5.8.0)

Updates `react-native-screens` from 4.23.0 to 4.26.2
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.23.0...4.26.2)

Updates `react-native-signature-canvas` from 5.0.2 to 5.1.0
- [Release notes](https://github.com/YanYuanFE/react-native-signature-canvas/releases)
- [Changelog](https://github.com/YanYuanFE/react-native-signature-canvas/blob/master/CHANGELOG.md)
- [Commits](YanYuanFE/react-native-signature-canvas@v5.0.2...v5.1.0)

Updates `react-native-svg` from 15.15.3 to 15.15.5
- [Release notes](https://github.com/software-mansion/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.15.3...v15.15.5)

Updates `react-native-webview` from 13.16.0 to 14.0.1
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Commits](react-native-webview/react-native-webview@v13.16.0...v14.0.1)

Updates `zustand` from 5.0.12 to 5.0.14
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.12...v5.0.14)

Updates `@testing-library/react-native` from 12.9.0 to 14.0.1
- [Release notes](https://github.com/callstack/react-native-testing-library/releases)
- [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/CHANGELOG.md)
- [Commits](callstack/react-native-testing-library@v12.9.0...v14.0.1)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `babel-preset-expo` from 55.0.11 to 57.0.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/babel-preset-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/babel-preset-expo)

Updates `eslint-config-expo` from 55.0.0 to 57.0.0
- [Changelog](https://github.com/expo/expo/blob/main/packages/eslint-config-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/eslint-config-expo)

Updates `jest` from 29.7.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

Updates `jest-expo` from 55.0.9 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/jest-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/jest-expo)

Updates `react-test-renderer` from 18.3.1 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-test-renderer)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@expo/metro-runtime"
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@react-native-community/datetimepicker"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@react-native-community/netinfo"
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@react-navigation/stack"
  dependency-version: 7.10.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@testing-library/react-native"
  dependency-version: 14.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ably
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: axios
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel-preset-expo
  dependency-version: 57.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: date-fns
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-expo
  dependency-version: 57.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-blur
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-build-properties
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-device
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-document-picker
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-file-system
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-image-manipulator
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-image-picker
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-linear-gradient
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-linking
  dependency-version: 57.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-localization
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-location
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-notifications
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-secure-store
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-sharing
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: expo-status-bar
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: i18next
  dependency-version: 26.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jest-expo
  dependency-version: 57.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: lucide-react-native
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-i18next
  dependency-version: 17.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-native
  dependency-version: 0.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-gesture-handler
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-native-gifted-charts
  dependency-version: 1.4.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-screens
  dependency-version: 4.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-signature-canvas
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-native-webview
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-test-renderer
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zustand
  dependency-version: 5.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/mobile/dependencies-56df889ecf branch from 6013521 to befd548 Compare July 20, 2026 10:52
@dependabot
dependabot Bot changed the base branch from main to chore/file-cleanup July 23, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants