From ae0640442c6bf5a70dd176b48041c8a7254c3779 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 17 May 2021 18:01:08 +0000 Subject: [PATCH] deno: Update to version 1.10.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 4fc77adf49..703b3e37b3 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.10.1", + "version": "1.10.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.10.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "312559f818915a60584863420e4f7f74779fcbbdebae31868335dfa09e094dc0" + "url": "https://github.com/denoland/deno/releases/download/v1.10.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "03bd14a0e506929769367b0bb604404dc37afad881db8f39d1b24df031856f2a" } }, "bin": "deno.exe",