From 8610a9d9e270bfe60f70515794bcea0be76e2b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 04:26:32 +0000 Subject: [PATCH] biome: Update to version 1.5.2 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index 406cc25493..0c6c1a0421 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.5.1", + "version": "1.5.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.5.1/biome-win32-x64.exe#/biome.exe", - "hash": "6f2412b34a988c076558f60acbdde020dc41e1fb699061763b545a3a4469a97b" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.2/biome-win32-x64.exe#/biome.exe", + "hash": "1a36467f1f46d371e42750781614d980dd7662e2f959ecad7b693f14506a91e7" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.1/biome-win32-arm64.exe#/biome.exe", - "hash": "6adab1ad668a0b94c502f2bb2d9c261ad6ec7bdc472630b28a2884b6fd8ce256" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.2/biome-win32-arm64.exe#/biome.exe", + "hash": "daf09110425463fd4d72bc13404e2f406bd1c8afd38ee0b7225c4b26fb3ea8c1" } }, "bin": "biome.exe",