From 2299b07f814686306809d8c23a4ca811869f9266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 00:34:57 +0000 Subject: [PATCH] sass: Update to version 1.54.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 8db1f87f7f..fe4522061c 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.54.1", + "version": "1.54.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.54.1/dart-sass-1.54.1-windows-x64.zip", - "hash": "8536fc1cd23ea9f98b97a41301056ccda23c6084dc6e5a38559c825cde8d7617" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.2/dart-sass-1.54.2-windows-x64.zip", + "hash": "70f00c3294248f7ca180c213a9d651a0e8e7c70d1df93027b69f6f4fcb62bb1b" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.54.1/dart-sass-1.54.1-windows-ia32.zip", - "hash": "070e7ece2825aba8433117062ad13dd30f0c6e30b4f7424e10f58ffe7c60c6d5" + "url": "https://github.com/sass/dart-sass/releases/download/1.54.2/dart-sass-1.54.2-windows-ia32.zip", + "hash": "5c0ca30fdfed4bcaff186e9725a5b216982ba48a0d365fab55f991cfe483ef2e" } }, "extract_dir": "dart-sass",