From f8bfdd3f1ec04d6eb88808ac502a78bc57f149c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:33:04 +0000 Subject: [PATCH] sass: Update to version 1.69.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 27dcdf7e97..eab53d6864 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.69.2", + "version": "1.69.3", "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.2/dart-sass-1.69.2-windows-x64.zip", - "hash": "e3a9d79dc05c3c6ec6cc5272e0f80e79dce3b216f73e1a8efc83525b88b968eb" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.3/dart-sass-1.69.3-windows-x64.zip", + "hash": "cb4f23867810c8b85a79fa4c2259952d8daa3006f5b2c3eae0480329624f679e" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.69.2/dart-sass-1.69.2-windows-ia32.zip", - "hash": "4997572998d6650f64dd30a7338eb79bb14c592a403d95d30e399da10566c4fa" + "url": "https://github.com/sass/dart-sass/releases/download/1.69.3/dart-sass-1.69.3-windows-ia32.zip", + "hash": "49542414a4d063aa4592163680571ffe1634b696eeb99059c7680c2b4f6d3ed5" } }, "extract_dir": "dart-sass",