From b65cf2f5a709dcc69fc1ebd5e385fc3b487f650f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 04:29:24 +0000 Subject: [PATCH] sass: Update to version 1.83.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index faadcc95fe..357e8a064b 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.83.0", + "version": "1.83.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.83.0/dart-sass-1.83.0-windows-x64.zip", - "hash": "583947250492364e09df223169c4c42c892b72a221a765a6f9fae3f2d6428a0c" + "url": "https://github.com/sass/dart-sass/releases/download/1.83.1/dart-sass-1.83.1-windows-x64.zip", + "hash": "14f665894f24ec180895a6bf51463de0d595fd4a3534461c465aff33a0b969c5" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.83.0/dart-sass-1.83.0-windows-ia32.zip", - "hash": "6d79cd823bc74db7bc482101a7f88e44e4f634b9684f9c007fc3a45caba457d0" + "url": "https://github.com/sass/dart-sass/releases/download/1.83.1/dart-sass-1.83.1-windows-ia32.zip", + "hash": "109f94516ea83a953d612c5e48ef51d593c46b59e968ada0341a473f14c13c54" } }, "extract_dir": "dart-sass",