From 102ae43c8990eeb905fefba1c4de2c8563d9be48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:33:25 +0000 Subject: [PATCH] sass: Update to version 1.59.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index fe49bfa05d..d071e70689 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.58.3", + "version": "1.59.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.58.3/dart-sass-1.58.3-windows-x64.zip", - "hash": "89f5b25e2ba1a64683e146f92bd1ee7cfefe278a9a3c9ee6c4eb87451ac32573" + "url": "https://github.com/sass/dart-sass/releases/download/1.59.1/dart-sass-1.59.1-windows-x64.zip", + "hash": "dff42c01570338a20f7ce3079869f81a2ad41cc858a30fc3f7dd33b0a731ad07" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.58.3/dart-sass-1.58.3-windows-ia32.zip", - "hash": "88cca54914870b1f09350ec3c2a436bd079ff17b801e66661c8d621d851ba89e" + "url": "https://github.com/sass/dart-sass/releases/download/1.59.1/dart-sass-1.59.1-windows-ia32.zip", + "hash": "918913a09bad6e791a90c807cf09439e47580c1e1467bc83a248297e23f488f6" } }, "extract_dir": "dart-sass",