diff --git a/examples/nextjs-14-authjs-5/package-lock.json b/examples/nextjs-14-authjs-5/package-lock.json index d024a5661..c8b2ed930 100644 --- a/examples/nextjs-14-authjs-5/package-lock.json +++ b/examples/nextjs-14-authjs-5/package-lock.json @@ -13,7 +13,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.399.0", + "lucide-react": "^0.400.0", "next": "*", "next-auth": "beta", "react": "^18.3.1", @@ -33,21 +33,21 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.17", + "version": "1.0.0-alpha.18", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.17", - "@arcjet/headers": "1.0.0-alpha.17", - "@arcjet/ip": "1.0.0-alpha.17", - "@arcjet/logger": "1.0.0-alpha.17", - "@arcjet/protocol": "1.0.0-alpha.17", + "@arcjet/env": "1.0.0-alpha.18", + "@arcjet/headers": "1.0.0-alpha.18", + "@arcjet/ip": "1.0.0-alpha.18", + "@arcjet/logger": "1.0.0-alpha.18", + "@arcjet/protocol": "1.0.0-alpha.18", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.17" + "arcjet": "1.0.0-alpha.18" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.17", - "@arcjet/rollup-config": "1.0.0-alpha.17", - "@arcjet/tsconfig": "1.0.0-alpha.17", + "@arcjet/eslint-config": "1.0.0-alpha.18", + "@arcjet/rollup-config": "1.0.0-alpha.18", + "@arcjet/tsconfig": "1.0.0-alpha.18", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -1722,9 +1722,9 @@ } }, "node_modules/lucide-react": { - "version": "0.399.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.399.0.tgz", - "integrity": "sha512-UyTNa3djBISdzL2UktgCrESXexQXaDQWi/WsDkbw6fBFfHlapajR58WoR+gxQ4laxfEyiHmoFrEIM3V+5XOVQg==", + "version": "0.400.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.400.0.tgz", + "integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } diff --git a/examples/nextjs-14-authjs-5/package.json b/examples/nextjs-14-authjs-5/package.json index 713390911..95f6a96f9 100644 --- a/examples/nextjs-14-authjs-5/package.json +++ b/examples/nextjs-14-authjs-5/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.399.0", + "lucide-react": "^0.400.0", "next": "latest", "next-auth": "beta", "react": "^18.3.1",