mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
build(deps): bump koa-session from 5.12.3 to 5.13.1 in /Server
Bumps [koa-session](https://github.com/koajs/session) from 5.12.3 to 5.13.1. - [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...5.13.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0e70e2590b
commit
de5f9173eb
2 changed files with 4 additions and 4 deletions
6
Server/package-lock.json
generated
6
Server/package-lock.json
generated
|
@ -2091,9 +2091,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"koa-session": {
|
"koa-session": {
|
||||||
"version": "5.12.3",
|
"version": "5.13.1",
|
||||||
"resolved": "https://registry.npmjs.org/koa-session/-/koa-session-5.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/koa-session/-/koa-session-5.13.1.tgz",
|
||||||
"integrity": "sha512-r1vRerk6z+J54TtgXPG+oYGj1vwrd889bz55hS7VykWvbtmPNb0q/N7arOHGV8dnstlRyZPP3xCJL20wIf9LwA==",
|
"integrity": "sha512-TfYiun6xiFosyfIJKnEw0aoG5XmLIwM+K3OVWfkz84qY0NP2gbk0F/olRn0/Hrxq0f14s8amHVXeWyKYH3Cx3Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"crc": "^3.4.4",
|
"crc": "^3.4.4",
|
||||||
"debug": "^3.1.0",
|
"debug": "^3.1.0",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"koa-bodyparser": "^4.2.1",
|
"koa-bodyparser": "^4.2.1",
|
||||||
"koa-compress": "^3.0.0",
|
"koa-compress": "^3.0.0",
|
||||||
"koa-send": "5.0.0",
|
"koa-send": "5.0.0",
|
||||||
"koa-session": "^5.12.3",
|
"koa-session": "^5.13.1",
|
||||||
"koa-static": "^5.0.0",
|
"koa-static": "^5.0.0",
|
||||||
"ksuid": "^1.2.0",
|
"ksuid": "^1.2.0",
|
||||||
"lru-cache": "^5.1.1",
|
"lru-cache": "^5.1.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue