From 73d23cfa48eb5b9a552203c6bf5c97b9d35e7995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 07:01:19 +0000 Subject: [PATCH] Bump sass from 1.86.0 to 1.86.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.86.0 to 1.86.2. - [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.86.0...1.86.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.86.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 17 +++++------------ 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b01472..58653a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "preact": "^10.26.4", "react": "^18.0.0", "react-dom": "^18.0.0", - "sass": "^1.86.0", + "sass": "^1.86.2", "vue": "3.5" }, "devDependencies": { @@ -6971,9 +6971,9 @@ } }, "node_modules/sass": { - "version": "1.86.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.0.tgz", - "integrity": "sha512-zV8vGUld/+mP4KbMLJMX7TyGCuUp7hnkOScgCMsWuHtns8CWBoz+vmEhoGMXsaJrbUP8gj+F1dLvVe79sK8UdA==", + "version": "1.86.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.2.tgz", + "integrity": "sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index da763e4..07c50f8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "preact": "^10.26.4", "react": "^18.0.0", "react-dom": "^18.0.0", - "sass": "^1.86.0", + "sass": "^1.86.2", "vue": "3.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8bc4e76..f2f2258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2184,14 +2184,7 @@ chokidar@^3.5.3: optionalDependencies: fsevents "~2.3.2" -chokidar@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.0.tgz#4d603963e5dd762dc5c7bb1cb5664e53a3002225" - integrity sha512-mxIojEAQcuEvT/lyXq+jf/3cO/KoA6z4CeNDGGevTybECPOMFCnQy3OPahluUkbqgPNGw5Bi78UC7Po6Lhy+NA== - dependencies: - readdirp "^4.0.1" - -chokidar@^4.0.3: +chokidar@^4.0.0, chokidar@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30" integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA== @@ -4271,10 +4264,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@^1.86.0: - version "1.86.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.86.0.tgz#f49464fb6237a903a93f4e8760ef6e37a5030114" - integrity sha512-zV8vGUld/+mP4KbMLJMX7TyGCuUp7hnkOScgCMsWuHtns8CWBoz+vmEhoGMXsaJrbUP8gj+F1dLvVe79sK8UdA== +sass@^1.86.2: + version "1.86.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.86.2.tgz#be41534cbe1ed3f72eae2f1290a4211682be88e3" + integrity sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w== dependencies: chokidar "^4.0.0" immutable "^5.0.2"