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 Apr 10, 2023
1 parent e5862bd commit 1571e78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
unreleased
==========
1.5.0 / 2023-04-10
==================

* deps: cookie@0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
* deps: cookie@0.5.0
- Add priority option
- Fix expires option to reject invalid dates
- perf: improve default decode speed
- perf: remove slow string split in parse

1.4.6 / 2021-11-16
==================
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 1571e78

Please sign in to comment.