From d78b117e5fae1e7958538b5a5707898a50b4d427 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:34:36 +0000 Subject: [PATCH] sass: Update to version 1.56.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index a4d31330a1..7da4d13992 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.56.1", + "version": "1.56.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.56.1/dart-sass-1.56.1-windows-x64.zip", - "hash": "acd9c3e88e01eefaed505c707ee559578e7b38e0403155a47dfeffc9cb275c31" + "url": "https://github.com/sass/dart-sass/releases/download/1.56.2/dart-sass-1.56.2-windows-x64.zip", + "hash": "4f26940f2afa20098dc80595136eee7aa7e01ac00330a8934ff2fb0658a73801" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.56.1/dart-sass-1.56.1-windows-ia32.zip", - "hash": "8583b80d1e33649e6ff32e0311dd08cb673d360984219a6ae3dae27bc76dc301" + "url": "https://github.com/sass/dart-sass/releases/download/1.56.2/dart-sass-1.56.2-windows-ia32.zip", + "hash": "b2d48a9deb479486ee55d782168dffdfcc8c848f13c8528efeceea6da2cf622d" } }, "extract_dir": "dart-sass",