geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump express-session from 1.15.6 to 1.17.0 #303

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps express-session from 1.15.6 to 1.17.0.

Release notes *Sourced from [express-session's releases](https://github.com/expressjs/session/releases).* > ## 1.17.0 > * deps: cookie@0.4.0 > - Add `SameSite=None` support > * deps: safe-buffer@5.2.0 > > ## 1.16.2 > * Fix restoring `cookie.originalMaxAge` when store returns `Date` > * deps: parseurl@~1.3.3 > > ## 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.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 > > 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 - [`b22384b`](https://github.com/expressjs/session/commit/b22384b712fea118f1c3eb5b0d79312ebd25e97c) 1.17.0 - [`4d25340`](https://github.com/expressjs/session/commit/4d253405aca773e3e994c0259a3bc658c22430e0) build: fix coverage reporting - [`c32ad19`](https://github.com/expressjs/session/commit/c32ad191da9abba58e539fe1ce164536c6d65f67) docs: expand description of the rolling option - [`9a5e313`](https://github.com/expressjs/session/commit/9a5e31349e4274487d7f75ebe53fa78b3462894b) docs: add lowdb-session-store to the list of session stores - [`9c06509`](https://github.com/expressjs/session/commit/9c065098eb51a2a540c2f3d744a84b0941b70a56) build: mocha@6.2.1 - [`8731d7b`](https://github.com/expressjs/session/commit/8731d7bdd9c4f0e455bd594cd16c075d993e4401) build: Node.js@12.11 - [`10607bd`](https://github.com/expressjs/session/commit/10607bdb780204b91a8cf90e4ce27726619b8285) deps: safe-buffer@5.2.0 - [`1684c54`](https://github.com/expressjs/session/commit/1684c548b2dcb54c8c38474eae729c7edc54866c) deps: cookie@0.4.0 - [`8de7865`](https://github.com/expressjs/session/commit/8de786571771d465a607f1b421b27dbbf566bbd0) docs: add express-session-rsdb to the list of session stores - [`f75ed7e`](https://github.com/expressjs/session/commit/f75ed7eb6ce16426162d53ae8b588a999d589758) build: fix readme lint out of order message - Additional commits viewable in [compare view](https://github.com/expressjs/session/compare/v1.15.6...v1.17.0)


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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #303 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9da191e...155228b. Read the comment docs.