From 041c186e29596ec1585f6be4359f0371f140f4e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:27:04 +0000 Subject: [PATCH] biome: Update to version 1.9.1 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index e9e8b731af..dbb077e099 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.9.0", + "version": "1.9.1", "description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.", "homepage": "https://biomejs.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.0/biome-win32-x64.exe#/biome.exe", - "hash": "97e5b09df7a8bbee07b6ab930e302a5ed50554186eb92cc5b84a21277d17041d" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.1/biome-win32-x64.exe#/biome.exe", + "hash": "cd57679a19bcb9d2996ce2e228760ec713eec211e722834f0273e9e8eb960eca" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.0/biome-win32-arm64.exe#/biome.exe", - "hash": "ba31ab387a44dd87b6a775183cd9230d47a55edacfccd952c5f255701f87add6" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.1/biome-win32-arm64.exe#/biome.exe", + "hash": "93749f35b7783bbf9fb21ba1949cd2438c442211269c288c4f4f759b0b1e5d79" } }, "bin": "biome.exe",