chore(deps): bump cookie, cookie-parser and express in /api
Created by: dependabot[bot]
Bumps cookie to 0.7.2 and updates ancestor dependencies cookie, cookie-parser and express. These dependencies need to be updated together.
Updates cookie from 0.4.1 to 0.7.2
Release notes
Sourced from cookie's releases.
v0.7.2
Fixed
- Fix object assignment of
hasOwnProperty(#177) bc38ffdhttps://github.com/jshttp/cookie/compare/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 for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
Commits
-
d19eaa10.7.2 -
bc38ffdFix object assignment ofhasOwnProperty(#177) -
cf4658f0.7.1 -
6a8b8f5Allow leading dot for domain (#174) -
58015c0Remove more code and perf wins (#172) -
ab057d60.7.0 -
5f02ca8Migrate history to GitHub releases -
a5d591cMigrate history to GitHub releases -
51968f9Skip isNaN -
9e7ca51perf(parse): cache length, return early (#144) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates cookie-parser from 1.4.6 to 1.4.7
Release notes
Sourced from cookie-parser's releases.
1.4.7
What's Changed
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/cookie-parser#103- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/cookie-parser#104- ci: Use GITHUB_OUTPUT envvar instead of set-output command by
@arunsathiyain expressjs/cookie-parser#100- deps: cookie@0.7.2 by
@SamChatfieldin expressjs/cookie-parser#116- Release: 1.4.7 by
@UlisesGasconin expressjs/cookie-parser#117New Contributors
@inigomarquinezmade their first contribution in expressjs/cookie-parser#103@arunsathiyamade their first contribution in expressjs/cookie-parser#100@SamChatfieldmade their first contribution in expressjs/cookie-parser#116@UlisesGasconmade their first contribution in expressjs/cookie-parser#117Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7
Changelog
Sourced from cookie-parser's changelog.
1.4.7 / 2024-10-08
- deps: cookie@0.7.2
- Fix object assignment of
hasOwnProperty- deps: cookie@0.7.1
- Allow leading dot for domain
- 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 for
serializewithout options, useobj.hasOwnPropertywhen parsing- deps: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
maintopackage.jsonfor rspack- deps: cookie@0.6.0
- Add
partitionedoption- deps: cookie@0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
- deps: cookie@0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
Commits
-
5d61e1e1.4.7 -
ccf1f54deps: cookie@0.7.2 (#116) -
429cfd4ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100) -
ca4c97eci: fix errors in ci pipeline for node 8 and 9 (#104) -
97bdf39ci: add support for OSSF scorecard reporting (#103) -
e5862bdbuild: Node.js@17.6 -
f0688d2build: Node.js@14.19 -
44ec541build: Node.js@16.14 -
695435adeps: cookie@0.4.2 -
f66e7e1build: mocha@9.2.1 - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates express from 4.21.0 to 4.21.1
Release notes
Sourced from express's releases.
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
Commits
-
8e229f94.21.1 -
a024c8afix(deps): cookie@0.7.1 - 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.