From 4527a514c8eb392920a6f0dc7c72b2140f5541fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 04:26:22 +0000 Subject: [PATCH] sass: Update to version 1.71.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 5e5d44d36b..9ec7ccf22e 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.71.0", + "version": "1.71.1", "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.71.0/dart-sass-1.71.0-windows-x64.zip", - "hash": "2bd5be25b3359e127ccc723fb6e5f124f29b6bf57e4e62ef6495e44c43e835d6" + "url": "https://github.com/sass/dart-sass/releases/download/1.71.1/dart-sass-1.71.1-windows-x64.zip", + "hash": "bb1a23015110ff22ea4900c1eb8ece8c9ab2ebb3df2973801019b2ad5bc3f6ce" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.71.0/dart-sass-1.71.0-windows-ia32.zip", - "hash": "29a7c06ec45f31f77c94e95a2d5465c8566a8deb7208da6fbd8b6ede4c5fc5a8" + "url": "https://github.com/sass/dart-sass/releases/download/1.71.1/dart-sass-1.71.1-windows-ia32.zip", + "hash": "97aee6b6e83a38ff0581c699c9e03209c1694eafc21cd51dd4722b80cd2c6292" } }, "extract_dir": "dart-sass",