From 662267a92660ae2f7c147241e6990e883824d79f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:34:33 +0000 Subject: [PATCH] sass: Update to version 1.79.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 934e8f005f..9d04b33f39 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.78.0", + "version": "1.79.1", "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.78.0/dart-sass-1.78.0-windows-x64.zip", - "hash": "49172dccbbca8b40029c0dead457f7332d2a84f2120e329f1c857c8c52794967" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.1/dart-sass-1.79.1-windows-x64.zip", + "hash": "622501e661f7b032c4cec7cc31964b0337ed6fe7dd298617eec1de0985beed2a" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.78.0/dart-sass-1.78.0-windows-ia32.zip", - "hash": "4e2eebcdc9a9e1988fc98e318ed22cd0de36fc691f110967d794b10432b076e3" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.1/dart-sass-1.79.1-windows-ia32.zip", + "hash": "7f099cb54328d1b2def3b36621b8949951f9f3fce07d37f167699ae08579d5e4" } }, "extract_dir": "dart-sass",