From c650cb25beac69c1492bfc4d05b498fbcd8b14de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:30:29 +0000 Subject: [PATCH] sass: Update to version 1.81.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index c98565c2f1..42e3db31a3 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.81.0", + "version": "1.81.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.81.0/dart-sass-1.81.0-windows-x64.zip", - "hash": "c2c0d19b08354c66a40cb666dd7299c3f5a29d66f25cce5d0f7280e8ffa7753f" + "url": "https://github.com/sass/dart-sass/releases/download/1.81.1/dart-sass-1.81.1-windows-x64.zip", + "hash": "cea81a47fa9a1a08add105debc29347ff8779f636f2ac285e656d775c4ed5e7b" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.81.0/dart-sass-1.81.0-windows-ia32.zip", - "hash": "e475fd8986d015a6770cbe9fad393656fb5f67a3fd5ebf012bcc9b6ae82ac407" + "url": "https://github.com/sass/dart-sass/releases/download/1.81.1/dart-sass-1.81.1-windows-ia32.zip", + "hash": "257327d040bbd48214f5ab741ed430e8d09aef8c4c320877f06a86f633ce1813" } }, "extract_dir": "dart-sass",