From a6af7cad7a9dad20b9967fbbc7a85f138af73a1e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 18 Oct 2021 22:00:29 +0000 Subject: [PATCH] deno: Update to version 1.15.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index aa9b47c4c3..ac0a11e4a2 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.15.1", + "version": "1.15.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.15.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "6277d78b7c09d071c4ac59b3ddb7233ab1a37b3e670ac51b84d56741af3821a9" + "url": "https://github.com/denoland/deno/releases/download/v1.15.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "f28e5fb999aeb48ae18f4d81d08414ad2b6879378c7f2c6a2181db1e40675f64" } }, "bin": "deno.exe",