From 2db080b915e5f95cde3e0180178b93aae5d48001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:34:57 +0000 Subject: [PATCH] sass: Update to version 1.77.5 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 589b7f26b2..8ffe39164f 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.77.4", + "version": "1.77.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.77.4/dart-sass-1.77.4-windows-x64.zip", - "hash": "1dafbb2e4140e182c9b1a61dea65bbd07e563e7d47ef56b89eafb9557573f71e" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.5/dart-sass-1.77.5-windows-x64.zip", + "hash": "e9c7fd23f5bd3cd63c5db9e366d944a367914698b68d13e4beca0279f5c82f3b" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-windows-ia32.zip", - "hash": "9f48ce9d2767d4ee32404b922191d3dc7ef96b5918c76f7309b4bef4ce3669b2" + "url": "https://github.com/sass/dart-sass/releases/download/1.77.5/dart-sass-1.77.5-windows-ia32.zip", + "hash": "f4854e1a3cf1654aebe3497cb8f55017a167e82afe69e58a3f02875b8f3c4fdb" } }, "extract_dir": "dart-sass",