From f20d4b33fb6123c54c5ad7a6c47013fb7bfee69d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:28:12 +0000 Subject: [PATCH] biome: Update to version 1.9.2 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index dbb077e099..84e9e4751f 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.9.1", + "version": "1.9.2", "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.1/biome-win32-x64.exe#/biome.exe", - "hash": "cd57679a19bcb9d2996ce2e228760ec713eec211e722834f0273e9e8eb960eca" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-win32-x64.exe#/biome.exe", + "hash": "82193f9a800c627d7359d95855af537d11a2404976d6823e1bde60f55fc0730d" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.1/biome-win32-arm64.exe#/biome.exe", - "hash": "93749f35b7783bbf9fb21ba1949cd2438c442211269c288c4f4f759b0b1e5d79" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-win32-arm64.exe#/biome.exe", + "hash": "b9df806147eb085f2ceac0df919ac07eb1a8cc57f6e0ba3edb02f1a76bf822cd" } }, "bin": "biome.exe",