From f0175c2643eea4437c839d619be1c2be71af1552 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:24:36 +0000 Subject: [PATCH] biome: Update to version 1.4.1 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index 628921458f..e0d1921752 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.4.0", + "version": "1.4.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.4.0/biome-win32-x64.exe#/biome.exe", - "hash": "5980f3956f51cf570c5830cd86534b4e11743e08967dbee3f755ecfd77d04d30" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.4.1/biome-win32-x64.exe#/biome.exe", + "hash": "53af2ef1a14f73f506b516545eedd73880d1a382ca1e031aa38cc016947e6f9f" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.4.0/biome-win32-arm64.exe#/biome.exe", - "hash": "1dfbf844a312e40c1f16e4b1e8486ff4c93281087b2ee1c50ea9ca34b76da8b2" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.4.1/biome-win32-arm64.exe#/biome.exe", + "hash": "1c591c0566d2b09cfa7a5bfbac4c958784fe9a81b0d2b4df241e999c7f201ed9" } }, "bin": "biome.exe",