From 1c2307b0bdfe7b3edcf0e91878af02a108bab178 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:32:17 +0000 Subject: [PATCH] sass: Update to version 1.66.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index f50548a3bd..0338a43885 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.66.0", + "version": "1.66.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.66.0/dart-sass-1.66.0-windows-x64.zip", - "hash": "95a11e1ce875cd3a2b3f8d1adcd1066f0e1782d133bf7b31afa1f213a4fa8966" + "url": "https://github.com/sass/dart-sass/releases/download/1.66.1/dart-sass-1.66.1-windows-x64.zip", + "hash": "d6c32b1aa8636cb0a5a85e9eaf27ccc29630367aab16c0e9fd51921c61a54be3" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.66.0/dart-sass-1.66.0-windows-ia32.zip", - "hash": "3778c43ffc3da6acb9a4d4346e2bd242a1a267e6997a805d5e98957e114db2a0" + "url": "https://github.com/sass/dart-sass/releases/download/1.66.1/dart-sass-1.66.1-windows-ia32.zip", + "hash": "005e96c1bad2ead4aed42968e55a97f41e954b3394b025ec215ec32ea02f5a8e" } }, "extract_dir": "dart-sass",