From 8567cb219e8d19f58b74fe6452668189127d38f9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 9 Nov 2021 14:00:38 +0000 Subject: [PATCH] deno: Update to version 1.16.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 3f6e3cb21e..322f37d6b1 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.15.3", + "version": "1.16.0", "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.15.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "8f19eb888a4a2a9748cefc4fa0cedc13778f7ad3174fd544bb0a9e85896d31a6" + "url": "https://github.com/denoland/deno/releases/download/v1.16.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "82f8251c775ff604e9f4a6930086b7af3545103468bae23e1a45b433bc31d75c" } }, "bin": "deno.exe",