Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump passport from 0.5.2 to 0.6.0 #771

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps passport from 0.5.2 to 0.6.0.

Changelog

Sourced from passport's changelog.

[0.6.0] - 2022-05-20

Added

  • authenticate(), req#login, and req#logout accept a keepSessionInfo: true option to keep session information after regenerating the session.

Changed

  • req#login() and req#logout() regenerate the the session and clear session information by default.
  • req#logout() is now an asynchronous function and requires a callback function as the last argument.

Security

  • Improved robustness against session fixation attacks in cases where there is physical access to the same system or the application is susceptible to cross-site scripting (XSS).

[0.5.3] - 2022-05-16

Fixed

  • initialize() middleware extends request with login(), logIn(), logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions again, reverting change from 0.5.1.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 96c47e0 to b8e84a3 Compare September 12, 2022 14:23
@esacteksab
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@esacteksab
Copy link
Contributor

@dependabot recreate

1 similar comment
@esacteksab
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 904061c to ec8804d Compare October 7, 2022 14:23
@abbyoung
Copy link
Contributor

Tracked in SC-706

Upgrading to passport 0.6.0 breaks our login/logout. This is a known issue and is discussed here: jaredhanson/passport#904

For now, we're waiting on the next release.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 3 times, most recently from 4b443ab to 135238b Compare October 17, 2022 18:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 135238b to d84aeec Compare November 2, 2022 22:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from d84aeec to 7b268fd Compare November 16, 2022 23:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 7b268fd to 077b3ba Compare January 5, 2023 18:50
@settings settings bot removed the blocked label Mar 6, 2023
@minhlai
Copy link
Contributor

minhlai commented Mar 7, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from f16231a to 4ba18b3 Compare March 7, 2023 18:46
@dependabot dependabot bot requested a review from a team as a code owner March 7, 2023 18:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 2 times, most recently from 5d96e90 to c241c5e Compare March 10, 2023 04:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from c241c5e to 0e3a1b5 Compare March 23, 2023 20:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 2 times, most recently from e7022aa to 54b1b12 Compare April 5, 2023 16:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 3 times, most recently from 70565e7 to a1b47c0 Compare April 7, 2023 15:33
Bumps [passport](https://github.com/jaredhanson/passport) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.5.2...v0.6.0)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from a1b47c0 to d7dfe7d Compare April 7, 2023 21:07
@minhlai minhlai closed this Apr 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/passport-0.6.0 branch April 12, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants