From 4719dd2767bd1f49388416ac8cfe449dbad7907f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:18:25 +0000 Subject: [PATCH] deps(example): bump @clerk/nextjs from 6.5.0 to 6.5.1 in /examples/nextjs-clerk-rate-limit in the dependencies group (#2354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /examples/nextjs-clerk-rate-limit with 1 update: [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs). Updates `@clerk/nextjs` from 6.5.0 to 6.5.1
Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​6.5.1

Patch Changes

Changelog

Sourced from @​clerk/nextjs's changelog.

6.5.1

Patch Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@clerk/nextjs&package-manager=npm_and_yarn&previous-version=6.5.0&new-version=6.5.1)](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) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- .../nextjs-clerk-rate-limit/package-lock.json | 42 +++++++++---------- examples/nextjs-clerk-rate-limit/package.json | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/nextjs-clerk-rate-limit/package-lock.json b/examples/nextjs-clerk-rate-limit/package-lock.json index a0906bb12..2a6f49c72 100644 --- a/examples/nextjs-clerk-rate-limit/package-lock.json +++ b/examples/nextjs-clerk-rate-limit/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@arcjet/next": "file:../../arcjet-next", - "@clerk/nextjs": "^6.5.0", + "@clerk/nextjs": "^6.5.1", "next": "15.0.3", "react": "^18", "react-dom": "^18" @@ -28,27 +28,27 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.31", + "version": "1.0.0-alpha.32", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.31", - "@arcjet/headers": "1.0.0-alpha.31", - "@arcjet/ip": "1.0.0-alpha.31", - "@arcjet/logger": "1.0.0-alpha.31", - "@arcjet/protocol": "1.0.0-alpha.31", - "@arcjet/transport": "1.0.0-alpha.31", - "arcjet": "1.0.0-alpha.31" + "@arcjet/env": "1.0.0-alpha.32", + "@arcjet/headers": "1.0.0-alpha.32", + "@arcjet/ip": "1.0.0-alpha.32", + "@arcjet/logger": "1.0.0-alpha.32", + "@arcjet/protocol": "1.0.0-alpha.32", + "@arcjet/transport": "1.0.0-alpha.32", + "arcjet": "1.0.0-alpha.32" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.31", - "@arcjet/rollup-config": "1.0.0-alpha.31", - "@arcjet/tsconfig": "1.0.0-alpha.31", + "@arcjet/eslint-config": "1.0.0-alpha.32", + "@arcjet/rollup-config": "1.0.0-alpha.32", + "@arcjet/tsconfig": "1.0.0-alpha.32", "@jest/globals": "29.7.0", - "@rollup/wasm-node": "4.27.3", + "@rollup/wasm-node": "4.27.4", "@types/node": "18.18.0", "jest": "29.7.0", "next": "15.0.3", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "engines": { "node": ">=18" @@ -109,9 +109,9 @@ } }, "node_modules/@clerk/clerk-react": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-5.17.0.tgz", - "integrity": "sha512-++PSiayBaK877XTjbTZzyqommVlxnFNevxCKsOXbq8+KENAyYkUZ6LJpyoWjfjg1fnKq6oUFax+TwnyOyyxoqw==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-5.17.1.tgz", + "integrity": "sha512-j8WfJcd0NrD2hvtc3EF5IcWos3ajbKz2Bmv5do3VKYoj2JG1M6UbT2jDJ0Qv2gV8Cks51VNp+YuP89gX5ZNnrQ==", "license": "MIT", "dependencies": { "@clerk/shared": "2.17.0", @@ -127,13 +127,13 @@ } }, "node_modules/@clerk/nextjs": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-6.5.0.tgz", - "integrity": "sha512-0+MhX4Hz/fdvVYeZIC7XNI8qZ7vX+UtfMksE6qdyWR5IGewCsNiIHlDW0fDtau6p1e6TsQ66qTnZz15yU4G7dw==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-6.5.1.tgz", + "integrity": "sha512-/FS1wRMOZvEF7azI+DX/DoQ3Q49oqjC3R4GgJzKnd1TIXZxhnPQbM1OvOnwBa7OEieieaXm+aPko+EYPYnSy9A==", "license": "MIT", "dependencies": { "@clerk/backend": "1.18.0", - "@clerk/clerk-react": "5.17.0", + "@clerk/clerk-react": "5.17.1", "@clerk/shared": "2.17.0", "@clerk/types": "4.35.0", "crypto-js": "4.2.0", diff --git a/examples/nextjs-clerk-rate-limit/package.json b/examples/nextjs-clerk-rate-limit/package.json index 540188032..bbda15e84 100644 --- a/examples/nextjs-clerk-rate-limit/package.json +++ b/examples/nextjs-clerk-rate-limit/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@arcjet/next": "file:../../arcjet-next", - "@clerk/nextjs": "^6.5.0", + "@clerk/nextjs": "^6.5.1", "next": "15.0.3", "react": "^18", "react-dom": "^18"