-
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 and express #39
Merged
Merged
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) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) 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) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 19, 2024
@dependabot merge
…On Sun, Oct 20, 2024 at 2:51 AM dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/holkeri/piir/security/dependabot/101> (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> and express
<https://github.com/expressjs/express>. These dependencies needed to be
updated together.
Updates cookie from 0.6.0 to 0.7.1
Release notes
*Sourced from cookie's releases
<https://github.com/jshttp/cookie/releases>.*
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>
Commits
- 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>)
- d6f39b0
<jshttp/cookie@d6f39b0>
Fix tests for old node
- 6bb701f
<jshttp/cookie@6bb701f>
Remove failing scorecard
- Additional commits viewable in compare view
<jshttp/cookie@v0.6.0...v0.7.1>
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 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>
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/holkeri/piir/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#39
Commit Summary
- 3d59a67
<3d59a67>
Bump cookie and express
File Changes
(1 file <https://github.com/holkeri/piir/pull/39/files>)
- *M* package-lock.json
<https://github.com/holkeri/piir/pull/39/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(14)
Patch Links:
- https://github.com/holkeri/piir/pull/39.patch
- https://github.com/holkeri/piir/pull/39.diff
—
Reply to this email directly, view it on GitHub
<#39>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJIHYBEEEW2AZ23KGP5GDLZ4LWA5AVCNFSM6AAAAABQH5ZALSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TSNZTGYYDKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 and express. These dependencies needed to be updated together.
Updates
cookie
from 0.6.0 to 0.7.1Release notes
Sourced from cookie's releases.
Commits
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)d6f39b0
Fix tests for old node6bb701f
Remove failing scorecardMaintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie 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]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 will merge this PR once CI passes on it, as requested by @holkeri.
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.