mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
build(deps): bump koa-session from 5.12.3 to 6.0.0 in /Server
Bumps [koa-session](https://github.com/koajs/session) from 5.12.3 to 6.0.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.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1ad043aff9
commit
f3120b4123
2 changed files with 7 additions and 7 deletions
12
Server/package-lock.json
generated
12
Server/package-lock.json
generated
|
@ -535,9 +535,9 @@
|
|||
"integrity": "sha512-CA9hsySZVo9371qEHjHZtYxV2cFtVj5Wj/ZHi8ooEsrtm4vOnl9Y9HmyYWk9q+05d7K3rdoAE0j3MVEFVvtQtg=="
|
||||
},
|
||||
"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"
|
||||
|
@ -2091,9 +2091,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.0.0",
|
||||
"resolved": "https://registry.npmjs.org/koa-session/-/koa-session-6.0.0.tgz",
|
||||
"integrity": "sha512-mEj2ximzLqoypk0Q+/JLu0j7fuMk/fL+yiBM0RKmxBqdImKxq3hfnpHLwpMhwya05z/W8i7vawpFl+lsYTZbAg==",
|
||||
"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.0.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"ksuid": "^1.2.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue