From 1a5861bd19f200bb53a127d7bd1307ed4b8fdee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:36:46 +0000 Subject: [PATCH] sass: Update to version 1.86.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 2d448cf969..2734e29475 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.85.1", + "version": "1.86.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.85.1/dart-sass-1.85.1-windows-x64.zip", - "hash": "6efdc9342a0dc38543b773b698c449e0e45325da2d5eb6f1d7847d7e29daf5d9" + "url": "https://github.com/sass/dart-sass/releases/download/1.86.0/dart-sass-1.86.0-windows-x64.zip", + "hash": "fc3104ebe484c2b442bd376328af8046fa04d22ca3e835f1472dc14a2e30c605" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.85.1/dart-sass-1.85.1-windows-ia32.zip", - "hash": "7bf4767440ac778573fa85ffd7cb59686a06a95a52b9e9350154c95605f40442" + "url": "https://github.com/sass/dart-sass/releases/download/1.86.0/dart-sass-1.86.0-windows-ia32.zip", + "hash": "d2fede08b4f4ab7240b0b919fd8f0926febabb17da90ce71ee3e5c8a9fd5488d" } }, "extract_dir": "dart-sass",