-
Notifications
You must be signed in to change notification settings - Fork 0
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cookie, cookie-parser, express and express-session in /BookingWebApi #98
Merged
dependabot
merged 1 commit into
develop
from
dependabot/npm_and_yarn/BookingWebApi/multi-b9178efa7f
Oct 10, 2024
Merged
Bump cookie, cookie-parser, express and express-session in /BookingWebApi #98
dependabot
merged 1 commit into
develop
from
dependabot/npm_and_yarn/BookingWebApi/multi-b9178efa7f
Oct 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [cookie-parser](https://github.com/expressjs/cookie-parser), [express](https://github.com/expressjs/express) and [express-session](https://github.com/expressjs/session). These dependencies need to be updated together. Updates `cookie` from 0.4.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.0...v0.7.2) Updates `cookie-parser` from 1.4.5 to 1.4.7 - [Release notes](https://github.com/expressjs/cookie-parser/releases) - [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md) - [Commits](expressjs/cookie-parser@1.4.5...1.4.7) Updates `express` from 4.21.0 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.21.0...4.21.1) Updates `express-session` from 1.17.0 to 1.18.1 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: cookie-parser dependency-type: direct:production - dependency-name: express dependency-type: direct:production - dependency-name: express-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 10, 2024
@dependabot squash and merge
dependabot[bot] ***@***.***> ezt írta (időpont: 2024. okt.
10., Csü 16:51):
… This automated pull request fixes a security vulnerability
<https://github.com/MilkaChucky/BookingWebApp/security/dependabot/118>
(low severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps cookie <https://github.com/jshttp/cookie> to 0.7.2 and updates
ancestor dependencies cookie <https://github.com/jshttp/cookie>,
cookie-parser <https://github.com/expressjs/cookie-parser>, express
<https://github.com/expressjs/express> and express-session
<https://github.com/expressjs/session>. These dependencies need to be
updated together.
Updates cookie from 0.4.0 to 0.7.2
Release notes
*Sourced from cookie's releases
<https://github.com/jshttp/cookie/releases>.*
v0.7.2
*Fixed*
- Fix object assignment of hasOwnProperty (#177
<https://redirect.github.com/jshttp/cookie/issues/177>) bc38ffd
***@***.***
<jshttp/cookie@v0.7.1...v0.7.2>
0.7.1
*Fixed*
- Allow leading dot for domain (#174
<https://redirect.github.com/jshttp/cookie/issues/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, use obj.hasOwnProperty
when parsing (#172
<https://redirect.github.com/jshttp/cookie/issues/172>)
***@***.***
<jshttp/cookie@v0.7.0...v0.7.1>
0.7.0
- perf: parse cookies ~10% faster (#144
<https://redirect.github.com/jshttp/cookie/issues/144> by @kurtextrem
<https://github.com/kurtextrem> and #170
<https://redirect.github.com/jshttp/cookie/issues/170>)
- fix: narrow the validation of cookies to match RFC6265 (#167
<https://redirect.github.com/jshttp/cookie/issues/167> by @bewinsnw
<https://github.com/bewinsnw>)
- fix: add main to package.json for rspack (#166
<https://redirect.github.com/jshttp/cookie/issues/166> by
@proudparrot2 <https://github.com/proudparrot2>)
***@***.***
<jshttp/cookie@v0.6.0...v0.7.0>
0.6.0
- Add partitioned option
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
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
<jshttp/cookie@d19eaa1>
0.7.2
- bc38ffd
<jshttp/cookie@bc38ffd>
Fix object assignment of hasOwnProperty (#177
<https://redirect.github.com/jshttp/cookie/issues/177>)
- cf4658f
<jshttp/cookie@cf4658f>
0.7.1
- 6a8b8f5
<jshttp/cookie@6a8b8f5>
Allow leading dot for domain (#174
<https://redirect.github.com/jshttp/cookie/issues/174>)
- 58015c0
<jshttp/cookie@58015c0>
Remove more code and perf wins (#172
<https://redirect.github.com/jshttp/cookie/issues/172>)
- ab057d6
<jshttp/cookie@ab057d6>
0.7.0
- 5f02ca8
<jshttp/cookie@5f02ca8>
Migrate history to GitHub releases
- a5d591c
<jshttp/cookie@a5d591c>
Migrate history to GitHub releases
- 51968f9
<jshttp/cookie@51968f9>
Skip isNaN
- 9e7ca51
<jshttp/cookie@9e7ca51>
perf(parse): cache length, return early (#144
<https://redirect.github.com/jshttp/cookie/issues/144>)
- Additional commits viewable in compare view
<jshttp/cookie@v0.4.0...v0.7.2>
Maintainer changes
This version was pushed to npm by blakeembrey
<https://www.npmjs.com/~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
<https://github.com/expressjs/cookie-parser/releases>.*
1.4.7 What's Changed
- chore: add support for OSSF scorecard reporting by @inigomarquinez
<https://github.com/inigomarquinez> in expressjs/cookie-parser#103
<https://redirect.github.com/expressjs/cookie-parser/pull/103>
- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinez <https://github.com/inigomarquinez> in
expressjs/cookie-parser#104
<https://redirect.github.com/expressjs/cookie-parser/pull/104>
- ci: Use GITHUB_OUTPUT envvar instead of set-output command by
@arunsathiya <https://github.com/arunsathiya> in
expressjs/cookie-parser#100
<https://redirect.github.com/expressjs/cookie-parser/pull/100>
- deps: ***@***.*** by @SamChatfield
<https://github.com/SamChatfield> in expressjs/cookie-parser#116
<https://redirect.github.com/expressjs/cookie-parser/pull/116>
- Release: 1.4.7 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/cookie-parser#117
<https://redirect.github.com/expressjs/cookie-parser/pull/117>
New Contributors
- @inigomarquinez <https://github.com/inigomarquinez> made their
first contribution in expressjs/cookie-parser#103
<https://redirect.github.com/expressjs/cookie-parser/pull/103>
- @arunsathiya <https://github.com/arunsathiya> made their first
contribution in expressjs/cookie-parser#100
<https://redirect.github.com/expressjs/cookie-parser/pull/100>
- @SamChatfield <https://github.com/SamChatfield> made their first
contribution in expressjs/cookie-parser#116
<https://redirect.github.com/expressjs/cookie-parser/pull/116>
- @UlisesGascon <https://github.com/UlisesGascon> made their first
contribution in expressjs/cookie-parser#117
<https://redirect.github.com/expressjs/cookie-parser/pull/117>
*Full Changelog*: ***@***.***
<expressjs/cookie-parser@1.4.6...1.4.7>
1.4.6
- deps: ***@***.***
Changelog
*Sourced from cookie-parser's changelog
<https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md>.*
1.4.7 / 2024-10-08
- deps: ***@***.***
- Fix object assignment of hasOwnProperty
- deps: ***@***.***
- 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, use
obj.hasOwnProperty when parsing
- deps: ***@***.***
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add main to package.json for rspack
- deps: ***@***.***
- Add partitioned option
- deps: ***@***.***
- Add priority option
- Fix expires option to reject invalid dates
- pref: improve default decode speed
- pref: remove slow string split in parse
- deps: ***@***.***
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
1.4.6 / 2021-11-16
- deps: ***@***.***
Commits
- 5d61e1e
<expressjs/cookie-parser@5d61e1e>
1.4.7
- ccf1f54
<expressjs/cookie-parser@ccf1f54>
deps: ***@***.*** (#116
<https://redirect.github.com/expressjs/cookie-parser/issues/116>)
- 429cfd4
<expressjs/cookie-parser@429cfd4>
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100
<https://redirect.github.com/expressjs/cookie-parser/issues/100>)
- ca4c97e
<expressjs/cookie-parser@ca4c97e>
ci: fix errors in ci pipeline for node 8 and 9 (#104
<https://redirect.github.com/expressjs/cookie-parser/issues/104>)
- 97bdf39
<expressjs/cookie-parser@97bdf39>
ci: add support for OSSF scorecard reporting (#103
<https://redirect.github.com/expressjs/cookie-parser/issues/103>)
- e5862bd
<expressjs/cookie-parser@e5862bd>
build: ***@***.***
- f0688d2
<expressjs/cookie-parser@f0688d2>
build: ***@***.***
- 44ec541
<expressjs/cookie-parser@44ec541>
build: ***@***.***
- 695435a
<expressjs/cookie-parser@695435a>
deps: ***@***.***
- f66e7e1
<expressjs/cookie-parser@f66e7e1>
build: ***@***.***
- Additional commits viewable in compare view
<expressjs/cookie-parser@1.4.5...1.4.7>
Maintainer changes
This version was pushed to npm by ulisesgascon
<https://www.npmjs.com/~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
<https://github.com/expressjs/express/releases>.*
4.21.1 What's Changed
- Backport a fix for CVE-2024-47764
<https://github.com/advisories/GHSA-pxg6-pf52-xh8x> to the 4.x branch
by @joshbuker <https://github.com/joshbuker> in expressjs/express#6029
<https://redirect.github.com/expressjs/express/pull/6029>
- Release: 4.21.1 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/express#6031
<https://redirect.github.com/expressjs/express/pull/6031>
*Full Changelog*: ***@***.***
<expressjs/express@4.21.0...4.21.1>
Changelog
*Sourced from express's changelog
<https://github.com/expressjs/express/blob/4.21.1/History.md>.*
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
<https://nvd.nist.gov/vuln/detail/CVE-2024-47764>
Commits
- 8e229f9
<expressjs/express@8e229f9>
4.21.1
- a024c8a
<expressjs/express@a024c8a>
fix(deps): ***@***.***
- See full diff in compare view
<expressjs/express@4.21.0...4.21.1>
Updates express-session from 1.17.0 to 1.18.1
Release notes
*Sourced from express-session's releases
<https://github.com/expressjs/session/releases>.*
1.18.1 What's Changed
- chore: add support for OSSF scorecard reporting by @inigomarquinez
<https://github.com/inigomarquinez> in expressjs/session#984
<https://redirect.github.com/expressjs/session/pull/984>
- dep: ***@***.*** by @knolleary <https://github.com/knolleary> in
expressjs/session#997
<https://redirect.github.com/expressjs/session/pull/997>
- Release: 1.18.1 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/session#998
<https://redirect.github.com/expressjs/session/pull/998>
New Contributors
- @inigomarquinez <https://github.com/inigomarquinez> made their
first contribution in expressjs/session#984
<https://redirect.github.com/expressjs/session/pull/984>
- @knolleary <https://github.com/knolleary> made their first
contribution in expressjs/session#997
<https://redirect.github.com/expressjs/session/pull/997>
- @UlisesGascon <https://github.com/UlisesGascon> made their first
contribution in expressjs/session#998
<https://redirect.github.com/expressjs/session/pull/998>
*Full Changelog*: ***@***.***
<expressjs/session@v1.18.0...v1.18.1>
1.18.0
- Add debug log for pathname mismatch
- Add partitioned to cookie options
- Add priority to cookie options
- Fix handling errors from setting cookie
- Support any type in secret that crypto.createHmac supports
- deps: ***@***.***
- Fix expires option to reject invalid dates
- perf: improve default decode speed
- perf: remove slow string split in parse
- deps: ***@***.***
1.17.3
- Fix resaving already-saved new session at end of request
- deps: ***@***.***
1.17.2
- Fix res.end patch to always commit headers
- deps: ***@***.***
- deps: ***@***.***
1.17.1
- Fix internal method wrapping error on failed reloads
Changelog
*Sourced from express-session's changelog
<https://github.com/expressjs/session/blob/master/HISTORY.md>.*
1.18.1 / 2024-10-08
- deps: ***@***.***
- Fix object assignment of hasOwnProperty
- deps: ***@***.***
- 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, use
obj.hasOwnProperty when parsing
- deps: ***@***.***
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add main to package.json for rspack
1.18.0 / 2024-01-28
- Add debug log for pathname mismatch
- Add partitioned to cookie options
- Add priority to cookie options
- Fix handling errors from setting cookie
- Support any type in secret that crypto.createHmac supports
- deps: ***@***.***
- Fix expires option to reject invalid dates
- perf: improve default decode speed
- perf: remove slow string split in parse
- deps: ***@***.***
1.17.3 / 2022-05-11
- Fix resaving already-saved new session at end of request
- deps: ***@***.***
1.17.2 / 2021-05-19
- Fix res.end patch to always commit headers
- deps: ***@***.***
- deps: ***@***.***
1.17.1 / 2020-04-16
- Fix internal method wrapping error on failed reloads
Commits
- bbeca94
<expressjs/session@bbeca94>
1.18.1
- 341b179
<expressjs/session@341b179>
dep: ***@***.*** (#997
<https://redirect.github.com/expressjs/session/issues/997>)
- 8f0a1c4
<expressjs/session@8f0a1c4>
ci: add support for OSSF scorecard reporting (#984
<https://redirect.github.com/expressjs/session/issues/984>)
- 24d4972
<expressjs/session@24d4972>
1.18.0
- 855f21a
<expressjs/session@855f21a>
docs: add connect-ottoman to the list of session stores
- 991b7ee
<expressjs/session@991b7ee>
Add debug log for pathname mismatch
- 408229e
<expressjs/session@408229e>
Add "partitioned" to cookie options
- 50e1429
<expressjs/session@50e1429>
build: ***@***.***
- 6153b3f
<expressjs/session@6153b3f>
build: ***@***.***
- 88e0f2e
<expressjs/session@88e0f2e>
build: ***@***.***
- Additional commits viewable in compare view
<expressjs/session@v1.17.0...v1.18.1>
Maintainer changes
This version was pushed to npm by ulisesgascon
<https://www.npmjs.com/~ulisesgascon>, a new releaser for express-session
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
<https://github.com/MilkaChucky/BookingWebApp/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#98
Commit Summary
- 4b59cd0
<4b59cd0>
Bump cookie, cookie-parser, express and express-session
File Changes
(2 files <https://github.com/MilkaChucky/BookingWebApp/pull/98/files>)
- *M* BookingWebApi/package-lock.json
<https://github.com/MilkaChucky/BookingWebApp/pull/98/files#diff-001ad73b33921bce6413acbe4eed6a636bc46564bff32dd9a3186ab3c2b33206>
(58)
- *M* BookingWebApi/package.json
<https://github.com/MilkaChucky/BookingWebApp/pull/98/files#diff-a2fd631012e51a45a7e15aa2979f06212b91eb7f9d34ce9d2e62de4a84a0f7fe>
(6)
Patch Links:
- https://github.com/MilkaChucky/BookingWebApp/pull/98.patch
- https://github.com/MilkaChucky/BookingWebApp/pull/98.diff
—
Reply to this email directly, view it on GitHub
<#98>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGH6IVCZSJ2TRD2DUPOQRJLZ22H77AVCNFSM6AAAAABPW7JL6SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TSMBZHE3TONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/BookingWebApi/multi-b9178efa7f
branch
October 10, 2024 15:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps cookie to 0.7.2 and updates ancestor dependencies cookie, cookie-parser, express and express-session. These dependencies need to be updated together.
Updates
cookie
from 0.4.0 to 0.7.2Release notes
Sourced from cookie's releases.
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)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.7Release notes
Sourced from cookie-parser's releases.
Changelog
Sourced from cookie-parser's changelog.
Commits
5d61e1e
1.4.7ccf1f54
deps: [email protected] (#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: [email protected]f0688d2
build: [email protected]44ec541
build: [email protected]695435a
deps: [email protected]f66e7e1
build: [email protected]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.1Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
8e229f9
4.21.1a024c8a
fix(deps): [email protected]Updates
express-session
from 1.17.0 to 1.18.1Release notes
Sourced from express-session's releases.
Changelog
Sourced from express-session's changelog.
Commits
bbeca94
1.18.1341b179
dep: [email protected] (#997)8f0a1c4
ci: add support for OSSF scorecard reporting (#984)24d4972
1.18.0855f21a
docs: add connect-ottoman to the list of session stores991b7ee
Add debug log for pathname mismatch408229e
Add "partitioned" to cookie options50e1429
build: [email protected]6153b3f
build: [email protected]88e0f2e
build: actions/checkout@v4Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express-session 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.