From a2db19fbc5dc5eaad0300dfdb2c8b344bde195f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 04:27:36 +0000 Subject: [PATCH] sass: Update to version 1.63.4 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 14693ac330..4ac71d558a 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.63.3", + "version": "1.63.4", "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.63.3/dart-sass-1.63.3-windows-x64.zip", - "hash": "d57ba411c100c6603d3d2945a9707d531a6577d797c65005fc930450325ee9df" + "url": "https://github.com/sass/dart-sass/releases/download/1.63.4/dart-sass-1.63.4-windows-x64.zip", + "hash": "08748b42f47b6c7ad2667d3b42d633d70c994304a7cec1bf96c183f236b98e84" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.63.3/dart-sass-1.63.3-windows-ia32.zip", - "hash": "bc33dc1ba7842054e209a045adc08aa49ce9bb454753986d328a9ac5c0f45a16" + "url": "https://github.com/sass/dart-sass/releases/download/1.63.4/dart-sass-1.63.4-windows-ia32.zip", + "hash": "e8898bba323749291a29e5dd930cf5df14b1d2d673d44aaaa65de8bcd6d98240" } }, "extract_dir": "dart-sass",