Skip to content

deps(deps): bump the production-dependencies group across 1 directory with 6 updates#111

Merged
mahata merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0afeb8a047
Mar 14, 2026
Merged

deps(deps): bump the production-dependencies group across 1 directory with 6 updates#111
mahata merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0afeb8a047

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
@hono/node-server 1.17.0 1.19.11
@hono/node-ws 1.2.0 1.3.0
@hono/oauth-providers 0.8.2 0.8.5
dotenv 17.2.0 17.3.1
hono-sessions 0.8.0 0.8.1
ws 8.18.3 8.19.0

Updates @hono/node-server from 1.17.0 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.

v1.19.9

What's Changed

Full Changelog: honojs/node-server@v1.19.8...v1.19.9

v1.19.8

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.7...v1.19.8

v1.19.7

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.6...v1.19.7

v1.19.6

What's Changed

Full Changelog: honojs/node-server@v1.19.5...v1.19.6

v1.19.5

... (truncated)

Commits

Updates @hono/node-ws from 1.2.0 to 1.3.0

Release notes

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

@​hono/node-ws@​1.3.0

Minor Changes

Changelog

Sourced from @​hono/node-ws's changelog.

1.3.0

Minor Changes

Commits
Maintainer changes

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


Updates @hono/oauth-providers from 0.8.2 to 0.8.5

Release notes

Sourced from @​hono/oauth-providers's releases.

@​hono/oauth-providers@​0.8.5

Patch Changes

  • #1404 fce74aeda2958faa4d0ed17dfcfe7cbbb74287fa Thanks @​sushichan044! - fix: enable CSRF protection for MSEntra ID authentication

    Fixed a bug where the state parameter was not being passed to the MSEntra AuthFlow constructor. As a result, CSRF protection now properly works for MSEntra ID authentication, ensuring that authentication requests are protected against Cross-Site Request Forgery attacks.

@​hono/oauth-providers@​0.8.4

Patch Changes

@​hono/oauth-providers@​0.8.3

Patch Changes

Changelog

Sourced from @​hono/oauth-providers's changelog.

0.8.5

Patch Changes

  • #1404 fce74aeda2958faa4d0ed17dfcfe7cbbb74287fa Thanks @​sushichan044! - fix: enable CSRF protection for MSEntra ID authentication

    Fixed a bug where the state parameter was not being passed to the MSEntra AuthFlow constructor. As a result, CSRF protection now properly works for MSEntra ID authentication, ensuring that authentication requests are protected against Cross-Site Request Forgery attacks.

0.8.4

Patch Changes

0.8.3

Patch Changes

Commits

Updates dotenv from 17.2.0 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)
Commits

Updates hono-sessions from 0.8.0 to 0.8.1

Release notes

Sourced from hono-sessions's releases.

v0.8.1

What's Changed

New Contributors

Full Changelog: jcs224/hono_sessions@v0.8.0...v0.8.1

Commits
  • 9d0ab3a version 0.8.1
  • 5d115cb Merge pull request #38 from fjorgemota/fix/type-mismatch
  • 5535926 allow prefix in cookie to work, fixes #35
  • c72aeda Remove section about TypeScript errors
  • ff3a09d Register hono as a peer dependency in built NPM package
  • 2480e7c Add constant DIST_DIR to determine where to save the package for NPM
  • See full diff in compare view

Updates ws from 8.18.3 to 8.19.0

Release notes

Sourced from ws's releases.

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).
Commits
  • 61349ec [dist] 8.19.0
  • 3f9ffc6 [feature] Introduce the closeTimeout option (#2308)
  • 1998485 [fix] Ensure all remaining data is read as a single chunk
  • 726c373 [doc] Sort options alphabetically
  • b151f1e [ci] Update actions/checkout action to v6
  • dabdd5b [ci] Update actions/setup-node action to v6
  • 86eac5b [ci] Test on node 25
  • 1891e14 [ci] Update actions/setup-node action to v5
  • aa28c77 [ci] Update actions/checkout action to v5
  • See full diff in compare view

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

… with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.17.0` | `1.19.11` |
| [@hono/node-ws](https://github.com/honojs/middleware/tree/HEAD/packages/node-ws) | `1.2.0` | `1.3.0` |
| [@hono/oauth-providers](https://github.com/honojs/middleware/tree/HEAD/packages/oauth-providers) | `0.8.2` | `0.8.5` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.3.1` |
| [hono-sessions](https://github.com/jcs224/hono_sessions) | `0.8.0` | `0.8.1` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |



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

Updates `@hono/node-ws` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/node-ws/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/node-ws@1.3.0/packages/node-ws)

Updates `@hono/oauth-providers` from 0.8.2 to 0.8.5
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/oauth-providers/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/oauth-providers@0.8.5/packages/oauth-providers)

Updates `dotenv` from 17.2.0 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.3.1)

Updates `hono-sessions` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/jcs224/hono_sessions/releases)
- [Commits](jcs224/hono_sessions@v0.8.0...v0.8.1)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@hono/node-ws"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@hono/oauth-providers"
  dependency-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: hono-sessions
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated-pr PRs created automatically dependencies labels Mar 13, 2026
@mahata mahata merged commit a8d1226 into main Mar 14, 2026
2 checks passed
@mahata mahata deleted the dependabot/npm_and_yarn/production-dependencies-0afeb8a047 branch March 14, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-pr PRs created automatically dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant