From 206107807c3a4e05fcc519f6011602c98c04ed89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:29:45 +0000 Subject: [PATCH] biome: Update to version 1.7.3 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index 187149eaca..46f4601d16 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.7.2", + "version": "1.7.3", "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.7.2/biome-win32-x64.exe#/biome.exe", - "hash": "5ebcab7d65c98268b199fcfe6e6732f46f2b41aeea77716a59110a380560d307" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.7.3/biome-win32-x64.exe#/biome.exe", + "hash": "a44a6787eb664cd8977da4cfcbc58092c3b8b7e44419895944858dd1eae13855" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.7.2/biome-win32-arm64.exe#/biome.exe", - "hash": "e48a8de12448ba6b7d5b274ced53ebddf98a3bfabf676c45c8b60a8b7ad2572b" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.7.3/biome-win32-arm64.exe#/biome.exe", + "hash": "6f545f42e3b47f5489f75f30f309611e3ae470dd92e568e44311d2ee3ffdb3f9" } }, "bin": "biome.exe",