Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps qs to 6.4.0 and updates ancestor dependencies qs, socketstream and express. These dependencies need to be updated together.

Updates qs from 6.4.0 to 6.4.0

Changelog

Sourced from qs's changelog.

Commits

Updates qs from 6.5.2 to 6.5.3

Changelog

Sourced from qs's changelog.

Commits

Updates socketstream from 0.3.10 to 0.3.12

Changelog

Sourced from socketstream's changelog.

0.3.12 (2015-04-05)

Bug Fixes

  • cookie: cookie configuration in http strategy #454 (8f6c20f0)
  • debugging: Log stack trace for internal server errors (ec0f7337)
  • docs:
  • integrations: Fixed config for gitter notify (28543c51)
  • static:
    • Static files from static and assets dirs (f93652e4)
    • Views and static paths can coexist without name clashes #470

Features

  • modules and libs:
    • Can be overridden #456
    • Shims are loaded before libs and can be added with the send call. (d0d0715165)
  • http:
    • Alternate strategies for http middleware (a25c3d86)
    • static strategy (d2037735)
  • static: Support no use of ss.http.middleware (f2fd0ca0)

Compatibility

  • Node 0.6 is no longer supported
  • Upgraded to latest Connect version #504
  • Upgraded to latest Engine.io version #435

0.3.11 (2014-10-15)

Bug Fixes

  • Adding travis support back in (d7d15fbe)
  • Gruntfile: names changed for tasks isGhPagesBranch, isClean (b5f95803)
  • TravisCI: Not testing 0.8 as dependencies no longer support it (443e4ffa)
  • docs:
  • generator: updated jade templates - fixes #447 (d58d2457)
  • http:

... (truncated)

Commits
  • 859a372 chore(release): v0.3.12
  • 9cd994d chore(release): Starting v0.3.12-SNAPSHOT
  • 54013c8 chore(lint): bunch of files tidying
  • 8f6c20f fix(cookie): cookie configuration in http strategy
  • c31e98d Merge pull request #520 from socketstream/waffle-badge-adjustment
  • 84e608c Update README.md
  • 5675821 Merge pull request #518 from waffle-iron/master
  • f5287e6 Merge pull request #517 from socketstream/hotfix/request-middleware-version-fix
  • f6e0b90 Merge branch 'master' of github.com:socketstream/socketstream
  • 4fcfc7c docs starter ignore
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thepian, a new releaser for socketstream since your current version.


Updates express from 4.17.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


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 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 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.

Bumps [qs](https://github.com/ljharb/qs) to 6.4.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [socketstream](https://github.com/socketstream/socketstream) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.4.0 to 6.4.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.4.0...v6.4.0)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.4.0...v6.4.0)

Updates `socketstream` from 0.3.10 to 0.3.12
- [Changelog](https://github.com/socketstream/socketstream/blob/develop/CHANGELOG.md)
- [Commits](socketstream/socketstream@0.3.10...0.3.12)

Updates `express` from 4.17.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.17.1...4.21.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.4.0
  dependency-type: indirect
- dependency-name: qs
  dependency-version: 6.5.3
  dependency-type: indirect
- dependency-name: socketstream
  dependency-version: 0.3.12
  dependency-type: direct:production
- dependency-name: express
  dependency-version: 4.21.2
  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 Sep 19, 2025
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.

1 participant