From f393ace929c8665fb3102fbd85c2496d2f71b4a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:26:43 +0000 Subject: [PATCH] sass: Update to version 1.67.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 0338a43885..9e2b5af6bc 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.66.1", + "version": "1.67.0", "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.1/dart-sass-1.66.1-windows-x64.zip", - "hash": "d6c32b1aa8636cb0a5a85e9eaf27ccc29630367aab16c0e9fd51921c61a54be3" + "url": "https://github.com/sass/dart-sass/releases/download/1.67.0/dart-sass-1.67.0-windows-x64.zip", + "hash": "2e69781703a2c529f96750cff1a55a33883de7428b2dc5003eba589f03606e37" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.66.1/dart-sass-1.66.1-windows-ia32.zip", - "hash": "005e96c1bad2ead4aed42968e55a97f41e954b3394b025ec215ec32ea02f5a8e" + "url": "https://github.com/sass/dart-sass/releases/download/1.67.0/dart-sass-1.67.0-windows-ia32.zip", + "hash": "f599d8220fed9b5781dc08a0566c8780bb2678d8cdababe694515a529093d66d" } }, "extract_dir": "dart-sass",