Skip to content

Commit

Permalink
dependencies: upgrade express-session 1.16.1 -> 1.17.0
Browse files Browse the repository at this point in the history
This upgrade should be backward compatible.
Changelog:
- https://github.com/expressjs/session/blob/master/HISTORY.md

1.17.0 / 2019-10-10
    deps: cookie@0.4.0
        Add SameSite=None support
    deps: safe-buffer@5.2.0

1.16.2 / 2019-06-12
    Fix restoring cookie.originalMaxAge when store returns Date
    deps: parseurl@~1.3.3
  • Loading branch information
muxator committed Oct 19, 2019
1 parent 2955a61 commit e83bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Expand Up @@ -40,7 +40,7 @@
"etherpad-require-kernel": "1.0.9",
"etherpad-yajsml": "0.0.2",
"express": "4.17.1",
"express-session": "1.16.1",
"express-session": "1.17.0",
"find-root": "1.1.0",
"formidable": "1.2.1",
"graceful-fs": "4.1.15",
Expand Down

0 comments on commit e83bb42

Please sign in to comment.