From ac019ad966d8e003060a47002156a76a92d5f269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:34:16 +0000 Subject: [PATCH] deno: Update to version 1.27.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 034323eb19..2e7868f137 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.27.1", + "version": "1.27.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.27.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "e16db71a80613bc7080eccc09037a2f1dccc5ded14a728f44dee42061c2d9723" + "url": "https://github.com/denoland/deno/releases/download/v1.27.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "423efffbcc43bc1cad48412a938a3714afdd17826ebd1f052dcbec207b2ab6f1" } }, "bin": "deno.exe",