Skip to content

Commit

Permalink
chore(deps): update dependency express-session to v1.18.1 (#4111)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 43b569e commit 9cb16c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/express-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"cookie-session": "^2.0.0",
"express-session": "1.18.0"
"express-session": "1.18.1"
},
"keywords": [
"midway",
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@midwayjs/mock": "^3.18.0",
"@midwayjs/web": "^3.18.0",
"@types/passport-local": "1.0.38",
"express-session": "1.18.0",
"express-session": "1.18.1",
"passport-http-bearer": "1.0.1",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
Expand Down

0 comments on commit 9cb16c9

Please sign in to comment.