From cd163e0877c7cf43eba70ac1a5faa0380817f067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:12:37 +0000 Subject: [PATCH] build(deps): bump next-themes from 0.4.4 to 0.4.6 Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.4.4 to 0.4.6. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.6) --- updated-dependencies: - dependency-name: next-themes dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2284e96..797dd17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lodash.debounce": "^4.0.8", "lucide-react": "^0.474.0", "next": "^15.1.6", - "next-themes": "^0.4.4", + "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5", @@ -11545,10 +11545,9 @@ } }, "node_modules/next-themes": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.4.tgz", - "integrity": "sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==", - "license": "MIT", + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz", + "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==", "peerDependencies": { "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" diff --git a/package.json b/package.json index 75ac7a7..f1339b2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash.debounce": "^4.0.8", "lucide-react": "^0.474.0", "next": "^15.1.6", - "next-themes": "^0.4.4", + "next-themes": "^0.4.6", "react-dom": "^19.0.0", "react": "^19.0.0", "react-dropzone": "^14.3.5",