From b60a3c6a814764724d7071750408e392c5af8ad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:35:34 +0000 Subject: [PATCH] sass: Update to version 1.80.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 202bc7bbff..bf1c56ef7c 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.80.1", + "version": "1.80.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.80.1/dart-sass-1.80.1-windows-x64.zip", - "hash": "0d1f5274c04463b7895d18b3d7d090c37211cd2bdfaee1e206f16190c0c522b9" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.2/dart-sass-1.80.2-windows-x64.zip", + "hash": "60aa1379b889188e6f6d1cc566c75f51a07225e6337945d9b2a2b1bdae14620f" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.1/dart-sass-1.80.1-windows-ia32.zip", - "hash": "e08954556ebd42f0cf7d3d91120dd5355226c214575e224f09ad6a121ab3b5d2" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.2/dart-sass-1.80.2-windows-ia32.zip", + "hash": "dc5bb3178f121ccb40a9e2359f53c5f5430cdce2d2f5dacf11f6f3ee18e6dfbb" } }, "extract_dir": "dart-sass",