From 513782e1edd12d936b12b81e6cc1b4ec4087ef58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 10:51:20 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - fs from 0.0.1-security to 0.0.2. See this package in npm: https://www.npmjs.com/package/fs - lucide-react from 0.279.0 to 0.438.0. See this package in npm: https://www.npmjs.com/package/lucide-react - next-themes from 0.2.1 to 0.3.0. See this package in npm: https://www.npmjs.com/package/next-themes See this project in Snyk: https://app.snyk.io/org/antonyjudeshaman/project/01c14977-bfc6-415b-a709-b3bd09445698?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2159df2..3f8ff3e 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "firebase": "^10.6.0", "formidable": "^3.5.1", "framer-motion": "^10.16.5", - "fs": "0.0.1-security", + "fs": "0.0.2", "gsap": "^3.12.2", - "lucide-react": "^0.279.0", + "lucide-react": "^0.438.0", "micro-cors": "^0.1.1", "next": "^14.0.3", "next-auth": "^4.24.5", "next-seo": "^6.4.0", - "next-themes": "^0.2.1", + "next-themes": "^0.3.0", "node-fetch": "^3.3.2", "pnpm": "^8.10.5", "radix-ui": "^1.0.1",