From f28f3d09773bf354325d840a9de4c9f2e52e5330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:30:18 +0000 Subject: [PATCH] sass: Update to version 1.95.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 637f9f4930..cf6ff445ae 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.94.2", + "version": "1.95.0", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.94.2/dart-sass-1.94.2-windows-x64.zip", - "hash": "5b5fdc9dcd146e4e4cda3d711350f969d795720067285a91d4a5333d8d5825e3" + "url": "https://github.com/sass/dart-sass/releases/download/1.95.0/dart-sass-1.95.0-windows-x64.zip", + "hash": "390df14d84977f9f3cf69ca00a408a81ba2d10084c802184308b727cc36f6999" }, "arm64": { - "url": "https://github.com/sass/dart-sass/releases/download/1.94.2/dart-sass-1.94.2-windows-arm64.zip", - "hash": "97d667d2afbc40ff4606eab5d3ea11717cf47f70767632b11a1cf4095a4c5efa" + "url": "https://github.com/sass/dart-sass/releases/download/1.95.0/dart-sass-1.95.0-windows-arm64.zip", + "hash": "06a2c4703f19cf36de180b05f8358cf25dde13703f705418c288bdd88891e52f" } }, "extract_dir": "dart-sass",