cookie-parser icon indicating copy to clipboard operation
cookie-parser copied to clipboard

Upgrade cookie to 0.5.0

Open PezCoder opened this issue 1 year ago • 8 comments

Hey! Noticed that the package cookie that we depend on has the latest version available that we can upgrade on which has a few perf benefits.

This although primarily comes from us using cookie-parser in our project which inturns is using an outdated version of the cookie package, while we're on the latest version & not able to de-dupe this to resolve to a single version leading to duplicate versions coming as part of the bundle.

Here's the changelog: https://github.com/jshttp/cookie/releases

Screenshot 2023-03-13 at 4 13 04 PM
  • [x] I ran the tests locally & they seem to have been passing.

Open to suggestions.

PezCoder avatar Mar 13 '23 10:03 PezCoder