From e134d961769e67106b4e98cbedbf879e6f8f552f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 04:29:22 +0000 Subject: [PATCH] deno: Update to version 1.20.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 656b0ff1cf..5cfda422ed 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.20.1", + "version": "1.20.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.20.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "c5019fc9c6543be4cc61484887c4db1d7c53d52ccf22f51205c436f37bd7f368" + "url": "https://github.com/denoland/deno/releases/download/v1.20.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "4d495556b66b0a6921b842ddb02db9b347101897032e0608335447f586fd9d16" } }, "bin": "deno.exe",