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