This commit is contained in:
dependabot-preview[bot] 2024-11-30 13:30:19 +00:00 committed by GitHub
commit c1d57985fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",