Skip to content

chore(deps)(deps): bump the production-dependencies group with 8 updates#881

Merged
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-aed503ceeb
Mar 9, 2026
Merged

chore(deps)(deps): bump the production-dependencies group with 8 updates#881
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-aed503ceeb

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the production-dependencies group with 8 updates:

Package From To
lucide-react 0.575.0 0.577.0
@oclif/core 4.8.2 4.8.3
@hono/node-server 1.19.9 1.19.11
better-auth 1.5.0 1.5.4
hono 4.12.3 4.12.5
fumadocs-core 16.6.8 16.6.12
fumadocs-ui 16.6.8 16.6.12
react-resizable-panels 4.7.0 4.7.2

Updates lucide-react from 0.575.0 to 0.577.0

Release notes

Sourced from lucide-react's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Commits

Updates @oclif/core from 4.8.2 to 4.8.3

Release notes

Sourced from @​oclif/core's releases.

4.8.3

Bug Fixes

Changelog

Sourced from @​oclif/core's changelog.

4.8.3 (2026-03-02)

Bug Fixes

Commits
  • 43d9214 chore(release): 4.8.3 [skip ci]
  • dc3fda4 Merge pull request #1548 from oclif/d/W-21239801-b
  • d2c1913 fix: expanded process title checks for windows shell identification @​W-21239801@
  • 9e0b028 Merge pull request #1546 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • e77238b chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.144
  • See full diff in compare view

Updates @hono/node-server from 1.19.9 to 1.19.11

Release notes

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

v1.19.11

What's Changed

Full Changelog: honojs/node-server@v1.19.10...v1.19.11

v1.19.10

Security Fix

Fixed an authorization bypass in Serve Static Middleware caused by inconsistent URL decoding (%2F handling) between the router and static file resolution. Users of Serve Static Middleware are encouraged to upgrade to this version.

See GHSA-wc8c-qw6v-h7f6 for details.

Commits

Updates better-auth from 1.5.0 to 1.5.4

Release notes

Sourced from better-auth's releases.

v1.5.4

   🐞 Bug Fixes

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1-beta.3

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • cb9e1bc chore: release v1.5.4
  • 56857d6 fix: move adapter packages to dependencies to fix missing module errors (#8401)
  • 8e1ddc3 chore: release v1.5.3
  • efcc238 fix(account): use accountId instead of id in accountInfo endpoint (#8346)
  • 318f827 chore: move adapter packages from deps to optional peer deps (#8303)
  • 54c8493 chore: release v1.5.2
  • 55dd06e fix: prevent double encoded cookie (#8133)
  • 5d7dd9e fix: access control indexing type (#8155)
  • 8959cb9 fix(cookies): use lookahead heuristic for splitting Set-Cookie headers (#8301)
  • 3715137 chore: release v1.5.1
  • Additional commits viewable in compare view

Updates hono from 4.12.3 to 4.12.5

Release notes

Sourced from hono's releases.

v4.12.5

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.4...v4.12.5

v4.12.4

Security fixes

This release includes fixes for the following security issues:

SSE Control Field Injection

Affects: streamSSE() in Streaming Helper. Fixes injection of unintended SSE fields by rejecting CR/LF characters in event, id, and retry. GHSA-p6xx-57qc-3wxr

Cookie Attribute Injection in setCookie()

Affects: setCookie() from hono/cookie. Fixes cookie attribute manipulation by rejecting ;, \r, and \n in domain and path options. GHSA-5pq2-9x2x-5p6w

Middleware Bypass in Serve Static

Affects: Serve Static middleware. Fixes inconsistent URL decoding that could allow protected static resources to be accessed without triggering route-based middleware. GHSA-q5qw-h33p-qvwr

Users who uses Strreaming Helper, Cookie utility, and Serve Static are strongly encouraged to upgrade to this version.


Other changes

New Contributors

Full Changelog: honojs/hono@v4.12.3...v4.12.4

Commits
  • 18cc595 4.12.5
  • 5d59ac7 chore(eslint): upgrade @hono/eslint-config (#4781)
  • b8cff18 fix(jsx): Fix "Invalid state: Controller is already closed" (#4770)
  • 8c4d7f3 fix(jwt): validate token format in decode and decodeHeader functions (#4752)
  • 0f49915 fix(request): return string | undefined from param() when path type is any ...
  • 19d20d2 4.12.4
  • 44ae0c8 Merge commit from fork
  • f4123ed Merge commit from fork
  • 80a9837 fix(utils/url): specify the return type of tryDecodeURI (#4779)
  • 6a0607a Merge commit from fork
  • Additional commits viewable in compare view

Updates fumadocs-core from 16.6.8 to 16.6.12

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.6.12

Patch Changes

  • ddb0f81: require explicit import for new search clients

fumadocs-core@16.6.11

Patch Changes

  • d35f30c: deprecate highlight on content highlighter
  • ae3e742: Support flexsearch server & client
  • 269dfb3: Redesign search client adapter interface
Commits
  • af5738a Version Packages (#3080)
  • ddb0f81 Core: require explicit import for new search clients
  • 418f475 Version Packages (#3077)
  • 9c110f1 Core: support tag filter in Flexsearch
  • 269dfb3 Core: Redesign search client adapter interface
  • d35f30c Core: deprecate highlight on content highlighter
  • 9ba67d3 Flexsearch: add highlight
  • ae3e742 Core: Support flexsearch server & client
  • 3fa6eaf Chore: bump deps
  • ab774b3 improve landing page
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.6.8 to 16.6.12

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.6.12

Patch Changes

  • Updated dependencies [ddb0f81]
    • fumadocs-core@16.6.12

fumadocs-ui@16.6.11

Patch Changes

  • Updated dependencies [d35f30c]
  • Updated dependencies [ae3e742]
  • Updated dependencies [269dfb3]
    • fumadocs-core@16.6.11
Commits
  • af5738a Version Packages (#3080)
  • ddb0f81 Core: require explicit import for new search clients
  • 418f475 Version Packages (#3077)
  • 9c110f1 Core: support tag filter in Flexsearch
  • 269dfb3 Core: Redesign search client adapter interface
  • d35f30c Core: deprecate highlight on content highlighter
  • 9ba67d3 Flexsearch: add highlight
  • ae3e742 Core: Support flexsearch server & client
  • 3fa6eaf Chore: bump deps
  • ab774b3 improve landing page
  • Additional commits viewable in compare view

Updates react-resizable-panels from 4.7.0 to 4.7.2

Release notes

Sourced from react-resizable-panels's releases.

4.7.2

  • 683: Don't scroll separator when setting focus

4.7.1

  • 678: Change default overflow styles to support shadows
Changelog

Sourced from react-resizable-panels's changelog.

4.7.2

  • 683: Don't scroll separator when setting focus

4.7.1

  • 678: Change default overflow styles to support shadows
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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

Bumps the production-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.575.0` | `0.577.0` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.2` | `4.8.3` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.9` | `1.19.11` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.5.0` | `1.5.4` |
| [hono](https://github.com/honojs/hono) | `4.12.3` | `4.12.5` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.8` | `16.6.12` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.8` | `16.6.12` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.7.0` | `4.7.2` |


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

Updates `@oclif/core` from 4.8.2 to 4.8.3
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.8.2...4.8.3)

Updates `@hono/node-server` from 1.19.9 to 1.19.11
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.9...v1.19.11)

Updates `better-auth` from 1.5.0 to 1.5.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.5.4/packages/better-auth)

Updates `hono` from 4.12.3 to 4.12.5
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.3...v4.12.5)

Updates `fumadocs-core` from 16.6.8 to 16.6.12
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.8...fumadocs-core@16.6.12)

Updates `fumadocs-ui` from 16.6.8 to 16.6.12
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.8...fumadocs-ui@16.6.12)

Updates `react-resizable-panels` from 4.7.0 to 4.7.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.7.0...4.7.2)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: better-auth
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: hono
  dependency-version: 4.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.6.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.6.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Mar 9, 2026
@vercel
Copy link

vercel bot commented Mar 9, 2026

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

Project Deployment Actions Updated (UTC)
objectstack-play Ready Ready Preview, Comment Mar 9, 2026 2:37am
spec Ready Ready Preview, Comment Mar 9, 2026 2:37am

Request Review

@github-actions github-actions bot added documentation Improvements or additions to documentation size/s labels Mar 9, 2026
@hotlong hotlong merged commit 722dcb0 into main Mar 9, 2026
25 of 26 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-aed503ceeb branch March 9, 2026 04:49
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 documentation Improvements or additions to documentation javascript Pull requests that update javascript code size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant