From 4c1822e86456ed173095e5cd667d77b27f3a2fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:10:58 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.86.2 to 1.86.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.86.2 to 1.86.3. - [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.86.2...1.86.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.86.3 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 39a78384..f4bcf10f 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.86.2", + "sass": "^1.86.3", "sass-loader": "^16.0.5", "ts-jest": "^29.3.1", "typescript": "^5.8.2" diff --git a/yarn.lock b/yarn.lock index 1f3f102c..0bcc9122 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10178,10 +10178,10 @@ sass-loader@^16.0.5: dependencies: neo-async "^2.6.2" -sass@^1.86.2: - version "1.86.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.86.2.tgz#be41534cbe1ed3f72eae2f1290a4211682be88e3" - integrity sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w== +sass@^1.86.3: + version "1.86.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.86.3.tgz#0a0d9ea97cb6665e73f409639f8533ce057464c9" + integrity sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw== dependencies: chokidar "^4.0.0" immutable "^5.0.2"