From 82af3ed32ebc5b6bbcc2baa29322a6c368628571 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 00:42:58 +0000 Subject: [PATCH] sass: Update to version 1.95.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index cf6ff445ae..e1dacb76db 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.95.0", + "version": "1.95.1", "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.95.0/dart-sass-1.95.0-windows-x64.zip", - "hash": "390df14d84977f9f3cf69ca00a408a81ba2d10084c802184308b727cc36f6999" + "url": "https://github.com/sass/dart-sass/releases/download/1.95.1/dart-sass-1.95.1-windows-x64.zip", + "hash": "736a3c4b9d767115ed0e5387f951e9abcefdcceb8680b748eb4bddfbd161eeb8" }, "arm64": { - "url": "https://github.com/sass/dart-sass/releases/download/1.95.0/dart-sass-1.95.0-windows-arm64.zip", - "hash": "06a2c4703f19cf36de180b05f8358cf25dde13703f705418c288bdd88891e52f" + "url": "https://github.com/sass/dart-sass/releases/download/1.95.1/dart-sass-1.95.1-windows-arm64.zip", + "hash": "2932a89d6e29fa80b4657790ddc91d83af5abaeb69aaaa171fbd27859025acac" } }, "extract_dir": "dart-sass",