From e8515276a6633d6d12a3458e7e76db20c9dad3af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 00:37:38 +0000 Subject: [PATCH] deno: Update to version 1.24.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 82fe34ebe1..379bc5f71a 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.24.1", + "version": "1.24.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.24.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "9ace7598867556cf785d60d6e1b159b6610b03eab755f43f546974bbb3abb611" + "url": "https://github.com/denoland/deno/releases/download/v1.24.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "4689a85d24047b3281a0baa2574fc7f188659ceef739716bbe2ea561e74255a1" } }, "bin": "deno.exe",