From 61848c4ba6debdbb4871796c10f7993cd31317a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:35:56 +0000 Subject: [PATCH] sass: Update to version 1.61.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 3e30f95e55..f3b45bfa53 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.60.0", + "version": "1.61.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.60.0/dart-sass-1.60.0-windows-x64.zip", - "hash": "5ee076eb7295aac1c99e234d0d14342a2ff88e6504d9eebbf1c42a43f4400b84" + "url": "https://github.com/sass/dart-sass/releases/download/1.61.0/dart-sass-1.61.0-windows-x64.zip", + "hash": "44267729b7b8aa7e2f0a88ea2d746323986afdd0f0966a3fef8e57496112e1c6" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.60.0/dart-sass-1.60.0-windows-ia32.zip", - "hash": "2895e7c143e20cb28b73b3387454eb1c8af31cab39211e408fea0912971bcc2b" + "url": "https://github.com/sass/dart-sass/releases/download/1.61.0/dart-sass-1.61.0-windows-ia32.zip", + "hash": "562a1249a64144078147acd5de4a7181330dad4a0c87c050a7a7f4ed1ea166fc" } }, "extract_dir": "dart-sass",