From 80b946ba32d58af4dcd41afbda2c0c08b42047b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:28:29 +0000 Subject: [PATCH] deno-lint: Update to version 0.73.0 --- bucket/deno-lint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno-lint.json b/bucket/deno-lint.json index e7beb5e42b..1a8cafff04 100644 --- a/bucket/deno-lint.json +++ b/bucket/deno-lint.json @@ -1,5 +1,5 @@ { - "version": "0.72.1", + "version": "0.73.0", "description": "Blazing fast linter for JavaScript and TypeScript written in Rust", "homepage": "https://lint.deno.land/", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/denoland/deno_lint/releases/download/0.72.1/dlint-x86_64-pc-windows-msvc.zip", - "hash": "5e6982058a6d35d61762e2d136e57a54689e92ef4eeeb9a4b70b811bbc2f3ec6" + "url": "https://github.com/denoland/deno_lint/releases/download/0.73.0/dlint-x86_64-pc-windows-msvc.zip", + "hash": "49522c3d53fefabfa6db862da6cec00e76313df90592bd76805bd1f01f7ac0fa" } }, "bin": "dlint.exe",