From 8840b4efab494d3ce8152c6a37bcc73878299cd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:55:13 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to ^0.324.0 --- package-lock.json | 12 ++++++------ packages/app/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 954f300d..18605ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23621,9 +23621,9 @@ } }, "node_modules/lucide-react": { - "version": "0.323.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.323.0.tgz", - "integrity": "sha512-rTXZFILl2Y4d1SG9p1Mdcf17AcPvPvpc/egFIzUrp7IUy60MUQo3Oi1mu8LGYXUVwuRZYsSMt3csHRW5mAovJg==", + "version": "0.324.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.324.0.tgz", + "integrity": "sha512-Wum6XwgJNXbOIEqaGfVHPrnC8grYmChbjGQiaGVwt54FZWttFosW3jbBxQXTXgAqHNy54K7kwOL3u+uymnWuCw==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } @@ -37234,7 +37234,7 @@ "cron": "^3.0.0", "cross-env": "^7.0.3", "crypto-js": "^4.2.0", - "dotenv": "^16.4.2", + "dotenv": "^16.3.1", "eslint": "^8.55.0", "eslint-config-next": "^14.0.3", "eslint-config-prettier": "^9.1.0", @@ -37244,7 +37244,7 @@ "eslint-plugin-unused-imports": "^3.0.0", "framer-motion": "^11.0.0", "ioredis": "^5.3.2", - "lucide-react": "^0.323.0", + "lucide-react": "^0.324.0", "negotiator": "^0.6.3", "next": "^14.0.0", "next-auth": "^4.24.5", @@ -37366,7 +37366,7 @@ "@types/inquirer": "^9.0.3", "chalk": "^5.3.0", "depcheck": "^1.4.7", - "dotenv": "^16.4.2", + "dotenv": "^16.3.1", "eslint-plugin-simple-import-sort": "^10.0.0", "inquirer": "^9.2.11", "patch-package": "^8.0.0", diff --git a/packages/app/package.json b/packages/app/package.json index fa325ef3..f27d3bc3 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -59,7 +59,7 @@ "eslint-plugin-unused-imports": "^3.0.0", "framer-motion": "^11.0.0", "ioredis": "^5.3.2", - "lucide-react": "^0.323.0", + "lucide-react": "^0.324.0", "negotiator": "^0.6.3", "next": "^14.0.0", "next-auth": "^4.24.5",