From 38d051bdc9a0b5ff5346ba39b48c5417d9398a5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:33:14 +0000 Subject: [PATCH] sass: Update to version 1.60.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 1930175798..3e30f95e55 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.59.3", + "version": "1.60.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.59.3/dart-sass-1.59.3-windows-x64.zip", - "hash": "18f2506a4a662e85cb5a34c13880a2a4e5b09a4aecd39856040fd847eed08f2c" + "url": "https://github.com/sass/dart-sass/releases/download/1.60.0/dart-sass-1.60.0-windows-x64.zip", + "hash": "5ee076eb7295aac1c99e234d0d14342a2ff88e6504d9eebbf1c42a43f4400b84" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.59.3/dart-sass-1.59.3-windows-ia32.zip", - "hash": "7d2458fe76718b1f7ce6ae2130d167657a903a18c073637acb904abb1908c9b7" + "url": "https://github.com/sass/dart-sass/releases/download/1.60.0/dart-sass-1.60.0-windows-ia32.zip", + "hash": "2895e7c143e20cb28b73b3387454eb1c8af31cab39211e408fea0912971bcc2b" } }, "extract_dir": "dart-sass",