Skip to content

Commit

Permalink
Merge pull request #808 from freshbooks/dependabot/npm_and_yarn/passp…
Browse files Browse the repository at this point in the history
…ort-0.7.0

Build(deps): bump passport from 0.6.0 to 0.7.0
  • Loading branch information
amcintosh authored Dec 4, 2023
2 parents 8404764 + dacadf9 commit 83c9a07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions packages/app/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 packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"express": "^4.17.1",
"express-session": "^1.17.0",
"helmet": "^6.0.1",
"passport": "^0.6.0",
"passport": "^0.7.0",
"passport-oauth2": "^1.5.0",
"winston": "^3.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7291,10 +7291,10 @@ passport-strategy@1.x.x:
resolved "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz"
integrity sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==

passport@^0.6.0:
version "0.6.0"
resolved "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz"
integrity sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==
passport@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/passport/-/passport-0.7.0.tgz#3688415a59a48cf8068417a8a8092d4492ca3a05"
integrity sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==
dependencies:
passport-strategy "1.x.x"
pause "0.0.1"
Expand Down

0 comments on commit 83c9a07

Please sign in to comment.