From 07c5a9647804a6fbdada5479251e1dc8da286d55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 00:35:15 +0000 Subject: [PATCH] sass: Update to version 1.52.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index fa6158dd77..645678ddd6 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.52.2", + "version": "1.52.3", "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.52.2/dart-sass-1.52.2-windows-x64.zip", - "hash": "da730536fe6ee3e309ebf9138f80b13af8f4e7f1d69784d05d4f4c34e4a06ae1" + "url": "https://github.com/sass/dart-sass/releases/download/1.52.3/dart-sass-1.52.3-windows-x64.zip", + "hash": "2420694bec4f3c2af45e0855b22278c06b989e935d6c35eb20b3d1973e3b1466" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.52.2/dart-sass-1.52.2-windows-ia32.zip", - "hash": "da7c22b0fd3dc84e22b09ba42b90d69ccdc64f8ba3aece146486773ef19382b3" + "url": "https://github.com/sass/dart-sass/releases/download/1.52.3/dart-sass-1.52.3-windows-ia32.zip", + "hash": "15aebaaececac43b6ec1c3f52c69c4441b3576ed6d69f6e2e006fcc147ebefb7" } }, "extract_dir": "dart-sass",