Update dependency cookie-parser to v1.4.7 #153

Merged
renovate merged 1 commits from renovate/cookie-parser-1.x-lockfile into main 2024-10-13 00:34:07 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cookie-parser dependencies patch 1.4.6 -> 1.4.7

Release Notes

expressjs/cookie-parser (cookie-parser)

v1.4.7

Compare Source

==========

  • 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, use obj.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 to package.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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cookie-parser](https://github.com/expressjs/cookie-parser) | dependencies | patch | [`1.4.6` -> `1.4.7`](https://renovatebot.com/diffs/npm/cookie-parser/1.4.6/1.4.7) | --- ### Release Notes <details> <summary>expressjs/cookie-parser (cookie-parser)</summary> ### [`v1.4.7`](https://github.com/expressjs/cookie-parser/blob/HEAD/HISTORY.md#147--2024-10-08) [Compare Source](https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7) \========== - 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, use `obj.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` to `package.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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNDUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2024-10-13 00:34:05 +00:00
Update dependency cookie-parser to v1.4.7
Some checks failed
renovate / renovate (push) Has been cancelled
5d73044ffa
renovate scheduled this pull request to auto merge when all checks succeed 2024-10-13 00:34:06 +00:00
renovate merged commit 5d73044ffa into main 2024-10-13 00:34:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/voting-example#153