From ef934690afdc08594935df35ab295b577c34137e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:02:46 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.93.0 to 1.93.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.0 to 1.93.1. - [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.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.1 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 4f7af352..7d6a578f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.4.0", "jest": "30.1.3", - "sass": "^1.93.0", + "sass": "^1.93.1", "sass-loader": "^16.0.5", "ts-jest": "^29.4.4", "typescript": "^5.8.3" diff --git a/yarn.lock b/yarn.lock index c1e378a8..a09b88c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9313,10 +9313,10 @@ sass-loader@^16.0.5: 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.1: + version "1.93.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.1.tgz#94bf77eeef5fba022c7316515327e275e46b654e" + integrity sha512-wLAeLB7IksO2u+cCfhHqcy7/2ZUMPp/X2oV6+LjmweTqgjhOKrkaE/Q1wljxtco5EcOcupZ4c981X0gpk5Tiag== dependencies: chokidar "^4.0.0" immutable "^5.0.2"