From 85c697500db1a3a44ceab060d33966853f39f8b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 08:32:16 +0000 Subject: [PATCH] deno: Update to version 1.21.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 748bcb3b3a..813bd7c5e0 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.21.1", + "version": "1.21.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.21.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "b4034da02609ec09521ee21faf5f7e79606191106bc1049774bf154da149bf7c" + "url": "https://github.com/denoland/deno/releases/download/v1.21.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "c1a397a2d74deb54d9656597e83fca590a895d7017a840e3ee6838ea121e20f6" } }, "bin": "deno.exe",