Skip to content

chore(deps): bump the production-dependencies group with 53 updates#572

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-2d8bd98655
Closed

chore(deps): bump the production-dependencies group with 53 updates#572
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-2d8bd98655

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 53 updates:

Package From To
@ai-sdk/google 3.0.29 3.0.75
@nestjs/common 11.1.18 11.1.21
@nestjs/config 4.0.3 4.0.4
@nestjs/core 11.1.18 11.1.21
@nestjs/event-emitter 3.0.1 3.1.0
@nestjs/platform-express 11.1.18 11.1.21
@nestjs/swagger 11.2.6 11.4.3
@nestjs/terminus 11.0.0 11.1.1
@prisma/adapter-pg 7.4.0 7.8.0
@prisma/client 7.4.0 7.8.0
@sentry/nestjs 10.39.0 10.53.1
ai 6.0.86 6.0.184
bullmq 5.70.1 5.76.10
expo-server-sdk 5.0.0 6.1.0
google-auth-library 10.5.0 10.6.2
ioredis 5.10.0 5.10.1
jose 6.1.3 6.2.3
nestjs-pino 4.5.0 4.6.1
nestjs-zod 5.1.1 5.4.0
resend 6.9.2 6.12.3
@gorhom/bottom-sheet 5.2.8 5.2.14
@react-native-community/datetimepicker 8.6.0 9.1.0
@react-native-firebase/analytics 23.8.6 24.0.0
@react-native-firebase/app 23.8.6 24.0.0
@react-native-firebase/crashlytics 23.8.6 24.0.0
@shopify/flash-list 2.0.2 2.3.1
@shopify/react-native-skia 2.4.18 2.6.2
expo-speech-recognition 3.1.0 3.1.3
ky 1.14.3 2.0.2
react 19.2.0 19.2.6
react-dom 19.2.0 19.2.6
react-native 0.83.6 0.85.3
react-native-gesture-handler 2.30.0 2.31.2
react-native-intersection-observer 0.2.1 0.3.1
react-native-keyboard-controller 1.20.7 1.21.7
react-native-mmkv 3.3.3 4.3.1
react-native-purchases 9.11.1 10.1.1
react-native-reanimated 4.2.1 4.3.1
react-native-safe-area-context 5.6.2 5.7.0
react-native-screens 4.23.0 4.25.0
react-native-svg 15.15.3 15.15.5
react-native-view-shot 4.0.3 5.1.0
react-native-webview 13.16.0 13.16.1
react-native-worklets 0.7.4 0.8.3
@types/node 18.19.130 25.8.0
@vitest/coverage-v8 4.0.18 4.1.6
dayjs 1.11.19 1.11.20
jest 29.7.0 30.4.2
@types/jest 29.5.14 30.0.0
ts-jest 29.4.6 29.4.9
typescript 5.9.3 6.0.3
vitest 4.0.18 4.1.6
zod 3.25.76 4.4.3

Updates @ai-sdk/google from 3.0.29 to 3.0.75

Release notes

Sourced from @​ai-sdk/google's releases.

@​ai-sdk/google@​3.0.75

Patch Changes

  • ab15576: feat(google): update Interactions API implementation to cater for upstream breaking changes coming May 26

@​ai-sdk/google@​3.0.74

Patch Changes

  • 3ca0daa: fix(provider/google): support functionCall.id when returned by Gemini API and provide matching functionResponse.id
Changelog

Sourced from @​ai-sdk/google's changelog.

3.0.75

Patch Changes

  • ab15576: feat(google): update Interactions API implementation to cater for upstream breaking changes coming May 26

3.0.74

Patch Changes

  • 3ca0daa: fix(provider/google): support functionCall.id when returned by Gemini API and provide matching functionResponse.id

3.0.73

Patch Changes

  • bb1eb98: feat(google): add fileData support to embedding model

3.0.72

Patch Changes

  • b3642fe: feat(provider/google): support cancelling long-running Interactions API agents via AbortSignal, and process their intermittent stream

3.0.71

Patch Changes

  • 59530cf: fix(google): emit Vertex no-args streaming tool calls and preserve thoughtSignature

    Vertex emits a no-args function call as a single chunk shaped { functionCall: { name: 'X' } } with no args, no partialArgs, and no willContinue. The streaming parser had no branch for this shape, so the call was dropped along with any thoughtSignature it carried. For Gemini 3 thinking models this caused the next multi-turn step to 400 with missing thought_signature. The unary (doGenerate) path had the same drop.

    Both paths now emit the call as a complete tool call with '{}' input and propagate thoughtSignature provider metadata.

    Fixes #14847.

