Skip to content

chore(deps): bump @clerk/nextjs from 6.31.2 to 6.39.2#348

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/nextjs-6.39.2
Closed

chore(deps): bump @clerk/nextjs from 6.31.2 to 6.39.2#348
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/nextjs-6.39.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @clerk/nextjs from 6.31.2 to 6.39.2.

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: 8929dde

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/clerk/nextjs-6.39.2 branch from 0fa287d to ad3ef8c Compare April 30, 2026 04:42
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.31.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 force-pushed the dependabot/npm_and_yarn/clerk/nextjs-6.39.2 branch from ad3ef8c to 8929dde Compare April 30, 2026 15:32
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Superseded by #381.

@dependabot dependabot Bot closed this Apr 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/clerk/nextjs-6.39.2 branch April 30, 2026 18:35
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