dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Update express-session to the latest version 🚀 #486

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency express-session was updated from 1.15.6 to 1.16.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.16.0
  • Catch invalid cookie.maxAge value earlier
  • Deprecate setting cookie.maxAge to a Date object
  • Fix issue where resave: false may not save altered sessions
  • Remove utils-merge dependency
  • Use safe-buffer for improved Buffer API
  • Use Set-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
    • perf: remove argument reassignment
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value
Commits

The new version differs by 86 commits.

  • b1f0984 1.16.0
  • e77cbfa build: add version script for npm version releases
  • 9495367 docs: update badge for level-session-store store
  • 6e514a4 build: Node.js@11.13
  • dc5262a docs: add connect-arango to the list of session stores
  • e926b88 build: mocha@6.1.2
  • a7cf57f build: Node.js@11.11
  • 03aa560 build: Node.js@6.17
  • cc5c83a lint: ensure strict equality checks
  • ed8a50f build: supertest@4.0.2
  • 3e0d548 tests: move some code into support/
  • 2f0759c build: mocha@6.0.2
  • 4cbb93f build: simplify & speed up logic in Travis CI build steps
  • eda02b2 deps: on-headers@~1.0.2
  • 3602d29 build: Node.js@11.10

There are 86 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 1.16.1
  • Fix error passing data option to Cookie constructor
  • Fix uncaught error from bad session data
Commits

The new version differs by 3 commits.

  • 421bb3f 1.16.1
  • 85682a2 Fix uncaught error from bad session data
  • 1e3fc39 Fix error passing "data" option to Cookie constructor

See the full diff