From 97d14c910e9d795480bbd2176a3989cd29ce5874 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:36:07 +0000 Subject: [PATCH] sass: Update to version 1.80.5 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index f2e358b2bb..2a33d0729d 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.80.4", + "version": "1.80.5", "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.80.4/dart-sass-1.80.4-windows-x64.zip", - "hash": "350b99b4ed993162017db0018c290b800e7ed10819a237bb3c7a42a222b5ac73" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.5/dart-sass-1.80.5-windows-x64.zip", + "hash": "83c6d1c0fbbb62d9d06f73eb60817c3ef704228b1ee0c1bf96de9a9d6d1d6f6d" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.4/dart-sass-1.80.4-windows-ia32.zip", - "hash": "8ec11a5277ef7cae20a4a0742f2c5cdc2f9474bb88a240fdb445591aa071ab67" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.5/dart-sass-1.80.5-windows-ia32.zip", + "hash": "8bd7ac4bac3010f660ed2f63fddedcfceb8baef56693411713bda3c35b9383c0" } }, "extract_dir": "dart-sass",