From 61ce3ec1f4dbd6020ac3bf7fa9629f6aeeb644b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:45:18 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.91.0 to 1.92.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.91.0 to 1.92.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.91.0...1.92.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.92.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 7cd608d7..8b50c70b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.3.0", "jest": "30.1.3", - "sass": "^1.91.0", + "sass": "^1.92.0", "sass-loader": "^16.0.5", "ts-jest": "^29.4.1", "typescript": "^5.8.3" diff --git a/yarn.lock b/yarn.lock index 29ef8b5f..e6a4824f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9355,10 +9355,10 @@ sass-loader@^16.0.5: dependencies: neo-async "^2.6.2" -sass@^1.91.0: - version "1.91.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.91.0.tgz#7d4f7f624b35d43f78da1c339cab24426e28d7fa" - integrity sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA== +sass@^1.92.0: + version "1.92.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.92.0.tgz#02d9ae21ce1763def2cd461449aac2eb56364796" + integrity sha512-KDNI0BxgIRDAfJgzNm5wuy+4yOCIZyrUbjSpiU/JItfih+KGXAVefKL53MTml054MmBA3DDKIBMSI/7XLxZJ3A== dependencies: chokidar "^4.0.0" immutable "^5.0.2"