From 5c3a612efc1b949b6beb4d8ec5a53a82a56e9dfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:33:41 +0000 Subject: [PATCH] sass: Update to version 1.77.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 98551c4f17..b59dc6309f 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.77.1", + "version": "1.77.2", "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.77.1/dart-sass-1.77.1-windows-x64.zip", - "hash": "60c11d4d7600d2b074e3e17f20a2b1db5ca99c006bd64444e02f902a127bc49a" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.2/dart-sass-1.77.2-windows-x64.zip", + "hash": "e0df9fa474b33bc6c5e89d7c69e2b2b4beba541928bd4ad0678570739e53ac7e" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.77.1/dart-sass-1.77.1-windows-ia32.zip", - "hash": "6ecc15ad9901770b6f40576698aa7f8b9781f6f588f15a535ebce1a8ff9fc9fb" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.2/dart-sass-1.77.2-windows-ia32.zip", + "hash": "dc6fddea56e8a41aefcab271b4ae717ee026b805ee9945b83777e88cba28ed37" } }, "extract_dir": "dart-sass",