From d892bf8439a3dad7009e6e90b8ff9951b33c1e5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 08:28:09 +0000 Subject: [PATCH] sass: Update to version 1.58.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index ab372f26a4..fe49bfa05d 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.58.2", + "version": "1.58.3", "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.2/dart-sass-1.58.2-windows-x64.zip", - "hash": "14fcb35ad261cbd5523c5801df04c7ee266aa38d76a59ab1f32aa0dd7c6a0491" + "url": "https://github.com/sass/dart-sass/releases/download/1.58.3/dart-sass-1.58.3-windows-x64.zip", + "hash": "89f5b25e2ba1a64683e146f92bd1ee7cfefe278a9a3c9ee6c4eb87451ac32573" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.58.2/dart-sass-1.58.2-windows-ia32.zip", - "hash": "e7b8eaf877dd4c860721032a7c29661e58fdb29e2269c7d6b845210819d0b7b4" + "url": "https://github.com/sass/dart-sass/releases/download/1.58.3/dart-sass-1.58.3-windows-ia32.zip", + "hash": "88cca54914870b1f09350ec3c2a436bd079ff17b801e66661c8d621d851ba89e" } }, "extract_dir": "dart-sass",