3.0.70

Patch Changes

  • 4f3f564: fix(provider/google): fix lack of image consistency when using Interactions API in stateless mode

3.0.69

Patch Changes

  • bb377ba: fix(google): omit passing includeServerSideToolInvocations for Vertex tool_config
  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27

... (truncated)

Commits
  • f8d3003 Version Packages (#15356)
  • ab15576 Backport: feat(google): update Interactions API implementation to cater for u...
  • 2e7664b Version Packages (#15315)
  • 3ca0daa Backport: fix(provider/google): support functionCall.id when returned by Ge...
  • e2f1bca Version Packages (#15216)
  • bb1eb98 Backport: feat(google): add fileData support to embedding model (#15204)
  • d5bbdbc Version Packages (#15174)
  • b3642fe Backport: feat(provider/google): support cancelling long-running Interactions...
  • e70aab9 Version Packages (#15138)
  • 59530cf Backport: fix(google): emit no-args streaming tool calls and preserve thought...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/google since your current version.


Updates @nestjs/common from 11.1.18 to 11.1.21

Release notes

Sourced from @​nestjs/common's releases.

v11.1.21 (2026-05-14)

Bug fixes

Committers: 1

v11.1.20 (2026-05-13)

Bug fixes

Enhancements

Dependencies

Committers: 13

... (truncated)

Commits
  • 983dd52 chore(release): publish v11.1.21 release
  • a0b0139 chore: update readme
  • 7caeb3f chore(release): publish v11.1.20 release
  • f6a3c2f fix(docs): update some old links in docs
  • 4b6420b Merge pull request #16902 from QusaiAlbonni/fix/filetype-validator-buffer-mes...
  • 33515ed fix(common): improve missing buffer error message in file type validator
  • 9226a6f fix: Add missing validateEach for UsePipes
  • 1501bc0 fix(common): accept zero timestamp in parse date pipe
  • 6730995 chore(release): publish v11.1.19 release
  • See full diff in compare view

Updates @nestjs/config from 4.0.3 to 4.0.4

Release notes

Sourced from @​nestjs/config's releases.

Release 4.0.4

  • fix(deps): update dependency dotenv to v17.4.1 (6bc5737)
  • fix(deps): update dependency lodash to v4.18.1 [security] (f31ee98)
Commits
  • 3b5d592 chore(): release v4.0.4
  • 4fbcb03 Merge pull request #2263 from nestjs/renovate/dotenv-17.x
  • 33dae89 Merge pull request #2269 from nestjs/renovate/cimg-node-24.x
  • 0a727c3 Merge pull request #2313 from nestjs/renovate/npm-lodash-vulnerability
  • 6bc5737 fix(deps): update dependency dotenv to v17.4.1
  • f31ee98 fix(deps): update dependency lodash to v4.18.1 [security]
  • 059314c chore(deps): update dependency typescript-eslint to v8.58.1 (#2315)
  • 0f81e2d chore(deps): update dependency eslint to v10.2.0 (#2314)
  • e673ab2 chore(deps): update dependency @​types/node to v24.12.2 (#2311)
  • b1ede30 chore(deps): update nest monorepo to v11.1.18 (#2312)
  • Additional commits viewable in compare view

Updates @nestjs/core from 11.1.18 to 11.1.21

Release notes

Sourced from @​nestjs/core's releases.

v11.1.21 (2026-05-14)

Bug fixes

Committers: 1

v11.1.20 (2026-05-13)

Bug fixes

Enhancements

Dependencies

Committers: 13

... (truncated)

Commits
  • 983dd52 chore(release): publish v11.1.21 release
  • d48f21d fix(core): settle skipped provider initialization
  • a0b0139 chore: update readme
  • 7caeb3f chore(release): publish v11.1.20 release
  • 2e290c6 fix(core): fix deeply nested transient providers resolution
  • f6a3c2f fix(docs): update some old links in docs
  • 958ff95 fix(core): Delay SSE response .end() until flush
  • 7c10646 Merge pull request #16753 from jkalberer/fix/sse-pipe-validation-error-status
  • 895fdf3 fix(core): Use strict null check for SSE message id
  • 6730995 chore(release): publish v11.1.19 release
  • Additional commits viewable in compare view

Updates @nestjs/event-emitter from 3.0.1 to 3.1.0

Release notes

Sourced from @​nestjs/event-emitter's releases.

Release 3.1.0

What's Changed

New Contributors

Full Changelog: nestjs/event-emitter@3.0.1...3.1.0

Commits
  • 35b9313 chore(): release v3.1.0
  • 53d3b82 Merge pull request #1708 from nestjs/renovate/cimg-node-24.x
  • eb7bde2 Merge pull request #1715 from kyungseopk1m/feat/inherit-request-context-id
  • c06defe feat(loader): inherit request context id in request-scoped listeners
  • f711eb5 chore(deps): update dependency @​commitlint/cli to v20.5.2 (#1714)
  • e684d68 chore(deps): update dependency release-it to v20.0.1 (#1713)
  • 85f0265 chore(deps): update dependency vite to v8.0.10 (#1712)
  • 770cc24 chore(deps): update dependency vitest to v4.1.5 (#1711)
  • 85bb425 chore(deps): update dependency oxlint to v1.61.0 (#1710)
  • 6be695c chore(deps): update dependency vite to v8.0.9 (#1709)
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 11.1.18 to 11.1.21

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.1.21 (2026-05-14)

Bug fixes

Committers: 1

v11.1.20 (2026-05-13)

Bug fixes

Enhancements

Dependencies

Committers: 13

... (truncated)

Commits
  • 983dd52 chore(release): publish v11.1.21 release
  • a0b0139 chore: update readme
  • 7caeb3f chore(release): publish v11.1.20 release
  • f6a3c2f fix(docs): update some old links in docs
  • 5e33ecf feat: add MulterOptions and MulterField interfaces for express platform confi...
  • 6730995 chore(release): publish v11.1.19 release
  • See full diff in compare view

Updates @nestjs/swagger from 11.2.6 to 11.4.3

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.4.3

11.4.3 (2026-05-14)

Bug fixes

Enhancements

Dependencies

Committers: 6

Release 11.4.2

11.4.2 (2026-04-27)

Bug fixes

  • #3867 fix(plugin): keep auto-inferred default response when only error Api*Response decorators are present (@​PeterTheOne)
  • #3876 fix(plugin): handle IsIn enum inference when type falls back to Object (@​y-hsgw)

Committers: 2

Release 11.4.1

11.4.1 (2026-04-22)

Bug fixes

Committers: 1

Release 11.4.0

11.4.0 (2026-04-22)

Features

... (truncated)

Commits
  • 354363e chore(): release v11.4.3
  • 0d79a3c Merge pull request #3910 from yudin-s/fix/query-param-const-enum-schema
  • b7c2bd0 Merge pull request #3906 from nestjs/renovate/swagger-ui-dist-5.x
  • 7ae4f7c Merge pull request #3911 from tibohaffner/fix/fastify-compress-async-handlers
  • 9531340 fix(swagger-module): return reply from async route handlers
  • 1fa21a2 fix(swagger): support const enum query params
  • d5eb143 chore(deps): update nest monorepo to v11.1.20 (#3907)
  • b5e3d2d chore(deps): update commitlint monorepo to v21.0.1 (#3905)
  • 4e52413 fix(deps): update dependency swagger-ui-dist to v5.32.6
  • ccfd4b9 chore(deps): update dependency @​types/node to v24.12.4 (#3904)
  • Additional commits viewable in compare view

Updates @nestjs/terminus from 11.0.0 to 11.1.1

Release notes

Sourced from @​nestjs/terminus's releases.

Release 11.1.1

11.1.1 (2026-02-18)

Bug Fixes

Release 11.1.0

11.1.0 (2026-02-17)

Bug Fixes

  • disallow using reserved keyword status for health indicators (303948f), closes #2682

Features

  • add support for dynamic configuration with Terminus.forRootAsync (489904f), closes #2649
  • infer health check result (4e59375)
Changelog

Sourced from @​nestjs/terminus's changelog.

Changelog

11.1.0 (2026-02-17)

Bug Fixes

  • deps: update dependency @​grpc/grpc-js to v1.12.6 (7dd0d5f)
  • deps: update dependency @​mikro-orm/nestjs to v6.1.0 (177fc8c)
  • deps: update dependency @​mikro-orm/nestjs to v6.1.1 (8e3b253)
  • deps: update dependency @​nestjs/mongoose to v11.0.1 (0af02b5)
  • deps: update dependency @​nestjs/typeorm to v11 (687a4fe)
  • deps: update dependency ioredis to v5.4.2 (47125b6)
  • deps: update dependency mongoose to v8.10.1 (4b8e133)
  • deps: update dependency mysql2 to v3.12.0 (0970ecd)
  • deps: update dependency rxjs to v7.8.2 (4cceadb)
  • deps: update dependency typeorm to v0.3.22 (b0e6662)
  • deps: update mikro-orm monorepo to v6.4.5 (5ece0f8)
  • deps: update nest monorepo (eb4cab2)
  • deps: update nest monorepo (abd9ba8)
  • deps: update nest monorepo to v11 (207b45d)
  • deps: update nest monorepo to v11.0.11 (a36f951)
  • deps: update nest monorepo to v11.0.9 (2865a5b)
  • deps: update prisma monorepo to v6.3.0 (4c42699)
  • deps: update prisma monorepo to v6.3.1 (1ed2ff0)
  • disallow using reserved keyword status for health indicators (303948f), closes #2682

Features

  • add support for dynamic configuration with Terminus.forRootAsync (489904f), closes #2649
  • infer health check result (4e59375)
Commits
  • a5dc4a5 chore: release 1.11.1
  • ff8dbcf Merge pull request #2696 from nestjs/next
  • a5c030d chore: release 11.1.1-beta.1
  • e45f528 chore: formatting
  • eb3e234 chore: release 11.1.1-beta.0
  • 8d7226b fix: use dependency injection to provide custom loggers
  • 5a2647e chore(): release v11.1.0
  • c9386ae Merge pull request #2621 from nestjs/renovate/mikro-orm-monorepo
  • c6862f4 Merge pull request #2678 from nestjs/next
  • f2a33b4 chore(deps): update mikro-orm monorepo to v6.6.7
  • Additional commits viewable in compare view

Updates @prisma/adapter-pg from 7.4.0 to 7.8.0

Release notes

Sourced from @​prisma/adapter-pg's releases.

7.8.0

Today, we are excited to share the 7.8.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

Prisma Client

  • Added a queryPlanCacheMaxSize option to the PrismaClient constructor for fine-grained control over the query plan cache. Pass 0 to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)

Bug Fixes

Prisma Client

  • Fixed an equality filter panic and incorrect ::jsonb cast when filtering on PostgreSQL JSON list columns. Queries using where: { jsonListField: { equals: [...] } }prisma/prisma-engines#5804
  • Fixed case-insensitive JSON field filtering (mode: insensitive), allowing where: { jsonField: { equals: "...", mode: "insensitive" } }prisma/prisma-engines#5806
  • Fixed incorrect parameterization of enum values that have a custom database name set via @map. (#29422)
  • Fixed a database parameter limit check (P2029), which could incorrectly reject or miss over-limit queries. (#29422)
  • Fixed a regression that caused missing SQL Server VARCHARprisma/prisma-engines#5801

Schema Engine

  • Fixed a misleading error message in prisma migrate diff that referenced the --shadow-database-url CLI flag, which was removed in Prisma 7. (#29455)
  • Fixed prisma migrate dev (and shadow database migration replay in general) failing with CREATE INDEX CONCURRENTLY cannot run inside a transaction blockprisma/prisma-engines#5799
  • Fixed PostgreSQL introspection silently dropping sequence defaults when the database returns the schema-qualified form pg_catalog.nextval('sequence_name'::regclass) instead of the bare nextval(...). Columns backed by sequences now correctly appear as @default(autoincrement())prisma/prisma-engines#5802

Driver Adapters

  • @​prisma/adapter-d1: Savepoint operations (createSavepoint, rollbackToSavepoint, releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)

Open roles at Prisma

Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.

7.7.0

Today, we are excited to share the 7.7.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

... (truncated)

Commits
  • f2ca67e feat: pg statement name generator (#29395)
  • 4131568 fix: set @​types/pg to ^8.16.0 (#29390)
  • 33667c3 fix(adapter-pg): handle both quoted/unquoted column names in ColumnNotFound e...
  • e97b3e0 feat(adapter-pg): accept connection string URL in PrismaPg constructor (#29287)
  • fc38fb7 Make @​types/pg a direct dependency of adapter-pg (#29277)
  • 6091e02 feat: add support for nested transaction rollbacks via savepoints in sql (#21...
  • See full diff in compare view

Updates @prisma/client from 7.4.0 to 7.8.0

Release notes

Sourced from @​prisma/client's releases.

7.8.0

Today, we are excited to share the 7.8.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

Prisma Client

  • Added a queryPlanCacheMaxSize option to the PrismaClient constructor for fine-grained control over the query plan cache. Pass 0 to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)

Bug Fixes

Prisma Client

  • Fixed an equality filter panic and incorrect ::jsonb cast when filtering on PostgreSQL JSON list columns. Queries using where: { jsonListField: { equals: [...] } }prisma/prisma-engines#5804
  • Fixed case-insensitive JSON field filtering (mode: insensitive), allowing where: { jsonField: { equals: "...", mode: "insensitive" } }prisma/prisma-engines#5806
  • Fixed incorrect parameterization of enum values that have a custom database name set via @map. (#29422)
  • Fixed a database parameter limit check (P2029), which could incorrectly reject or miss over-limit queries. (#29422)
  • Fixed a regression that caused missing SQL Server VARCHARprisma/prisma-engines#5801

Schema Engine

  • Fixed a misleading error message in prisma migrate diff that referenced the --shadow-database-url CLI flag, which was removed in Prisma 7. (#29455)
  • Fixed prisma migrate dev (and shadow database migration replay in general) failing with CREATE INDEX CONCURRENTLY cannot run inside a transaction blockprisma/prisma-engines#5799
  • Fixed PostgreSQL introspection silently dropping sequence defaults when the database returns the schema-qualified form pg_catalog.nextval('sequence_name'::regclass) instead of the bare nextval(...). Columns backed by sequences now correctly appear as @default(autoincrement())prisma/prisma-engines#5802

Driver Adapters

  • @​prisma/adapter-d1: Savepoint operations (createSavepoint, rollbackToSavepoint, releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)

Open roles at Prisma

Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.

7.7.0

Today, we are excited to share the 7.7.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

... (truncated)

Commits
  • 62b44ac chore(deps): update engines to 7.8.0-5.e96eae70cf4ade6a15d7e6064d5b0b4f7d835d...
  • 4104864 feat: add a query plan cache size parameter (#29503)
  • 723ba7b chore(deps): update engines to 7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9a...
  • cadbafe chore(deps): update engines to 7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b44...

Bumps the production-dependencies group with 53 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `3.0.29` | `3.0.75` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.18` | `11.1.21` |
| [@nestjs/config](https://github.com/nestjs/config) | `4.0.3` | `4.0.4` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.18` | `11.1.21` |
| [@nestjs/event-emitter](https://github.com/nestjs/event-emitter) | `3.0.1` | `3.1.0` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.18` | `11.1.21` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.6` | `11.4.3` |
| [@nestjs/terminus](https://github.com/nestjs/terminus) | `11.0.0` | `11.1.1` |
| [@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg) | `7.4.0` | `7.8.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.4.0` | `7.8.0` |
| [@sentry/nestjs](https://github.com/getsentry/sentry-javascript) | `10.39.0` | `10.53.1` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.86` | `6.0.184` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `5.70.1` | `5.76.10` |
| [expo-server-sdk](https://github.com/expo/expo-server-sdk-node) | `5.0.0` | `6.1.0` |
| [google-auth-library](https://github.com/googleapis/google-cloud-node-core/tree/HEAD/packages/google-auth-library-nodejs) | `10.5.0` | `10.6.2` |
| [ioredis](https://github.com/luin/ioredis) | `5.10.0` | `5.10.1` |
| [jose](https://github.com/panva/jose) | `6.1.3` | `6.2.3` |
| [nestjs-pino](https://github.com/iamolegga/nestjs-pino) | `4.5.0` | `4.6.1` |
| [nestjs-zod](https://github.com/BenLorantfy/nestjs-zod/tree/HEAD/packages/nestjs-zod) | `5.1.1` | `5.4.0` |
| [resend](https://github.com/resend/resend-node) | `6.9.2` | `6.12.3` |
| [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | `5.2.8` | `5.2.14` |
| [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | `8.6.0` | `9.1.0` |
| [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) | `23.8.6` | `24.0.0` |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) | `23.8.6` | `24.0.0` |
| [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase) | `23.8.6` | `24.0.0` |
| [@shopify/flash-list](https://github.com/Shopify/flash-list) | `2.0.2` | `2.3.1` |
| [@shopify/react-native-skia](https://github.com/Shopify/react-native-skia) | `2.4.18` | `2.6.2` |
| [expo-speech-recognition](https://github.com/jamsch/expo-speech-recognition) | `3.1.0` | `3.1.3` |
| [ky](https://github.com/sindresorhus/ky) | `1.14.3` | `2.0.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.6` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.6` | `0.85.3` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.30.0` | `2.31.2` |
| [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | `0.2.1` | `0.3.1` |
| [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | `1.20.7` | `1.21.7` |
| [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) | `3.3.3` | `4.3.1` |
| [react-native-purchases](https://github.com/revenuecat/react-native-purchases) | `9.11.1` | `10.1.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.3.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.25.0` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.3` | `15.15.5` |
| [react-native-view-shot](https://github.com/gre/react-native-view-shot) | `4.0.3` | `5.1.0` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.16.0` | `13.16.1` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.4` | `0.8.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.130` | `25.8.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.18` | `4.1.6` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.20` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.6` |
| [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.4.3` |


Updates `@ai-sdk/google` from 3.0.29 to 3.0.75
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/google@3.0.75/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@3.0.75/packages/google)

Updates `@nestjs/common` from 11.1.18 to 11.1.21
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.21/packages/common)

Updates `@nestjs/config` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/nestjs/config/releases)
- [Commits](nestjs/config@4.0.3...4.0.4)

Updates `@nestjs/core` from 11.1.18 to 11.1.21
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.21/packages/core)

Updates `@nestjs/event-emitter` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/nestjs/event-emitter/releases)
- [Commits](nestjs/event-emitter@3.0.1...3.1.0)

Updates `@nestjs/platform-express` from 11.1.18 to 11.1.21
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.21/packages/platform-express)

Updates `@nestjs/swagger` from 11.2.6 to 11.4.3
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Commits](nestjs/swagger@11.2.6...11.4.3)

Updates `@nestjs/terminus` from 11.0.0 to 11.1.1
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](nestjs/terminus@11.0.0...11.1.1)

Updates `@prisma/adapter-pg` from 7.4.0 to 7.8.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/adapter-pg)

Updates `@prisma/client` from 7.4.0 to 7.8.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client)

Updates `@sentry/nestjs` from 10.39.0 to 10.53.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.39.0...10.53.1)

Updates `ai` from 6.0.86 to 6.0.184
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.184/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.184/packages/ai)

Updates `bullmq` from 5.70.1 to 5.76.10
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.70.1...v5.76.10)

Updates `expo-server-sdk` from 5.0.0 to 6.1.0
- [Release notes](https://github.com/expo/expo-server-sdk-node/releases)
- [Changelog](https://github.com/expo/expo-server-sdk-node/blob/main/CHANGELOG.md)
- [Commits](expo/expo-server-sdk-node@v5.0.0...v6.1.0)

Updates `google-auth-library` from 10.5.0 to 10.6.2
- [Release notes](https://github.com/googleapis/google-cloud-node-core/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node-core/blob/main/packages/google-auth-library-nodejs/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node-core/commits/google-auth-library-v10.6.2/packages/google-auth-library-nodejs)

Updates `ioredis` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.10.0...v5.10.1)

Updates `jose` from 6.1.3 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@v6.1.3...v6.2.3)

Updates `nestjs-pino` from 4.5.0 to 4.6.1
- [Release notes](https://github.com/iamolegga/nestjs-pino/releases)
- [Commits](iamolegga/nestjs-pino@4.5.0...4.6.1)

Updates `nestjs-zod` from 5.1.1 to 5.4.0
- [Release notes](https://github.com/BenLorantfy/nestjs-zod/releases)
- [Commits](https://github.com/BenLorantfy/nestjs-zod/commits/v5.4.0/packages/nestjs-zod)

Updates `resend` from 6.9.2 to 6.12.3
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.9.2...v6.12.3)

Updates `@gorhom/bottom-sheet` from 5.2.8 to 5.2.14
- [Release notes](https://github.com/gorhom/react-native-bottom-sheet/releases)
- [Changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md)
- [Commits](gorhom/react-native-bottom-sheet@v5.2.8...v5.2.14)

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-firebase/analytics` from 23.8.6 to 24.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v23.8.6...v24.0.0)

Updates `@react-native-firebase/app` from 23.8.6 to 24.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v23.8.6...v24.0.0)

Updates `@react-native-firebase/crashlytics` from 23.8.6 to 24.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v23.8.6...v24.0.0)

Updates `@shopify/flash-list` from 2.0.2 to 2.3.1
- [Release notes](https://github.com/Shopify/flash-list/releases)
- [Changelog](https://github.com/Shopify/flash-list/blob/main/CHANGELOG.md)
- [Commits](Shopify/flash-list@v2.0.2...v2.3.1)

Updates `@shopify/react-native-skia` from 2.4.18 to 2.6.2
- [Release notes](https://github.com/Shopify/react-native-skia/releases)
- [Commits](Shopify/react-native-skia@v2.4.18...v2.6.2)

Updates `expo-speech-recognition` from 3.1.0 to 3.1.3
- [Release notes](https://github.com/jamsch/expo-speech-recognition/releases)
- [Changelog](https://github.com/jamsch/expo-speech-recognition/blob/main/CHANGELOG.md)
- [Commits](jamsch/expo-speech-recognition@v3.1.0...v3.1.3)

Updates `ky` from 1.14.3 to 2.0.2
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.14.3...v2.0.2)

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

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

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

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

Updates `react-native-intersection-observer` from 0.2.1 to 0.3.1
- [Changelog](https://github.com/zhbhun/react-native-intersection-observer/blob/master/CHANGELOG.md)
- [Commits](zhbhun/react-native-intersection-observer@0.2.1...0.3.1)

Updates `react-native-keyboard-controller` from 1.20.7 to 1.21.7
- [Release notes](https://github.com/kirillzyusko/react-native-keyboard-controller/releases)
- [Commits](kirillzyusko/react-native-keyboard-controller@1.20.7...1.21.7)

Updates `react-native-mmkv` from 3.3.3 to 4.3.1
- [Release notes](https://github.com/mrousavy/react-native-mmkv/releases)
- [Commits](mrousavy/react-native-mmkv@v3.3.3...v4.3.1)

Updates `react-native-purchases` from 9.11.1 to 10.1.1
- [Release notes](https://github.com/revenuecat/react-native-purchases/releases)
- [Changelog](https://github.com/RevenueCat/react-native-purchases/blob/main/CHANGELOG.md)
- [Commits](RevenueCat/react-native-purchases@9.11.1...10.1.1)

Updates `react-native-reanimated` from 4.2.1 to 4.3.1
- [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.3.1/packages/react-native-reanimated)

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

Updates `react-native-screens` from 4.23.0 to 4.25.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.23.0...4.25.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-view-shot` from 4.0.3 to 5.1.0
- [Release notes](https://github.com/gre/react-native-view-shot/releases)
- [Commits](gre/react-native-view-shot@v4.0.3...v5.1.0)

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

Updates `react-native-worklets` from 0.7.4 to 0.8.3
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.8.3/packages/react-native-worklets)

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

Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8)

Updates `dayjs` from 1.11.19 to 1.11.20
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.19...v1.11.20)

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 `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.9)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `vitest` from 4.0.18 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

Updates `zod` from 3.25.76 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.4.3)

---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/config"
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/event-emitter"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nestjs/terminus"
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@prisma/client"
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@sentry/nestjs"
  dependency-version: 10.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ai
  dependency-version: 6.0.184
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bullmq
  dependency-version: 5.76.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: expo-server-sdk
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: google-auth-library
  dependency-version: 10.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ioredis
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nestjs-pino
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nestjs-zod
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: resend
  dependency-version: 6.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@gorhom/bottom-sheet"
  dependency-version: 5.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-native-community/datetimepicker"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-native-firebase/analytics"
  dependency-version: 24.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-native-firebase/app"
  dependency-version: 24.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-native-firebase/crashlytics"
  dependency-version: 24.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@shopify/flash-list"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@shopify/react-native-skia"
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: expo-speech-recognition
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ky
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native
  dependency-version: 0.85.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-gesture-handler
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-intersection-observer
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-keyboard-controller
  dependency-version: 1.21.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-mmkv
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-purchases
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-view-shot
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-webview
  dependency-version: 13.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-worklets
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-2d8bd98655 branch May 25, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants