Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps the patches group with 21 updates in the / directory:

Package From To
@calcom/embed-react 1.5.2 1.5.3
@headlessui/react 2.2.0 2.2.9
@inkeep/cxkit-react 0.5.98 0.5.111
@radix-ui/react-accordion 1.2.3 1.2.12
@radix-ui/react-avatar 1.1.3 1.1.11
@radix-ui/react-collapsible 1.1.11 1.1.12
@radix-ui/react-dialog 1.1.6 1.1.15
@radix-ui/react-dropdown-menu 2.1.6 2.1.16
@radix-ui/react-hover-card 1.1.6 1.1.15
@radix-ui/react-label 2.1.2 2.1.8
@radix-ui/react-scroll-area 1.2.9 1.2.10
@radix-ui/react-select 2.2.5 2.2.6
@radix-ui/react-separator 1.1.2 1.1.8
@radix-ui/react-tabs 1.1.3 1.1.13
autoprefixer 10.4.21 10.4.23
jsonwebtoken 9.0.2 9.0.3
katex 0.16.22 0.16.27
langfuse 3.38.4 3.38.6
nanoid 5.1.5 5.1.6
nodemailer 7.0.11 7.0.12
openai-edge 1.2.2 1.2.3

Updates @calcom/embed-react from 1.5.2 to 1.5.3

Changelog

Sourced from @​calcom/embed-react's changelog.

1.5.3

Patch Changes

  • Added react-19 as peer dependency
  • Updated dependencies
    • @​calcom/embed-core@​1.5.3
    • @​calcom/embed-snippet@​1.3.3
Commits

Updates @headlessui/react from 2.2.0 to 2.2.9

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.9

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

@​headlessui/react@​v2.2.8

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

@​headlessui/react@​v2.2.7

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

@​headlessui/react@​v2.2.6

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

@​headlessui/react@​v2.2.5

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)

@​headlessui/react@​v2.2.4

Fixed

  • Fix Combobox error (unexpected undefined) when using virtual mode (#3734)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.2.9] - 2025-09-25

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

[2.2.8] - 2025-09-12

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

[2.2.7] - 2025-07-30

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

[2.2.6] - 2025-07-24

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

[2.2.5] - 2025-07-23

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)

... (truncated)

Commits
  • 589ea90 2.2.9 - @​headlessui/react
  • bba75c7 update changelog
  • ca536ed update changelog
  • 49e9e8e do not serialize React components into form fields
  • 2a647a7 Ensure refs are forwarded when freezing data (#3390)
  • da2fa94 Freeze values as soon as possible (#3802)
  • 6b5709a Fix touch actions on iOS after entering disallowed area (#3801)
  • 433b174 Allow home/end key default behavior inside ComboboxInput when Combobox is...
  • 31b3e47 Infer Combobox type based on onChange handler (#3798)
  • b0615ad Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Additional commits viewable in compare view

Updates @inkeep/cxkit-react from 0.5.98 to 0.5.111

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​inkeep/cxkit-react since your current version.


Updates @radix-ui/react-accordion from 1.2.3 to 1.2.12

Commits

Updates @radix-ui/react-avatar from 1.1.3 to 1.1.11

Commits

Updates @radix-ui/react-collapsible from 1.1.11 to 1.1.12

Commits

Updates @radix-ui/react-dialog from 1.1.6 to 1.1.15

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.6 to 2.1.16

Commits

Updates @radix-ui/react-hover-card from 1.1.6 to 1.1.15

Commits

Updates @radix-ui/react-label from 2.1.2 to 2.1.8

Commits

Updates @radix-ui/react-scroll-area from 1.2.9 to 1.2.10

Commits

Updates @radix-ui/react-select from 2.2.5 to 2.2.6

Commits

Updates @radix-ui/react-separator from 1.1.2 to 1.1.8

Commits

Updates @radix-ui/react-tabs from 1.1.3 to 1.1.13

Commits

Updates autoprefixer from 10.4.21 to 10.4.23

Release notes

Sourced from autoprefixer's releases.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Changelog

Sourced from autoprefixer's changelog.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Commits

Updates jsonwebtoken from 9.0.2 to 9.0.3

Changelog

Sourced from jsonwebtoken's changelog.

9.0.3 - 2025-12-04

  • updates jws version to 4.0.1.
Commits

Updates katex from 0.16.22 to 0.16.27

Release notes

Sourced from katex's releases.

v0.16.27

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

v0.16.26

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

v0.16.25

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

v0.16.24

0.16.24 (2025-10-12)

Features

v0.16.23

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)
Changelog

Sourced from katex's changelog.

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

0.16.24 (2025-10-12)

Features

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)
Commits
  • cc5eee5 chore(release): 0.16.27 [ci skip]
  • c77aaec feat: support equals sign and surrounding whitespace in \htmlData attribute v...
  • 9151d5e chore(release): 0.16.26 [ci skip]
  • 6fbad18 fix: \mathop followed by integral symbol
  • 785315c chore(deps): update dependency js-yaml to v4.1.1 [security] (#4106)
  • d2f1084 chore(release): 0.16.25 [ci skip]
  • b3f9ce6 feat(css): provide katex-swap.css that uses font-display: swap (#3940)
  • c6c78de chore(release): 0.16.24 [ci skip]
  • 8c9b306 feat: support hex colors with alpha (#4090)
  • adad68c chore: remove polyfill for Array.prototype.includes (#4061)
  • Additional commits viewable in compare view

Updates langfuse from 3.38.4 to 3.38.6

Commits

Updates nanoid from 5.1.5 to 5.1.6

Release notes

Sourced from nanoid's releases.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Changelog

Sourced from nanoid's changelog.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Commits

Updates nodemailer from 7.0.11 to 7.0.12

Release notes

Sourced from nodemailer's releases.

v7.0.12

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)
Changelog

Sourced from nodemailer's changelog.

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)
Commits

Updates openai-edge from 1.2.2 to 1.2.3

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Important

Bumps 21 dependencies in package.json to newer patch versions for performance improvements and bug fixes.

  • Dependencies:
    • Updates @calcom/embed-react from 1.5.2 to 1.5.3.
    • Updates @headlessui/react from 2.2.0 to 2.2.9.
    • Updates @inkeep/cxkit-react from 0.5.98 to 0.5.111.
    • Updates @radix-ui/react-accordion from 1.2.3 to 1.2.12.
    • Updates @radix-ui/react-avatar from 1.1.3 to 1.1.11.
    • Updates @radix-ui/react-collapsible from 1.1.11 to 1.1.12.
    • Updates @radix-ui/react-dialog from 1.1.6 to 1.1.15.
    • Updates @radix-ui/react-dropdown-menu from 2.1.6 to 2.1.16.
    • Updates @radix-ui/react-hover-card from 1.1.6 to 1.1.15.
    • Updates @radix-ui/react-label from 2.1.2 to 2.1.8.
    • Updates @radix-ui/react-scroll-area from 1.2.9 to 1.2.10.
    • Updates @radix-ui/react-select from 2.2.5 to 2.2.6.
    • Updates @radix-ui/react-separator from 1.1.2 to 1.1.8.
    • Updates @radix-ui/react-tabs from 1.1.3 to 1.1.13.
    • Updates autoprefixer from 10.4.21 to 10.4.23.
    • Updates jsonwebtoken from 9.0.2 to 9.0.3.
    • Updates katex from 0.16.22 to 0.16.27.
    • Updates langfuse from 3.38.4 to 3.38.6.
    • Updates nanoid from 5.1.5 to 5.1.6.
    • Updates nodemailer from 7.0.11 to 7.0.12.
    • Updates openai-edge from 1.2.2 to 1.2.3.

This description was created by Ellipsis for e07690c. You can customize this summary. It will automatically update as commits are pushed.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2025
@vercel
Copy link

vercel bot commented Dec 23, 2025

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

Project Deployment Review Updated (UTC)
langfuse-docs Ready Ready Preview, Comment Jan 7, 2026 10:42am

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 23, 2025
@github-actions
Copy link

github-actions bot commented Dec 23, 2025

📦 Next.js Bundle Analysis for langfuse-docs

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 419.03 KB (🟡 +13.62 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Five Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/blog/qa-chatbot-for-langfuse-docs 524.05 KB 943.07 KB 269.45% (🟢 -0.15%)
/pricing 88.34 KB 507.37 KB 144.96% (🟢 -0.20%)
/pricing-self-host 88.38 KB 507.4 KB 144.97% (🟢 -0.20%)
/talk-to-us 110.07 KB 529.1 KB 151.17% (🟢 -1.97%)
/watch-demo 110.08 KB 529.1 KB 151.17% (🟢 -1.97%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

Bumps the patches group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@calcom/embed-react](https://github.com/calcom/cal.com/tree/HEAD/packages/embeds/embed-react) | `1.5.2` | `1.5.3` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.0` | `2.2.9` |
| [@inkeep/cxkit-react](https://github.com/inkeep/widget/tree/HEAD/packages/react) | `0.5.98` | `0.5.111` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.12` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.11` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.12` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.6` | `2.1.16` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.2` | `2.1.8` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.9` | `1.2.10` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.5` | `2.2.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.8` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.13` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.22` | `0.16.27` |
| [langfuse](https://github.com/langfuse/langfuse-js/tree/HEAD/langfuse) | `3.38.4` | `3.38.6` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.5` | `5.1.6` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `7.0.11` | `7.0.12` |
| [openai-edge](https://github.com/dan-kwiat/openai-edge) | `1.2.2` | `1.2.3` |



Updates `@calcom/embed-react` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/calcom/cal.com/releases)
- [Changelog](https://github.com/calcom/cal.com/blob/main/packages/embeds/embed-react/CHANGELOG.md)
- [Commits](https://github.com/calcom/cal.com/commits/V1.5.3/packages/embeds/embed-react)

Updates `@headlessui/react` from 2.2.0 to 2.2.9
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `@inkeep/cxkit-react` from 0.5.98 to 0.5.111
- [Commits](https://github.com/inkeep/widget/commits/HEAD/packages/react)

Updates `@radix-ui/react-accordion` from 1.2.3 to 1.2.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-avatar` from 1.1.3 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-collapsible` from 1.1.11 to 1.1.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

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

Updates `@radix-ui/react-dropdown-menu` from 2.1.6 to 2.1.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-hover-card` from 1.1.6 to 1.1.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-label` from 2.1.2 to 2.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-scroll-area` from 1.2.9 to 1.2.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

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

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

Updates `@radix-ui/react-tabs` from 1.1.3 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `autoprefixer` from 10.4.21 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.23)

Updates `jsonwebtoken` from 9.0.2 to 9.0.3
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3)

Updates `katex` from 0.16.22 to 0.16.27
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.22...v0.16.27)

Updates `langfuse` from 3.38.4 to 3.38.6
- [Release notes](https://github.com/langfuse/langfuse-js/releases)
- [Commits](https://github.com/langfuse/langfuse-js/commits/v3.38.6/langfuse)

Updates `nanoid` from 5.1.5 to 5.1.6
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.5...5.1.6)

Updates `nodemailer` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.11...v7.0.12)

Updates `openai-edge` from 1.2.2 to 1.2.3
- [Commits](https://github.com/dan-kwiat/openai-edge/commits)

---
updated-dependencies:
- dependency-name: "@calcom/embed-react"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@inkeep/cxkit-react"
  dependency-version: 0.5.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-hover-card"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: jsonwebtoken
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: katex
  dependency-version: 0.16.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: langfuse
  dependency-version: 3.38.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: nanoid
  dependency-version: 5.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: nodemailer
  dependency-version: 7.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openai-edge
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/patches-85892bd386 branch from f6ce9d8 to 359fe6b Compare January 7, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant