Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 46 updates - #13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3665257cb0
Open

chore(deps): bump the minor-and-patch group across 1 directory with 46 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3665257cb0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 44 updates in the / directory:

Package From To
@ar-agents/identity 0.5.1 0.9.4
@auth/prisma-adapter 2.11.2 2.11.3
@capacitor/android 8.3.1 8.5.0
@capacitor/app 8.1.0 8.1.1
@capacitor/browser 8.0.3 8.0.4
@capacitor/core 8.3.1 8.5.0
@capacitor/push-notifications 8.0.4 8.1.2
@capacitor/status-bar 8.0.2 8.0.3
@formatjs/intl-localematcher 0.8.9 0.8.13
@google-cloud/secret-manager 6.1.2 6.3.0
@google-cloud/storage 7.19.0 7.21.0
@google-cloud/tasks 6.2.2 6.3.0
@google/adk 1.1.0 1.6.0
@google/genai 2.6.0 2.16.0
@modelcontextprotocol/sdk 1.29.0 1.30.0
@radix-ui/react-dialog 1.1.15 1.1.23
@radix-ui/react-select 2.2.6 2.3.7
@radix-ui/react-separator 1.1.8 1.1.15
@radix-ui/react-switch 1.2.6 1.3.7
@radix-ui/react-toggle 1.1.10 1.1.18
@radix-ui/react-toggle-group 1.1.11 1.1.19
@radix-ui/react-tooltip 1.2.8 1.2.16
@tanstack/react-query 5.100.14 5.101.4
@tanstack/react-virtual 3.13.24 3.14.9
chrono-node 2.9.1 2.10.1
cron-parser 5.5.0 5.7.0
jose 6.2.3 6.2.8
libphonenumber-js 1.13.6 1.13.10
lucide-react 1.16.0 1.30.0
mercadopago 3.0.0 3.3.0
next 16.2.6 16.3.0
pdfkit 0.18.0 0.19.1
react 19.2.6 19.2.8
@types/react 19.2.14 19.2.18
react-dom 19.2.6 19.2.8
@types/react-dom 19.2.3 19.2.4
recharts 3.8.1 3.10.1
@capacitor/cli 8.3.1 8.5.0
@playwright/test 1.60.0 1.62.1
@tailwindcss/postcss 4.3.0 4.3.3
esbuild 0.28.0 0.28.1
eslint 10.4.0 10.8.0
typescript-eslint 8.59.1 8.66.0
vitest 4.1.7 4.1.10

Updates @ar-agents/identity from 0.5.1 to 0.9.4

Release notes

Sourced from @​ar-agents/identity's releases.

@​ar-agents/identity@​0.9.4

Patch Changes

  • Updated dependencies [21e5c38]:
    • @​ar-agents/core@​0.4.0

@​ar-agents/identity-attest@​0.9.0

Minor Changes

  • #146 ce478a3 Thanks @​naza00000! - Migrate the MercadoPago identity adapter onto @ar-agents/core's HttpClient (SDK-audit P1 #14, following banking-bcra, inpi, and aduana).

    MercadoPagoIdentityAdapter is a trust-critical adapter — a successful MP micro-charge is used as implicit identity proof — and the audit flagged its network path as LOW: zero timeout on api.mercadopago.com (a hung request blocked verification forever) and a blind as {…} cast with an unguarded JSON parse on the payment body.

    Now both the payment lookup (GET /v1/payments/{id}) and the best-effort refund (POST …/refunds) run through the shared client, which adds a real per-request timeout (default 10s), idempotent-GET retry with backoff, and — for the refund — retry: false so a non-idempotent refund is never fired twice. Most importantly the payment body is schema-validated: a 200 that isn't a real MP payment (missing status/transaction_amount) now throws AttestAdapterError (fail-closed) instead of being cast into a verification and minting an identity attestation from garbage. A non-2xx lookup still returns { verified: false }; approved-payment behavior and subject binding are unchanged.

    New MercadoPagoIdentityAdapterOptions.timeoutMs. The fetchImpl/baseUrl/accessToken options are unchanged.

Patch Changes

  • Updated dependencies [21e5c38]:
    • @​ar-agents/core@​0.4.0

@​ar-agents/identity@​0.9.3

