From cc17fd0f623c4338f811fa6cb31fbe32826581a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 00:33:48 +0000 Subject: [PATCH] sass: Update to version 1.55.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 2dfd213575..458dab6179 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.54.9", + "version": "1.55.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.54.9/dart-sass-1.54.9-windows-x64.zip", - "hash": "eb693ed4ffd703adafaf738195059be33ed3cc031682663d7f3818af29900708" + "url": "https://github.com/sass/dart-sass/releases/download/1.55.0/dart-sass-1.55.0-windows-x64.zip", + "hash": "03e9d982100a5fdb5a26ff6398bfe0cfbf6c81622dbc98737c1ab1c72804adc8" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.54.9/dart-sass-1.54.9-windows-ia32.zip", - "hash": "084979a66ea6ceddf7d5a4b1249f0e3d63dd373ef10eca8da5d99b112b606be5" + "url": "https://github.com/sass/dart-sass/releases/download/1.55.0/dart-sass-1.55.0-windows-ia32.zip", + "hash": "6f35022d9e56657c3837a62a868ef82d08491e4a733966b1e3edb10a53efa819" } }, "extract_dir": "dart-sass",