Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump cookie, express and socket.io#15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/multi-d54fdff7c2

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubOct 11, 2024

Bumpscookie,express andsocket.io. These dependencies needed to be updated together.
Updatescookie from 0.4.2 to 0.7.2

Release notes

Sourced fromcookie's releases.

v0.7.2

Fixed

  • Fix object assignment ofhasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path forserialize without options, useobj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Addpartitioned option

0.5.0

  • Addpriority option
  • Fixexpires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse
Commits
Maintainer changes

This version was pushed to npm byblakeembrey, a new releaser for cookie since your current version.


Updatesexpress from 4.18.2 to 4.21.1

Release notes

Sourced fromexpress's releases.

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 defaultdepth level for parsing URL-encoded data is now32 (previously wasInfinity)
  • Remove link renderization in html while usingres.redirect

Other Changes

... (truncated)

Changelog

Sourced fromexpress's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecateres.location("back") andres.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
    • adddepth option to customize the depth level in the parser
    • IMPORTANT: The defaultdepth level for parsing URL-encoded data is now32 (previously wasInfinity)
  • Remove link renderization in html while usingres.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 passingoptions.maxAge andoptions.expires tores.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

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

... (truncated)

Commits
Maintainer changes

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


Updatessocket.io from 4.7.4 to 4.8.0

Release notes

Sourced fromsocket.io's releases.

socket.io-client@4.8.0

Features

Custom transport implementations

Thetransports option now accepts an array of transport implementations:

import{io}from"socket.io-client";import{XHR,WebSocket}from"engine.io-client";constsocket=io({transports:[XHR,WebSocket]});

Here is the list of provided implementations:

TransportDescription
FetchHTTP long-polling based on the built-infetch() method.
NodeXHRHTTP long-polling based on theXMLHttpRequest object provided by thexmlhttprequest-ssl package.
XHRHTTP long-polling based on the built-inXMLHttpRequest object.
NodeWebSocketWebSocket transport based on theWebSocket object provided by thews package.
WebSocketWebSocket transport based on the built-inWebSocket object.
WebTransportWebTransport transport based on the built-inWebTransport object.

Usage:

TransportbrowserNode.jsDenoBun
Fetch✅ (1)
NodeXHR
XHR
NodeWebSocket
WebSocket✅ (2)
WebTransport

(1) sincev18.0.0(2) sincev21.0.0

Added inf4d898e andb11763b.

Test each low-level transports

When setting thetryAllTransports option totrue, if the first transport (usually, HTTP long-polling) fails, then the other transports will be tested too:

import{io}from"socket.io-client";</tr></table>

... (truncated)

Commits
  • d0fc720 chore(release): socket.io@4.8.0
  • 4a0555c chore(release): socket.io-client@4.8.0
  • 2b60df1 chore(release): engine.io@6.6.1
  • d4cb375 ci: ignore tests when publishing to npm
  • c251ae7 chore(release): engine.io-client@6.6.1
  • 8a2f5a3 fix(eio-client): move 'offline' event listener at the top
  • b04fa64 fix(sio): allow to join a room in a middleware (uws)
  • 7085f0e refactor(sio-client): mangle private attributes
  • 4f66708 chore(sio-client): use babel loose mode when transpiling classes
  • 1a95db2 chore(sio-client): add a script to compute the bundle size
  • Additional commits viewable incompare 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 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 theSecurity Alerts page.

Bumps [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.Updates `cookie` from 0.4.2 to 0.7.2- [Release notes](https://github.com/jshttp/cookie/releases)- [Commits](jshttp/cookie@v0.4.2...v0.7.2)Updates `express` from 4.18.2 to 4.21.1- [Release notes](https://github.com/expressjs/express/releases)- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)- [Commits](expressjs/express@4.18.2...4.21.1)Updates `socket.io` from 4.7.4 to 4.8.0- [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/4.7.4...socket.io@4.8.0)---updated-dependencies:- dependency-name: cookie  dependency-type: indirect- dependency-name: express  dependency-type: indirect- dependency-name: socket.io  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelOct 11, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp