From 550cd09e79e4f72b64987d0fe4cbeb7221d81f02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 16:30:33 +0000 Subject: [PATCH] deno: Update to version 1.21.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 813bd7c5e0..723f10c1a8 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.21.2", + "version": "1.21.3", "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.21.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "c1a397a2d74deb54d9656597e83fca590a895d7017a840e3ee6838ea121e20f6" + "url": "https://github.com/denoland/deno/releases/download/v1.21.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "f028afe80a213ba1f910a9c9db16fdfddd6517e361defc9fcb306fd1604f81a5" } }, "bin": "deno.exe",