From 134b664e083c119050027d80656001e493b1db6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 04:26:01 +0000 Subject: [PATCH] deno: Update to version 1.37.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index b0e7256d8d..7f462f6f78 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.37.1", + "version": "1.37.2", "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.37.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "6489f8298e141d95d6e245c0872e9f23acf7076b065a29d5fb609407aa327f31" + "url": "https://github.com/denoland/deno/releases/download/v1.37.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "5b4e5b2499f070a656da633d91c951a56862be6e2d11b69882a09ba87a83258e" } }, "bin": "deno.exe",