From 3dea9f2b7dabdac8c3ee526aa5cf0921f05ca895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:34:01 +0000 Subject: [PATCH] sass: Update to version 1.57.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 8fec2f71c1..bf868412a0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.57.0", + "version": "1.57.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.57.0/dart-sass-1.57.0-windows-x64.zip", - "hash": "56b29a6719ef054359b5df92ffe58ca612b481be0b834e7566e9de2b70f85148" + "url": "https://github.com/sass/dart-sass/releases/download/1.57.1/dart-sass-1.57.1-windows-x64.zip", + "hash": "7ce68201f4e45c36a1c397595484fd5dd5fddf7453ac69895dc136026aa7efa9" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.57.0/dart-sass-1.57.0-windows-ia32.zip", - "hash": "c3b6383a986437c98744e76aad0abd58daab76d644479a0e9f23be9e91620039" + "url": "https://github.com/sass/dart-sass/releases/download/1.57.1/dart-sass-1.57.1-windows-ia32.zip", + "hash": "39c9800b12fa76aced002e280b9838e305dca9025e60281732c76232ac1d85dd" } }, "extract_dir": "dart-sass",