build(deps): bump koa-session from 5.12.3 to 6.1.0 in /Server

Bumps [koa-session](https://github.com/koajs/session) from 5.12.3 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/5.12.3...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-08 21:03:14 +00:00 committed by GitHub
parent 5119e1142c
commit 9cc1c47a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -504,9 +504,9 @@
"integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw=="
},
"buffer": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.3.tgz",
"integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz",
"integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==",
"requires": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4"
@ -2059,9 +2059,9 @@
}
},
"koa-session": {
"version": "5.12.3",
"resolved": "https://registry.npmjs.org/koa-session/-/koa-session-5.12.3.tgz",
"integrity": "sha512-r1vRerk6z+J54TtgXPG+oYGj1vwrd889bz55hS7VykWvbtmPNb0q/N7arOHGV8dnstlRyZPP3xCJL20wIf9LwA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/koa-session/-/koa-session-6.1.0.tgz",
"integrity": "sha512-xhMrpJxscg14rtMnVe5tCgORkhvH3ZmLFxT6XE5HP1ccoSNL2G2t4L/deJNvE+6SKyY0Zm0fXejNW7rOVKQKzA==",
"requires": {
"crc": "^3.4.4",
"debug": "^3.1.0",

View file

@ -24,7 +24,7 @@
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-send": "5.0.0",
"koa-session": "^5.12.3",
"koa-session": "^6.1.0",
"koa-static": "^5.0.0",
"ksuid": "^1.2.0",
"lru-cache": "^5.1.1",