refaelb / test2

0 stars 0 forks source link

Update dependency tough-cookie to v4 #34

Closed refaelb closed 10 months ago

refaelb commented 10 months ago

This PR contains the following updates:

Package Type Update Change
tough-cookie resolutions major 2.5.0 -> 4.1.3

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

salesforce/tough-cookie ### [`v4.1.3`](https://togithub.com/salesforce/tough-cookie/releases/tag/v4.1.3): 4.1.3 [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3) Security fix for Prototype Pollution discovery in [#​282](https://togithub.com/salesforce/tough-cookie/issues/282). This is a minor release, although output from the `inspect` utility is affected by this change, we felt this change was important enough to be pushed into the next patch. ### [`v4.1.2`](https://togithub.com/salesforce/tough-cookie/releases/tag/v4.1.2): 4.1.2 -- Patch and Bugfix Release [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2) #### What's Changed - fix: allow set cookies with localhost by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/253](https://togithub.com/salesforce/tough-cookie/pull/253) **Full Changelog**: https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://togithub.com/salesforce/tough-cookie/releases/tag/v4.1.1): 4.1.1 [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1) #### Patch Release #### What's Changed - fix: allow special use domains by default by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/249](https://togithub.com/salesforce/tough-cookie/pull/249) - 4.1.1 Patch -- allow special use domains by default by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/250](https://togithub.com/salesforce/tough-cookie/pull/250) **Full Changelog**: https://github.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/salesforce/tough-cookie/releases/tag/v4.1.0): 4.1.0 [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.0) v4.1.0 Minor release, focused mainly on resolving reported issues and some minor feature work. #### What's Changed - Create CHANGELOG.md by [@​ShivanKaul](https://togithub.com/ShivanKaul) in [https://github.com/salesforce/tough-cookie/pull/189](https://togithub.com/salesforce/tough-cookie/pull/189) - Missing param validation issue145 by [@​medelibero-sfdc](https://togithub.com/medelibero-sfdc) in [https://github.com/salesforce/tough-cookie/pull/193](https://togithub.com/salesforce/tough-cookie/pull/193) - Create SECURITY.md by [@​ShivanKaul](https://togithub.com/ShivanKaul) in [https://github.com/salesforce/tough-cookie/pull/201](https://togithub.com/salesforce/tough-cookie/pull/201) - Create CODE_OF_CONDUCT.md by [@​ShivanKaul](https://togithub.com/ShivanKaul) in [https://github.com/salesforce/tough-cookie/pull/200](https://togithub.com/salesforce/tough-cookie/pull/200) - Fix for issue [#​195](https://togithub.com/salesforce/tough-cookie/issues/195) by [@​medelibero-sfdc](https://togithub.com/medelibero-sfdc) in [https://github.com/salesforce/tough-cookie/pull/202](https://togithub.com/salesforce/tough-cookie/pull/202) - Add explanation and more special-use domains by [@​ShivanKaul](https://togithub.com/ShivanKaul) in [https://github.com/salesforce/tough-cookie/pull/203](https://togithub.com/salesforce/tough-cookie/pull/203) - Sync of constructor options for serialization by [@​medelibero-sfdc](https://togithub.com/medelibero-sfdc) in [https://github.com/salesforce/tough-cookie/pull/204](https://togithub.com/salesforce/tough-cookie/pull/204) - Returned null in case of empty cookie value by [@​vsin12](https://togithub.com/vsin12) in [https://github.com/salesforce/tough-cookie/pull/196](https://togithub.com/salesforce/tough-cookie/pull/196) - 132 str trim not a function by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/209](https://togithub.com/salesforce/tough-cookie/pull/209) - Fix for issue [#​153](https://togithub.com/salesforce/tough-cookie/issues/153) by [@​medelibero-sfdc](https://togithub.com/medelibero-sfdc) in [https://github.com/salesforce/tough-cookie/pull/210](https://togithub.com/salesforce/tough-cookie/pull/210) - Fix permuteDomain with trailing dot by [@​ruoho-sfdc](https://togithub.com/ruoho-sfdc) in [https://github.com/salesforce/tough-cookie/pull/216](https://togithub.com/salesforce/tough-cookie/pull/216) - Issue [#​213](https://togithub.com/salesforce/tough-cookie/issues/213) -- added gh-actions flow for building and testing tough-co… by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/218](https://togithub.com/salesforce/tough-cookie/pull/218) - Issue [#​210](https://togithub.com/salesforce/tough-cookie/issues/210) -- Updated workflow to use npm install. by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/220](https://togithub.com/salesforce/tough-cookie/pull/220) - [@​GH-215](https://togithub.com/GH-215) -- Tests that document localhost behavior when set as domain. by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/221](https://togithub.com/salesforce/tough-cookie/pull/221) - fix: MemoryCookieStore methods should exist on the prototype, not on the class. by [@​wjhsf](https://togithub.com/wjhsf) in [https://github.com/salesforce/tough-cookie/pull/226](https://togithub.com/salesforce/tough-cookie/pull/226) - Unit test cases for `allowSpecialUseDomain` option by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/225](https://togithub.com/salesforce/tough-cookie/pull/225) - \[Snyk] Upgrade universalify from 0.1.2 to 0.2.0 by [@​snyk-bot](https://togithub.com/snyk-bot) in [https://github.com/salesforce/tough-cookie/pull/228](https://togithub.com/salesforce/tough-cookie/pull/228) - React Native Support by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/227](https://togithub.com/salesforce/tough-cookie/pull/227) - Adding Updating CODEOWNERS with ECCN as per Export Control Compliance by [@​svc-scm](https://togithub.com/svc-scm) in [https://github.com/salesforce/tough-cookie/pull/223](https://togithub.com/salesforce/tough-cookie/pull/223) - fix: domain match routine by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/236](https://togithub.com/salesforce/tough-cookie/pull/236) - Stop using the internal NodeJS punycode module by [@​gboer](https://togithub.com/gboer) in [https://github.com/salesforce/tough-cookie/pull/238](https://togithub.com/salesforce/tough-cookie/pull/238) - Initial documentation review by [@​mcarey86](https://togithub.com/mcarey86) in [https://github.com/salesforce/tough-cookie/pull/234](https://togithub.com/salesforce/tough-cookie/pull/234) - fix: distinguish between no samesite and samesite=none by [@​colincasey](https://togithub.com/colincasey) in [https://github.com/salesforce/tough-cookie/pull/240](https://togithub.com/salesforce/tough-cookie/pull/240) - Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move… by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/242](https://togithub.com/salesforce/tough-cookie/pull/242) - 4.1.0 release to NPM by [@​awaterma](https://togithub.com/awaterma) in [https://github.com/salesforce/tough-cookie/pull/245](https://togithub.com/salesforce/tough-cookie/pull/245) #### New Contributors - [@​vsin12](https://togithub.com/vsin12) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/196](https://togithub.com/salesforce/tough-cookie/pull/196) - [@​ruoho-sfdc](https://togithub.com/ruoho-sfdc) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/216](https://togithub.com/salesforce/tough-cookie/pull/216) - [@​wjhsf](https://togithub.com/wjhsf) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/226](https://togithub.com/salesforce/tough-cookie/pull/226) - [@​colincasey](https://togithub.com/colincasey) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/225](https://togithub.com/salesforce/tough-cookie/pull/225) - [@​snyk-bot](https://togithub.com/snyk-bot) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/228](https://togithub.com/salesforce/tough-cookie/pull/228) - [@​svc-scm](https://togithub.com/svc-scm) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/223](https://togithub.com/salesforce/tough-cookie/pull/223) - [@​gboer](https://togithub.com/gboer) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/238](https://togithub.com/salesforce/tough-cookie/pull/238) - [@​mcarey86](https://togithub.com/mcarey86) made their first contribution in [https://github.com/salesforce/tough-cookie/pull/234](https://togithub.com/salesforce/tough-cookie/pull/234) **Full Changelog**: https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.0 ### [`v4.0.0`](https://togithub.com/salesforce/tough-cookie/releases/tag/v4.0.0): Version 4.0.0 [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/43507052a70751501d52aad38bd837bb2edfedd8...v4.0.0) ##### Breaking Changes (Major Version) - Modernized JS Syntax - Use ESLint and Prettier to apply consistent, modern formatting (add dependency on `universalify`, `eslint` and `prettier`) - Upgraded version dependencies for `psl` and `async` - Re-order parameters for `findCookies()` - callback fn has to be last in order to comply with `universalify` - Use Classes instead of function prototypes to define classes - Might break people using `.call()` to do inheritance using function prototypes ##### Minor Changes - SameSite cookie support - Cookie prefix support - Support for promises - '.local' support - Numerous bug fixes! ### [`v3.0.1`](https://togithub.com/salesforce/tough-cookie/compare/v3.0.0...43507052a70751501d52aad38bd837bb2edfedd8) [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v3.0.0...43507052a70751501d52aad38bd837bb2edfedd8) ### [`v3.0.0`](https://togithub.com/salesforce/tough-cookie/compare/v2.5.0...v3.0.0) [Compare Source](https://togithub.com/salesforce/tough-cookie/compare/v2.5.0...v3.0.0)

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.



This PR has been generated by Renovate Bot.