From 2d62754f1f55b6775a4bd5c7e4f3098b42e0fb7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 00:37:53 +0000 Subject: [PATCH] fix: upgrade next-themes from 0.2.1 to 0.3.0 Snyk has created this PR to upgrade next-themes from 0.2.1 to 0.3.0. 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..de2193c 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.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.0.5",