From 68bee7d9dbf3581b9614e00ad23cf1f4534f0132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:45:26 +0000 Subject: [PATCH] Update dependency cookie to v0.7.2 (#2945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cookie](https://redirect.github.com/jshttp/cookie) | [`1.0.1` -> `0.7.2`](https://renovatebot.com/diffs/npm/cookie/0.6.0/0.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cookie/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cookie/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cookie/0.6.0/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cookie/0.6.0/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
jshttp/cookie (cookie) ### [`v0.7.2`](https://redirect.github.com/jshttp/cookie/releases/tag/v0.7.2) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.1...v0.7.2) **Fixed** - Fix object assignment of `hasOwnProperty` ([#​177](https://redirect.github.com/jshttp/cookie/issues/177)) [`bc38ffd`](https://redirect.github.com/jshttp/cookie/commit/bc38ffd) ### [`v0.7.1`](https://redirect.github.com/jshttp/cookie/releases/tag/v0.7.1): 0.7.1 [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.0...v0.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)) ### [`v0.7.0`](https://redirect.github.com/jshttp/cookie/releases/tag/v0.7.0): 0.7.0 [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.6.0...v0.7.0) - perf: parse cookies ~10% faster ([#​144](https://redirect.github.com/jshttp/cookie/issues/144) by [@​kurtextrem](https://redirect.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://redirect.github.com/bewinsnw)) - fix: add `main` to `package.json` for rspack ([#​166](https://redirect.github.com/jshttp/cookie/issues/166) by [@​proudparrot2](https://redirect.github.com/proudparrot2))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs). --- package.json | 2 +- packages/next/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a142c1f910..04e3b43cf2 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "buffer": "6.0.3", "chalk": "5.3.0", "cheerio": "1.0.0", - "cookie": "1.0.1", + "cookie": "0.7.2", "cors": "2.8.5", "coveralls": "3.1.1", "create-next-app": "workspace:*", diff --git a/packages/next/package.json b/packages/next/package.json index 39c369b4c4..864f7efbff 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -216,7 +216,7 @@ "constants-browserify": "1.0.0", "content-disposition": "0.5.4", "content-type": "1.0.5", - "cookie": "1.0.1", + "cookie": "0.7.2", "cross-spawn": "7.0.3", "crypto-browserify": "3.12.1", "css.escape": "1.5.1",