From 139136b6a257ed1815da1b7d28989ed21b4d56dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:33:30 +0000 Subject: [PATCH] sass: Update to version 1.69.4 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index eab53d6864..7c214d19cc 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.69.3", + "version": "1.69.4", "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.69.3/dart-sass-1.69.3-windows-x64.zip", - "hash": "cb4f23867810c8b85a79fa4c2259952d8daa3006f5b2c3eae0480329624f679e" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.4/dart-sass-1.69.4-windows-x64.zip", + "hash": "0a34f092bb6ba09c88129406c6e155e42cb4b193eca40eff386aec36f1b2ff37" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.69.3/dart-sass-1.69.3-windows-ia32.zip", - "hash": "49542414a4d063aa4592163680571ffe1634b696eeb99059c7680c2b4f6d3ed5" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.4/dart-sass-1.69.4-windows-ia32.zip", + "hash": "5df4590511f54c493c86107dd2c617109fb2ddb26001907d81dab959b84fb029" } }, "extract_dir": "dart-sass",