From 419a34790c0431ff0580287290c347879307fbd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 00:32:03 +0000 Subject: [PATCH] sass: Update to version 1.45.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 166075a193..5b74463861 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.45.1", + "version": "1.45.2", "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.45.1/dart-sass-1.45.1-windows-x64.zip", - "hash": "4f60383a4cff199ade1b673eb6bdf2fc4cb9b934e961af4930acac0c2d024bbf" + "url": "https://github.com/sass/dart-sass/releases/download/1.45.2/dart-sass-1.45.2-windows-x64.zip", + "hash": "0f603614e63ca8000626fd26f7d494483156abc9b91a52f91eae4ae8e210227b" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.45.1/dart-sass-1.45.1-windows-ia32.zip", - "hash": "9f5207de8419837cb7a3ac0cc1e0c0f71c9f893706897c8d6df28b0472d2f9b8" + "url": "https://github.com/sass/dart-sass/releases/download/1.45.2/dart-sass-1.45.2-windows-ia32.zip", + "hash": "231d1d94a5cc78d08eae6f7c9c85fdb8180df7fc47d376ea917d02feb0c0c685" } }, "extract_dir": "dart-sass",