From ea38a7a0d209d39d6828fc7c32ec781d0f7f6e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 01:11:51 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.87.0 to 1.88.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.87.0 to 1.88.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.87.0...1.88.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.88.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 d88b1ae5..1ac3855a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-vue": "^9.33.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "jest": "29.7.0", - "sass": "^1.87.0", + "sass": "^1.88.0", "sass-loader": "^16.0.5", "ts-jest": "^29.3.2", "typescript": "^5.8.3" diff --git a/yarn.lock b/yarn.lock index 7d535243..306c4059 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10185,10 +10185,10 @@ sass-loader@^16.0.5: dependencies: neo-async "^2.6.2" -sass@^1.87.0: - version "1.87.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.87.0.tgz#8cceb36fa63fb48a8d5d7f2f4c13b49c524b723e" - integrity sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw== +sass@^1.88.0: + version "1.88.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.88.0.tgz#cd1495749bebd9e4aca86e93ee60b3904a107789" + integrity sha512-sF6TWQqjFvr4JILXzG4ucGOLELkESHL+I5QJhh7CNaE+Yge0SI+ehCatsXhJ7ymU1hAFcIS3/PBpjdIbXoyVbg== dependencies: chokidar "^4.0.0" immutable "^5.0.2"