Skip to content

chore(deps): Bump engine.io from 6.6.4 to 6.6.7 - #121

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/engine.io-6.6.7
Open

chore(deps): Bump engine.io from 6.6.4 to 6.6.7#121
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/engine.io-6.6.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps engine.io from 6.6.4 to 6.6.7.

Release notes

Sourced from engine.io's releases.

engine.io@6.6.7

Bug Fixes

  • close HTTP requests with invalid content type (fc11285)
  • handle invalid packets when upgrading to WebTransport (1fa1f46)
  • prevent WebTransport connections when a middleware is registered (d1f5aa9)

Dependencies

engine.io@6.6.6

Bug Fixes

  • add @types/ws as dependency (#5458) (07cbe15)
  • uws: emit initial_headers and headers events in uServer (#5460) (44ed73f)

Dependencies

Commits
  • 439a8f6 chore(release): engine.io@6.6.7
  • fc11285 fix(eio): close HTTP requests with invalid content type
  • b059af6 refactor(eio): use plain IncomingMessage in the public API
  • 4e85378 docs: fix various typos in test and documentation (#5481)
  • d1f5aa9 fix(eio): prevent WebTransport connections when a middleware is registered
  • b785377 docs: fix typos in the release notes
  • 25d877c docs: fix links in the release notes
  • d4bc787 refactor(eio): use hasOwn() method everywhere
  • 1fa1f46 fix(eio): handle invalid packets when upgrading to WebTransport
  • 4f7edb4 ci: enable caching of npm modules
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for engine.io since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade engine.io to 6.6.7 to harden transport handling and validate HTTP/WebTransport requests. Reduces invalid or unintended connections; no app code changes.

  • Bug Fixes

    • Close HTTP requests with invalid content type.
    • Validate packets on WebTransport upgrade and block WebTransport when middleware is present.
  • Dependencies

    • Adds @types/ws; ws remains at ~8.18.3.

Written for commit d66cc1e. Summary will update on new commits.

Review in cubic

Bumps [engine.io](https://github.com/socketio/socket.io) from 6.6.4 to 6.6.7.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/engine.io@6.6.4...engine.io@6.6.7)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-version: 6.6.7
  dependency-type: indirect
...

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 Jul 21, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants