Skip to content

Commit

Permalink
deps: cookie@0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pezcoder-atlassian committed Jun 17, 2023
1 parent e5862bd commit 5a0e0ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
unreleased
==========

* deps: cookie@0.5.0
- Fix expires option to reject invalid dates
- perf: improve default decode speed
- perf: 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"middleware"
],
"dependencies": {
"cookie": "0.4.2",
"cookie": "0.5.0",
"cookie-signature": "1.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit 5a0e0ca

Please sign in to comment.