From 782e77ca23b89dc5e96c34912d79806e6cafec84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:12:23 +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.407.0 to 0.408.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.408.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 | 10 +++++----- examples/nextjs-14-authjs-5/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/nextjs-14-authjs-5/package-lock.json b/examples/nextjs-14-authjs-5/package-lock.json index 58bcfc49a..0bce20044 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.407.0", + "lucide-react": "^0.408.0", "next": "*", "next-auth": "beta", "react": "^18.3.1", @@ -49,7 +49,7 @@ "@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", + "@rollup/wasm-node": "4.18.1", "@types/node": "18.18.0", "jest": "29.7.0", "typescript": "5.5.3" @@ -1711,9 +1711,9 @@ } }, "node_modules/lucide-react": { - "version": "0.407.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.407.0.tgz", - "integrity": "sha512-+dRIu9Sry+E8wPF9+sY5eKld2omrU4X5IKXxrgqBt+o11IIHVU0QOfNoVWFuj0ZRDrxr4Wci26o2mKZqLGE0lA==", + "version": "0.408.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.408.0.tgz", + "integrity": "sha512-8kETAAeWmOvtGIr7HPHm51DXoxlfkNncQ5FZWXR+abX8saQwMYXANWIkUstaYtcKSo/imOe/q+tVFA8ANzdSVA==", "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 e0bee5aca..49c17bb56 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.407.0", + "lucide-react": "^0.408.0", "next": "latest", "next-auth": "beta", "react": "^18.3.1",