From a3408c99fc564481d888a4bf38a1d594a04170e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:29:55 +0000 Subject: [PATCH] sass: Update to version 1.85.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 33d887fa25..fe4743e4f0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.83.4", + "version": "1.85.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.83.4/dart-sass-1.83.4-windows-x64.zip", - "hash": "89fc2218e137c67229a0fc163eeac44efa1815139cba9080208935debd55f732" + "url": "https://github.com/sass/dart-sass/releases/download/1.85.0/dart-sass-1.85.0-windows-x64.zip", + "hash": "b0cca73ed763efca1fc360a14520de1da78eca4fc32c03de38ab6f9dc492ea75" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.83.4/dart-sass-1.83.4-windows-ia32.zip", - "hash": "a74e939e7f804ec8e364c3b5efe4e66ba172becf4d69b36511ec60017573218f" + "url": "https://github.com/sass/dart-sass/releases/download/1.85.0/dart-sass-1.85.0-windows-ia32.zip", + "hash": "5a78df093d2c2af125e5908aebe241926e8e43232407f3814fec80276c31fa92" } }, "extract_dir": "dart-sass",