From 532662cfdee57e5894540c9e04afe32191656ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 08:31:01 +0000 Subject: [PATCH] yarn(deps-dev): bump sass from 1.86.0 to 1.86.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.86.0 to 1.86.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.86.0...1.86.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.86.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 79c17ca832..71c19e23d4 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-scripts": "^5.0.1", "redux-mock-store": "^1.5.4", "resize-observer-polyfill": "^1.5.1", - "sass": "^1.86.0", + "sass": "^1.86.2", "stylelint": "^16.17.0", "stylelint-config-standard": "^37.0.0", "ts-jest": "^29.3.0", diff --git a/yarn.lock b/yarn.lock index cac28b1d1a..bb62a25bc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10786,10 +10786,10 @@ sass-loader@^12.3.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.86.0: - version "1.86.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.86.0.tgz#f49464fb6237a903a93f4e8760ef6e37a5030114" - integrity sha512-zV8vGUld/+mP4KbMLJMX7TyGCuUp7hnkOScgCMsWuHtns8CWBoz+vmEhoGMXsaJrbUP8gj+F1dLvVe79sK8UdA== +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== dependencies: chokidar "^4.0.0" immutable "^5.0.2"