From a6dbde6dea2892645a4426ceebd3a61ea5227a90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 05:07:20 +0000 Subject: [PATCH] deno: Update to version 1.42.4 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 48659c8e57..11b20f01ea 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.42.3", + "version": "1.42.4", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.42.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "ffd58f1d22f9d10fa2bf47e39fc56bc502f1d4404ab6f1af933050af74942954" + "url": "https://github.com/denoland/deno/releases/download/v1.42.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "bd0fe9afa933003c0c745916cb79d6bc5149d0d5aa7b5ee92f118a211483b801" } }, "bin": "deno.exe",