From 1e79fc493e5039a95872ec82377bb9efd7afb3ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:28:31 +0000 Subject: [PATCH] deno-lint: Update to version 0.60.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 17cd14fc73..64a8c92426 100644 --- a/bucket/deno-lint.json +++ b/bucket/deno-lint.json @@ -1,5 +1,5 @@ { - "version": "0.59.1", + "version": "0.60.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.59.1/dlint-x86_64-pc-windows-msvc.zip", - "hash": "f3055f781d1a24e55b9e03f474a2f87034ba9b8948f0731895ca6893bc0195ac" + "url": "https://github.com/denoland/deno_lint/releases/download/0.60.0/dlint-x86_64-pc-windows-msvc.zip", + "hash": "187bc3507143b563054a465abde0ccbd37d0be2d30a8e4c0babf38fb8b71435f" } }, "bin": "dlint.exe",