Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
deps: cookie@0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 27, 2016
1 parent 9c14c72 commit 3ca78a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Expand Up @@ -4,7 +4,7 @@ unreleased
* Pass invalid csrf token error to `next()` instead of throwing
* Pass misconfigured error to `next()` instead of throwing
* Provide misconfigured error when using cookies without cookie-parser
* deps: cookie@0.3.0
* deps: cookie@0.3.1
- Add `sameSite` option
- Fix cookie `Max-Age` to never be a floating point number
- Improve error message when `expires` is not a `Date`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"repository": "expressjs/csurf",
"dependencies": {
"cookie": "0.3.0",
"cookie": "0.3.1",
"cookie-signature": "1.0.6",
"csrf": "~3.0.3",
"http-errors": "~1.5.0"
Expand Down

0 comments on commit 3ca78a3

Please sign in to comment.