From 4b98d1f64662f9749f1b146450cfc0694837531d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 15 Oct 2024 22:37:02 +0000
Subject: [PATCH] deps(example): Bump cookie and @clerk/nextjs in
/examples/nextjs-14-clerk-rl (#1935)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.0 and updates ancestor dependency [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs). These dependencies need to be updated together.
Updates `cookie` from 0.5.0 to 0.7.0
Release notes
Sourced from cookie's releases.
0.7.0
https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
Commits
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates `@clerk/nextjs` from 5.7.1 to 5.7.3
Release notes
Sourced from @clerk/nextjs
's releases.
@clerk/nextjs
@5
.7.3
Patch Changes
@clerk/nextjs
@5
.7.2
Patch Changes
-
Introduces organizationSyncOptions
option to clerkMiddleware
, which syncs an active organization or personal account from a URL to the Clerk session. (#3977) by @izaaklauer
-
Updated dependencies [358be296a
]:
Changelog
Sourced from @clerk/nextjs
's changelog.
5.7.3
Patch Changes
5.7.2
Patch Changes
-
Introduces organizationSyncOptions
option to clerkMiddleware
, which syncs an active organization or personal account from a URL to the Clerk session. (#3977) by @izaaklauer
-
Updated dependencies [358be296a
]:
Commits
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 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/arcjet/arcjet-js/network/alerts).
---
examples/nextjs-14-clerk-rl/package-lock.json | 62 +++++++++----------
examples/nextjs-14-clerk-rl/package.json | 2 +-
2 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/examples/nextjs-14-clerk-rl/package-lock.json b/examples/nextjs-14-clerk-rl/package-lock.json
index 97ad43e33..5fea62a8c 100644
--- a/examples/nextjs-14-clerk-rl/package-lock.json
+++ b/examples/nextjs-14-clerk-rl/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
- "@clerk/nextjs": "^5.7.1",
+ "@clerk/nextjs": "^5.7.3",
"next": "^14.2.14",
"react": "^18",
"react-dom": "^18"
@@ -44,7 +44,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.27",
"@arcjet/tsconfig": "1.0.0-alpha.27",
"@jest/globals": "29.7.0",
- "@rollup/wasm-node": "4.23.0",
+ "@rollup/wasm-node": "4.24.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.6.2"
@@ -85,13 +85,13 @@
}
},
"node_modules/@clerk/backend": {
- "version": "1.13.8",
- "resolved": "https://registry.npmjs.org/@clerk/backend/-/backend-1.13.8.tgz",
- "integrity": "sha512-FboiIOFfrxxdfgBd2tnUclO1be6Ig5ndpqHEMIx2EcLb2ll+4B1KBzZ9TcG+zaN90ty8aBy5HXiaPvGItfi6Aw==",
+ "version": "1.13.10",
+ "resolved": "https://registry.npmjs.org/@clerk/backend/-/backend-1.13.10.tgz",
+ "integrity": "sha512-1pastJJ+LpEPxKynseJVsZhOwn4bO8Mg+ekCeoDbQC4b4jxSM4kOGriYAXy8xe4q2K+pufe/pTPeKxQT/jkxtg==",
"dependencies": {
- "@clerk/shared": "2.9.0",
- "@clerk/types": "4.25.0",
- "cookie": "0.5.0",
+ "@clerk/shared": "2.9.1",
+ "@clerk/types": "4.25.1",
+ "cookie": "0.7.0",
"snakecase-keys": "5.4.4",
"tslib": "2.4.1"
},
@@ -100,12 +100,12 @@
}
},
"node_modules/@clerk/clerk-react": {
- "version": "5.11.0",
- "resolved": "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-5.11.0.tgz",
- "integrity": "sha512-JPvDxSPMV1Rrnh5k1ULxeemvUW+F5YdVUQAUhPPl/iZ6MHO6vXr5jn66xe0hM+wrw/snGlsrD9ePyy6tK8EDKw==",
+ "version": "5.11.1",
+ "resolved": "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-5.11.1.tgz",
+ "integrity": "sha512-m7x681y6MasiXsfNaTbo5c8JQKtWlZMbDRKf75Cmoo7naDbccWBZNPY1OYbK0uxpnxY24zi/2xfKWTufW8q5RA==",
"dependencies": {
- "@clerk/shared": "2.9.0",
- "@clerk/types": "4.25.0",
+ "@clerk/shared": "2.9.1",
+ "@clerk/types": "4.25.1",
"tslib": "2.4.1"
},
"engines": {
@@ -117,14 +117,14 @@
}
},
"node_modules/@clerk/nextjs": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-5.7.1.tgz",
- "integrity": "sha512-UqgW8iy6oXg3M/U7lE6V3sBlb5akF2HLanziOIY8YGL0DvJEG0MWb6KWAzaeezqeL0drdY63QfEAiYZZx3iq8w==",
- "dependencies": {
- "@clerk/backend": "1.13.8",
- "@clerk/clerk-react": "5.11.0",
- "@clerk/shared": "2.9.0",
- "@clerk/types": "4.25.0",
+ "version": "5.7.3",
+ "resolved": "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-5.7.3.tgz",
+ "integrity": "sha512-9HwiK43waReG4q9ADbG0k3IzFwV3+pSB8i1p3fieM6wf5iOpbrWQAbNtStx0rRqZ/x9WJTp3xavqStmETgeUqQ==",
+ "dependencies": {
+ "@clerk/backend": "1.13.10",
+ "@clerk/clerk-react": "5.11.1",
+ "@clerk/shared": "2.9.1",
+ "@clerk/types": "4.25.1",
"crypto-js": "4.2.0",
"server-only": "0.0.1",
"tslib": "2.4.1"
@@ -139,12 +139,12 @@
}
},
"node_modules/@clerk/shared": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/@clerk/shared/-/shared-2.9.0.tgz",
- "integrity": "sha512-DAqxJbmQ3QnQXZepG2InLC7Hdq+4T9/+A/kwtMQtAyQcsZoDwZ1TqVJkrqZ55lJIAkR97HEn3/g+g1ySspdEfA==",
+ "version": "2.9.1",
+ "resolved": "https://registry.npmjs.org/@clerk/shared/-/shared-2.9.1.tgz",
+ "integrity": "sha512-NOO6gLRKvEMmz/3pjDiG/rE7ZSmLbZFaU1yTyx94Wb33v0sAaF4v8uypbXSswgAsPWVKu+fgkWmmbhBJP5Us7A==",
"hasInstallScript": true,
"dependencies": {
- "@clerk/types": "4.25.0",
+ "@clerk/types": "4.25.1",
"glob-to-regexp": "0.4.1",
"js-cookie": "3.0.5",
"std-env": "^3.7.0",
@@ -167,9 +167,9 @@
}
},
"node_modules/@clerk/types": {
- "version": "4.25.0",
- "resolved": "https://registry.npmjs.org/@clerk/types/-/types-4.25.0.tgz",
- "integrity": "sha512-p2IyJ0q5WF1e976L1pS1J6Mb5ducfkUC31DR1EvMjPwJkrlWJdAMCPc+zqRRAePVy/JBVK2gEKbUVtJ6/jrpag==",
+ "version": "4.25.1",
+ "resolved": "https://registry.npmjs.org/@clerk/types/-/types-4.25.1.tgz",
+ "integrity": "sha512-ILvR2YXz6BSGXDoozBAd2BGj8ZF/FQrfWQd0FtLz1JXt1vurkgRncAhEcC427OiXNRnq5R2Pn++urfFEa0PqYA==",
"dependencies": {
"csstype": "3.1.1"
},
@@ -1421,9 +1421,9 @@
"dev": true
},
"node_modules/cookie": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
- "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.0.tgz",
+ "integrity": "sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==",
"engines": {
"node": ">= 0.6"
}
diff --git a/examples/nextjs-14-clerk-rl/package.json b/examples/nextjs-14-clerk-rl/package.json
index d255c7a48..cb36e1bb1 100644
--- a/examples/nextjs-14-clerk-rl/package.json
+++ b/examples/nextjs-14-clerk-rl/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
- "@clerk/nextjs": "^5.7.1",
+ "@clerk/nextjs": "^5.7.3",
"next": "^14.2.14",
"react": "^18",
"react-dom": "^18"