Skip to content

Commit

Permalink
chore(deps): bump passport and cds-pg in /postgres/test/beershop (#460)
Browse files Browse the repository at this point in the history
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
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md">passport's
changelog</a>.</em></p>
<blockquote>
<h2>[0.6.0] - 2022-05-20</h2>
<h3>Added</h3>
<ul>
<li><code>authenticate()</code>, <code>req#login</code>, and
<code>req#logout</code> accept a
<code>keepSessionInfo: true</code> option to keep session information
after regenerating
the session.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>req#login()</code> and <code>req#logout()</code> regenerate
the the session and clear session
information by default.</li>
<li><code>req#logout()</code> is now an asynchronous function and
requires a callback
function as the last argument.</li>
</ul>
<h3>Security</h3>
<ul>
<li>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).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jaredhanson/passport/commit/c33067bc5aa81a6dd827076d810bf788bb6acac7"><code>c33067b</code></a>
0.6.0</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/3052bb4717673b88a27981f6bc91a1f585889e5c"><code>3052bb4</code></a>
Update changelog.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/42630cbd1ffd44d146ff96f0a4be6f3c12f81d75"><code>42630cb</code></a>
Merge pull request <a
href="https://github.com/jaredhanson/passport/issues/900">#900</a>
from jaredhanson/fix-fixation</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/8dd79fe5f3f414435c4e0561fc925fb7ab6c8efb"><code>8dd79fe</code></a>
Use utils-merge rather than Object.assign for compatibility.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/4f6bd5b254454d3f61c3236e8f1dd33472704fd3"><code>4f6bd5b</code></a>
Change keepSessionData to keepSessionData.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/46756e56db671a822490f3d6c103a33a6691047d"><code>46756e5</code></a>
Silence verbose logging.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/987b1918a2c5056531bbd325a2ff888a3595b2df"><code>987b191</code></a>
Add tests.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/f8a175f1145c4efdffa7e4c511a642f608e11c0f"><code>f8a175f</code></a>
Add tests.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/29a90d68dd5d4bc807bc658cfe49fba968b34d7d"><code>29a90d6</code></a>
No need to guard callback existence.</li>
<li><a
href="https://github.com/jaredhanson/passport/commit/bfba8a1ab44b658f745e33e3484b389f0751cdc0"><code>bfba8a1</code></a>
Add tests.</li>
<li>Additional commits viewable in <a
href="https://github.com/jaredhanson/passport/compare/v0.5.3...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cds-pg` from 0.1.34 to 0.1.36
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sapmentors/cds-pg/blob/main/CHANGELOG.md">cds-pg's
changelog</a>.</em></p>
<blockquote>
<h3>0.1.36 (2023-03-16)</h3>
<h3>0.1.35 (2023-02-13)</h3>
<h3>Features</h3>
<ul>
<li><code>@​sap/cds</code> 6.5.0 compatibility (<a
href="https://github.com/sapmentors/cds-pg/issues/383">#383</a>)
(<a
href="https://github.com/sapmentors/cds-pg/commit/28b2c42e7c390eb120e8f8e47ddb8ad7d78f9402">28b2c42</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sapmentors/cds-pg/commit/9e775ea29a852d63830de649164d400e5f210d70"><code>9e775ea</code></a>
chore(release): 0.1.36</li>
<li><a
href="https://github.com/sapmentors/cds-pg/commit/e0eb956bddcedfa3aa0df808f862edd255e5a06d"><code>e0eb956</code></a>
Stream (<a
href="https://github.com/sapmentors/cds-pg/issues/389">#389</a>)</li>
<li><a
href="https://github.com/sapmentors/cds-pg/commit/e95c8edfd508de5f75bda7d9c00e40e5d9c7ec5c"><code>e95c8ed</code></a>
chore(release): 0.1.35</li>
<li><a
href="https://github.com/sapmentors/cds-pg/commit/28b2c42e7c390eb120e8f8e47ddb8ad7d78f9402"><code>28b2c42</code></a>
feat: <code>@​sap/cds</code> 6.5.0 compatibility (<a
href="https://github.com/sapmentors/cds-pg/issues/383">#383</a>)</li>
<li><a
href="https://github.com/sapmentors/cds-pg/commit/38a73702011a1264ce4d2c907c2c1ff6f800d1ea"><code>38a7370</code></a>
chore(deps): bump passport from 0.5.2 to 0.6.0 (<a
href="https://github.com/sapmentors/cds-pg/issues/361">#361</a>)</li>
<li>See full diff in <a
href="https://github.com/sapmentors/cds-pg/compare/v0.1.34...v0.1.36">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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](https://github.com/cap-js/cds-dbs/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent d613721 commit 04e405f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 04e405f

Please sign in to comment.