From 9bd69b1ecff9c6ff9eaa0e1713f662e3d64e5229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:08:05 +0000 Subject: [PATCH] sass: Update to version 1.74.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 044e047f0b..f53895696b 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.72.0", + "version": "1.74.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.72.0/dart-sass-1.72.0-windows-x64.zip", - "hash": "fce5ad18981d87f0486d3427673dcf37a9d0bdbc695ffbaa2157cdbaebf8935f" + "url": "https://github.com/sass/dart-sass/releases/download/1.74.1/dart-sass-1.74.1-windows-x64.zip", + "hash": "ac01e7d6405c853a937a72ecf2d3054748318139af57fbef8b2dbe029b6d9084" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.72.0/dart-sass-1.72.0-windows-ia32.zip", - "hash": "594452f2c898a2b5d86e74027da94ad585da25c5f41c7db5bc6b128443a82bfa" + "url": "https://github.com/sass/dart-sass/releases/download/1.74.1/dart-sass-1.74.1-windows-ia32.zip", + "hash": "74c30eda35ed7b0320b7a6607121b4f8f65e79d55d6641473ab8953b74bd68fc" } }, "extract_dir": "dart-sass",