From 49b4761cc3df8b497574ea2f63a7c8d83cdf2b75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 00:31:59 +0000 Subject: [PATCH] sass: Update to version 1.47.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 69e4ba5729..951a6b0522 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.46.0", + "version": "1.47.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.46.0/dart-sass-1.46.0-windows-x64.zip", - "hash": "674cdb3fdac1cb499f51e6d12fd4c08366c9c6c9efaad068f4df3f5be24ea781" + "url": "https://github.com/sass/dart-sass/releases/download/1.47.0/dart-sass-1.47.0-windows-x64.zip", + "hash": "63de21ae5fa8499c4409084427f368e375e189f548ae3a50dca17674dc9fe8b6" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.46.0/dart-sass-1.46.0-windows-ia32.zip", - "hash": "ad44ae2b3e11b469d3f6eae10c1271656ec732c125441d84ca5bda0c98e31907" + "url": "https://github.com/sass/dart-sass/releases/download/1.47.0/dart-sass-1.47.0-windows-ia32.zip", + "hash": "c8d192241686ea4b8ce3398b0b838be9aa82429f43f2ef4770fd540dd01c1347" } }, "extract_dir": "dart-sass",