From 1707f03e98881269108d237a5d7ffb2683dc5b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:53:38 +0000 Subject: [PATCH] chore(deps): bump the css group across 1 directory with 2 updates Bumps the css group with 2 updates in the / directory: [next-themes](https://github.com/pacocoursey/next-themes) and [sass](https://github.com/sass/dart-sass). Updates `next-themes` from 0.4.3 to 0.4.4 - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/compare/v0.4.3...v0.4.4) Updates `sass` from 1.82.0 to 1.83.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.82.0...1.83.0) --- updated-dependencies: - dependency-name: next-themes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: css - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor dependency-group: css ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c751cac7..581c915d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "next": "15.0.3", "next-mdx-remote": "5.0.0", "next-sitemap": "4.2.3", - "next-themes": "^0.4.3", + "next-themes": "^0.4.4", "react": "18.3.1", "react-chartjs-2": "^5.2.0", "react-dom": "18.3.1", @@ -50,7 +50,7 @@ "remark-math": "^6.0.0", "remark-mdx-chartjs": "^2.2.0", "remark-unwrap-images": "^4.0.0", - "sass": "^1.82.0", + "sass": "^1.83.0", "shiki": "^1.24.0", "svgo": "^3.3.2", "swr": "^2.2.5", diff --git a/yarn.lock b/yarn.lock index 537f80ac..dddd3f70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6824,10 +6824,10 @@ next-sitemap@4.2.3: fast-glob "^3.2.12" minimist "^1.2.8" -next-themes@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.3.tgz#ea54552d5986936d177eed393ea50b658ae44800" - integrity sha512-nG84VPkTdUHR2YeD89YchvV4I9RbiMAql3GiLEQlPvq1ioaqPaIReK+yMRdg/zgiXws620qS1rU30TiWmmG9lA== +next-themes@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.4.tgz#ce6f68a4af543821bbc4755b59c0d3ced55c2d13" + integrity sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ== next@15.0.3: version "15.0.3" @@ -7842,10 +7842,10 @@ safe-regex-test@^1.0.3: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.82.0: - version "1.82.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.82.0.tgz#30da277af3d0fa6042e9ceabd0d984ed6d07df70" - integrity sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q== +sass@^1.83.0: + version "1.83.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.0.tgz#e36842c0b88a94ed336fd16249b878a0541d536f" + integrity sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw== dependencies: chokidar "^4.0.0" immutable "^5.0.2"