From 0371c7782850327d46e1d0e7eaa9128c0c0c0865 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:24:43 +0000 Subject: [PATCH] biome: Update to version 1.5.0 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index e0d1921752..f56d4c4f65 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.4.1", + "version": "1.5.0", "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.1/biome-win32-x64.exe#/biome.exe", - "hash": "53af2ef1a14f73f506b516545eedd73880d1a382ca1e031aa38cc016947e6f9f" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.0/biome-win32-x64.exe#/biome.exe", + "hash": "d475f4267e5247e32f3d412367a8916d2b21fc0eab058cf5e60cef040934ac33" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.4.1/biome-win32-arm64.exe#/biome.exe", - "hash": "1c591c0566d2b09cfa7a5bfbac4c958784fe9a81b0d2b4df241e999c7f201ed9" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.0/biome-win32-arm64.exe#/biome.exe", + "hash": "b1fefa6fe489ca50bed539931b71c208198e38793097957549474c961c110300" } }, "bin": "biome.exe",