From 60a39e78bb58fbc57d5ee0c8170733787a583bc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 00:35:33 +0000 Subject: [PATCH] sass: Update to version 1.54.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 69e508d171..8db1f87f7f 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.54.0", + "version": "1.54.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.54.0/dart-sass-1.54.0-windows-x64.zip", - "hash": "f03f9269cf4809c1b73a30a5eea63b44296ea69555208466e474070409f510e8" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.1/dart-sass-1.54.1-windows-x64.zip", + "hash": "8536fc1cd23ea9f98b97a41301056ccda23c6084dc6e5a38559c825cde8d7617" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.54.0/dart-sass-1.54.0-windows-ia32.zip", - "hash": "902a7bc06f82357fa9f5bdc9ea13a6ae9647db54db2ab82d26112395e4be65aa" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.1/dart-sass-1.54.1-windows-ia32.zip", + "hash": "070e7ece2825aba8433117062ad13dd30f0c6e30b4f7424e10f58ffe7c60c6d5" } }, "extract_dir": "dart-sass",