From 7229ecbd1ce8f0bdf7a1f76919ebf213e44d7114 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 00:42:18 +0000 Subject: [PATCH] sass: Update to version 1.88.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index b8ed203e51..fe68974734 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.87.0", + "version": "1.88.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.87.0/dart-sass-1.87.0-windows-x64.zip", - "hash": "f9ca08b31f4e9276eaaf25dae9629db87513bcbf1c31ead4dabcdc6e6b734633" + "url": "https://github.com/sass/dart-sass/releases/download/1.88.0/dart-sass-1.88.0-windows-x64.zip", + "hash": "e55099902a3d7cb1b74a1b216625ea88fc54242ed3a32ddcfd69ef4907ebd939" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.87.0/dart-sass-1.87.0-windows-ia32.zip", - "hash": "1e09b5425ae8cb744ec4821504a14566d3ef45260cf8c7a50d802c0151df3fea" + "url": "https://github.com/sass/dart-sass/releases/download/1.88.0/dart-sass-1.88.0-windows-ia32.zip", + "hash": "61933131e0022692b3c97f4e3719a495e2eb2940456fe5c9f1586acb4303c1cd" } }, "extract_dir": "dart-sass",