From aca3e5afeecd55fdad0bc1a890ae60f283f5719a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:33:58 +0000 Subject: [PATCH] sass: Update to version 1.79.5 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 609e84b100..cd660be705 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.79.4", + "version": "1.79.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.79.4/dart-sass-1.79.4-windows-x64.zip", - "hash": "4db1b740b8b95be773a163715988389f4a197dccec3e4755bcf142dcd6e12256" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.5/dart-sass-1.79.5-windows-x64.zip", + "hash": "d3139435977b1c3c141feae55c77313da5888b14451b94c8698b8a093041c9d8" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.79.4/dart-sass-1.79.4-windows-ia32.zip", - "hash": "411aa9b6cccabb290ff4662bea609cbbfc20f5c82dbb3668fb3db1fc06dd167a" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.5/dart-sass-1.79.5-windows-ia32.zip", + "hash": "a4eebec01abf5fd1983436d6efa379ef4ed18e8b92a2973530f8066ecc4846c9" } }, "extract_dir": "dart-sass",