From 065bad1dbe5efa22f42dbc18936c91a8ada1f7b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:31:57 +0000 Subject: [PATCH] sass: Update to version 1.49.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 36bf75a847..4811529870 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.48.0", + "version": "1.49.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.48.0/dart-sass-1.48.0-windows-x64.zip", - "hash": "038f9dc19c24faf3facc3f545bd0c80f9a3c45e7469482c03130ae7791d0a123" + "url": "https://github.com/sass/dart-sass/releases/download/1.49.0/dart-sass-1.49.0-windows-x64.zip", + "hash": "9393bbd0c8ecb0fe8671f668b6a792e43d0e820571e869c65067172f5d5ba3b3" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.48.0/dart-sass-1.48.0-windows-ia32.zip", - "hash": "a8ba40d2b1b598a04663c1bc48fd16c4a88f4873572015a1a6a65909e700768f" + "url": "https://github.com/sass/dart-sass/releases/download/1.49.0/dart-sass-1.49.0-windows-ia32.zip", + "hash": "3015a4954ac483cf0e53db4fe305b5914ca8e907cb790c58bb3fb4850ad1581b" } }, "extract_dir": "dart-sass",