From cd1f017e84c842fcfc857d1a2e09ab80deb94250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:35:23 +0000 Subject: [PATCH] sass: Update to version 1.80.7 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 50b516809a..6d84f79169 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.80.6", + "version": "1.80.7", "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.80.6/dart-sass-1.80.6-windows-x64.zip", - "hash": "8e9de71d492466568be6888a40e03a66ba0f7428051f45782b8b44488cb1bac9" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.7/dart-sass-1.80.7-windows-x64.zip", + "hash": "e1071c4e4549b9043828df3c1f8a0d6aed81af51470f4e9f76cc24283a4604cc" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.6/dart-sass-1.80.6-windows-ia32.zip", - "hash": "bfb0fc721f45a0b2a1f97c96ea2036554aadd4c3ed7ef7eb88a770b27dada114" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.7/dart-sass-1.80.7-windows-ia32.zip", + "hash": "c7aed91a592a221d3b542899bb4d13f5cb97587b3f67adea40f29ba63f2a1c86" } }, "extract_dir": "dart-sass",