Skip to content

chore(deps): bump the production-minor-patch group with 63 updates - #896

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-25b1fbac47
Open

chore(deps): bump the production-minor-patch group with 63 updates#896
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-25b1fbac47

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 63 updates:

Package From To
@bull-board/api 8.1.2 8.5.0
@bull-board/hono 8.1.2 8.5.0
@bull-board/ui 8.1.2 8.5.0
@floating-ui/dom 1.7.6 1.8.0
@hono/node-server 2.0.8 2.0.12
@hookform/resolvers 5.4.0 5.6.0
@modelcontextprotocol/sdk 1.29.0 1.30.0
@next-safe-action/adapter-react-hook-form 2.0.6 2.1.0
@orpc/client 1.14.5 1.14.13
@orpc/json-schema 1.14.5 1.14.13
@orpc/openapi 1.14.5 1.14.13
@orpc/server 1.14.5 1.14.13
@orpc/zod 1.14.5 1.14.13
@tiptap/extension-emoji 3.26.0 3.29.2
@tiptap/extension-mention 3.26.0 3.29.2
@tiptap/extension-placeholder 3.26.0 3.29.2
@tiptap/pm 3.26.0 3.29.2
@tiptap/react 3.26.0 3.29.2
@tiptap/starter-kit 3.26.0 3.29.2
@tiptap/suggestion 3.26.0 3.29.2
@uiw/react-codemirror 4.25.10 4.25.11
@xyflow/react 12.11.0 12.11.2
better-auth 1.6.14 1.6.25
countries-list 3.3.0 3.4.1
dot-prop 10.1.0 10.2.0
hono 4.12.28 4.12.33
libphonenumber-js 1.13.6 1.13.10
lucide-react 1.17.0 1.28.0
next-intl 4.13.0 4.13.4
next-safe-action 8.5.3 8.6.0
nuqs 2.8.9 2.9.4
partysocket 1.1.18 1.3.0
pretty-bytes 7.1.0 7.1.1
react 19.2.5 19.2.8
react-dom 19.2.5 19.2.8
react-hook-form 7.77.0 7.84.0
react-qr-code 2.0.21 2.2.0
react-virtuoso 4.18.7 4.18.11
remeda 2.37.0 2.39.0
stripe 22.2.0 22.4.0
swr 2.4.1 2.4.2
@aws-sdk/client-s3 3.1063.0 3.1101.0
pg 8.21.0 8.22.0
yargs 18.0.0 18.1.0
jose 6.2.3 6.2.7
@faker-js/faker 10.4.0 10.5.0
linkedom 0.18.12 0.18.13
mailparser 3.9.9 3.9.14
p-limit 7.3.0 7.3.1
pdf-parse-new 2.0.0 2.1.0
lru-cache 11.5.1 11.5.2
@aws-sdk/lib-storage 3.1063.0 3.1101.0
@aws-sdk/s3-presigned-post 3.1063.0 3.1101.0
mjml 5.3.0 5.4.0
redlock-universal 0.8.4 0.8.5
framer-motion 12.40.0 12.43.0
motion 12.40.0 12.43.0
react-colorful 5.7.0 5.8.0
react-resizable-panels 4.11.2 4.12.2
uuniq 1.3.22 1.3.23
@vitest/coverage-v8 4.1.8 4.1.10
msw 2.14.6 2.15.0
whatsapp-api-js 6.2.1 6.2.2

Updates @bull-board/api from 8.1.2 to 8.5.0

Release notes

Sourced from @​bull-board/api's releases.

v8.5.0

   🚀 Features

    View changes on GitHub

v8.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.2

   🐞 Bug Fixes

    View changes on GitHub

v8.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​bull-board/api's changelog.

v8.5.0

2026-07-31

Features

  • job latency histograms with wait, run and queue-age (#1295) (Aleksander Stós) fd1ed1f
  • show connected workers per queue (#1294) (Aleksander Stós) 8580a64

Refactoring

  • add jobSchedulerCount to each queue, instead of polling separtly, closes #1305 (Felix Mosheev) c0f4d90

v8.4.0

2026-07-29

Features

  • schedulers view with per-scheduler edit and removal (#1304) (Aleksander Stós) 5c3df08

Bug Fixes

  • test, fails due to past date. (Felix Mosheev) 521e30a

Dependency Updates

v8.3.2

2026-07-28

Bug Fixes

  • comment on issues + prs on release (Felix Mosheev) 15d8c70
  • Long Flows cut off, probably due to css ordering, closes #1285 (Felix Mosheev) 94be3f5

Dependency Updates

v8.3.1

2026-07-28

Features

  • show completed vs failed split in the metrics history queue table (#1289) (Aleksander Stós) 2910700

Bug Fixes

  • update MSW to latest (Felix Mosheev) cc0016f
  • prevent from MatricsHeader jump when colappsing (Felix Mosheev) a0da385

... (truncated)

Commits
  • 9b2fec6 release: v8.5.0
  • fd1ed1f feat(metrics): job latency histograms with wait, run and queue-age (#1295)
  • 8580a64 feat: show connected workers per queue (#1294)
  • c0f4d90 refactor: add jobSchedulerCount to each queue, instead of polling separtly, c...
  • 2e101c4 release: v8.4.0
  • 5c3df08 feat: schedulers view with per-scheduler edit and removal (#1304)
  • 4c00980 release: v8.3.2
  • 8f0983f release: v8.3.1
  • ccdb784 fix(api): remove job scheduler runs without destroying the schedule (#1284)
  • 473afc2 release: v8.3.0
  • Additional commits viewable in compare view

Updates @bull-board/hono from 8.1.2 to 8.5.0

Release notes

Sourced from @​bull-board/hono's releases.

v8.5.0

   🚀 Features

    View changes on GitHub

v8.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.2

   🐞 Bug Fixes

    View changes on GitHub

v8.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​bull-board/hono's changelog.

v8.5.0

2026-07-31

Features

  • job latency histograms with wait, run and queue-age (#1295) (Aleksander Stós) fd1ed1f
  • show connected workers per queue (#1294) (Aleksander Stós) 8580a64

Refactoring

  • add jobSchedulerCount to each queue, instead of polling separtly, closes #1305 (Felix Mosheev) c0f4d90

v8.4.0

2026-07-29

Features

  • schedulers view with per-scheduler edit and removal (#1304) (Aleksander Stós) 5c3df08

Bug Fixes

  • test, fails due to past date. (Felix Mosheev) 521e30a

Dependency Updates

v8.3.2

2026-07-28

Bug Fixes

  • comment on issues + prs on release (Felix Mosheev) 15d8c70
  • Long Flows cut off, probably due to css ordering, closes #1285 (Felix Mosheev) 94be3f5

Dependency Updates

v8.3.1

2026-07-28

Features

  • show completed vs failed split in the metrics history queue table (#1289) (Aleksander Stós) 2910700

Bug Fixes

  • update MSW to latest (Felix Mosheev) cc0016f
  • prevent from MatricsHeader jump when colappsing (Felix Mosheev) a0da385

... (truncated)

Commits

Updates @bull-board/ui from 8.1.2 to 8.5.0

Release notes

Sourced from @​bull-board/ui's releases.

v8.5.0

   🚀 Features

    View changes on GitHub

v8.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.2

   🐞 Bug Fixes

    View changes on GitHub

v8.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​bull-board/ui's changelog.

v8.5.0

2026-07-31

Features

  • job latency histograms with wait, run and queue-age (#1295) (Aleksander Stós) fd1ed1f
  • show connected workers per queue (#1294) (Aleksander Stós) 8580a64

Refactoring

  • add jobSchedulerCount to each queue, instead of polling separtly, closes #1305 (Felix Mosheev) c0f4d90

v8.4.0

2026-07-29

Features

  • schedulers view with per-scheduler edit and removal (#1304) (Aleksander Stós) 5c3df08

Bug Fixes

  • test, fails due to past date. (Felix Mosheev) 521e30a

Dependency Updates

v8.3.2

2026-07-28

Bug Fixes

  • comment on issues + prs on release (Felix Mosheev) 15d8c70
  • Long Flows cut off, probably due to css ordering, closes #1285 (Felix Mosheev) 94be3f5

Dependency Updates

v8.3.1

2026-07-28

Features

  • show completed vs failed split in the metrics history queue table (#1289) (Aleksander Stós) 2910700

Bug Fixes

  • update MSW to latest (Felix Mosheev) cc0016f
  • prevent from MatricsHeader jump when colappsing (Felix Mosheev) a0da385

... (truncated)

Commits
  • 9b2fec6 release: v8.5.0
  • fd1ed1f feat(metrics): job latency histograms with wait, run and queue-age (#1295)
  • 8580a64 feat: show connected workers per queue (#1294)
  • c0f4d90 refactor: add jobSchedulerCount to each queue, instead of polling separtly, c...
  • 2e101c4 release: v8.4.0
  • 521e30a fix: test, fails due to past date.
  • 5c3df08 feat: schedulers view with per-scheduler edit and removal (#1304)
  • 4c00980 release: v8.3.2
  • 94be3f5 fix(ui): Long Flows cut off, probably due to css ordering, closes #1285
  • 8f0983f release: v8.3.1
  • Additional commits viewable in compare view

Updates @floating-ui/dom from 1.7.6 to 1.8.0

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
  • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
  • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
  • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
  • fix(getViewportRect): don't overflow past a left-side document scrollbar
  • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
  • fix(autoUpdate): refresh layout shift observer on root resize
  • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12
Changelog

Sourced from @​floating-ui/dom's changelog.

1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
  • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
  • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
  • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
  • fix(getViewportRect): don't overflow past a left-side document scrollbar
  • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
  • fix(autoUpdate): refresh layout shift observer on root resize
  • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12
Commits
  • 12d9473 chore: version packages (#3480)
  • ad0a73f fix(getViewportRect): account for scrollbar-gutter: stable both-edges reser...
  • 9887c96 fix(types): restore bivariant parameters for optional callbacks
  • 28bc9c1 fix(autoUpdate): avoid duplicate update on window resize
  • 5976f20 test(dom): run unit tests in vitest browser mode
  • 705a03c fix(platform): support virtual elements without getClientRects in inline() (#...
  • 3785f3b feat: add layoutViewport string option to rootBoundary (#3486)
  • 0d0e88e fix(inline): no-op on empty client rects and detect RTL disjoined line rects ...
  • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
  • cd58dd2 fix(getClippingRect): correct clipping-ancestor filtering for fixed-position ...
  • Additional commits viewable in compare view

Updates @hono/node-server from 2.0.8 to 2.0.12

Release notes

Sourced from @​hono/node-server's releases.

v2.0.12

What's Changed

Full Changelog: honojs/node-server@v2.0.11...v2.0.12

v2.0.11

What's Changed

Full Changelog: honojs/node-server@v2.0.10...v2.0.11

v2.0.10

Security fixes

This release includes a fix for the following security issue:

Unauthenticated memory-leak DoS via aborted WebSocket handshake

Affects: upgradeWebSocket. A WebSocket upgrade request with a missing or malformed Sec-WebSocket-Key header leaked the request's IncomingMessage and left a promise pending, even though no connection was established. Since the route is reachable pre-handshake without authentication, an attacker could flood it to gradually exhaust memory. GHSA-9mqv-5hh9-4cgg


Users of upgradeWebSocket are encouraged to upgrade to this version.

v2.0.9

What's Changed

New Contributors

Full Changelog: honojs/node-server@v2.0.8...v2.0.9

Commits

Updates @hookform/resolvers from 5.4.0 to 5.6.0

Release notes

Sourced from @​hookform/resolvers's releases.

v5.6.0

5.6.0 (2026-08-01)

Features

  • improve all resovlers drops validation errors for special root field names (b011a5f)

v5.5.8

5.5.8 (2026-08-01)

Bug Fixes

  • Zod resolver drops validation errors for special root field names (#869) (2f28787)

v5.5.7

5.5.7 (2026-07-26)

Bug Fixes

  • npm install fails with ERESOLVE conflict between @​hookform/resolvers@​5.4.3 and valibot versions (#865) (722ef6e)

v5.5.6

5.5.6 (2026-07-26)

Bug Fixes

  • module not found when importing zodResolver under Zod v3 (#864) (8df10b0)

v5.5.5

5.5.5 (2026-07-26)

Bug Fixes

  • yup resolver overrides ref property in errors object with validation metadata when using checkbox input (#863) (0f70063)

v5.5.4

5.5.4 (2026-07-26)

Bug Fixes

  • AJV Resolver - When ajv schema contains default for certain properties, getValues() returns the form data with properties overwritten (#862) (c4b6aab)

v5.5.3

5.5.3 (2026-07-26)

... (truncated)

Commits
  • b011a5f feat: improve all resovlers drops validation errors for special root field names
  • 5483a03 improve all resolvers (#870)
  • 2f28787 fix: Zod resolver drops validation errors for special root field names (#869)
  • 722ef6e fix: npm install fails with ERESOLVE conflict between @​hookform/resolvers@​5.4...
  • 8df10b0 fix: module not found when importing zodResolver under Zod v3 (#864)
  • 75f2dcd close #773
  • 0d2bdbf close #664
  • 0f70063 fix: yup resolver overrides ref property in errors object with validation met...
  • c4b6aab fix: AJV Resolver - When ajv schema contains default for certain properties, ...
  • e2a8d16 close #760
  • Additional commits viewable in compare view

Updates @modelcontextprotocol/sdk from 1.29.0 to 1.30.0

Release notes

Sourced from

Bumps the production-minor-patch group with 63 updates:

| Package | From | To |
| --- | --- | --- |
| [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `8.1.2` | `8.5.0` |
| [@bull-board/hono](https://github.com/felixmosh/bull-board/tree/HEAD/packages/hono) | `8.1.2` | `8.5.0` |
| [@bull-board/ui](https://github.com/felixmosh/bull-board/tree/HEAD/packages/ui) | `8.1.2` | `8.5.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.6` | `1.8.0` |
| [@hono/node-server](https://github.com/honojs/node-server) | `2.0.8` | `2.0.12` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.4.0` | `5.6.0` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.29.0` | `1.30.0` |
| [@next-safe-action/adapter-react-hook-form](https://github.com/next-safe-action/next-safe-action/tree/HEAD/packages/adapter-react-hook-form) | `2.0.6` | `2.1.0` |
| [@orpc/client](https://github.com/middleapi/orpc/tree/HEAD/packages/client) | `1.14.5` | `1.14.13` |
| [@orpc/json-schema](https://github.com/middleapi/orpc/tree/HEAD/packages/json-schema) | `1.14.5` | `1.14.13` |
| [@orpc/openapi](https://github.com/middleapi/orpc/tree/HEAD/packages/openapi) | `1.14.5` | `1.14.13` |
| [@orpc/server](https://github.com/middleapi/orpc/tree/HEAD/packages/server) | `1.14.5` | `1.14.13` |
| [@orpc/zod](https://github.com/middleapi/orpc/tree/HEAD/packages/zod) | `1.14.5` | `1.14.13` |
| [@tiptap/extension-emoji](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-emoji) | `3.26.0` | `3.29.2` |
| [@tiptap/extension-mention](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-mention) | `3.26.0` | `3.29.2` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.26.0` | `3.29.2` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.26.0` | `3.29.2` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.26.0` | `3.29.2` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.26.0` | `3.29.2` |
| [@tiptap/suggestion](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion) | `3.26.0` | `3.29.2` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.10` | `4.25.11` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.0` | `12.11.2` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.14` | `1.6.25` |
| [countries-list](https://github.com/annexare/Countries) | `3.3.0` | `3.4.1` |
| [dot-prop](https://github.com/sindresorhus/dot-prop) | `10.1.0` | `10.2.0` |
| [hono](https://github.com/honojs/hono) | `4.12.28` | `4.12.33` |
| [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.17.0` | `1.28.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.13.0` | `4.13.4` |
| [next-safe-action](https://github.com/next-safe-action/next-safe-action) | `8.5.3` | `8.6.0` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.8.9` | `2.9.4` |
| [partysocket](https://github.com/cloudflare/partykit/tree/HEAD/packages/partysocket) | `1.1.18` | `1.3.0` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.0` | `7.1.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.5` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.5` | `19.2.8` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.77.0` | `7.84.0` |
| [react-qr-code](https://github.com/rosskhanas/react-qr-code) | `2.0.21` | `2.2.0` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso/tree/HEAD/packages/react-virtuoso) | `4.18.7` | `4.18.11` |
| [remeda](https://github.com/remeda/remeda) | `2.37.0` | `2.39.0` |
| [stripe](https://github.com/stripe/stripe-node) | `22.2.0` | `22.4.0` |
| [swr](https://github.com/vercel/swr) | `2.4.1` | `2.4.2` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1063.0` | `3.1101.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.22.0` |
| [yargs](https://github.com/yargs/yargs) | `18.0.0` | `18.1.0` |
| [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.7` |
| [@faker-js/faker](https://github.com/faker-js/faker) | `10.4.0` | `10.5.0` |
| [linkedom](https://github.com/WebReflection/linkedom) | `0.18.12` | `0.18.13` |
| [mailparser](https://github.com/nodemailer/mailparser) | `3.9.9` | `3.9.14` |
| [p-limit](https://github.com/sindresorhus/p-limit) | `7.3.0` | `7.3.1` |
| [pdf-parse-new](https://github.com/simonegosetto/pdf-parse-new) | `2.0.0` | `2.1.0` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.5.1` | `11.5.2` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.1063.0` | `3.1101.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post) | `3.1063.0` | `3.1101.0` |
| [mjml](https://github.com/mjmlio/mjml/tree/HEAD/packages/mjml) | `5.3.0` | `5.4.0` |
| [redlock-universal](https://github.com/alexpota/redlock-universal) | `0.8.4` | `0.8.5` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.40.0` | `12.43.0` |
| [motion](https://github.com/motiondivision/motion) | `12.40.0` | `12.43.0` |
| [react-colorful](https://github.com/omgovich/react-colorful) | `5.7.0` | `5.8.0` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.11.2` | `4.12.2` |
| [uuniq](https://github.com/keift/uuniq) | `1.3.22` | `1.3.23` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.8` | `4.1.10` |
| [msw](https://github.com/mswjs/msw) | `2.14.6` | `2.15.0` |
| [whatsapp-api-js](https://github.com/Secreto31126/whatsapp-api-js) | `6.2.1` | `6.2.2` |


Updates `@bull-board/api` from 8.1.2 to 8.5.0
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v8.5.0/packages/api)

Updates `@bull-board/hono` from 8.1.2 to 8.5.0
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v8.5.0/packages/hono)

Updates `@bull-board/ui` from 8.1.2 to 8.5.0
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v8.5.0/packages/ui)

Updates `@floating-ui/dom` from 1.7.6 to 1.8.0
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.8.0/packages/dom)

Updates `@hono/node-server` from 2.0.8 to 2.0.12
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v2.0.8...v2.0.12)

Updates `@hookform/resolvers` from 5.4.0 to 5.6.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v5.4.0...v5.6.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 `@next-safe-action/adapter-react-hook-form` from 2.0.6 to 2.1.0
- [Release notes](https://github.com/next-safe-action/next-safe-action/releases)
- [Changelog](https://github.com/next-safe-action/next-safe-action/blob/main/packages/adapter-react-hook-form/CHANGELOG.md)
- [Commits](https://github.com/next-safe-action/next-safe-action/commits/@next-safe-action/adapter-react-hook-form@2.1.0/packages/adapter-react-hook-form)

Updates `@orpc/client` from 1.14.5 to 1.14.13
- [Release notes](https://github.com/middleapi/orpc/releases)
- [Commits](https://github.com/middleapi/orpc/commits/v1.14.13/packages/client)

Updates `@orpc/json-schema` from 1.14.5 to 1.14.13
- [Release notes](https://github.com/middleapi/orpc/releases)
- [Commits](https://github.com/middleapi/orpc/commits/v1.14.13/packages/json-schema)

Updates `@orpc/openapi` from 1.14.5 to 1.14.13
- [Release notes](https://github.com/middleapi/orpc/releases)
- [Commits](https://github.com/middleapi/orpc/commits/v1.14.13/packages/openapi)

Updates `@orpc/server` from 1.14.5 to 1.14.13
- [Release notes](https://github.com/middleapi/orpc/releases)
- [Commits](https://github.com/middleapi/orpc/commits/v1.14.13/packages/server)

Updates `@orpc/zod` from 1.14.5 to 1.14.13
- [Release notes](https://github.com/middleapi/orpc/releases)
- [Commits](https://github.com/middleapi/orpc/commits/v1.14.13/packages/zod)

Updates `@tiptap/extension-emoji` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-emoji/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-emoji)

Updates `@tiptap/extension-mention` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-mention/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-mention)

Updates `@tiptap/extension-placeholder` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages-deprecated/extension-placeholder)

Updates `@tiptap/pm` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/pm)

Updates `@tiptap/react` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/react)

Updates `@tiptap/starter-kit` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/starter-kit)

Updates `@tiptap/suggestion` from 3.26.0 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/suggestion/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/suggestion)

Updates `@uiw/react-codemirror` from 4.25.10 to 4.25.11
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.25.10...v4.25.11)

Updates `@xyflow/react` from 12.11.0 to 12.11.2
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.2/packages/react)

Updates `better-auth` from 1.6.14 to 1.6.25
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.6.25/packages/better-auth)

Updates `countries-list` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/annexare/Countries/releases)
- [Commits](annexare/Countries@v3.3.0...v3.4.1)

Updates `dot-prop` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v10.1.0...v10.2.0)

Updates `hono` from 4.12.28 to 4.12.33
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.28...v4.12.33)

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.17.0 to 1.28.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.28.0/packages/lucide-react)

Updates `next-intl` from 4.13.0 to 4.13.4
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.13.0...v4.13.4)

Updates `next-safe-action` from 8.5.3 to 8.6.0
- [Release notes](https://github.com/next-safe-action/next-safe-action/releases)
- [Commits](https://github.com/next-safe-action/next-safe-action/compare/next-safe-action@8.5.3...next-safe-action@8.6.0)

Updates `nuqs` from 2.8.9 to 2.9.4
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.9.4/packages/nuqs)

Updates `partysocket` from 1.1.18 to 1.3.0
- [Release notes](https://github.com/cloudflare/partykit/releases)
- [Changelog](https://github.com/cloudflare/partykit/blob/main/packages/partysocket/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/partykit/commits/partysocket@1.3.0/packages/partysocket)

Updates `pretty-bytes` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v7.1.0...v7.1.1)

Updates `react` from 19.2.5 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 `react-dom` from 19.2.5 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 `react-hook-form` from 7.77.0 to 7.84.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.77.0...v7.84.0)

Updates `react-qr-code` from 2.0.21 to 2.2.0
- [Release notes](https://github.com/rosskhanas/react-qr-code/releases)
- [Changelog](https://github.com/rosskhanas/react-qr-code/blob/master/CHANGELOG.md)
- [Commits](rosskhanas/react-qr-code@2.0.21...2.2.0)

Updates `react-virtuoso` from 4.18.7 to 4.18.11
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Changelog](https://github.com/petyosi/react-virtuoso/blob/main/packages/react-virtuoso/CHANGELOG.md)
- [Commits](https://github.com/petyosi/react-virtuoso/commits/HEAD/packages/react-virtuoso)

Updates `remeda` from 2.37.0 to 2.39.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](remeda/remeda@v2.37.0...v2.39.0)

Updates `stripe` from 22.2.0 to 22.4.0
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v22.2.0...v22.4.0)

Updates `swr` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.4.1...v2.4.2)

Updates `@aws-sdk/client-s3` from 3.1063.0 to 3.1101.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1101.0/clients/client-s3)

Updates `pg` from 8.21.0 to 8.22.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.22.0/packages/pg)

Updates `yargs` from 18.0.0 to 18.1.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v18.0.0...v18.1.0)

Updates `jose` from 6.2.3 to 6.2.7
- [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.7)

Updates `@faker-js/faker` from 10.4.0 to 10.5.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v10.4.0...v10.5.0)

Updates `linkedom` from 0.18.12 to 0.18.13
- [Commits](WebReflection/linkedom@v0.18.12...v0.18.13)

Updates `mailparser` from 3.9.9 to 3.9.14
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.9.9...v3.9.14)

Updates `p-limit` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](sindresorhus/p-limit@v7.3.0...v7.3.1)

Updates `pdf-parse-new` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/simonegosetto/pdf-parse-new/releases)
- [Changelog](https://github.com/simonegosetto/pdf-parse-new/blob/master/CHANGELOG.md)
- [Commits](simonegosetto/pdf-parse-new@v2.0.0...v2.1.0)

Updates `lru-cache` from 11.5.1 to 11.5.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.5.1...v11.5.2)

Updates `@aws-sdk/lib-storage` from 3.1063.0 to 3.1101.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1101.0/lib/lib-storage)

Updates `@aws-sdk/s3-presigned-post` from 3.1063.0 to 3.1101.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1101.0/packages/s3-presigned-post)

Updates `mjml` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/mjmlio/mjml/releases)
- [Commits](https://github.com/mjmlio/mjml/commits/v5.4.0/packages/mjml)

Updates `redlock-universal` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/alexpota/redlock-universal/releases)
- [Changelog](https://github.com/alexpota/redlock-universal/blob/main/CHANGELOG.md)
- [Commits](alexpota/redlock-universal@v0.8.4...v0.8.5)

Updates `framer-motion` from 12.40.0 to 12.43.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.40.0...v12.43.0)

Updates `motion` from 12.40.0 to 12.43.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.40.0...v12.43.0)

Updates `react-colorful` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/omgovich/react-colorful/releases)
- [Changelog](https://github.com/omgovich/react-colorful/blob/master/CHANGELOG.md)
- [Commits](omgovich/react-colorful@5.7.0...v5.8.0)

Updates `react-resizable-panels` from 4.11.2 to 4.12.2
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.11.2...4.12.2)

Updates `uuniq` from 1.3.22 to 1.3.23
- [Release notes](https://github.com/keift/uuniq/releases)
- [Changelog](https://github.com/keift/uuniq/blob/main/CHANGELOG.md)
- [Commits](keift/uuniq@v1.3.22...v1.3.23)

Updates `@vitest/coverage-v8` from 4.1.8 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/coverage-v8)

Updates `msw` from 2.14.6 to 2.15.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.14.6...v2.15.0)

Updates `whatsapp-api-js` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/Secreto31126/whatsapp-api-js/releases)
- [Commits](Secreto31126/whatsapp-api-js@6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: "@bull-board/api"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@bull-board/hono"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@bull-board/ui"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@hono/node-server"
  dependency-version: 2.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@next-safe-action/adapter-react-hook-form"
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@orpc/client"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@orpc/json-schema"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@orpc/openapi"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@orpc/server"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@orpc/zod"
  dependency-version: 1.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-emoji"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-mention"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/pm"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/suggestion"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.25.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: better-auth
  dependency-version: 1.6.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: countries-list
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: dot-prop
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: hono
  dependency-version: 4.12.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: libphonenumber-js
  dependency-version: 1.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: next-intl
  dependency-version: 4.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: next-safe-action
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: nuqs
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: partysocket
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: pretty-bytes
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-qr-code
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-virtuoso
  dependency-version: 4.18.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: remeda
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: stripe
  dependency-version: 22.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: swr
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: pg
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: yargs
  dependency-version: 18.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: jose
  dependency-version: 6.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@faker-js/faker"
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: linkedom
  dependency-version: 0.18.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: mailparser
  dependency-version: 3.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: p-limit
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: pdf-parse-new
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: lru-cache
  dependency-version: 11.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.1101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@aws-sdk/s3-presigned-post"
  dependency-version: 3.1101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: mjml
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: redlock-universal
  dependency-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: framer-motion
  dependency-version: 12.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: motion
  dependency-version: 12.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-colorful
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-resizable-panels
  dependency-version: 4.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: uuniq
  dependency-version: 1.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: whatsapp-api-js
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@github-actions github-actions Bot added the chore Maintenance / housekeeping label Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance / housekeeping 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