From d8fde25bbe0796ad2e24c7125f89403a2fd49d53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:27:47 +0000 Subject: [PATCH] sass: Update to version 1.68.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 9e2b5af6bc..9f85607c86 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.67.0", + "version": "1.68.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.67.0/dart-sass-1.67.0-windows-x64.zip", - "hash": "2e69781703a2c529f96750cff1a55a33883de7428b2dc5003eba589f03606e37" + "url": "https://github.com/sass/dart-sass/releases/download/1.68.0/dart-sass-1.68.0-windows-x64.zip", + "hash": "52aa561f1b534dc6205630e13c1a0f9eadf88447741a13f8c279d74af929cbb9" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.67.0/dart-sass-1.67.0-windows-ia32.zip", - "hash": "f599d8220fed9b5781dc08a0566c8780bb2678d8cdababe694515a529093d66d" + "url": "https://github.com/sass/dart-sass/releases/download/1.68.0/dart-sass-1.68.0-windows-ia32.zip", + "hash": "f57f1c3e2396ca2790ff45e056d93dc56e5c8b015f4d3807cff5236c2659e0b0" } }, "extract_dir": "dart-sass",