From 812ab80dbdb775c259a2cdf95a91c28c823d64bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:29:15 +0000 Subject: [PATCH] deno-lint: Update to version 0.66.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 ef92fe2fd6..3f964ef0e4 100644 --- a/bucket/deno-lint.json +++ b/bucket/deno-lint.json @@ -1,5 +1,5 @@ { - "version": "0.65.0", + "version": "0.66.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.65.0/dlint-x86_64-pc-windows-msvc.zip", - "hash": "68484065d5aaf0eace4a743918e0fbced8c8f7290e35fb918e363409cda85aff" + "url": "https://github.com/denoland/deno_lint/releases/download/0.66.0/dlint-x86_64-pc-windows-msvc.zip", + "hash": "ace66e380eb0c0e63009a250f08c6694e2dd85d0cf9cb70d81a9c22c8b0d2d34" } }, "bin": "dlint.exe",