From 01fd0119fb40ac91cdbedfce91de3d2ff15443f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:09:08 +0000 Subject: [PATCH] Update sass requirement from ^1.93.2 to ^1.94.1 in /src-editor Updates the requirements on [sass](https://github.com/sass/dart-sass) to permit the latest version. - [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.93.2...1.94.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.94.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-editor/package.json b/src-editor/package.json index f7f03065..210465c1 100644 --- a/src-editor/package.json +++ b/src-editor/package.json @@ -43,7 +43,7 @@ "react-text-mask": "^5.5.0", "react-treeview-mui": "^0.1.2", "reactour": "^1.19.4", - "sass": "^1.93.2", + "sass": "^1.94.2", "suncalc2": "^1.8.1", "vite": "7.1.12", "vite-plugin-commonjs": "^0.10.4",