From bb355e293c1d053b8dedd8f89532a0452a1a8a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 25 Sep 2020 18:36:30 +0200 Subject: [PATCH] deno: Update to version 1.4.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 6ea422d0d2..4f15f77a8f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.4.1", + "version": "1.4.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.4.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "9f1f2b3cfc6c9fd53fc3186658cf6e2d76f9fcc2e444bfd2ca01fd3c3ee8c7d7" + "url": "https://github.com/denoland/deno/releases/download/v1.4.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "d55d1bd757fee2c4a01b7f18aabd8f5e5a86b5734178f80912b45b2424ef01d8" } }, "bin": "deno.exe",