From 216c7b55fe50d3b7894323d0b1b0be1a8c07df34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 00:39:45 +0000 Subject: [PATCH] deno: Update to version 1.19.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 137c23ca6a..061a2646b0 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.19.0", + "version": "1.19.1", "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.19.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "e36b62e5bb152db190cb6ebcb27db9002c03e88a46e4fdf08e8505f58151a3e9" + "url": "https://github.com/denoland/deno/releases/download/v1.19.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "60a4f68b31842764434aa09fda290e439af8d7852603ec4afad8ffe1654772c2" } }, "bin": "deno.exe",