Skip to content

Commit

Permalink
update koa-session to circumvent koa-passport 6 issues rkusa/koa-pass…
Browse files Browse the repository at this point in the history
  • Loading branch information
VINXIS committed Jul 2, 2023
1 parent 222ee44 commit 28da898
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 65 deletions.
94 changes: 31 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"koa-cash": "^4.0.5",
"koa-mount": "^4.0.0",
"koa-passport": "^6.0.0",
"koa-session": "^6.1.0",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"limiter": "^2.1.0",
"lodash": "^4.17.20",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/koa-cash": "^4.0.0",
"@types/koa-mount": "^4.0.0",
"@types/koa-passport": "^4.0.2",
"@types/koa-session": "^5.10.3",
"@types/koa-session": "^6.4.1",
"@types/koa-static": "^4.0.2",
"@types/lodash": "^4.14.167",
"@types/lru-cache": "^5.1.0",
Expand Down

0 comments on commit 28da898

Please sign in to comment.