From 09862b9787f7e2a63860a1dd6552731b8a72207f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:23:30 +0000 Subject: [PATCH] sass: Update to version 1.69.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index d0c113a887..27dcdf7e97 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.69.1", + "version": "1.69.2", "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.1/dart-sass-1.69.1-windows-x64.zip", - "hash": "ec5895eb12533ba63d6fc728b61a368b3fb764f3d6191e47722d173e86f42fdf" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.2/dart-sass-1.69.2-windows-x64.zip", + "hash": "e3a9d79dc05c3c6ec6cc5272e0f80e79dce3b216f73e1a8efc83525b88b968eb" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.69.1/dart-sass-1.69.1-windows-ia32.zip", - "hash": "39f5e92d4ac77249f8b146ceab9c92223f27c34f8dba846c9cf0ea380be7aa9d" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.2/dart-sass-1.69.2-windows-ia32.zip", + "hash": "4997572998d6650f64dd30a7338eb79bb14c592a403d95d30e399da10566c4fa" } }, "extract_dir": "dart-sass",