From 5cb553e06db580fee02675aa38b5804d51c14118 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 17 Nov 2021 17:00:36 +0000 Subject: [PATCH] deno: Update to version 1.16.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 4990a3d865..9144c1d175 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.16.1", + "version": "1.16.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.16.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "d4a067f515351f38a8abc545bbdcf9896a8e8b1e7040a186682b2c679fe94414" + "url": "https://github.com/denoland/deno/releases/download/v1.16.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "45b5ae21352255d4d09ff0b3b9e5be404bc8dd3a3a0a0e7d86b84c1b2b978c4a" } }, "bin": "deno.exe",