From 49660d7fb27c4da3b22f1e55bbc6731cbc3bb1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 01:02:33 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.93.1 to 1.93.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.1 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.1...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 316daa3d..1b8a2022 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.1", + "sass": "^1.93.2", "sass-loader": "^16.0.5", "ts-jest": "^29.4.4", "typescript": "^5.8.3" diff --git a/yarn.lock b/yarn.lock index 4339038b..8f87a3b7 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.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== +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"