From 07f9d7f653ee62fcc0c93c13eba65d0ee4cda513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:15:19 +0000 Subject: [PATCH] Bump sass from 1.89.0 to 1.93.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.89.0 to 1.93.1. - [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.89.0...1.93.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.1 dependency-type: direct:production 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 4c108c4d..580bd066 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-dom": "^18.2.0", "react-file-type-icons": "^1.0.1", "react-tooltip": "^5.28.0", - "sass": "^1.77.3" + "sass": "^1.93.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.8.0", diff --git a/yarn.lock b/yarn.lock index c4022520..47e3a87d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9910,10 +9910,10 @@ sass-loader@^16.0.2: dependencies: neo-async "^2.6.2" -sass@^1.77.3: - version "1.89.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.0.tgz#6df72360c5c3ec2a9833c49adafe57b28206752d" - integrity sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ== +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== dependencies: chokidar "^4.0.0" immutable "^5.0.2"