From ec0b3975fd350f00d2ee6614312d8d9c33d504ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:39:27 +0000 Subject: [PATCH] sass: Update to version 1.82.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 42e3db31a3..523802ac1e 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.81.1", + "version": "1.82.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.81.1/dart-sass-1.81.1-windows-x64.zip", - "hash": "cea81a47fa9a1a08add105debc29347ff8779f636f2ac285e656d775c4ed5e7b" + "url": "https://github.com/sass/dart-sass/releases/download/1.82.0/dart-sass-1.82.0-windows-x64.zip", + "hash": "b83b101a27d4c31e8100d82523e6997dc58b3b143a225a35d8a2ce8dd6cd2e0c" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.81.1/dart-sass-1.81.1-windows-ia32.zip", - "hash": "257327d040bbd48214f5ab741ed430e8d09aef8c4c320877f06a86f633ce1813" + "url": "https://github.com/sass/dart-sass/releases/download/1.82.0/dart-sass-1.82.0-windows-ia32.zip", + "hash": "f0410c19f4c50e1b50460ae21a5eb18a382b44b7552602f5cb8612c1587bb36c" } }, "extract_dir": "dart-sass",