Skip to content

chore(deps): bump next-auth from 4.23.1 to 4.24.5#114

Merged
saheeen-jey merged 1 commit intomainfrom
dependabot/npm_and_yarn/next-auth-4.24.5
Nov 25, 2023
Merged

chore(deps): bump next-auth from 4.23.1 to 4.24.5#114
saheeen-jey merged 1 commit intomainfrom
dependabot/npm_and_yarn/next-auth-4.24.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 21, 2023

Bumps next-auth from 4.23.1 to 4.24.5.

Release notes

Sourced from next-auth's releases.

next-auth@4.24.5

Bugfixes

  • differentiate between issued JWTs

next-auth@4.24.4

Bugfixes

  • allow Next.js 14 as peer dependency

next-auth@4.24.3

Bugfixes

  • css build error

next-auth@4.24.2

Bugfixes

  • css build error

next-auth@4.24.1

Bugfixes

  • css build error

next-auth@4.24.0

Features

  • tweak default sign-in page (#8888)
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 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 21, 2023
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
track-the-hack ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2023 9:35pm

Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1 to 4.24.5.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next-auth-4.24.5 branch from 29dea41 to e426bb0 Compare November 24, 2023 21:32
@saheeen-jey saheeen-jey merged commit 5c90b94 into main Nov 25, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/next-auth-4.24.5 branch November 25, 2023 18:27
csong202 pushed a commit that referenced this pull request Nov 26, 2023
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1
to 4.24.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nextauthjs/next-auth/releases">next-auth's
releases</a>.</em></p>
<blockquote>
<h2>next-auth@4.24.5</h2>
<h2>Bugfixes</h2>
<ul>
<li>differentiate between issued JWTs</li>
</ul>
<h2>next-auth@4.24.4</h2>
<h2>Bugfixes</h2>
<ul>
<li>allow Next.js 14 as peer dependency</li>
</ul>
<h2>next-auth@4.24.3</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.2</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.0</h2>
<h2>Features</h2>
<ul>
<li>tweak default sign-in page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8888">#8888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/5b647e1ac040250ad055e331ba97f8fa461b63cc"><code>5b647e1</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/d237059b6d0cb868c041ba18b698e0cee20a2f10"><code>d237059</code></a>
fix: differentiate between issued JWTs</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/0f0c444ab8b68669383943ed159c12fc6d1e2722"><code>0f0c444</code></a>
chore: update cookie options snippet (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9095">#9095</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/fbd68a1802e29c8242448e3d078b5d36e56ecad1"><code>fbd68a1</code></a>
docs: Fix Adapters Link (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9009">#9009</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/18e8b9228983ae6f7a64f9fd4ecd000fbccefea9"><code>18e8b92</code></a>
fix(dev): fix import links for <code>authOptions</code> (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8938">#8938</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/09f5aabce6ec03652b0d825463f92c8fa6e016c1"><code>09f5aab</code></a>
docs: fix source links</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/9dd2bceab5dd0eb102f0e4e6addf7707978c1965"><code>9dd2bce</code></a>
docs: Update discord.md (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8958">#8958</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/f4ee5635c343b2a0622db2b5fdf9fb2e12c39718"><code>f4ee563</code></a>
docs: remove capitalization on osu! (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8975">#8975</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/4318a4c9a9767175b8e5f21a535e31c4422a1eeb"><code>4318a4c</code></a>
docs: Fixes broken link on v4 auth0 provider page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8998">#8998</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/62ec78cc0fc1f7d99ef599052d358c5dc155009b"><code>62ec78c</code></a>
docs: Fix link to database adapters doc (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8986">#8986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-auth&package-manager=npm_and_yarn&previous-version=4.23.1&new-version=4.24.5)](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/HacktheHill/track-the-hack/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
arcanistzed pushed a commit that referenced this pull request Nov 28, 2023
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1
to 4.24.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nextauthjs/next-auth/releases">next-auth's
releases</a>.</em></p>
<blockquote>
<h2>next-auth@4.24.5</h2>
<h2>Bugfixes</h2>
<ul>
<li>differentiate between issued JWTs</li>
</ul>
<h2>next-auth@4.24.4</h2>
<h2>Bugfixes</h2>
<ul>
<li>allow Next.js 14 as peer dependency</li>
</ul>
<h2>next-auth@4.24.3</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.2</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.0</h2>
<h2>Features</h2>
<ul>
<li>tweak default sign-in page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8888">#8888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/5b647e1ac040250ad055e331ba97f8fa461b63cc"><code>5b647e1</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/d237059b6d0cb868c041ba18b698e0cee20a2f10"><code>d237059</code></a>
fix: differentiate between issued JWTs</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/0f0c444ab8b68669383943ed159c12fc6d1e2722"><code>0f0c444</code></a>
chore: update cookie options snippet (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9095">#9095</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/fbd68a1802e29c8242448e3d078b5d36e56ecad1"><code>fbd68a1</code></a>
docs: Fix Adapters Link (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9009">#9009</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/18e8b9228983ae6f7a64f9fd4ecd000fbccefea9"><code>18e8b92</code></a>
fix(dev): fix import links for <code>authOptions</code> (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8938">#8938</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/09f5aabce6ec03652b0d825463f92c8fa6e016c1"><code>09f5aab</code></a>
docs: fix source links</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/9dd2bceab5dd0eb102f0e4e6addf7707978c1965"><code>9dd2bce</code></a>
docs: Update discord.md (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8958">#8958</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/f4ee5635c343b2a0622db2b5fdf9fb2e12c39718"><code>f4ee563</code></a>
docs: remove capitalization on osu! (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8975">#8975</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/4318a4c9a9767175b8e5f21a535e31c4422a1eeb"><code>4318a4c</code></a>
docs: Fixes broken link on v4 auth0 provider page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8998">#8998</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/62ec78cc0fc1f7d99ef599052d358c5dc155009b"><code>62ec78c</code></a>
docs: Fix link to database adapters doc (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8986">#8986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-auth&package-manager=npm_and_yarn&previous-version=4.23.1&new-version=4.24.5)](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/HacktheHill/track-the-hack/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
arcanistzed pushed a commit that referenced this pull request Jul 5, 2024
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1
to 4.24.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nextauthjs/next-auth/releases">next-auth's
releases</a>.</em></p>
<blockquote>
<h2>next-auth@4.24.5</h2>
<h2>Bugfixes</h2>
<ul>
<li>differentiate between issued JWTs</li>
</ul>
<h2>next-auth@4.24.4</h2>
<h2>Bugfixes</h2>
<ul>
<li>allow Next.js 14 as peer dependency</li>
</ul>
<h2>next-auth@4.24.3</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.2</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.0</h2>
<h2>Features</h2>
<ul>
<li>tweak default sign-in page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8888">#8888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/5b647e1ac040250ad055e331ba97f8fa461b63cc"><code>5b647e1</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/d237059b6d0cb868c041ba18b698e0cee20a2f10"><code>d237059</code></a>
fix: differentiate between issued JWTs</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/0f0c444ab8b68669383943ed159c12fc6d1e2722"><code>0f0c444</code></a>
chore: update cookie options snippet (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9095">#9095</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/fbd68a1802e29c8242448e3d078b5d36e56ecad1"><code>fbd68a1</code></a>
docs: Fix Adapters Link (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9009">#9009</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/18e8b9228983ae6f7a64f9fd4ecd000fbccefea9"><code>18e8b92</code></a>
fix(dev): fix import links for <code>authOptions</code> (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8938">#8938</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/09f5aabce6ec03652b0d825463f92c8fa6e016c1"><code>09f5aab</code></a>
docs: fix source links</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/9dd2bceab5dd0eb102f0e4e6addf7707978c1965"><code>9dd2bce</code></a>
docs: Update discord.md (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8958">#8958</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/f4ee5635c343b2a0622db2b5fdf9fb2e12c39718"><code>f4ee563</code></a>
docs: remove capitalization on osu! (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8975">#8975</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/4318a4c9a9767175b8e5f21a535e31c4422a1eeb"><code>4318a4c</code></a>
docs: Fixes broken link on v4 auth0 provider page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8998">#8998</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/62ec78cc0fc1f7d99ef599052d358c5dc155009b"><code>62ec78c</code></a>
docs: Fix link to database adapters doc (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8986">#8986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-auth&package-manager=npm_and_yarn&previous-version=4.23.1&new-version=4.24.5)](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/HacktheHill/track-the-hack/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mixtapeo pushed a commit that referenced this pull request Aug 30, 2025
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1
to 4.24.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nextauthjs/next-auth/releases">next-auth's
releases</a>.</em></p>
<blockquote>
<h2>next-auth@4.24.5</h2>
<h2>Bugfixes</h2>
<ul>
<li>differentiate between issued JWTs</li>
</ul>
<h2>next-auth@4.24.4</h2>
<h2>Bugfixes</h2>
<ul>
<li>allow Next.js 14 as peer dependency</li>
</ul>
<h2>next-auth@4.24.3</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.2</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>css build error</li>
</ul>
<h2>next-auth@4.24.0</h2>
<h2>Features</h2>
<ul>
<li>tweak default sign-in page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8888">#8888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/5b647e1ac040250ad055e331ba97f8fa461b63cc"><code>5b647e1</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/d237059b6d0cb868c041ba18b698e0cee20a2f10"><code>d237059</code></a>
fix: differentiate between issued JWTs</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/0f0c444ab8b68669383943ed159c12fc6d1e2722"><code>0f0c444</code></a>
chore: update cookie options snippet (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9095">#9095</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/fbd68a1802e29c8242448e3d078b5d36e56ecad1"><code>fbd68a1</code></a>
docs: Fix Adapters Link (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/9009">#9009</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/18e8b9228983ae6f7a64f9fd4ecd000fbccefea9"><code>18e8b92</code></a>
fix(dev): fix import links for <code>authOptions</code> (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8938">#8938</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/09f5aabce6ec03652b0d825463f92c8fa6e016c1"><code>09f5aab</code></a>
docs: fix source links</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/9dd2bceab5dd0eb102f0e4e6addf7707978c1965"><code>9dd2bce</code></a>
docs: Update discord.md (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8958">#8958</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/f4ee5635c343b2a0622db2b5fdf9fb2e12c39718"><code>f4ee563</code></a>
docs: remove capitalization on osu! (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8975">#8975</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/4318a4c9a9767175b8e5f21a535e31c4422a1eeb"><code>4318a4c</code></a>
docs: Fixes broken link on v4 auth0 provider page (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8998">#8998</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/62ec78cc0fc1f7d99ef599052d358c5dc155009b"><code>62ec78c</code></a>
docs: Fix link to database adapters doc (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/8986">#8986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-auth&package-manager=npm_and_yarn&previous-version=4.23.1&new-version=4.24.5)](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/HacktheHill/track-the-hack/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant