From e30ec18db2d9aef5af97b494f777448126abfe8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 06:50:37 +0000 Subject: [PATCH] fix: upgrade next-themes from 0.2.1 to 0.4.3 Snyk has created this PR to upgrade next-themes from 0.2.1 to 0.4.3. See this package in npm: next-themes See this project in Snyk: https://app.snyk.io/org/jamesp918/project/70297361-bbfb-40c4-8264-2f3af4077403?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7edd203..edba8a4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "jsonwebtoken": "^9.0.2", "next": "^14.1.0", "next-sitemap": "^4.2.3", - "next-themes": "^0.2.1", + "next-themes": "^0.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.0.5",