From 6ae9bd2c25dce82d636ee82553ba4ef20c81eb2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 00:35:08 +0000 Subject: [PATCH] sass: Update to version 1.65.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 730270b66e..9aaafa8c95 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.64.2", + "version": "1.65.1", "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.64.2/dart-sass-1.64.2-windows-x64.zip", - "hash": "97b5f8ccd25a9e589f324266e25ff4a3263696dbe20090d32e7d23bbf51e3b08" + "url": "https://github.com/sass/dart-sass/releases/download/1.65.1/dart-sass-1.65.1-windows-x64.zip", + "hash": "7feea84356bd87325686bbde8cd424489404841396b4e95243b85c2c6c50f099" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.64.2/dart-sass-1.64.2-windows-ia32.zip", - "hash": "abc87d1676a0a5b37ae6e8dc768d390b58c133a08862db4bbcb8985188e2a1cd" + "url": "https://github.com/sass/dart-sass/releases/download/1.65.1/dart-sass-1.65.1-windows-ia32.zip", + "hash": "ea0adfb397037a46e761c0205fe50067b5d4885d5b1533cb64cbf3d1973cc213" } }, "extract_dir": "dart-sass",