From d881def1f42466d98cd9f717f2302c518e79a834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:02:19 +0000 Subject: [PATCH] deps(example): bump class-variance-authority Bumps the dependencies group in /examples/nextjs-authjs-5 with 1 update: [class-variance-authority](https://github.com/joe-bell/cva). Updates `class-variance-authority` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/joe-bell/cva/releases) - [Commits](https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: class-variance-authority dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- examples/nextjs-authjs-5/package-lock.json | 43 +++++++++------------- examples/nextjs-authjs-5/package.json | 2 +- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/examples/nextjs-authjs-5/package-lock.json b/examples/nextjs-authjs-5/package-lock.json index c12a654a9..c4f53780d 100644 --- a/examples/nextjs-authjs-5/package-lock.json +++ b/examples/nextjs-authjs-5/package-lock.json @@ -12,7 +12,7 @@ "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-navigation-menu": "^1.2.1", "@radix-ui/react-slot": "^1.0.2", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.461.0", "next": "*", @@ -34,21 +34,21 @@ }, "../../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.4", "@types/node": "18.18.0", @@ -1694,22 +1694,15 @@ } }, "node_modules/class-variance-authority": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz", - "integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", + "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", + "license": "Apache-2.0", "dependencies": { - "clsx": "2.0.0" + "clsx": "^2.1.1" }, "funding": { - "url": "https://joebell.co.uk" - } - }, - "node_modules/class-variance-authority/node_modules/clsx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", - "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", - "engines": { - "node": ">=6" + "url": "https://polar.sh/cva" } }, "node_modules/client-only": { diff --git a/examples/nextjs-authjs-5/package.json b/examples/nextjs-authjs-5/package.json index 042d896e9..1396d9db5 100644 --- a/examples/nextjs-authjs-5/package.json +++ b/examples/nextjs-authjs-5/package.json @@ -14,7 +14,7 @@ "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-navigation-menu": "^1.2.1", "@radix-ui/react-slot": "^1.0.2", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.461.0", "next": "latest",