From 01e89e94703a9ab38d93b2402075cb242ec6eb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:42:07 +0000 Subject: [PATCH] deps(example): Bump lucide-react Bumps the dependencies group in /examples/nextjs-14-authjs-5 with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 0.394.0 to 0.395.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.395.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- examples/nextjs-14-authjs-5/package-lock.json | 27 ++++++++++--------- examples/nextjs-14-authjs-5/package.json | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/examples/nextjs-14-authjs-5/package-lock.json b/examples/nextjs-14-authjs-5/package-lock.json index 1b7aa7266..211f38bd8 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.394.0", + "lucide-react": "^0.395.0", "next": "*", "next-auth": "beta", "react": "^18.3.1", @@ -33,20 +33,21 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -1768,9 +1769,9 @@ } }, "node_modules/lucide-react": { - "version": "0.394.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.394.0.tgz", - "integrity": "sha512-PzTbJ0bsyXRhH59k5qe7MpTd5MxlpYZUcM9kGSwvPGAfnn0J6FElDwu2EX6Vuh//F7y60rcVJiFQ7EK9DCMgfw==", + "version": "0.395.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.395.0.tgz", + "integrity": "sha512-6hzdNH5723A4FLaYZWpK50iyZH8iS2Jq5zuPRRotOFkhu6kxxJiebVdJ72tCR5XkiIeYFOU5NUawFZOac+VeYw==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/examples/nextjs-14-authjs-5/package.json b/examples/nextjs-14-authjs-5/package.json index 7464546ba..a1a273103 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.394.0", + "lucide-react": "^0.395.0", "next": "latest", "next-auth": "beta", "react": "^18.3.1",