From 77b7b7df00874a62255d6afd1259906dedb5e719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:32:11 +0000 Subject: [PATCH] sass: Update to version 1.49.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 4811529870..ae8809b7b0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.49.0", + "version": "1.49.1", "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.49.0/dart-sass-1.49.0-windows-x64.zip", - "hash": "9393bbd0c8ecb0fe8671f668b6a792e43d0e820571e869c65067172f5d5ba3b3" + "url": "https://github.com/sass/dart-sass/releases/download/1.49.1/dart-sass-1.49.1-windows-x64.zip", + "hash": "2fe4dc35be2c93fce95e17b16220712a0e47b2cb60f99c2ec49296c9131a4bdc" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.49.0/dart-sass-1.49.0-windows-ia32.zip", - "hash": "3015a4954ac483cf0e53db4fe305b5914ca8e907cb790c58bb3fb4850ad1581b" + "url": "https://github.com/sass/dart-sass/releases/download/1.49.1/dart-sass-1.49.1-windows-ia32.zip", + "hash": "038fd31ab9384211f9923c05ab6a817aae3fc65f7f857d51bead284066fe63b4" } }, "extract_dir": "dart-sass",