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 and cds-pg in /postgres/test/beershop #460

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps passport to 0.6.0 and updates ancestor dependency cds-pg. These dependencies need to be updated together.

Updates passport from 0.5.3 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).
Commits

Updates cds-pg from 0.1.34 to 0.1.36

Changelog

Sourced from cds-pg's changelog.

0.1.36 (2023-03-16)

0.1.35 (2023-02-13)

Features

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2024
@patricebender patricebender enabled auto-merge (squash) February 14, 2024 11:09
Bumps [passport](https://github.com/jaredhanson/passport) to 0.6.0 and updates ancestor dependency [cds-pg](https://github.com/sapmentors/cds-pg). These dependencies need to be updated together.


Updates `passport` from 0.5.3 to 0.6.0
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.5.3...v0.6.0)

Updates `cds-pg` from 0.1.34 to 0.1.36
- [Release notes](https://github.com/sapmentors/cds-pg/releases)
- [Changelog](https://github.com/sapmentors/cds-pg/blob/main/CHANGELOG.md)
- [Commits](sapmentors/cds-pg@v0.1.34...v0.1.36)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: indirect
- dependency-name: cds-pg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/postgres/test/beershop/passport-and-cds-pg-0.6.0 branch from 4c396af to eba09c6 Compare February 14, 2024 11:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 14, 2024
@patricebender patricebender merged commit 04e405f into main Feb 14, 2024
7 checks passed
auto-merge was automatically disabled February 14, 2024 11:14

Pull request was closed

@patricebender patricebender deleted the dependabot/npm_and_yarn/postgres/test/beershop/passport-and-cds-pg-0.6.0 branch February 14, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant