From 3f9bc2e92f2c950153863887e04280044692e691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:24:32 +0000 Subject: [PATCH] build(deps): update sass requirement in /frontend 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.100.0...1.101.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.101.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0b2fdff..4361e03 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.17.0", - "sass": "^1.100.0", + "sass": "^1.101.0", "sql-formatter": "^15.8.1", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0",