From 7613eb44329d02e62ce9c135cd87eb6c05c8bb00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:33:54 +0000 Subject: [PATCH] sass: Update to version 1.63.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index a7bb805d49..8d18c6b364 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.62.1", + "version": "1.63.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.62.1/dart-sass-1.62.1-windows-x64.zip", - "hash": "a677db9069462be0023fc88adb2b841b0c60c710c33bbddd193bbbcf6f17ea80" + "url": "https://github.com/sass/dart-sass/releases/download/1.63.1/dart-sass-1.63.1-windows-x64.zip", + "hash": "4597c797b1723791bced06501269c24c305f7991da208f60fb9d6250fc6a2100" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.62.1/dart-sass-1.62.1-windows-ia32.zip", - "hash": "9360d731520c0de996f4be7d1f1aabcd403435f1ede548a10bfc6fb13e44b6d9" + "url": "https://github.com/sass/dart-sass/releases/download/1.63.1/dart-sass-1.63.1-windows-ia32.zip", + "hash": "bb2ee3b3d559de2c267c0dec3eefabdebe15cb059ec9e8feb78011488b2b8d8f" } }, "extract_dir": "dart-sass",