Skip to content

build(deps): bump @clerk/nextjs from 6.33.7 to 6.39.2#109

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

build(deps): bump @clerk/nextjs from 6.33.7 to 6.39.2#109
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/clerk/nextjs-6.39.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @clerk/nextjs from 6.33.7 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.33.7 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
@vercel

vercel Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nextstep.io Error Error Apr 16, 2026 9:51pm

@netlify

netlify Bot commented Apr 16, 2026

Copy link
Copy Markdown

Deploy Preview for classy-dusk-d3d3f5 failed.

Name Link
🔨 Latest commit a918397
🔍 Latest deploy log https://app.netlify.com/projects/classy-dusk-d3d3f5/deploys/69e159c6f8f75d00082fcf94

@netlify

netlify Bot commented Apr 16, 2026

Copy link
Copy Markdown

Deploy Preview for nextstepio failed.

Name Link
🔨 Latest commit a918397
🔍 Latest deploy log https://app.netlify.com/projects/nextstepio/deploys/69e159c6110097000849c112

@dependabot @github

dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #121.

@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:36
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