From 74da32a9e94c7fd43af6c39b83bfb70c30d590a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:34:33 +0000 Subject: [PATCH] sass: Update to version 1.79.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 9d04b33f39..27edd27df8 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.79.1", + "version": "1.79.2", "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.1/dart-sass-1.79.1-windows-x64.zip", - "hash": "622501e661f7b032c4cec7cc31964b0337ed6fe7dd298617eec1de0985beed2a" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.2/dart-sass-1.79.2-windows-x64.zip", + "hash": "a94ca7daea118ef743726e1d9833a75521bd6961c2086f1c74660c9a1e3e182a" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.79.1/dart-sass-1.79.1-windows-ia32.zip", - "hash": "7f099cb54328d1b2def3b36621b8949951f9f3fce07d37f167699ae08579d5e4" + "url": "https://github.com/sass/dart-sass/releases/download/1.79.2/dart-sass-1.79.2-windows-ia32.zip", + "hash": "cc0185e030b7bf2e0b427a7e1f4a56b76abe592604e11d1e5db7af34bda4673f" } }, "extract_dir": "dart-sass",