From 4b3c638041bfbc9944860079128d4ce7755fb466 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:28:28 +0000 Subject: [PATCH] sass: Update to version 1.53.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 645678ddd6..7689d0aa6b 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.52.3", + "version": "1.53.0", "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.52.3/dart-sass-1.52.3-windows-x64.zip", - "hash": "2420694bec4f3c2af45e0855b22278c06b989e935d6c35eb20b3d1973e3b1466" + "url": "https://github.com/sass/dart-sass/releases/download/1.53.0/dart-sass-1.53.0-windows-x64.zip", + "hash": "f8cbe638d3e4dd1ed70147f8ca7836d87aa7ed55f3c648dcb3bcf5c3e7c7b3bb" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.52.3/dart-sass-1.52.3-windows-ia32.zip", - "hash": "15aebaaececac43b6ec1c3f52c69c4441b3576ed6d69f6e2e006fcc147ebefb7" + "url": "https://github.com/sass/dart-sass/releases/download/1.53.0/dart-sass-1.53.0-windows-ia32.zip", + "hash": "6ca30aa4073da0b09d44e2f05143d73f2ce4642be88461157ba403e7f4e327a9" } }, "extract_dir": "dart-sass",