From f53fdc9e36e72e12fb094f6f5973ec54b4c198bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 04:29:36 +0000 Subject: [PATCH] sass: Update to version 1.54.4 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 143d16a1ed..b9dd4d9a54 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.54.3", + "version": "1.54.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.54.3/dart-sass-1.54.3-windows-x64.zip", - "hash": "fe3a83e64fb89a24f53b2610740209453d3182147530ab36bd67931ca6e6d358" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.4/dart-sass-1.54.4-windows-x64.zip", + "hash": "2feab83684e607b91059ca07f9be4601917b089461c0797d4cd680f9bc4cc591" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.54.3/dart-sass-1.54.3-windows-ia32.zip", - "hash": "75d45cc24fc2ae966c7e406aae8b435029cf7242f7ef25c09260101778657772" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.4/dart-sass-1.54.4-windows-ia32.zip", + "hash": "f479221b7f4d3b1fc9dab99e894c25aec29a446e6ab4639cd4e04aca98557b91" } }, "extract_dir": "dart-sass",