From 087e585f9484241c08aebb7c2c06e7622f6db5b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:37:24 +0000 Subject: [PATCH] sass: Update to version 1.86.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 517be4b886..878461ce9c 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.86.2", + "version": "1.86.3", "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.86.2/dart-sass-1.86.2-windows-x64.zip", - "hash": "79aac6b2822ea91274335bf4744c8fc6516cf65704149ae3e0b916581ce8aafe" + "url": "https://github.com/sass/dart-sass/releases/download/1.86.3/dart-sass-1.86.3-windows-x64.zip", + "hash": "6ef8f6206e35baf787e5b35ef2acdc2eafc6a74707eeb565bff6f89386a78659" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.86.2/dart-sass-1.86.2-windows-ia32.zip", - "hash": "477fb74d9e194f444ae1af138d49a76cc135928a5498728378d87513227af14d" + "url": "https://github.com/sass/dart-sass/releases/download/1.86.3/dart-sass-1.86.3-windows-ia32.zip", + "hash": "61b247dbf248682552c77b71a64fa607d89ecd91a2dc786f12aa69a7c99eec7b" } }, "extract_dir": "dart-sass",