ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

Bump express-session from 1.15.6 to 1.16.1 #183

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps express-session from 1.15.6 to 1.16.1.

Release notes *Sourced from [express-session's releases](https://github.com/expressjs/session/releases).* > ## 1.16.1 > * Fix error passing `data` option to `Cookie` constructor > * Fix uncaught error from bad session data > > ## 1.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
Changelog *Sourced from [express-session's changelog](https://github.com/expressjs/session/blob/master/HISTORY.md).* > 1.16.1 / 2019-04-11 > =================== > > * Fix error passing `data` option to `Cookie` constructor > * Fix uncaught error from bad session data > > 1.16.0 / 2019-04-10 > =================== > > * 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 - [`421bb3f`](https://github.com/expressjs/session/commit/421bb3f320b2bbbb6f5ff386666ecd574a53fec6) 1.16.1 - [`85682a2`](https://github.com/expressjs/session/commit/85682a2a56c5bdbed8d7e7cd2cc5e1343c951af6) Fix uncaught error from bad session data - [`1e3fc39`](https://github.com/expressjs/session/commit/1e3fc39a3fc3810772dfa00a7535a710042c42aa) Fix error passing "data" option to Cookie constructor - [`b1f0984`](https://github.com/expressjs/session/commit/b1f0984086c8ed15162aa6ce22562ff829bf5ba7) 1.16.0 - [`e77cbfa`](https://github.com/expressjs/session/commit/e77cbfa93fb083209c4973c2bc6113b86bc32dc2) build: add version script for npm version releases - [`9495367`](https://github.com/expressjs/session/commit/9495367f7cfd750a48cf99b74370d18c1f8930e9) docs: update badge for level-session-store store - [`6e514a4`](https://github.com/expressjs/session/commit/6e514a4cc9cb5a683af6f0b75439e5546f7b3dcd) build: Node.js@11.13 - [`dc5262a`](https://github.com/expressjs/session/commit/dc5262a2c83759d54325ab62c2cd657d7d8eb8ec) docs: add connect-arango to the list of session stores - [`e926b88`](https://github.com/expressjs/session/commit/e926b8846d9cfbf092a626dcc866b8055d99cf73) build: mocha@6.1.2 - [`a7cf57f`](https://github.com/expressjs/session/commit/a7cf57f56bd60878e0067d8c507415e356e36e94) build: Node.js@11.11 - Additional commits viewable in [compare view](https://github.com/expressjs/session/compare/v1.15.6...v1.16.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.