Skip to content

deps: upgrade cookie, cookie-parser and cookie-session - #6113

Open
agungjati wants to merge 1 commit into
expressjs:masterfrom
agungjati:master-fix/upgrade-cookie
Open

deps: upgrade cookie, cookie-parser and cookie-session#6113
agungjati wants to merge 1 commit into
expressjs:masterfrom
agungjati:master-fix/upgrade-cookie

Conversation

@agungjati

@agungjatiagungjati commented Oct 31, 2024

Copy link
Copy Markdown
Contributor

@UlisesGasconUlisesGascon changed the title master-fix/upgrade-cookiedeps: upgrade cookieNov 1, 2024
@UlisesGasconUlisesGascon self-assigned this Nov 1, 2024
@UlisesGasconUlisesGascon changed the title deps: upgrade cookiedeps: upgrade cookie, cookie-parser and cookie-sessionNov 1, 2024
Comment threadlib/response.js
if (opts.maxAge === null){
delete opts.maxAge;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this somehow related to the updates? If so, please document why.

Comment threadpackage.json
"content-disposition": "^1.0.0",
"content-type": "~1.0.4",
"cookie": "0.7.1",
"cookie": "1.0.1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blakeembrey can you comment on this? I believe the breaking changes in 1.x are passed through and so must go out with a major of express, but maybe I am wrong.

Comment threadpackage.json
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"cookie-parser": "1.4.7",
"cookie-session": "2.1.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all dep updates we are moving to ^ prefixes. This will need to be updated as well, but we prefer doing this in individual commits, so it is unlikely this PR would merge. You may want to open these independently so they can be merged.

@krzysdzkrzysdz mentioned this pull request Aug 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@agungjati@wesleytodd@UlisesGascon