From fad0dd4a3cc40f3c07ee3ec5c6c115c2298a5454 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 04:27:26 +0000 Subject: [PATCH] sass: Update to version 1.57.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 7da4d13992..8fec2f71c1 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.56.2", + "version": "1.57.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.56.2/dart-sass-1.56.2-windows-x64.zip", - "hash": "4f26940f2afa20098dc80595136eee7aa7e01ac00330a8934ff2fb0658a73801" + "url": "https://github.com/sass/dart-sass/releases/download/1.57.0/dart-sass-1.57.0-windows-x64.zip", + "hash": "56b29a6719ef054359b5df92ffe58ca612b481be0b834e7566e9de2b70f85148" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.56.2/dart-sass-1.56.2-windows-ia32.zip", - "hash": "b2d48a9deb479486ee55d782168dffdfcc8c848f13c8528efeceea6da2cf622d" + "url": "https://github.com/sass/dart-sass/releases/download/1.57.0/dart-sass-1.57.0-windows-ia32.zip", + "hash": "c3b6383a986437c98744e76aad0abd58daab76d644479a0e9f23be9e91620039" } }, "extract_dir": "dart-sass",