chore(deps): bump better-auth from 1.1.18 to 1.1.20 #5

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/better-auth-1.1.20 into main
dependabot[bot] commented 2025-02-24 19:30:02 +01:00 (Migrated from github.com)

Bumps better-auth from 1.1.18 to 1.1.20.

Release notes

Sourced from better-auth's releases.

v1.1.20

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.1.20-beta.5

   🐞 Bug Fixes

    View changes on GitHub

v1.1.20-beta.4

   🐞 Bug Fixes

    View changes on GitHub

v1.1.20-beta.3

   🐞 Bug Fixes

  • one-tap: Remove random string generator for nonce to fix expo client  -  by @​Bekacru (6440a)

... (truncated)

Commits
  • ddebd03 chore: release v1.1.20
  • da62e63 fix(session): include expiresAt in session data for HMAC verification
  • 1fadaee chore: release v1.1.20-beta.5
  • 790a942 chore: release v1.1.20-beta.4
  • 795ff42 test(origin-check): add test for callback URL with double slashes
  • 24659ae fix(origin-check): prevent URLs with double slashes from being trusted
  • d9c57e1 fix(origin-check): exclude URLs with double slashes
  • 8ba7a9c feat(email-otp): add option to set a function to generate OTPs (#1472)
  • 6c67ea1 feat(sso): sign in using the providerId (#1533)
  • f822f0a chore: release v1.1.20-beta.3
  • Additional commits viewable in compare view

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 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.
Bumps [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) from 1.1.18 to 1.1.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/better-auth/better-auth/releases">better-auth's releases</a>.</em></p> <blockquote> <h2>v1.1.20</h2> <h3>   🚀 Features</h3> <ul> <li><strong>email-otp</strong>: Add option to set a function to generate OTPs  -  by <a href="https://github.com/CordlessWool"><code>@​CordlessWool</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/1472">better-auth/better-auth#1472</a> <a href="https://github.com/better-auth/better-auth/commit/8ba7a9ce"><!-- raw HTML omitted -->(8ba7a)<!-- raw HTML omitted --></a></li> <li><strong>sso</strong>: Sign in using the providerId  -  by <a href="https://github.com/kamilkisiela"><code>@​kamilkisiela</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/1533">better-auth/better-auth#1533</a> <a href="https://github.com/better-auth/better-auth/commit/6c67ea11"><!-- raw HTML omitted -->(6c67e)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Add email verification for in place email updates  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/3ca6c427"><!-- raw HTML omitted -->(3ca6c)<!-- raw HTML omitted --></a></li> <li>Add callback URL to update email verification link  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/9653f44a"><!-- raw HTML omitted -->(9653f)<!-- raw HTML omitted --></a></li> <li><strong>one-tap</strong>: <ul> <li>Update import path for generateRandomString to fix unsupported crypto import for react native  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/ac848bb9"><!-- raw HTML omitted -->(ac848)<!-- raw HTML omitted --></a></li> <li>Remove random string generator for nonce to fix expo client  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/6440a107"><!-- raw HTML omitted -->(6440a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>organizaiton</strong>: <ul> <li>Restrict admins from removing or updating owners or members with creator roles  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/1520">better-auth/better-auth#1520</a> <a href="https://github.com/better-auth/better-auth/commit/28cc66bf"><!-- raw HTML omitted -->(28cc6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>origin-check</strong>: <ul> <li>Exclude URLs with double slashes  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/d9c57e1f"><!-- raw HTML omitted -->(d9c57)<!-- raw HTML omitted --></a></li> <li>Prevent URLs with double slashes from being trusted  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/24659aef"><!-- raw HTML omitted -->(24659)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>session</strong>: <ul> <li>Include expiresAt in session data for HMAC verification  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/da62e635"><!-- raw HTML omitted -->(da62e)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.1.19...v1.1.20">View changes on GitHub</a></h5> <h2>v1.1.20-beta.5</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>origin-check</strong>: <ul> <li>Exclude URLs with double slashes  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/5b1d88dd"><!-- raw HTML omitted -->(5b1d8)<!-- raw HTML omitted --></a></li> <li>Prevent URLs with double slashes from being trusted  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/a2712ffc"><!-- raw HTML omitted -->(a2712)<!-- raw HTML omitted --></a></li> <li>Exclude URLs with double slashes  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/d9c57e1f"><!-- raw HTML omitted -->(d9c57)<!-- raw HTML omitted --></a></li> <li>Prevent URLs with double slashes from being trusted  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/24659aef"><!-- raw HTML omitted -->(24659)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.1.20-beta.4...v1.1.20-beta.5">View changes on GitHub</a></h5> <h2>v1.1.20-beta.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>origin-check</strong>: <ul> <li>Exclude URLs with double slashes  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/5b1d88dd"><!-- raw HTML omitted -->(5b1d8)<!-- raw HTML omitted --></a></li> <li>Prevent URLs with double slashes from being trusted  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/a2712ffc"><!-- raw HTML omitted -->(a2712)<!-- raw HTML omitted --></a></li> <li>Exclude URLs with double slashes  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/d9c57e1f"><!-- raw HTML omitted -->(d9c57)<!-- raw HTML omitted --></a></li> <li>Prevent URLs with double slashes from being trusted  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/24659aef"><!-- raw HTML omitted -->(24659)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.1.20-beta.5...v1.1.20-beta.4">View changes on GitHub</a></h5> <h2>v1.1.20-beta.3</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>one-tap</strong>: Remove random string generator for nonce to fix expo client  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/6440a107"><!-- raw HTML omitted -->(6440a)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/better-auth/better-auth/commit/ddebd0358d74376ea64541512d0167dd4377f182"><code>ddebd03</code></a> chore: release v1.1.20</li> <li><a href="https://github.com/better-auth/better-auth/commit/da62e635bee4fb1d0d246686dd6020f255634438"><code>da62e63</code></a> fix(session): include expiresAt in session data for HMAC verification</li> <li><a href="https://github.com/better-auth/better-auth/commit/1fadaeecfa6a6d4332380d29edf7856b6eb4b6a7"><code>1fadaee</code></a> chore: release v1.1.20-beta.5</li> <li><a href="https://github.com/better-auth/better-auth/commit/790a942933e551e9996c27f97b955426d3c5b410"><code>790a942</code></a> chore: release v1.1.20-beta.4</li> <li><a href="https://github.com/better-auth/better-auth/commit/795ff4269a3200b733a09e85d38ab8f8ee390be2"><code>795ff42</code></a> test(origin-check): add test for callback URL with double slashes</li> <li><a href="https://github.com/better-auth/better-auth/commit/24659aefc35a536b95ea4e5347e52c8803910153"><code>24659ae</code></a> fix(origin-check): prevent URLs with double slashes from being trusted</li> <li><a href="https://github.com/better-auth/better-auth/commit/d9c57e1f567300701706bccccdf26d50f709b0d7"><code>d9c57e1</code></a> fix(origin-check): exclude URLs with double slashes</li> <li><a href="https://github.com/better-auth/better-auth/commit/8ba7a9ceae2de47ec96fd0a9420bbbfdf5ef530a"><code>8ba7a9c</code></a> feat(email-otp): add option to set a function to generate OTPs (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/1472">#1472</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/6c67ea111290dd4c7fa4fc590c26e050b826c2b2"><code>6c67ea1</code></a> feat(sso): sign in using the providerId (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/1533">#1533</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/f822f0a2462245657a4a04474526fc6a636a7d3e"><code>f822f0a</code></a> chore: release v1.1.20-beta.3</li> <li>Additional commits viewable in <a href="https://github.com/better-auth/better-auth/commits/v1.1.20/packages/better-auth">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=better-auth&package-manager=npm_and_yarn&previous-version=1.1.18&new-version=1.1.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/nord-studio/miru/network/alerts). </details>
socket-security[bot] commented 2025-02-24 19:30:35 +01:00 (Migrated from github.com)

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/better-auth@1.1.20 🔁 npm/better-auth@1.1.18 Transitive: environment +19 11.3 MB bekacru

View full report↗︎

<!-- overview-comment --> **New, updated, and removed dependencies detected.** Learn more about [Socket for GitHub ↗︎](https://socket.dev?utm_medium=gh) | Package | New capabilities | Transitives | Size | Publisher | |:--- |:--- |:--- |:--- |:--- | | [npm/better-auth@1.1.20](https://socket.dev/npm/package/better-auth/overview/1.1.20) 🔁 [npm/better-auth@1.1.18](https://socket.dev/npm/package/better-auth/overview/1.1.18) | Transitive: <a href="https://socket.dev/npm/package/better-auth/alerts/1.1.20?tab=dependencies&alert_name=envVars">environment</a> | <a href="https://socket.dev/npm/package/better-auth/dependencies/1.1.20">`+19`</a> | 11.3 MB | <a href="https://socket.dev/npm/user/bekacru">bekacru</a> | [**View full report↗︎**](https://socket.dev/dashboard/org/nord-studio/diff/7ac78a3b-e1da-467d-ba2b-819cf57ba9b9/c843a5a8-9016-4967-9a9b-d9b3c9a66cde)
dependabot[bot] commented 2025-02-24 21:51:54 +01:00 (Migrated from github.com)

Superseded by #6.

Superseded by #6.

Pull request closed

Sign in to join this conversation.
No description provided.