From 9675e1e22b818ce7dbb9763c442e9150be7116ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:36:27 +0000 Subject: [PATCH] Bump sass from 1.93.0 to 1.93.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.0 to 1.93.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.93.0...1.93.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29b74743..52273e77 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "compression-webpack-plugin": "^11.1.0", "laravel-mix": "^6.0.49", "postcss": "^8.5.6", - "sass": "^1.93.0", + "sass": "^1.93.2", "sass-loader": "^16.0.3", "tailwindcss": "^3.4.15" }, diff --git a/yarn.lock b/yarn.lock index 1cb6f6db..a31aa24b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5805,10 +5805,10 @@ sass-loader@^16.0.3: dependencies: neo-async "^2.6.2" -sass@^1.93.0: - version "1.93.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.0.tgz#8252f61405be295f4755d1ed5df48bf118587aa5" - integrity sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A== +sass@^1.93.2: + version "1.93.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.2.tgz#e97d225d60f59a3b3dbb6d2ae3c1b955fd1f2cd1" + integrity sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg== dependencies: chokidar "^4.0.0" immutable "^5.0.2"