From 1e46bace49aef48c06985a785ed5b307f5ba850a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:33:03 +0000 Subject: [PATCH] deno: Update to version 1.37.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 3ff37d124b..3dc3c4fd8a 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.36.4", + "version": "1.37.0", "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.36.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "f5b5aca801e5f102876fa56b600bc8fa833f41436c68fa45875e8a9b43b188b1" + "url": "https://github.com/denoland/deno/releases/download/v1.37.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "8436d5dcfcb21c7717523d59888ad7b3b816c363e6b34993173429c526ae35c6" } }, "bin": "deno.exe",