Bump koa-session from 6.0.0 to 6.1.0 (#9634)

Bumps [koa-session](https://github.com/koajs/session) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/koajs/session/releases)
- [Changelog](https://github.com/koajs/session/blob/master/History.md)
- [Commits](https://github.com/koajs/session/compare/6.0.0...6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-08 14:08:46 +01:00 committed by GitHub
parent 44e4cb2c37
commit 045a65d885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@
"koa-locale": "~1.3.0",
"koa-lusca": "~2.2.0",
"koa-router": "^7.4.0",
"koa-session": "^6.0.0",
"koa-session": "^6.1.0",
"koa-static": "^5.0.0",
"lodash": "4.17.20",
"node-fetch": "2.6.1",

View File

@ -12108,10 +12108,10 @@ koa-send@^5.0.0:
http-errors "^1.7.3"
resolve-path "^1.4.0"
koa-session@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/koa-session/-/koa-session-6.0.0.tgz#abe0a1083caa362277d7923c0b3c6474c980c348"
integrity sha512-mEj2ximzLqoypk0Q+/JLu0j7fuMk/fL+yiBM0RKmxBqdImKxq3hfnpHLwpMhwya05z/W8i7vawpFl+lsYTZbAg==
koa-session@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/koa-session/-/koa-session-6.1.0.tgz#a726cc29b7d3211fccba46755922a49a0933d4ce"
integrity sha512-xhMrpJxscg14rtMnVe5tCgORkhvH3ZmLFxT6XE5HP1ccoSNL2G2t4L/deJNvE+6SKyY0Zm0fXejNW7rOVKQKzA==
dependencies:
crc "^3.4.4"
debug "^3.1.0"