From a5ee0c741308ae1ca4b3c36e571cd53f817faffe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 20:00:38 +0000 Subject: [PATCH] deno: Update to version 1.16.4 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index fd2fb40c9b..e957fd013c 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.16.3", + "version": "1.16.4", "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.16.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "f1de6fda3cd30da44a35cbb3548f85ed9f93b0c8d1973b107810d56e6a6f5318" + "url": "https://github.com/denoland/deno/releases/download/v1.16.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "39f2c7e83437197d8d829d380692cce353e3082aa18f4c4ea1de4b891b279129" } }, "bin": "deno.exe",