Bump cookie, cookie-parser, express and msw
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps cookie to 0.7.2 and updates ancestor dependencies cookie, cookie-parser, express and msw. These dependencies need to be updated together.
Updates cookie
from 0.4.0 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
serialize
without options, useobj.hasOwnProperty
when parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextrem
and #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw
)- fix: add
main
topackage.json
for rspack (#166 by@proudparrot2
)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitioned
option0.5.0
- Add
priority
option- Fix
expires
option 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
0.4.1
- Fix
maxAge
option to reject invalid values
Commits
d19eaa1
0.7.2bc38ffd
Fix object assignment ofhasOwnProperty
(#177)cf4658f
0.7.16a8b8f5
Allow leading dot for domain (#174)58015c0
Remove more code and perf wins (#172)ab057d6
0.7.05f02ca8
Migrate history to GitHub releasesa5d591c
Migrate history to GitHub releases51968f9
Skip isNaN9e7ca51
perf(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.5 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
@inigomarquinez
in expressjs/cookie-parser#103- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinez
in expressjs/cookie-parser#104- ci: Use GITHUB_OUTPUT envvar instead of set-output command by
@arunsathiya
in expressjs/cookie-parser#100- deps: cookie@0.7.2 by
@SamChatfield
in expressjs/cookie-parser#116- Release: 1.4.7 by
@UlisesGascon
in expressjs/cookie-parser#117New Contributors
@inigomarquinez
made their first contribution in expressjs/cookie-parser#103@arunsathiya
made their first contribution in expressjs/cookie-parser#100@SamChatfield
made their first contribution in expressjs/cookie-parser#116@UlisesGascon
made their first contribution in expressjs/cookie-parser#117Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7
1.4.6
- deps: cookie@0.4.1
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
serialize
without options, useobj.hasOwnProperty
when parsing- deps: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
main
topackage.json
for rspack- deps: cookie@0.6.0
- Add
partitioned
option- deps: cookie@0.5.0
- Add
priority
option- Fix
expires
option 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
1.4.6 / 2021-11-16
- deps: cookie@0.4.1
Commits
5d61e1e
1.4.7ccf1f54
deps: cookie@0.7.2 (#116)429cfd4
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97e
ci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39
ci: add support for OSSF scorecard reporting (#103)e5862bd
build: Node.js@17.6f0688d2
build: Node.js@14.1944ec541
build: Node.js@16.14695435a
deps: cookie@0.4.2f66e7e1
build: 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.18.2 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebas
in expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembrey
in expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurch
in expressjs/express#6209- Release: 4.21.2 by
@UlisesGascon
in expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbuker
in expressjs/express#6029- Release: 4.21.1 by
@UlisesGascon
in expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by@blakeembrey
in expressjs/express#5935- finalhandler@1.3.1 by
@wesleytodd
in expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytodd
in expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93
in expressjs/express#5946New Contributors
@agadzinski93
made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
Other Changes
- 4.19.2 Staging by
@wesleytodd
in expressjs/express#5561- remove duplicate location test for data uri by
@wesleytodd
in expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolito
in expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurch
in expressjs/express#5564- Add a Threat Model by
@UlisesGascon
in expressjs/express#5526- Assign captain of encodeurl by
@blakeembrey
in expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors
,expressjs.com
,morgan
,cors
,body-parser
by@jonchurch
in expressjs/express#5587- docs: update Security.md by
@inigomarquinez
in expressjs/express#5590- docs: update triage nomination policy by
@UlisesGascon
in expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGascon
in expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGascon
in expressjs/express#5605
... (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
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.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
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- 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
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
... (truncated)
Commits
1faf228
4.21.22e0fb64
deps: bump path-to-regexp@0.1.12 (#6209)59fc270
deps: path-to-regexp@0.1.11 (#5956)51fc39c
docs: add funding (#6065)8e229f9
4.21.1a024c8a
fix(deps): cookie@0.7.17e562c6
4.21.01bcde96
fix(deps): qs@6.13.0 (#5946)7d36477
fix(deps): serve-static@1.16.2 (#5951)40d2d8f
fix(deps): finalhandler@1.3.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates msw
from 0.35.0 to 2.10.4
Release notes
Sourced from msw's releases.
v2.10.4 (2025-07-12)
Bug Fixes
- HttpHandler: use correct query parameters docs link (#2547) (6cdce81de5576e5049899a729ab3a1424550c003)
@kettanaito
v2.10.3 (2025-07-04)
Bug Fixes
- ws: support
resolutionContext
onparse
andrun
(#2544) (024568571990b6068601a0ba9f03e143ccbbfffb)@kettanaito
- getResponse: support
resolutionContext
argument (#2543) (ce3ab1fdd3b353d6a1d8db3c69532bde44483a8a)@kettanaito
v2.10.2 (2025-06-09)
Bug Fixes
- TypeScript: support
Response.error()
andHttpResponse.error()
as mocked responses (#2132) (72cc8ddac8f030f747b674148b03e5a025e412d2)@jacquesg
@kettanaito
v2.10.1 (2025-06-07)
Bug Fixes
- update
@mswjs/interceptors
to support WebSocket server protocol (#2528) (6704fa042a3eaa71b68eb7b9028a7464b2b30cef)@kettanaito
v2.10.0 (2025-06-07)
Features
- WebSocketHandler: add
run
method (#2527) (94fc78ea50bd8c3334945d3047650c8b82c2f754)@kettanaito
v2.9.0 (2025-06-03)
Features
- send
request
reference within theRESPONSE
event (#2510) (425635161dddb3457eea37b996b41b7c731fc69f)@kettanaito
v2.8.7 (2025-05-31)
Bug Fixes
- update links to the documentation (#2519) (56f24d52a8dd6510d7430b9b2de5a816db1d8c9e)
@kettanaito
v2.8.6 (2025-05-29)
Bug Fixes
- browser: set the default entrypoint to commonjs (#2516) (ee44fab147c83d45095bd2c14fdfffbff876d721)
@kettanaito
v2.8.5 (2025-05-27)
... (truncated)
Commits
e410103
chore(release): v2.10.46cdce81
fix(HttpHandler): use correct query parameters docs link (#2547)594e91f
chore(release): v2.10.30245685
fix(ws): supportresolutionContext
onparse
andrun
(#2544)ce3ab1f
fix(getResponse): supportresolutionContext
argument (#2543)13e52aa
test: add type test for mocked responses without type arguments (#2538)a30cdf5
chore(release): v2.10.272cc8dd
fix(TypeScript): supportResponse.error()
andHttpResponse.error()
as moc...d38097f
chore(release): v2.10.16704fa0
fix: update@mswjs/interceptors
to support WebSocket server protocol (#2528)- Additional commits viewable 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 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.
Pull Request Statistics
1
2
+778
-726
Package Dependencies
cookie, cookie-parser, express
npm
Technical Details
ID: | 4304828 |
UUID: | 2704889098 |
Node ID: | PR_kwDOA3QaB86hOVUK |
Host: | GitHub |
Repository: | processing/p5.js-web-editor |
Merge State: | Unknown |