From 1785d38f629cbaf51635a9512305e1c91aa95d6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:34:28 +0000 Subject: [PATCH] sass: Update to version 1.80.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index bf1c56ef7c..0d74cd308b 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.80.2", + "version": "1.80.3", "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.2/dart-sass-1.80.2-windows-x64.zip", - "hash": "60aa1379b889188e6f6d1cc566c75f51a07225e6337945d9b2a2b1bdae14620f" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.3/dart-sass-1.80.3-windows-x64.zip", + "hash": "0bc4708b37cd1bac4740e83ac5e3176e66b774f77fd5dd364da5b5cfc9bfb469" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.2/dart-sass-1.80.2-windows-ia32.zip", - "hash": "dc5bb3178f121ccb40a9e2359f53c5f5430cdce2d2f5dacf11f6f3ee18e6dfbb" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.3/dart-sass-1.80.3-windows-ia32.zip", + "hash": "945f200ed5b34c22a2182ba2692b0218175e15fea222c38f79e8ca5c8e163f85" } }, "extract_dir": "dart-sass",