From 8b2f940c48d1fdd633feffd0db556a83806e8602 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 03:20:15 +0000 Subject: [PATCH] fix: upgrade next-themes from 0.0.15 to 0.1.1 Snyk has created this PR to upgrade next-themes from 0.0.15 to 0.1.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/nonissue/project/a9859602-995d-4500-be7e-3a65a4f269c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8373078..ba3e038 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@headlessui/react": "^1.4.2", "@heroicons/react": "^1.0.5", "next": "^12.0.7", - "next-themes": "0.0.15", + "next-themes": "0.1.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/yarn.lock b/yarn.lock index 94a49dd..327076c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2574,10 +2574,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next-themes@0.0.15: - version "0.0.15" - resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.0.15.tgz#ab0cee69cd763b77d41211f631e108beab39bf7d" - integrity sha512-LTmtqYi03c4gMTJmWwVK9XkHL7h0/+XrtR970Ujvtu3s0kZNeJN24aJsi4rkZOI8i19+qq6f8j+8Duwy5jqcrQ== +next-themes@0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.1.1.tgz#122113a458bf1d1be5ffed66778ab924c106f82a" + integrity sha512-Iqxt6rhS/KfK/iHJ0tfFjTcdLEAI0AgwFuAFrMwLOPK5e+MI3I+fzyvBoS+VaOS+NldUiazurhgwYhrfV0VXsQ== next@^12.0.7: version "12.0.7"