mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
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:
parent
5119e1142c
commit
9cc1c47a34
2 changed files with 7 additions and 7 deletions
12
Server/package-lock.json
generated
12
Server/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue