Skip to content

Commit

Permalink
chore: update dependency passport to ^0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed May 27, 2022
1 parent 9fa743f commit 77f3e63
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
20 changes: 11 additions & 9 deletions examples/passport-login/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"express-session": "^1.17.3",
"jade": "^1.11.0",
"lodash": "^4.17.21",
"passport": "^0.5.3",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google": "^0.3.0",
"passport-google-oauth2": "^0.2.0",
Expand Down
20 changes: 11 additions & 9 deletions extensions/authentication-passport/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@loopback/security": "^0.8.0",
"passport": "^0.5.3",
"passport": "^0.6.0",
"tslib": "^2.4.0",
"util-promisifyall": "^1.0.6"
},
Expand Down

0 comments on commit 77f3e63

Please sign in to comment.