Patch Changes

  • #140 1024d51 Thanks @​naza00000! - Security hardening.

    • identity-attest: the Auth0 id_token verification now pins the signature algorithm (RS256), closing the algorithm-confusion vector (consistent with the ap2 verifier).
    • identity / firma-digital: node-forge (on the signature-verification path) is constrained to ~1.4.0 (patch-only) so a consumer cannot silently resolve a regressed minor.
    • mcp: @modelcontextprotocol/sdk is constrained to ~1.29.0 (patch-only) on the transport path.
  • Updated dependencies [1024d51]:

    • @​ar-agents/core@​0.3.1

@​ar-agents/identity-attest@​0.8.2

Patch Changes

  • #140 1024d51 Thanks @​naza00000! - Security hardening.

    • identity-attest: the Auth0 id_token verification now pins the signature algorithm (RS256), closing the algorithm-confusion vector (consistent with the ap2 verifier).
    • identity / firma-digital: node-forge (on the signature-verification path) is constrained to ~1.4.0 (patch-only) so a consumer cannot silently resolve a regressed minor.
    • mcp: @modelcontextprotocol/sdk is constrained to ~1.29.0 (patch-only) on the transport path.
  • Updated dependencies [1024d51]:

    • @​ar-agents/core@​0.3.1

@​ar-agents/identity-attest@​0.8.1

Patch Changes

... (truncated)

Changelog

Sourced from @​ar-agents/identity's changelog.

0.9.4

Patch Changes

  • Updated dependencies [21e5c38]:
    • @​ar-agents/core@​0.4.0

0.9.3

Patch Changes

  • #140 1024d51 Thanks @​naza00000! - Security hardening.

    • identity-attest: the Auth0 id_token verification now pins the signature algorithm (RS256), closing the algorithm-confusion vector (consistent with the ap2 verifier).
    • identity / firma-digital: node-forge (on the signature-verification path) is constrained to ~1.4.0 (patch-only) so a consumer cannot silently resolve a regressed minor.
    • mcp: @modelcontextprotocol/sdk is constrained to ~1.29.0 (patch-only) on the transport path.
  • Updated dependencies [1024d51]:

    • @​ar-agents/core@​0.3.1

0.9.2

Patch Changes

0.9.1

Patch Changes

  • #94 ce7d818 Thanks @​naza00000! - Sanitize monotributoCategoria and fechaInscripcion in AFIP padron data (DeepSec MEDIUM follow-up).

    The prompt-injection sanitizer covered nombre/domicilioFiscal/actividades but skipped monotributoCategoria and fechaInscripcion as "coded fields". The WSCDC parser actually fills both from raw AFIP response text (<descripcionCategoria>, contract/categorization dates), so a hostile taxpayer record could smuggle control/zero-width/bidi characters and instruction-like text through them into the agent loop. sanitizeAfipData now cleans both fields, and the _provenance note lists them as untrusted. condicion (a derived enum, never raw text) is the only field passed through.

0.9.0

Minor Changes

  • #90 5c2ff8c Thanks @​naza00000! - Harden the agent-callable AFIP padron lookup against abuse and prompt injection (DeepSec MEDIUM).

    • lookup_cuit_afip now enforces the CUIT checksum (parseCuit().valid) in code before querying AFIP, instead of relying on the tool description to tell the model to call validate_cuit first. Malformed CUITs short-circuit with a clear error and never reach the adapter.
    • New IdentityToolsOptions.authorizeLookup hook (IdentityLookupContextIdentityLookupDecision) lets hosts add authorization, per-tenant allowlisting, or rate limiting. It runs after validation and before the adapter, and fails closed: returning false / { allowed: false, reason } denies the lookup without hitting AFIP.
    • AFIP free-text (nombre, domicilioFiscal, actividades) is now sanitized — control codes, zero-width characters, and bidi overrides stripped — both at the WSCDC parser and at the tool boundary, and tool output carries a _provenance marker tagging it as untrusted external data so an agent treats embedded text as data, never instructions.

    New exports: sanitizeRegistryText, sanitizeAfipData, withRegistryProvenance, REGISTRY_PROVENANCE, IdentityLookupContext, IdentityLookupDecision.

0.8.3

Patch Changes

... (truncated)

Commits
  • 1d5ab8e chore(release): version packages — core@0.4.0 + HTTP-migration adapters (#147)
  • fdb9fb3 chore: version packages (SDK audit P0 + security hardening release) (#141)
  • 1024d51 fix(sdk): correctness + security fixes across live-integration adapters (#140)
  • 0595453 fix(landing): Track-A coherence + honesty sweep (post-audit polish) (#138)
  • e7d9645 chore(release): version packages (#131)
  • ca3abeb chore(release): version identity@0.9.1 (sanitize coded fields)
  • e920ef0 fix(identity): sanitize monotributoCategoria + fechaInscripcion (DeepSec MEDI...
  • 36f4978 chore(release): version identity@0.9.0 (AFIP lookup hardening)
  • 30111f1 fix(identity): harden AFIP lookup — validate, authorize, sanitize (DeepSec ME...
  • ce6d4eb chore(release): version identity@0.8.3, facturacion@0.4.3 (SOAP-XML hardening)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by naza-ar, a new releaser for @​ar-agents/identity since your current version.


Updates @auth/prisma-adapter from 2.11.2 to 2.11.3

Release notes

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

@​auth/prisma-adapter@​2.11.3

Other

  • @​auth/core: dependency update (8a933f95)
Commits
  • 5af7357 chore(release): bump package version(s) [skip ci]
  • 8a933f9 fix(core): document that getToken returns null for malformed authorization he...
  • 5b1aa47 chore(ci): pin surrealdb test server to the v2 image for the 1.3 client (#13468)
  • 1116034 Chore/nodemailer 8 peer deps (#13434)
  • 7b35fc3 fix(docs): repair docs build broken by floating TypeScript resolution (#13450)
  • b24abfa fix(proxy): override Vercel build command so it doesn't run turbo (#13448)
  • a99514b chore(deps): resolve remaining Dependabot alerts via cross-major dependency u...
  • d008b9b Merge commit from fork
  • af42d8f chore: lint (#13446)
  • e707770 Merge commit from fork
  • Additional commits viewable in compare view

Updates @capacitor/android from 8.3.1 to 8.5.0

Release notes

Sourced from @​capacitor/android's releases.

8.5.0

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

... (truncated)

Changelog

Sourced from @​capacitor/android's changelog.

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2 (2026-05-07)

... (truncated)

Commits

Updates @capacitor/app from 8.1.0 to 8.1.1

Release notes

Sourced from @​capacitor/app's releases.

@​capacitor/app@​8.1.1

8.1.1 (2026-07-15)

Note: Version bump only for package @​capacitor/app

Commits

Updates @capacitor/browser from 8.0.3 to 8.0.4

Release notes

Sourced from @​capacitor/browser's releases.

@​capacitor/browser@​8.0.4

8.0.4 (2026-07-15)

Note: Version bump only for package @​capacitor/browser

Commits

Updates @capacitor/core from 8.3.1 to 8.5.0

Release notes

Sourced from @​capacitor/core's releases.

8.5.0

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

... (truncated)

Changelog

Sourced from @​capacitor/core's changelog.

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2 (2026-05-07)

... (truncated)

Commits

Updates @capacitor/push-notifications from 8.0.4 to 8.1.2

Release notes

Sourced from @​capacitor/push-notifications's releases.

@​capacitor/push-notifications@​8.1.2

8.1.2 (2026-07-15)

Note: Version bump only for package @​capacitor/push-notifications

@​capacitor/push-notifications@​8.1.1

8.1.1 (2026-05-15)

Note: Version bump only for package @​capacitor/push-notifications

@​capacitor/push-notifications@​8.1.0

8.1.0 (2026-05-15)

Features

  • push-notifications: add banner and list presentation options for iOS (#2529) (f266d2e)
Commits

Updates @capacitor/status-bar from 8.0.2 to 8.0.3

Release notes

Sourced from @​capacitor/status-bar's releases.

@​capacitor/status-bar@​8.0.3

8.0.3 (2026-07-15)

Note: Version bump only for package @​capacitor/status-bar

Commits

Updates @formatjs/intl-localematcher from 0.8.9 to 0.8.13

Release notes

Sourced from @​formatjs/intl-localematcher's releases.

@​formatjs/intl-localematcher: 0.8.13

0.8.13 (2026-07-16)

What's Changed

…6 updates

Bumps the minor-and-patch group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ar-agents/identity](https://github.com/ar-agents/ar-agents/tree/HEAD/packages/identity) | `0.5.1` | `0.9.4` |
| [@auth/prisma-adapter](https://github.com/nextauthjs/next-auth) | `2.11.2` | `2.11.3` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.5.0` |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `8.1.0` | `8.1.1` |
| [@capacitor/browser](https://github.com/ionic-team/capacitor-plugins) | `8.0.3` | `8.0.4` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.5.0` |
| [@capacitor/push-notifications](https://github.com/ionic-team/capacitor-plugins) | `8.0.4` | `8.1.2` |
| [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) | `8.0.2` | `8.0.3` |
| [@formatjs/intl-localematcher](https://github.com/formatjs/formatjs) | `0.8.9` | `0.8.13` |
| [@google-cloud/secret-manager](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-secretmanager) | `6.1.2` | `6.3.0` |
| [@google-cloud/storage](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/storage) | `7.19.0` | `7.21.0` |
| [@google-cloud/tasks](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-tasks) | `6.2.2` | `6.3.0` |
| [@google/adk](https://github.com/google/adk-js) | `1.1.0` | `1.6.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `2.6.0` | `2.16.0` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.29.0` | `1.30.0` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.15` | `1.1.23` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/select) | `2.2.6` | `2.3.7` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator) | `1.1.8` | `1.1.15` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/switch) | `1.2.6` | `1.3.7` |
| [@radix-ui/react-toggle](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/toggle) | `1.1.10` | `1.1.18` |
| [@radix-ui/react-toggle-group](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/toggle-group) | `1.1.11` | `1.1.19` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/tooltip) | `1.2.8` | `1.2.16` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.14` | `5.101.4` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.24` | `3.14.9` |
| [chrono-node](https://github.com/wanasit/chrono) | `2.9.1` | `2.10.1` |
| [cron-parser](https://github.com/harrisiirak/cron-parser) | `5.5.0` | `5.7.0` |
| [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.8` |
| [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) | `1.13.6` | `1.13.10` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.16.0` | `1.30.0` |
| [mercadopago](https://github.com/mercadopago/sdk-nodejs) | `3.0.0` | `3.3.0` |
| [next](https://github.com/vercel/next.js) | `16.2.6` | `16.3.0` |
| [pdfkit](https://github.com/foliojs/pdfkit) | `0.18.0` | `0.19.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [recharts](https://github.com/recharts/recharts) | `3.8.1` | `3.10.1` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.5.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.62.1` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.0` | `4.3.3` |
| [esbuild](https://github.com/evanw/esbuild) | `0.28.0` | `0.28.1` |
| [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.8.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.66.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.10` |



Updates `@ar-agents/identity` from 0.5.1 to 0.9.4
- [Release notes](https://github.com/ar-agents/ar-agents/releases)
- [Changelog](https://github.com/ar-agents/ar-agents/blob/main/packages/identity/CHANGELOG.md)
- [Commits](https://github.com/ar-agents/ar-agents/commits/@ar-agents/identity@0.9.4/packages/identity)

Updates `@auth/prisma-adapter` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/prisma-adapter@2.11.2...@auth/prisma-adapter@2.11.3)

Updates `@capacitor/android` from 8.3.1 to 8.5.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.5.0)

Updates `@capacitor/app` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.1.0...@capacitor/app@8.1.1)

Updates `@capacitor/browser` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.3...@capacitor/browser@8.0.4)

Updates `@capacitor/core` from 8.3.1 to 8.5.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.5.0)

Updates `@capacitor/push-notifications` from 8.0.4 to 8.1.2
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@8.0.4...@capacitor/push-notifications@8.1.2)

Updates `@capacitor/status-bar` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@8.0.2...@capacitor/status-bar@8.0.3)

Updates `@formatjs/intl-localematcher` from 0.8.9 to 0.8.13
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.8.9...@formatjs/intl-localematcher@0.8.13)

Updates `@google-cloud/secret-manager` from 6.1.2 to 6.3.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-secretmanager/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.3.0/packages/google-cloud-secretmanager)

Updates `@google-cloud/storage` from 7.19.0 to 7.21.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/storage/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/storage-v7.21.0/handwritten/storage)

Updates `@google-cloud/tasks` from 6.2.2 to 6.3.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-tasks/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.3.0/packages/google-cloud-tasks)

Updates `@google/adk` from 1.1.0 to 1.6.0
- [Release notes](https://github.com/google/adk-js/releases)
- [Commits](google/adk-js@adk-v1.1.0...adk-v1.6.0)

Updates `@google/genai` from 2.6.0 to 2.16.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.6.0...v2.16.0)

Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.29.0...1.30.0)

Updates `@radix-ui/react-dialog` from 1.1.15 to 1.1.23
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog)

Updates `@radix-ui/react-select` from 2.2.6 to 2.3.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/select/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/select)

Updates `@radix-ui/react-separator` from 1.1.8 to 1.1.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/separator/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/separator)

Updates `@radix-ui/react-slot` from 1.2.4 to 1.3.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/slot/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/slot)

Updates `@radix-ui/react-switch` from 1.2.6 to 1.3.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/switch/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/switch)

Updates `@radix-ui/react-toggle` from 1.1.10 to 1.1.18
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/toggle/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/toggle)

Updates `@radix-ui/react-toggle-group` from 1.1.11 to 1.1.19
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/toggle-group/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/toggle-group)

Updates `@radix-ui/react-tooltip` from 1.2.8 to 1.2.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/tooltip/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/tooltip)

Updates `@tanstack/react-query` from 5.100.14 to 5.101.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.4/packages/react-query)

Updates `@tanstack/react-virtual` from 3.13.24 to 3.14.9
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.14.9/packages/react-virtual)

Updates `chrono-node` from 2.9.1 to 2.10.1
- [Release notes](https://github.com/wanasit/chrono/releases)
- [Commits](wanasit/chrono@v2.9.1...v2.10.1)

Updates `cron-parser` from 5.5.0 to 5.7.0
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Changelog](https://github.com/harrisiirak/cron-parser/blob/master/CHANGELOG.md)
- [Commits](harrisiirak/cron-parser@v5.5.0...v5.7.0)

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

Updates `libphonenumber-js` from 1.13.6 to 1.13.10
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master)

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

Updates `mercadopago` from 3.0.0 to 3.3.0
- [Release notes](https://github.com/mercadopago/sdk-nodejs/releases)
- [Changelog](https://github.com/mercadopago/sdk-nodejs/blob/master/CHANGELOG.MD)
- [Commits](mercadopago/sdk-nodejs@v3.0.0...3.3.0)

Updates `next` from 16.2.6 to 16.3.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.6...v16.3.0)

Updates `pdfkit` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/foliojs/pdfkit/releases)
- [Changelog](https://github.com/foliojs/pdfkit/blob/master/CHANGELOG.md)
- [Commits](foliojs/pdfkit@v0.18.0...v0.19.1)

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

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

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

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

Updates `recharts` from 3.8.1 to 3.10.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.8.1...v3.10.1)

Updates `@capacitor/cli` from 8.3.1 to 8.5.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.5.0)

Updates `@playwright/test` from 1.60.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.62.1)

Updates `@tailwindcss/postcss` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss)

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

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

Updates `esbuild` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.28.0...v0.28.1)

Updates `eslint` from 10.4.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.0...v10.8.0)

Updates `tailwindcss` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `typescript-eslint` from 8.59.1 to 8.66.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/typescript-eslint)

Updates `vitest` from 4.1.7 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ar-agents/identity"
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@auth/prisma-adapter"
  dependency-version: 2.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/android"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/app"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/browser"
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/core"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/push-notifications"
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/status-bar"
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@formatjs/intl-localematcher"
  dependency-version: 0.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/secret-manager"
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/tasks"
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google/adk"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google/genai"
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-toggle"
  dependency-version: 1.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-toggle-group"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: chrono-node
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cron-parser
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jose
  dependency-version: 6.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: libphonenumber-js
  dependency-version: 1.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mercadopago
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pdfkit
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/cli"
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Author

Labels

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

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

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