From f95b77e3cff67c2143e8d7377c9c6f49d8dc2ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:34:14 +0000 Subject: [PATCH] sass: Update to version 1.62.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 1fa1d99a5d..a7bb805d49 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.62.0", + "version": "1.62.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.0/dart-sass-1.62.0-windows-x64.zip", - "hash": "f55b52a8d7da29f6d6df222ce5cd545f4f05affe828f5832a48320967ad94791" + "url": "https://github.com/sass/dart-sass/releases/download/1.62.1/dart-sass-1.62.1-windows-x64.zip", + "hash": "a677db9069462be0023fc88adb2b841b0c60c710c33bbddd193bbbcf6f17ea80" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.62.0/dart-sass-1.62.0-windows-ia32.zip", - "hash": "d39a8b0cfb86f2d1665ec947d4ab6922c0655539c846b6523881a6ebd273c5c4" + "url": "https://github.com/sass/dart-sass/releases/download/1.62.1/dart-sass-1.62.1-windows-ia32.zip", + "hash": "9360d731520c0de996f4be7d1f1aabcd403435f1ede548a10bfc6fb13e44b6d9" } }, "extract_dir": "dart-sass",