diff --git a/package-lock.json b/package-lock.json index 2ad571ac..b7cae27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23770,9 +23770,9 @@ } }, "node_modules/lucide-react": { - "version": "0.335.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.335.0.tgz", - "integrity": "sha512-FNmIG4JLdvpK86ZFJjrT0SnFEa95KhsiNokVicA5mWEf1oe+ujP2C/bTr0PVQzr/wzvZpzgxaOySq0O79q2oMA==", + "version": "0.336.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.336.0.tgz", + "integrity": "sha512-e06J4Qrdrk3BP/hf3MnkW3LnymdthfyEtVbdEg0xPQ/olTEKfOfTv03DYmdRm1+XpaNQdCpiHT7Vi6regbxDCQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } @@ -37506,7 +37506,7 @@ "@hookform/resolvers": "^3.2.0", "@next-auth/prisma-adapter": "^1.0.7", "@nextui-org/react": "^2.2.9", - "@prisma/client": "^5.10.2", + "@prisma/client": "^5.6.0", "@t3-oss/env-nextjs": "^0.9.0", "@tanstack/react-query": "^4.36.1", "@total-typescript/ts-reset": "^0.5.0", @@ -37543,7 +37543,7 @@ "eslint-plugin-unused-imports": "^3.0.0", "framer-motion": "^11.0.0", "ioredis": "^5.3.2", - "lucide-react": "^0.335.0", + "lucide-react": "^0.336.0", "negotiator": "^0.6.3", "next": "^14.0.0", "next-auth": "^4.24.5", @@ -37551,7 +37551,7 @@ "nodemailer": "^6.9.5", "otplib": "^12.0.1", "patch-package": "^8.0.0", - "prisma": "^5.10.2", + "prisma": "^5.8.0", "qrcode.react": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -37599,7 +37599,7 @@ "name": "@next-boilerplate/cron", "license": "ISC", "dependencies": { - "@prisma/client": "^5.10.2", + "@prisma/client": "^5.9.1", "@t3-oss/env-core": "^0.9.2", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", diff --git a/packages/app/package.json b/packages/app/package.json index 0a64a07d..26242a26 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -56,7 +56,7 @@ "eslint-plugin-unused-imports": "^3.0.0", "framer-motion": "^11.0.0", "ioredis": "^5.3.2", - "lucide-react": "^0.335.0", + "lucide-react": "^0.336.0", "negotiator": "^0.6.3", "next": "^14.0.0", "next-auth": "^4.24.5",