Skip to content

chore(deps): bump @clerk/nextjs from 6.18.2 to 6.39.2 in /examples/clerk#145

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/clerk/clerk/nextjs-6.39.2
Open

chore(deps): bump @clerk/nextjs from 6.18.2 to 6.39.2 in /examples/clerk#145
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/clerk/clerk/nextjs-6.39.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps @clerk/nextjs from 6.18.2 to 6.39.2.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​6.39.2

Patch Changes

  • Normalize URL paths in createPathMatcher to prevent route protection bypass (#8310) by @​nikosdouvlis

  • Updated dependencies [2c14f0e]:

    • @​clerk/shared@​3.47.4
    • @​clerk/backend@​2.33.2
    • @​clerk/clerk-react@​5.61.5
    • @​clerk/types@​4.101.22
Changelog

Sourced from @​clerk/nextjs's changelog.

6.39.2

Patch Changes

  • Normalize URL paths in createPathMatcher to prevent route protection bypass (#8310) by @​nikosdouvlis

  • Updated dependencies [2c14f0e]:

    • @​clerk/shared@​3.47.4
    • @​clerk/backend@​2.33.2
    • @​clerk/clerk-react@​5.61.5
    • @​clerk/types@​4.101.22

6.39.1

Patch Changes

  • Updated dependencies [e5f213f]:
    • @​clerk/shared@​3.47.3
    • @​clerk/backend@​2.33.1
    • @​clerk/clerk-react@​5.61.4
    • @​clerk/types@​4.101.21

6.39.0

Minor Changes

  • Added support for JWT token format when creating and verifying machine-to-machine (M2M) tokens. This enables fully networkless verification when using the public JWT key. (#7883) by @​wobsoriano

    Creating a JWT-format M2M token

    const clerkClient = createClerkClient({
      machineSecretKey: process.env.CLERK_MACHINE_SECRET_KEY,
    });
    const m2mToken = await clerkClient.m2m.createToken({
    tokenFormat: 'jwt',
    });
    console.log('M2M token created:', m2mToken.token);

    Verifying a token

    const clerkClient = createClerkClient({
      machineSecretKey: process.env.CLERK_MACHINE_SECRET_KEY,
    });
    const authHeader = req.headers.get('Authorization');

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dominic-clerk, a new releaser for @​clerk/nextjs since your current version.


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 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 [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.18.2 to 6.39.2.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/nextjs@6.39.2/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.39.2/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-version: 6.39.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
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.

0 participants