Skip to content

Commit efcb17d

Browse files
committedMay 16, 2019
deps: cookie@0.4.0
closes #3958
1 parent b9ecb9a commit efcb17d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎History.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ unreleased
1818
- deps: raw-body@2.4.0
1919
- deps: type-is@~1.6.17
2020
* deps: content-disposition@0.5.3
21+
* deps: cookie@0.4.0
22+
- Add `SameSite=None` support
2123
* deps: finalhandler@~1.1.2
2224
- Set stricter `Content-Security-Policy` header
2325
- deps: parseurl@~1.3.3

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"body-parser": "1.19.0",
3333
"content-disposition": "0.5.3",
3434
"content-type": "~1.0.4",
35-
"cookie": "0.3.1",
35+
"cookie": "0.4.0",
3636
"cookie-signature": "1.0.6",
3737
"debug": "2.6.9",
3838
"depd": "~1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.