From d911916eb943ccc255d4a14e722d953d7270c447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:33:26 +0000 Subject: [PATCH] sass: Update to version 1.77.4 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index ff47eb1ae4..589b7f26b2 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.77.3", + "version": "1.77.4", "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.77.3/dart-sass-1.77.3-windows-x64.zip", - "hash": "d21155ce9471d60817c0ba07e76431406fa9342787f2a46ecf9e1628a695946a" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-windows-x64.zip", + "hash": "1dafbb2e4140e182c9b1a61dea65bbd07e563e7d47ef56b89eafb9557573f71e" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.77.3/dart-sass-1.77.3-windows-ia32.zip", - "hash": "cc493a9dde5f8da7c42be6d449ce8a34ec83f29e7f50f22d0f40389bb4c98043" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-windows-ia32.zip", + "hash": "9f48ce9d2767d4ee32404b922191d3dc7ef96b5918c76f7309b4bef4ce3669b2" } }, "extract_dir": "dart-sass",